Fix namespace conformance issue with Bessel functions.
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
2
3         [BZ #17747]
4         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
5         alias to weak alias for j0l, y0l.
6         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
7         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
8
9         [BZ #17746]
10         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
11         conversion.
12
13 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
14
15         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
16         to zero if not already defined.
17
18 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
19
20         [BZ #17724]
21         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
22         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
23         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
24         (char *) casts added.
25         * sysdeps/ieee754/k_standardf.c: New file.
26         * sysdeps/ieee754/k_standardl.c: Likewise.
27         * math/Makefile (libm-support): Remove k_standard.
28         (libm-calls): Add k_standard.
29
30 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
31
32         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
33         Optimize to avoid an unnecessary FPCR read.
34
35 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
36
37         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
38         Optimize to reduce FPCR/FPSR accesses.
39
40 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
41
42         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
43         Call libc_fetestexcept_aarch64.
44
45 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
46
47         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
48         Call libc_fesetround_aarch64.
49
50 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
51
52         [BZ #17733]
53         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
54         (__bind): Do not define as weak alias.
55         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
56         define.
57         (__getsockname): Do not define as weak alias.
58
59 2014-12-22  Will Newton  <will.newton@linaro.org>
60
61         * manual/install.texi: Document that we require bison 2.7
62         or above.
63         * INSTALL: Regenerate.
64         * configure.ac: Use AC_CHECK_PROG_VER instead of
65         AC_PATH_PROG when checking for bison and check for
66         version 2.7 or above.
67         * configure: Regenerate.
68
69 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
70
71         [BZ #17745]
72         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
73         * sysdeps/tile/ffsll.c (ffsll): To here.
74
75         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
76
77 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
78
79         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
80         if not defined.
81         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
82         definition.
83         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
84         hidden ___tls_get_addr.
85         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
86         hidden __tls_get_addr.
87         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
88         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
89         Likewise.
90
91 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
92
93         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
94         _dl_init call.
95
96 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
97
98         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
99         from "call _dl_init@PLT".
100         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
101
102 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
103
104         * manual/search.texi: (Array Sort Function): Clarify stable sorting
105         guarantees.
106
107 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
108
109         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
110
111 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
112
113         [BZ #17744]
114         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
115         strnlen.
116
117 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
118
119         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
120         of multu on MIPSr6.
121         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
122         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
123         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
124         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
125         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
126
127 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
128
129         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
130         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
131         (PTR_SUBU): Use subu for mips32r6/mips64r6.
132         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
133         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
134         mips32r6/mips64r6.
135         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
136
137 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
138
139         * string/strncat.c (STRNCAT): Simplify implementation.
140
141 2014-12-19  David S. Miller  <davem@davemloft.net>
142
143         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
144         access the quad as both a long double and as a series of 4 words.
145
146         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
147         link_map->l_info array access.
148
149 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
150
151         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
152
153         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
154         * math/atest-exp2.c (TIMEOUT): Likewise.
155         * math/atest-sincos.c (TIMEOUT): Likewise.
156
157 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
158
159         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
160         -Wno-error with -fno-builtin-lround.
161
162 2014-12-19  Torvald Riegel  <triegel@redhat.com>
163
164         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
165         Contains futex constants and functions moved over from ...
166         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
167         <lowlevellock-futex.h>.
168         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
169         (lll_timedwait_tid): Add comments and parentheses around macro
170         arguments.
171
172 2014-12-19  Torvald Riegel  <triegel@redhat.com>
173
174         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
175         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
176         (__lll_private_flag): Remove.
177         (lll_futex_wait): Likewise.
178         (lll_futex_timed_wait): Likewise.
179         (lll_futex_wake): Likewise.
180         (lll_futex_requeue): Likewise.
181         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
182         (__lll_timedwait_tid): Spell out argument names.
183         (lll_timedwait_tid): Add comments and parentheses around macro
184         arguments.
185         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
186         LLL_SHARED and LLL_PRIVATE usable from assembly code.
187
188 2014-12-19  Torvald Riegel  <triegel@redhat.com>
189
190         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
191         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
192         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
193         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
194         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
195         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
196         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
197         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
198         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
199         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
200         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
201         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
202         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
203         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
204         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
205         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
206         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
207         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
208         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
209
210 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
211
212         * sysdeps/x86_64/x32/Makefile: New file.
213
214 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
215
216         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
217         1L with (mp_limb_t) 1.
218
219 2014-12-17  Roland McGrath  <roland@hack.frob.com>
220
221         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
222         * nptl/libc_pthread_init.c: ... here.
223         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
224         * nptl/register-atfork.c: ... here.
225
226         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
227         Use pthread_sigmask rather than INTERNAL_SYSCALL.
228         Use assert_perror to check its return value.
229         (__gai_create_helper_thread): Likewise.
230
231         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
232
233         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
234
235 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
236
237         [BZ #17725]
238         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
239         __profil_counter.
240         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
241         Likewise.
242         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
243         Likewise.
244         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
245         Likewise.
246         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
247         (profil_counter): Likewise.
248         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
249         (profil_counter): Likewise.
250         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
251         Likewise.
252         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
253         Likewise.
254         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
255         (profil_counter): Likewise.
256         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
257         Likewise.
258         [!__profil_counter] (profil_counter): Define as weak alias of
259         __profil_counter.
260         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
261         (profil_counter): Rename to __profil_counter.
262         [!__profil_counter] (profil_counter): Define as weak alias of
263         __profil_counter.
264         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
265         (profil_counter): Rename to __profil_counter.
266         [!__profil_counter] (profil_counter): Define as weak alias of
267         __profil_counter.
268         * sysdeps/posix/profil.c: Update comment referring to
269         profil_counter.
270         (__profil): Use __profil_counter instead of profil_counter.
271         * sysdeps/posix/sprofil.c (profil_counter): Rename to
272         __profil_counter.  Use __profil_counter_ushort and
273         __profil_counter_uint in definitions.
274         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
275         instead of profil_counter_uint and profil_counter_ushort.
276
277         [BZ #17722]
278         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
279         define as weak alias of __inet_makeaddr.
280         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
281         as weak alias of __inet_addr.
282         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
283         as weak alias of __inet_pton.  Use libc_hidden_weak.
284         * include/arpa/inet.h (__inet_pton): Declare.  Use
285         libc_hidden_proto.
286         (inet_makeaddr): Don't use libc_hidden_proto.
287         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
288         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
289         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
290         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
291         Remove variable.
292         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
293         (test-xfail-POSIX/time.h/linknamespace): Likewise.
294
295 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
296
297         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
298
299 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
300
301         * stdio-common/bug-vfprintf-nargs.c (do_test):
302         Cast value to intptr_t to avoid format warning
303         for usage with PRIdPTR printing macro.
304
305 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
306
307         * libio/tst-widetext.c (do_test):
308         Use format type %td instead of %Zd for ptrdiff_t
309         in order to avoid format warning.
310
311 2014-12-17  Andreas Schwab  <schwab@suse.de>
312
313         * nscd/mem.c (gc): Add size_t cast to match printf format.
314
315 2014-12-16  Roland McGrath  <roland@hack.frob.com>
316
317         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
318         (init): Apply PTR_MANGLE to pointers before storing them.
319         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
320         before using them.
321
322 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
323
324         [BZ #17719]
325         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
326         define as weak alias of __memrchr.
327         (__memrchr): Do not define as strong alias of memrchr.
328         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
329         Remove variable.
330         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
331         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
332         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
333
334         [BZ #17717]
335         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
336         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
337         (if_indextoname): Rename to __if_indextoname and define as weak
338         alias of __if_indextoname.  Use libc_hidden_weak.
339         (if_freenameindex): Rename to __if_freenameindex and define as
340         weak alias of __if_freenameindex.
341         (if_nameindex): Rename to __if_nameindex and define as weak alias
342         of __if_nameindex.
343         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
344         __if_nametoindex and define as weak alias of __if_nametoindex.
345         Use libc_hidden_weak.
346         (if_freenameindex): Rename to __if_freenameindex and define as
347         weak alias of __if_freenameindex.
348         (if_nameindex): Rename to __if_nameindex and define as weak alias
349         of __if_nameindex.
350         (if_indextoname): Rename to __if_indextoname and define as weak
351         alias of __if_indextoname.  Use libc_hidden_weak.
352         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
353         __if_nametoindex and define as weak alias of __if_nametoindex.
354         Use libc_hidden_weak.
355         (if_freenameindex): Rename to __if_freenameindex and define as
356         weak alias of __if_freenameindex.  Use libc_hidden_weak.
357         (if_nameindex_netlink): Use __if_freenameindex instead of
358         if_freenameindex.
359         (if_nameindex): Rename to __if_nameindex and define as weak alias
360         of __if_nameindex.  Use libc_hidden_weak.
361         (if_indextoname): Rename to __if_indextoname and define as weak
362         alias of __if_indextoname.  Use libc_hidden_weak.
363         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
364         libc_hidden_proto.
365         [!_ISOMAC] (__if_freenameindex): Likewise.
366         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
367         if_nametoindex.
368         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
369         variable.
370         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
371         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
372         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
373         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
374         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
375         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
376         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
377
378         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
379         Remove variable.
380         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
381         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
382
383 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
384
385         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
386         subscript above bounds'
387
388         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
389         bounds.
390
391 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
392
393         * libio/tst-fopenloc.c: Use test-skeleton.c.
394
395         * stdlib/tst-bsearch.c: Use test-skeleton.c.
396         (entry): Rename to ITEM.
397         (do_test, comp): Adjust.
398
399         * stdio-common/tst-fseek.c: Use test-skeleton.c.
400
401 2014-12-16  Torvald Riegel  <triegel@redhat.com>
402
403         * string/tester.c: Include <libc-internal.h>.
404         (test_memset): Ignore -Wmemset-transposed-args.
405
406 2014-12-16  Torvald Riegel  <triegel@redhat.com>
407
408         * misc/tst-mntent2.c (do_test): Fix warning.
409
410 2014-12-16  Torvald Riegel  <triegel@redhat.com>
411
412         * elf/tst-unique4lib.cc(a): Mark as used.
413
414 2014-12-16  Florian Weimer  <fweimer@redhat.com>
415
416         [BZ #17630]
417         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
418         names.
419
420 2014-12-16  Allan McRae  <allan@archlinux.org>
421
422         * stdio-common/Makefile (tests): Re-add bug26.
423
424 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
425
426         [BZ #17657]
427         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
428         static array.
429
430 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
431
432         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
433         (__lll_lock_wait): Likewise.
434         (__lll_timedlock_wait): Likewise.
435         (__lll_timedwait_tid): Likewise.
436         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
437         (__lll_robust_timedlock_wait): Likewise.
438         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
439         (lll_cond_trylock): Likewise.
440         (__lll_lock): Likewise.
441         (__lll_robust_lock): Likewise.
442         (__lll_cond_lock): Likewise.
443         (lll_robust_cond_lock): Likewise.
444         (__lll_timedlock): Likewise.
445         (__lll_robust_timedlock): Likewise.
446         (__lll_unlock): Likewise.
447         (__lll_robust_unlock): Likewise.
448         (lll_wait_tid): Likewise.
449         (lll_timedwait_tid): Likewise.
450
451 2014-12-15  Torvald Riegel  <triegel@redhat.com>
452
453         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
454
455 2014-12-15  Torvald Riegel  <triegel@redhat.com>
456
457         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
458
459 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
460
461         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
462         * stdio-common/tst-sprintf.c: Likewise.
463
464 2014-12-15  Torvald Riegel  <triegel@redhat.com>
465
466         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
467
468 2014-12-15  Jeff Law  <law@redhat.com>
469
470         [BZ #16617]
471         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
472         on the heap.  (CVE-2012-3406)
473         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
474         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
475         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
476
477 2014-12-15  Will Newton  <will.newton@linaro.org>
478
479         * manual/install.texi: Bump required version of texinfo
480         to 4.7 from 4.5.
481         * INSTALL: Regenerated.
482         * configure.ac: Check for makeinfo version 4.7 and above.
483         * configure: Regenerated.
484
485 2014-12-12  Roland McGrath  <roland@hack.frob.com>
486
487         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
488         PREFIX, string constant to insert between directory and name.
489         * sysdeps/posix/shm_open.c: Update caller.
490         * sysdeps/posix/shm_unlink.c: Likewise.
491         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
492         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
493         (SEM_SHM_PREFIX): New macro.
494         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
495         [$(have-thread-library) = no].
496         * nptl/Makefile (libpthread-routines): Add shm-directory.
497         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
498         * sysdeps/nptl/shm-directory.h: New file.
499         * sysdeps/posix/shm-directory.c
500         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
501         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
502         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
503         INTERNAL_SYSCALL.
504         (__where_is_shmfs): Function removed.
505         (mountpoint, defaultmount, defaultdir, __namedsem_once):
506         Variables removed.
507         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
508         Use SHM_GET_NAME.
509         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
510
511         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
512         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
513         unconditional for use inside libpthread.
514         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
515
516 2014-12-12  Roland McGrath  <roland@hack.frob.com>
517
518         * nptl/pthread_getaffinity.c: New file.
519         * nptl/pthread_setaffinity.c: New file.
520         * nptl/pthread_getname.c: New file.
521         * nptl/pthread_setname.c: New file.
522
523         * nptl/pthread_create.c (START_THREAD_DEFN)
524         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
525
526 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
527             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
528
529         * resolv/res_send.c (send_vc): Disable warning resplen may
530         be used uninitialized.
531
532 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
533
534         * nptl/tst-mutex6.c
535         (ATTR_NULL): New define checks ATTR against NULL.
536         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
537         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
538
539 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
540
541         [BZ #17581]
542         * malloc/hooks.c
543         (mem2mem_check): Revert my previous change.
544         (malloc_check_get_size): Revert my previous change.
545         (mem2chunk_check): Revert my previous change.
546
547 2014-12-11  Roland McGrath  <roland@hack.frob.com>
548
549         * sysdeps/posix/shm-directory.c: New file.
550         * sysdeps/posix/shm-directory.h: New file.
551         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
552         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
553         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
554         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
555         Transmute EPERM to EACCES.
556         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
557         from ...
558         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
559         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
560
561 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
562
563         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
564         pointer and cast to uintptr_t.
565         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
566         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
567         Add cast to avoid warning.
568         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
569
570 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
571
572         * nptl/semaphore.h: Move to ...
573         * sysdeps/pthread/semaphore.h: ... here.
574         * Makefile (installed-headers): Change nptl/semaphore.h to
575         sysdeps/pthread/semaphore.h.
576
577 2014-12-11  Roland McGrath  <roland@hack.frob.com>
578
579         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
580         generated error format strings.
581
582         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
583         -Wformat-extra-args warnings for scanf formats.
584         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
585         test of zero-length format (duh).
586         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
587         corner-case scanf format test.
588         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
589         generated fprintf format string.
590         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
591         corner-case sprintf format tests.
592         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
593         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
594         -Wformat-extra-args warnings throughout.
595         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
596         (CFLAGS-scanf4.c): Likewise.
597         (CFLAGS-scanf7.c): Likewise.
598         (CFLAGS-tst-sprintf.c): Likewise.
599         (CFLAGS-tst-printf.c): Likewise.
600         (CFLAGS-tst-printfsz.c): Likewise.
601
602 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
603
604         * include/cpio.h: New file.
605         * include/fmtmsg.h: Likewise.
606
607         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
608         corresponding format argument to size_t.
609         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
610         arguments.
611         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
612         corresponding format argument to size_t.
613         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
614         arguments.
615         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
616         corresponding format argument to size_t.
617         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
618         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
619         (CFLAGS-tst-mbswcs2.c): Likewise.
620         (CFLAGS-tst-mbswcs3.c): Likewise.
621         (CFLAGS-tst-mbswcs4.c): Likewise.
622         (CFLAGS-tst-mbswcs5.c): Likewise.
623         (CFLAGS-tst-trans.c): Likewise
624
625 2014-12-11  Roland McGrath  <roland@hack.frob.com>
626
627         * posix/regexbug1.c (main): Use "%s" format with regerror results,
628         rather than assuming they won't contain any '%'s.
629
630 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
631
632         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
633         inhibit_loop_to_libcall to avoid recursive calls.
634         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
635         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
636
637 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
638
639         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
640         prototype.
641
642 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
643
644         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
645         integer value instead of boolean.
646
647 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
648
649         * malloc/malloc.c: Fix powerof2 check.
650
651 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
652
653         * locale/programs/locfile.h (maybe_swap_uint32):
654         Remove inline and add unused attribute.
655
656 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
657
658         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
659         Truncating assembler expression to a .long expression.
660
661 2014-12-11  Andreas Schwab  <schwab@suse.de>
662
663         * elf/rtld.c (struct map_args): Constify str member.
664         (do_preload): Constify fname argument.
665
666 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
667
668         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
669         constants definition.
670
671 2014-12-11  Andreas Schwab  <schwab@suse.de>
672
673         [BZ #16657]
674         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
675         FORCE_ELISION instead of DO_ELISION.
676         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
677         Remove.
678         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
679         Likewise.
680
681         * iconvdata/gconv-modules: Remove duplicate entry.
682
683 2014-12-11  Will Newton  <will.newton@linaro.org>
684
685         Merge gettext 0.19.3 into intl/.
686
687         This involves a number of cosmetic changes to comments
688         and ANSI function definitions and prototypes throughout
689         all the files. The gettext copyright header is used but
690         with the date ranges taken from the glibc copy.
691
692         * NEWS: Add gettext merge to 2.21.
693         * intl/bindtextdom.c: Switch to gettext copyright.
694         Use ANSI definitions and prototypes.
695         Use gl_* locking primitives rather than __libc_* ones.
696         Use __builtin_expect rather than __glibc_likely/unlikely.
697         * intl/dcgettext.c: Switch to gettext copyright.
698         Use ANSI definitions and prototypes.
699         * intl/dcigettext.c: Switch to gettext copyright.
700         Use ANSI definitions and prototypes.
701         (INTDIV0_RAISES_SIGFPE): New define.
702         Use gl_* locking primitives rather than __libc_* ones.
703         Include eval-plural.h instead of plural-eval.c.
704         Use __builtin_expect rather than __glibc_likely/unlikely.
705         * intl/dcngettext.c: Switch to gettext copyright.
706         Use ANSI definitions and prototypes.
707         * intl/dgettext.c: Likewise.
708         * intl/dngettext.c: Likewise.
709         * intl/plural-eval.c: Renamed to...
710         * intl/eval-plural.h: ...this.
711         * intl/explodename.c: Switch to gettext copyright.
712         Use ANSI definitions and prototypes.
713         (_nl_explode_name): Use strchr instead of __rawmemchr.
714         * intl/finddomain.c: Switch to gettext copyright.
715         Use ANSI definitions and prototypes.
716         Use gl_* locking primitives rather than __libc_* ones.
717         (_nl_find_domain): Use malloc rather than alloca for
718         allocation of temporary locale name.
719         * intl/gettext.c: Switch to gettext copyright.
720         Use ANSI definitions and prototypes.
721         * intl/gettextP.h: Switch to gettext copyright.
722         Use ANSI definitions and prototypes.
723         Use gl_* locking primitives rather than __libc_* ones.
724         * intl/gmo.h: Switch to gettext copyright.
725         (struct sysdep_string): Move struct segment_pair outside of
726         struct definition.
727         * intl/hash-string.c: Use ANSI definitions and prototypes.
728         * intl/hash-string.h: Switch to gettext copyright.
729         Use ANSI definitions and prototypes.
730         * intl/l10nflist.c: Switch to gettext copyright.
731         Use ANSI definitions and prototypes.
732         (_nl_normalize_codeset): Avoid integer overflow.
733         * intl/loadinfo.h: Switch to gettext copyright.
734         Use ANSI definitions and prototypes.
735         (LIBINTL_DLL_EXPORTED): New define.
736         (PATH_SEPARATOR): New define.
737         * intl/loadmsgcat.c: Switch to gettext copyright.
738         * intl/localealias.c: Switch to gettext copyright.
739         Use ANSI definitions and prototypes.
740         (_nl_expand_alias): Use PATH_SEPARATOR.
741         * intl/ngettext.c: Switch to gettext copyright.
742         Use ANSI definitions and prototypes.
743         * intl/plural-exp.c: Likewise.
744         * intl/plural-exp.h: Switch to gettext copyright.
745         Use ANSI definitions and prototypes.
746         (struct expression): Move definition of enum operator outside
747         of struct definition.
748         * intl/plural.c: Regenerate.
749         * intl/plural.y: Switch to gettext copyright.
750         Use ANSI definitions and prototypes.
751         Port to bison 3.0.
752         * intl/textdomain.c: Switch to gettext copyright.
753         Use ANSI definitions and prototypes.
754         Use gl_* locking primitives rather than __libc_* ones.
755
756 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
757
758         * debug/warning-nop.c: Add used atrribute.
759
760 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
761
762         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
763
764         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
765         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
766         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
767
768 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
769             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
770
771         [BZ #17634]
772         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
773         Undefine after defining function.  Define as weak alias of
774         __wcschr.  Use libc_hidden_weak.
775         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
776         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
777         (libc_hidden_def): Also define __GI___wcschr alias.
778         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
779         __wcschr and define as weak alias of __wcschr.
780         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
781         __wcschr.
782         [!WCSCHR] (DEFAULT_WCSCHR): Define.
783         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
784         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
785         libc_hidden_weak.  Do not use libc_hidden_def.
786         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
787         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
788         __GI___wcschr alias.
789         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
790         [IS_IN (libc)] (wcschr): Define as macro expanding to
791         __redirect_wcschr.
792         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
793         [IS_IN (libc)] (__wcschr_power6): Likewise.
794         [IS_IN (libc)] (__wcschr_power7): Likewise.
795         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
796         instead of wcschr.
797         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
798         __libc_wcschr.
799         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
800         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
801         __wcschr and define as weak alias of __wcschr.  Use
802         libc_hidden_builtin_def.
803         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
804         as weak alias of __wcschr.  Use libc_hidden_weak.
805         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
806         wcschr.
807         * time/era.c (_nl_init_era_entries): Likewise.
808         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
809         variable.
810         (test-xfail-XPG3/time.h/linknamespace): Likewise.
811         (test-xfail-XPG4/time.h/linknamespace): Likewise.
812
813 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
814
815         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
816         format for long int variable.
817
818 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
819
820         [BZ #10672]
821         * manual/search.texi: (Array Sort Function): Remove claim how to make
822         qsort stable.
823
824 2014-12-10  Andreas Schwab  <schwab@suse.de>
825
826         [BZ #12847]
827         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
828         user-controlled locks.
829
830 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
831
832         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
833         register.
834
835 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
836
837         * configure.ac (--disable-werror): New configure option.
838         (enable_werror): New AC_SUBST.
839         * configure: Regenerated.
840         * config.make.in (enable-werror): New variable.
841         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
842         -Wno-error=undef.
843         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
844         * manual/install.texi (Configuring and compiling): Document
845         --disable-werror.
846         * INSTALL: Regenerated.
847         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
848         (CFLAGS-tst-chk2.c): Likewise.
849         (CFLAGS-tst-chk3.c): Likewise.
850         (CFLAGS-tst-chk4.cc): Likewise.
851         (CFLAGS-tst-chk5.cc): Likewise.
852         (CFLAGS-tst-chk6.cc): Likewise.
853         (CFLAGS-tst-lfschk1.c): Likewise.
854         (CFLAGS-tst-lfschk2.c): Likewise.
855         (CFLAGS-tst-lfschk3.c): Likewise.
856         (CFLAGS-tst-lfschk4.cc): Likewise.
857         (CFLAGS-tst-lfschk5.cc): Likewise.
858         (CFLAGS-tst-lfschk6.cc): Likewise.
859
860         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
861         (main): Disable -Wdeprecated-declarations around calls to
862         register_printf_function.
863
864         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
865         (do_test): Disable -Wdiv-by-zero around some calls to
866         fwrite_unlocked and fread_unlocked.
867
868         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
869         (DIAG_POP_NEEDS_COMMENT): Likewise.
870         (_DIAG_STR1): Likewise.
871         (_DIAG_STR): Likewise.
872         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
873         * stdio-common/bug21.c: Include <libc-internal.h>.
874         (do_test): Disable -Wformat around call to sscanf.
875         * stdio-common/scanf14.c: Include <libc-internal.h>.
876         (main): Disable -Wformat around some calls to scanf functions.
877
878 2014-12-09  Torvald Riegel  <triegel@redhat.com>
879
880         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
881
882 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
883
884         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
885         stack variable alignment.
886
887 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
888
889         [BZ #17682]
890         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
891         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
892         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
893         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
894         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
895         __getrlimit instead of getrlimit.
896         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
897         __gettimeofday instead of gettimeofday.
898         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
899         Likewise.
900         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
901         Likewise.
902         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
903         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
904         Remove variable.
905         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
906         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
907
908 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
909
910         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
911         for wide-character tests.
912
913 2014-12-04  Roland McGrath  <roland@hack.frob.com>
914
915         * io/openat64.c: #include <libc-internal.h>
916         (__openat64): Prototypify.  Use ignore_value on MODE.
917         * io/openat.c: Likewise.
918         * misc/reboot.c: #include <libc-internal.h>
919         (reboot): Prototypify.  Use ignore_value on HOWTO.
920         * misc/ptrace.c: #include <libc-internal.h>
921         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
922
923 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
924
925         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
926         XPG4, UNIX98 and XOPEN2K.
927         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
928         Remove variable.
929         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
930
931 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
932
933         * libio/fileops.c: Use ISO C style for function definitions.
934         * libio/iofopen.c: Likewise.
935         * libio/wfileops.c: Likewise.
936
937         [BZ #17653]
938         * libio/fileops.c (_IO_new_file_underflow): Unset cached
939         offset on EOF.
940         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
941         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
942         (fgets_func): Function pointer to fgets and fgetws.
943         (do_ftell_test): Add test to verify ftell value after read
944         EOF.
945         (do_test): Set fgets_func.
946
947         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
948         O_TRUNC flag for w and w+ modes.
949         (do_rewind_test): Likewise.
950         (do_ftell_test): Likewise.
951         (do_write_test): Likewise.
952
953         [BZ #17647]
954         * libio/fileops.c (do_ftell): Seek only when there are
955         unflushed writes.
956         * libio/wfileops.c (do_ftell_wide): Likewise.
957         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
958         test case.
959         (do_one_test): Call it.
960
961 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
962
963         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
964         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
965         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
966         Remove variable.
967         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
968         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
969         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
970
971 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
972
973         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
974         Remove variable.
975         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
976
977         [BZ #17668]
978         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
979         as weak alias of __getifaddrs.  Use libc_hidden_weak.
980         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
981         __freeifaddrs.  Use libc_hidden_weak.
982         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
983         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
984         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
985         __freeifaddrs.  Use libc_hidden_weak.
986         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
987         __getifaddrs and define as weak alias of __getifaddrs.  Use
988         libc_hidden_weak.
989         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
990         __freeifaddrs.  Use libc_hidden_weak.
991         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
992         Remove variable.
993         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
994         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
995
996 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
997
998         [BZ #17601]
999         * sysdeps/mips/start.S (__start): Use indirect jump to call
1000         __libc_start_main.
1001
1002 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
1003
1004         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
1005
1006         * nptl/tst-mutex1.c: Include <stdbool.h>.
1007         [!ATTR] (ATTR_NULL): New macro.
1008         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
1009         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
1010         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
1011
1012         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
1013         to char *.
1014
1015         [BZ #17665]
1016         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
1017         Change conditional to [__USE_MISC].
1018
1019         [BZ #17664]
1020         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
1021         fgets_unlocked.
1022         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
1023         __fgets_unlocked.
1024         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
1025         fgets_unlocked.
1026         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
1027         Remove variable.
1028         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1029         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1030         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1031         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1032         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1033         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1034         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1035         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1036         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1037
1038         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
1039
1040 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1041
1042         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1043         Remove strpbrk objects.
1044         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1045         (__libc_ifunc_impl_list): Remove strpbrk implementation.
1046         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
1047         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
1048         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
1049         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
1050
1051         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1052         Remove strcspn objects.
1053         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1054         (__libc_ifunc_impl_list): Remove strcspn implementation.
1055         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
1056         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
1057         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
1058         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
1059
1060         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1061         Remove strspn objetcs.
1062         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1063         (__libc_ifunc_impl_list): Remove strspn implementation.
1064         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
1065         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1066         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
1067         * sysdeps/powerpc/powerpc64/strspn.S: New file.
1068
1069 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
1070
1071         [BZ #17581]
1072         * malloc/hooks.c
1073         (mem2mem_check): Add a terminator to the chain of checking blocks.
1074         (malloc_check_get_size): Use it here.
1075         (mem2chunk_check): Ditto.
1076
1077 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1078
1079         * sysdeps/powerpc/powerpc64/strtok.S: New file.
1080         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
1081
1082 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
1083
1084         * bits/ioctl-types.h: Indent preprocessor directives correctly.
1085
1086         * nptl/nptl-init.c: Include libc-internal.h.
1087         (__pthread_initialize_minimal_internal): Use ROUND_UP.
1088
1089         * elf/ldconfig.c (search_dir): Expand comment.
1090
1091 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
1092
1093         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
1094         variable.
1095         (linknamespace-symlist-stdlibs-tests): Likewise.
1096         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
1097         instead of $(objpfx)symlist-stdlibs.
1098         (linknamespace-libs-isoc): New variable.
1099         (linknamespace-libs): Use $(linknamespace-libs-isoc).
1100         (linknamespace-libs-ISO): New variable.
1101         (linknamespace-libs-ISO99): Likewise.
1102         (linknamespace-libs-ISO11): Likewise.
1103         (linknamespace-libs-XPG3): Likewise.
1104         (linknamespace-libs-XPG4): Likewise.
1105         (linknamespace-libs-POSIX): Likewise.
1106         (linknamespace-libs-UNIX98): Likewise.
1107         (linknamespace-libs-XOPEN2K): Likewise.
1108         (linknamespace-libs-POSIX2008): Likewise.
1109         (linknamespace-libs-XOPEN2K8): Likewise.
1110         ($(objpfx)symlist-stdlibs): Replace by
1111         $(linknamespace-symlist-stdlibs-tests).  Use
1112         $(linknamespace-libs-$*) as set of libraries.
1113         ($(linknamespace-header-tests)): Update dependencies.  Use
1114         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
1115         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
1116         * conform/linknamespace.pl: Remove comment about considering
1117         definitions of symbols from irrelevant libraries.
1118
1119 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1120
1121         [BZ #13862]
1122         * elf/dl-tls.c: Include <atomic.h>.
1123         (oom): Remove #ifdef SHARED/#endif.
1124         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1125         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
1126         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1127         big enough.
1128         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1129         * nptl/Makefile (tests): Add tst-stack4.
1130         (modules-names): Add tst-stack4mod.
1131         ($(objpfx)tst-stack4): New.
1132         (tst-stack4mod.sos): Likewise.
1133         ($(objpfx)tst-stack4.out): Likewise.
1134         ($(tst-stack4mod.sos)): Likewise.
1135         (clean): Likewise.
1136         * nptl/tst-stack4.c: New file.
1137         * nptl/tst-stack4mod.c: Likewise.
1138
1139 2014-11-27  J. Brown  <jb999@gmx.de>
1140
1141         * sysdeps/x86/bits/string.h: Add recent CPUs.
1142
1143 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1144
1145         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1146         sigblock.
1147
1148         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1149         feof.
1150
1151         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1152         variable.
1153
1154 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1155
1156         * nscd/connections.c: Include libc-internal.h because of macro
1157         usage ignore_value.
1158
1159 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1160
1161         * string/bits/string3.h (__warn_memset_zero_len): Don't
1162         declare for gcc newer than 5.0.
1163         (memset): Don't test for zero-length __LEN for gcc newer than
1164         5.0.
1165
1166 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1167
1168         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1169         size_t for %zu format.
1170
1171         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1172         difference, not %ju.
1173
1174 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1175
1176         * include/libc-internal.h (ignore_value): New macro.
1177         * nscd/connections.c (restart): Wrap calls to setuid and setgid
1178         with ignore_value.
1179
1180         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1181         definition.
1182
1183         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1184         pthread_cleanup_push to void *.
1185
1186         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1187         Undefine.
1188
1189         [BZ #16619]
1190         [BZ #16740]
1191         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1192         instead of 1L << 52.
1193
1194         * libio/bug-rewind.c (do_test): Check fwscanf return values.
1195         * libio/bug-rewind2.c (do_test): Likewise.
1196
1197         * debug/test-stpcpy_chk-ifunc.c: Remove file.
1198         * debug/test-strcpy_chk-ifunc.c: Likewise.
1199         * wcsmbs/test-wcschr-ifunc.c: Likewise.
1200         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1201         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1202         * wcsmbs/test-wcslen-ifunc.c: Likewise.
1203         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1204         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1205         * Rules [$(multi-arch) = no] (tests): Do not filter out
1206         $(tests-ifunc).
1207         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1208         * debug/Makefile (tests-ifunc): Remove variable.
1209         (tests): Do not add $(tests-ifunc).
1210         * wcsmbs/Makefile (tests-ifunc): Remove variable.
1211         (tests): Do not add $(tests-ifunc).
1212         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1213         [TEST_IFUNC]: Remove conditionals.
1214         * string/test-string.h (TEST_IFUNC): Remove macro.
1215         [TEST_IFUNC]: Remove conditionals.
1216
1217         * string/test-strchr.c [!WIDE] (L): New macro.
1218         [WIDE] (L): Likewise.
1219         (check1): Use CHAR instead of char.  Use L on string and character
1220         constants.
1221
1222 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
1223
1224         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1225         tests.
1226         * sysdeps/powerpc/bits/atomic.h
1227         (__arch_atomic_exchange_and_add_32_acq): Add definition.
1228         (__arch_atomic_exchange_and_add_32_rel): Likewise.
1229         (atomic_exchange_and_add_acq): Likewise.
1230         (atomic_exchange_and_add_rel): Likewise.
1231         * sysdeps/powerpc/powerpc32/bits/atomic.h
1232         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1233         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1234         * sysdeps/powerpc/powerpc64/bits/atomic.h
1235         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1236         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1237
1238 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1239
1240         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1241         Change synchronization of __sched_fifo_min_prio and
1242         __sched_fifo_max_prio.
1243         * nptl/pthread_mutexattr_getprioceiling.c
1244         (pthread_mutexattr_getprioceiling): Likewise.
1245         * nptl/pthread_mutexattr_setprioceiling.c
1246         (pthread_mutexattr_setprioceiling): Likewise.
1247         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1248         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1249         Likewise.
1250
1251 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1252
1253         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1254         void.
1255
1256 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1257
1258         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1259         third argument const.
1260
1261 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1262
1263         fnmatch: work around GCC compiler warning bug with uninit var
1264         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1265         This works around a bug with x86-64 GCC 4.9.2 and earlier
1266         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1267         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1268         used uninitialized in this function [-Wmaybe-uninitialized]".
1269
1270 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1271
1272         * posix/bug-regex31.c (main): Return RES not 0.
1273
1274 2014-11-25  Anton Blanchard <anton@samba.org>
1275
1276         * sysdeps/powerpc/bits/atomic.h
1277         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1278
1279 2014-11-24  Sterling Augustine  <saugustine@google.com>
1280
1281         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1282
1283 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1284
1285         [BZ #17608]
1286         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1287
1288 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1289
1290         [BZ #17633]
1291         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1292         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1293         variable.
1294         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1295         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1296
1297 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1298
1299         * string/strncpy.c (strncpy): Improve performance by using memset.
1300
1301 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1302
1303         * string/strcpy.c (strcpy):
1304         Improve performance by using strlen and memcpy.
1305
1306 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1307
1308         * string/strcoll_l.c (get_next_seq): __always_inline.
1309         * string/strcoll_l.c (do_compare): __always_inline.
1310
1311 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1312
1313         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1314         defined.
1315         * include/mqueue.h: Likewise.
1316         * include/stdlib.h: Likewise.
1317
1318         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1319         (get_null_defines): Adjust.
1320         * sunrpc/Makefile: Adjust comment.
1321         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1322         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1323         (CFLAGS-interp.c): Likewise.
1324         (CFLAGS-ldconfig.c): Likewise.
1325         (CPPFLAGS-.os): Likewise.
1326         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1327         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1328         * extra-modules.mk (extra-modules.mk): Likewise.
1329         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1330         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1331         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1332         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1333         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1334         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1335         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1336         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1337         * iconvdata/Makefile (CPPFLAGS): Likewise.
1338         (cpp-srcs-left): Add libof for all iconvdata routines.
1339         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1340         * include/assert.h: Likewise.
1341         * include/ctype.h: Likewise.
1342         * include/errno.h: Likewise.
1343         * include/libc-symbols.h: Likewise.
1344         * include/math.h: Likewise.
1345         * include/netdb.h: Likewise.
1346         * include/resolv.h: Likewise.
1347         * include/stdio.h: Likewise.
1348         * include/stdlib.h: Likewise.
1349         * include/string.h: Likewise.
1350         * include/sys/stat.h: Likewise.
1351         * include/wctype.h: Likewise.
1352         * intl/l10nflist.c: Likewise.
1353         * libidn/idn-stub.c: Likewise.
1354         * libio/libioP.h: Likewise.
1355         * nptl/libc_multiple_threads.c: Likewise.
1356         * nptl/pthreadP.h: Likewise.
1357         * posix/regex_internal.h: Likewise.
1358         * resolv/res_hconf.c: Likewise.
1359         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1360         * sysdeps/arm/memmove.S: Likewise.
1361         * sysdeps/arm/sysdep.h: Likewise.
1362         * sysdeps/generic/_itoa.h: Likewise.
1363         * sysdeps/generic/symbol-hacks.h: Likewise.
1364         * sysdeps/gnu/errlist.awk: Likewise.
1365         * sysdeps/gnu/errlist.c: Likewise.
1366         * sysdeps/i386/i586/memcpy.S: Likewise.
1367         * sysdeps/i386/i586/memset.S: Likewise.
1368         * sysdeps/i386/i686/memcpy.S: Likewise.
1369         * sysdeps/i386/i686/memmove.S: Likewise.
1370         * sysdeps/i386/i686/mempcpy.S: Likewise.
1371         * sysdeps/i386/i686/memset.S: Likewise.
1372         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1373         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1374         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1375         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1376         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1377         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1378         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1379         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1380         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1381         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1382         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1383         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1384         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1385         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1386         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1387         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1388         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1389         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1390         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1391         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1392         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1393         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1394         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1395         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1396         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1397         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1398         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1399         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1400         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1401         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1402         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1403         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1404         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1405         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1406         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1407         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1408         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1409         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1410         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1411         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1412         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1413         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1414         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1415         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1416         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1417         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1418         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1419         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1420         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1421         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1422         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1423         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1424         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1425         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1426         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1427         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1428         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1429         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1430         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1431         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1432         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1433         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1434         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1435         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1436         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1437         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1438         * sysdeps/posix/closedir.c: Likewise.
1439         * sysdeps/posix/opendir.c: Likewise.
1440         * sysdeps/posix/readdir.c: Likewise.
1441         * sysdeps/posix/rewinddir.c: Likewise.
1442         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1443         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1444         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1445         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1446         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1447         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1448         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1449         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1450         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1451         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1452         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1453         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1454         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1455         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1456         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1457         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1458         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1459         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1460         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1461         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1462         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1463         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1464         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1465         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1466         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1467         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1468         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1469         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1470         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1471         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1472         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1473         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1474         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1475         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1476         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1477         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1478         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1479         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1480         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1481         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1482         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1483         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1484         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1485         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1486         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1487         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1488         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1489         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1490         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1491         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1492         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1493         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1494         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1495         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1496         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1497         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1498         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1499         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1500         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1501         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1502         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1503         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1504         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1505         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1506         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1507         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1508         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1509         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1510         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1511         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1512         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1513         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1514         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1515         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1516         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1517         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1518         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1519         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1520         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1521         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1522         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1523         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1524         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1525         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1526         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1527         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1528         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1529         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1530         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1531         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1532         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1533         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1534         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1535         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1536         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1537         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1538         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1539         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1540         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1541         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1542         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1543         * sysdeps/unix/alpha/sysdep.S: Likewise.
1544         * sysdeps/unix/alpha/sysdep.h: Likewise.
1545         * sysdeps/unix/make-syscalls.sh: Likewise.
1546         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1547         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1548         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1549         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1550         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1551         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1552         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1553         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1554         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1555         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1556         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1557         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1558         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1559         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1560         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1561         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1562         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1563         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1564         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1565         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1566         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1567         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1568         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1569         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1570         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1571         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1572         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1575         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1576         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1577         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1578         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1579         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1580         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1581         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1582         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1583         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1584         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1585         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1586         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1587         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1588         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1589         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1590         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1591         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1592         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1593         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1594         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1595         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1596         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1597         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1598         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1599         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1600         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1601         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1602         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1603         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1604         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1605         * sysdeps/x86_64/memcpy.S: Likewise.
1606         * sysdeps/x86_64/memmove.c: Likewise.
1607         * sysdeps/x86_64/memset.S: Likewise.
1608         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1609         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1610         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1611         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1612         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1613         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1614         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1615         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1616         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1617         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1618         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1619         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1620         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1621         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1622         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1623         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1624         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1625         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1626         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1627         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1628         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1629         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1630         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1631         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1632         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1633         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1634         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1635         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1636         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1637         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1638         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1639         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1640         * sysdeps/x86_64/strcmp.S: Likewise.
1641
1642         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1643
1644         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1645         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1646         * elf/rtld-Rules: Likewise.
1647         * elf/setup-vdso.h: Likewise.
1648         * include/assert.h: Likewise.
1649         * include/bits/stdlib-float.h: Likewise.
1650         * include/errno.h: Likewise.
1651         * include/sys/stat.h: Likewise.
1652         * include/unistd.h: Likewise.
1653         * sysdeps/aarch64/setjmp.S: Likewise.
1654         * sysdeps/alpha/setjmp.S: Likewise.
1655         * sysdeps/arm/__longjmp.S: Likewise.
1656         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1657         * sysdeps/arm/setjmp.S: Likewise.
1658         * sysdeps/arm/sysdep.h: Likewise.
1659         * sysdeps/generic/_itoa.h: Likewise.
1660         * sysdeps/generic/dl-sysdep.h: Likewise.
1661         * sysdeps/generic/ldsodefs.h: Likewise.
1662         * sysdeps/i386/dl-tls.h: Likewise.
1663         * sysdeps/i386/setjmp.S: Likewise.
1664         * sysdeps/m68k/setjmp.c: Likewise.
1665         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1666         * sysdeps/mach/hurd/opendir.c: Likewise.
1667         * sysdeps/posix/getcwd.c: Likewise.
1668         * sysdeps/posix/opendir.c: Likewise.
1669         * sysdeps/posix/profil.c: Likewise.
1670         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1671         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1672         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1673         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1674         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1675         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1676         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1677         * sysdeps/s390/dl-tls.h: Likewise.
1678         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1679         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1680         * sysdeps/sh/sh3/setjmp.S: Likewise.
1681         * sysdeps/sh/sh4/setjmp.S: Likewise.
1682         * sysdeps/unix/alpha/sysdep.h: Likewise.
1683         * sysdeps/unix/arm/sysdep.S: Likewise.
1684         * sysdeps/unix/i386/sysdep.S: Likewise.
1685         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1686         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1687         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1688         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1689         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1690         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1691         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1692         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1693         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1694         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1695         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1696         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1697         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1700         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1701         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1702         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1703         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1704         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1705         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1706         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1707         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1708         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1709         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1710         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1711         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1712         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1713         * sysdeps/x86_64/setjmp.S: Likewise.
1714
1715         * include/math.h: Use IS_IN instead of IS_IN_libm.
1716         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1717         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1718         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1719         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1720         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1721         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1722         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1723         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1724         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1725         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1726         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1727         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1728         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1729         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1730         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1731         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1732         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1733         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1734         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1735         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1736         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1737         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1738         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1739         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1740         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1741         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1742         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1743         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1744         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1745         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1746         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1747         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1748         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1749         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1750         Likewise.
1751         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1752         Likewise.
1753         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1754         Likewise.
1755         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1756         Likewise.
1757         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1758         Likewise.
1759         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1760         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1761         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1762         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1763         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1764         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1765         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1766         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1767         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1768         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1769         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1770         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1771         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1772         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1773         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1774         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1775         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1776         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1777         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1778         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1779         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1780         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1781         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1782         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1783         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1784         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1785         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1786
1787         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1788         * nptl/pthreadP.h: Likewise.
1789         * nptl_db/structs.def: Likewise.
1790         * sysdeps/arm/sysdep.h: Likewise.
1791         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1792         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1793         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1794         * sysdeps/unix/alpha/sysdep.h: Likewise.
1795         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1796         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1797         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1798         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1799         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1800         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1801         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1802         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1803         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1804         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1805         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1806         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1807         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1808         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1811         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1812         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1813         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1814         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1815         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1816         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1817         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1818         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1819         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1820         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1821
1822         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1823         * nptl/pthreadP.h: Likewise.
1824         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1825         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1826         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1827         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1828         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1829         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1830         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1831         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1832         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1833         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1834         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1835         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1836         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1837         Likewise.
1838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1839         Likewise.
1840         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1841         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1842         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1843         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1844         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1845         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1846         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1847         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1848
1849         * dlfcn/dladdr.c: Use IS_IN.
1850         * dlfcn/dladdr1.c: Likewise.
1851         * dlfcn/dlclose.c: Likewise.
1852         * dlfcn/dlerror.c: Likewise.
1853         * dlfcn/dlinfo.c: Likewise.
1854         * dlfcn/dlmopen.c: Likewise.
1855         * dlfcn/dlopen.c: Likewise.
1856         * dlfcn/dlsym.c: Likewise.
1857         * dlfcn/dlvsym.c: Likewise.
1858
1859         * include/ifaddrs.h: Use IS_IN.
1860         * inet/check_pf.c: Likewise.
1861         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1862         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1863
1864         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1865         IS_IN_ldconfig.
1866         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1867         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1868
1869         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1870         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1871         IS_IN (libc).
1872
1873         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1874
1875         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1876         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1877         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1878         * include/libc-symbols.h (IS_IN_LIB): New macro.
1879         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1880         * include/netdb.h: Likewise.
1881         * include/stap-probe.h: Remove all uses of IN_LIB.
1882
1883         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1884         instead of IN_MODULE.
1885         * include/libc-symbols.h (IN_MODULE): Define using
1886         MODULE_NAME.
1887         (PASTE_NAME, PASTE_NAME1): New macros.
1888         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1889         of IN_LIB.
1890         (STAP_PROBE_ASM): Likewise.
1891
1892 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1893
1894         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1895         __mach_init in dlopened libc.
1896
1897 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1898
1899         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1900         * sysdeps/arm/preconfigure: Regenerate.
1901
1902 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1903
1904         * nptl/pthread_create.c (__pthread_create_2_1): Set
1905         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1906         when copying values from IATTR into PD.
1907
1908 2014-11-21  Will Newton  <will.newton@linaro.org>
1909             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1910
1911         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1912         Refactor inline-asm.  Also add comment.
1913
1914         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1915         ElfW macro instead of hardcoded Elf64 types.
1916         (la_aarch64_gnu_pltenter): Likewise.
1917         * sysdeps/aarch64/dl-machine.h
1918         (elf_machine_runtime_setup): Use ElfW(Addr).
1919
1920         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1921         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1922         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1923         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1924         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1925         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1926         (R_AARCH64_TLS_DTPMOD): This.
1927         (R_AARCH64_TLS_DTPREL64): Rename to ...
1928         (R_AARCH64_TLS_DTPREL): This.
1929         (R_AARCH64_TLS_TPREL64): Rename to ...
1930         (R_AARCH64_TLS_TPREL): This.
1931         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1932         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1933         R_AARCH64_TLS_TPREL64.
1934         (elf_machine_rela): Likewise.
1935
1936 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1937
1938         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1939         by setting it to 0.  64b atomics are not supported currently.
1940
1941 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1942
1943         [BZ #16469]
1944         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1945         search domain names.
1946
1947 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1948
1949         [BZ #16469]
1950         * NEWS: Update.
1951         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1952         trailing dot.
1953         * posix/tst-getaddrinfo5.c: New.
1954         * posix/Makefile (tests): Add it.
1955
1956 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1957
1958         [BZ #14498]
1959         * NEWS: Fixed.
1960         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1961         after parsing line but before break_if_match.
1962         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1963         if there is a protocol mismatch.
1964
1965 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1966
1967         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1968         because the potential race is on the user-supplied stream.
1969
1970 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1971
1972         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1973         string literal if not passed a buffer.
1974         * manual/job.texi (ctermid): Update reasoning, note deviation
1975         from posix, suggest mtasurace when not passed a buffer, for
1976         future non-preliminary safety notes.
1977
1978 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1979
1980         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1981         of not passing it a buffer.
1982         Reported by Peng Haitao.
1983
1984 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1985
1986         * manual/Makefile ($(objpfx)stamp-summary): Require
1987         check-safety.sh to pass.
1988         * manual/check-safety.sh: Wish for verification that every
1989         @deftypefn and @deftypefun is followed by a @safety remark.
1990
1991 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1992
1993         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1994
1995         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1996         PTHREAD_CANCEL_ASYNCHRONOUS.
1997         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1998         send SIGCANCEL.
1999
2000         * nptl/default-sched.h: New file.
2001         * sysdeps/unix/sysv/linux/default-sched.h: New file.
2002         * nptl/pthread_create.c: Include it.
2003         (__pthread_create_2_1): Use collect_default_sched instead of making
2004         Linux syscalls here directly.
2005
2006 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2007
2008         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
2009         __pthread_once): Use C11 atomics.
2010
2011 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2012
2013         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
2014
2015 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2016
2017         * include/atomic.h (__atomic_link_error, __atomic_check_size,
2018         atomic_thread_fence_acquire, atomic_thread_fence_release,
2019         atomic_thread_fence_seq_cst, atomic_load_relaxed,
2020         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
2021         atomic_compare_exchange_weak_relaxed,
2022         atomic_compare_exchange_weak_acquire,
2023         atomic_compare_exchange_weak_release,
2024         atomic_exchange_acquire, atomic_exchange_release,
2025         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
2026         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
2027         atomic_fetch_and_acquire,
2028         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
2029
2030 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2031
2032         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
2033         USE_ATOMIC_COMPILER_BUILTINS): Define.
2034         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
2035         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2036         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
2037         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2038         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
2039         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2040         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
2041         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2042         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
2043         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2044         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
2045         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2046         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
2047         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2048         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
2049         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2050         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2051         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2052         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2053         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2054         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
2055         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2056         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2057         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2058         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
2059         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2060         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2061         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2062         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
2063         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2064         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
2065         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2066         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
2067         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2068         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2069         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2070         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
2071         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2072         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
2073         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2074
2075 2014-11-19  Roland McGrath  <roland@hack.frob.com>
2076
2077         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
2078         the sched_priority value here.  It was already checked when the user
2079         called pthread_attr_setschedparam.
2080
2081         * nptl/tst-bad-schedattr.c: New file.
2082         * nptl/Makefile (tests): Add it.
2083
2084 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
2085             Florian Weimer  <fweimer@redhat.com>
2086             Joseph Myers  <joseph@codesourcery.com>
2087             Adam Conrad  <adconrad@0c3.net>
2088             Andreas Schwab  <schwab@suse.de>
2089             Brooks  <bmoses@google.com>
2090
2091         [BZ #17625]
2092         * wordexp-test.c (__dso_handle): Add prototype.
2093         (__register_atfork): Likewise.
2094         (__app_register_atfork): New function.
2095         (registered_forks): New global.
2096         (register_fork): New function.
2097         (test_case): Add 3 new tests for WRDE_CMDSUB.
2098         (main): Call __app_register_atfork.
2099         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
2100         fork count is non-zero fail the test.
2101         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
2102         is set.
2103         (parse_dollars): Remove check for WRDE_NOCMD.
2104         (parse_dquote): Likewise.
2105
2106 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2107
2108         * Makeconfig (built-modules): List non-library modules to be
2109         built.
2110         (module-cppflags): Include libc-modules.h for
2111         everything except shlib-versions.v.i.
2112         (CPPFLAGS): Use it.
2113         (before-compile): Add libc-modules.h.
2114         ($(common-objpfx)libc-modules.h,
2115         $(common-objpfx)libc-modules.stmp): New targets.
2116         (common-generated): Add libc-modules.h and libc-modules.stmp.
2117         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
2118         * include/libc-symbols.h: Don't include libc-modules.h.
2119         * include/libc-modules.h: Remove file.
2120         * scripts/gen-libc-modules.awk: New script to generate
2121         libc-modules.h.
2122         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2123         Depend on libc-modules.stmp.
2124
2125         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2126
2127         * Makeconfig (in-module): Get value of libof set for the
2128         translation unit.
2129         (CPPFLAGS): Use $(in-module).
2130         * Makerules: Don't suffix routine names for nonlib.
2131         * include/libc-modules.h: New file.
2132         * include/libc-symbols.h: Include libc-modules.h
2133         (IS_IN): New macro to replace IS_IN_* macros.
2134         * elf/Makefile: Set libof-* for each routine.
2135         * elf/rtld-Rules: Likewise.
2136         * extra-modules.mk: Likewise.
2137         * iconv/Makefile: Likewise.
2138         * iconvdata/Makefile: Likewise.
2139         * locale/Makefile: Likewise.
2140         * malloc/Makefile: Likewise.
2141         * nss/Makefile: Likewise.
2142         * sysdeps/gnu/Makefile: Likewise.
2143         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2144         * sysdeps/unix/sysv/linux/Makefile: Likewise.
2145         * sysdeps/s390/s390-64/Makefile: Likewise.
2146         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
2147         CPPFLAGS for nscd instead of nonlib.
2148
2149 2014-11-18  Roland McGrath  <roland@hack.frob.com>
2150
2151         * nptl/createthread.c: New file.
2152
2153         * nptl/createthread.c: Moved ...
2154         * sysdeps/unix/sysv/linux/createthread.c: ... here.
2155
2156         * nptl/createthread.c: Add proper top-line comment.
2157         (do_clone): Folded into ...
2158         (create_thread): ... here.  Take new arguments STOPPED_START and
2159         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
2160         increment __nptl_threads, do event-reporting logic, do
2161         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2162         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
2163         resource cleanup if sched_setaffinity or sched_setscheduler fails,
2164         just send SIGCANCEL.
2165         * nptl/pthread_create.c: Forward-declare create_thread before
2166         including createthread.c.
2167         (start_thread): Use new macro START_THREAD_DEFN to replace defining
2168         declaration, and new macro START_THREAD_SELF to replace argument.
2169         Remove return statement.
2170         (report_thread_creation): New function.
2171         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
2172         synchronization logic, and __nptl_nthreads increment here, around
2173         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
2174         PD->parent_cancelhandling here, before create_thread.  When
2175         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2176         __deallocate_stack, and ENOMEM translation here.
2177
2178 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
2179
2180         [BZ #17616]
2181         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2182         (mptwo): Rename to __mptwo.
2183         (__inv): Use __mptwo instead of mptwo.
2184         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2185         (mptwo): Rename to __mptwo.
2186         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2187         of mpone and __mptwo instead of mptwo.
2188         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2189         instead of mpone.
2190         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2191         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2192         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2193         of mpone and __mptwo instead of mptwo.
2194         (__mpranred): Use __mpone instead of mpone.
2195         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2196         variable.
2197         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2198         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2199         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2200         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2201         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2202         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2203         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2204         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2205         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2206         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2207         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2208         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2209         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2210         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2211         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2212         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2213         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2214         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2215         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2216
2217 2014-11-18  Tom de Vries  <tom@codesoucery.com>
2218
2219         * manual/signal.texi (Primitives Interrupted by Signals): In section,
2220         replace BSD Handler xref with BSD Signal Handling.
2221
2222 2014-11-17  Richard Henderson  <rth@redhat.com>
2223
2224         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2225         (_FP_PACK_RAW_2): Remove.
2226         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2227         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2228         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2229         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2230         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2231         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2232         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2233         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2234         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2235         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2236         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2237         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2238         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2239         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2240         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2241         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2242
2243 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2244
2245         * signal/signal.h [__USE_MISC]
2246         (struct sigvec): Remove type.
2247         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2248         (sigvec): Remove declaration.
2249         * sysdeps/posix/sigvec.c: Moved ...
2250         * signal/sigvec.c: ... here, replacing old file.
2251         (struct sigvec): New type, copied from old signal.h definition.
2252         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2253         (__sigvec): Convert definition to prototype.
2254         (sigvec): Replace weak_alias with compat_symbol.
2255         * signal/Versions (libc: GLIBC_2.21): New version set.
2256         * include/signal.h: Remove __sigvec declaration.
2257         * sysdeps/unix/bsd/sigvec.c: Remove file.
2258         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2259         * manual/signal.texi (BSD Handler): Remove subsection.
2260         Move siginterrupt up to ...
2261         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2262         (Blocking in BSD): Fold subsection into its parent.
2263         * NEWS: Mention sigvec removal.
2264
2265 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2266
2267         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2268         (DLA_FMS): Make definition conditional only on [__FMA4__].
2269         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2270         definition.
2271
2272         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2273         Make definition conditional only on [PROF].
2274         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2275         definition.
2276         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2277         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2278
2279         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2280         !__GNUC__].
2281         * include/signal.h (__sigpause): Move declaration above call to
2282         libc_hidden_proto.
2283         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2284         variable.
2285         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2286         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2287
2288 2014-11-14  David S. Miller  <davem@davemloft.net>
2289
2290         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2291         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2292
2293 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2294
2295         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2296         * configure: Regenerated.
2297         * manual/install.texi (Tools for Compilation): Document a
2298         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2299         compiler verified to work.
2300         * INSTALL: Regenerated.
2301
2302         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2303         redeclare with asm name.
2304         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2305         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2306         including <string.h>.
2307         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2308         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2309         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2310         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2311         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2312         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2313         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2314
2315 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2316
2317         * stdlib/strtol.c (__strtol): Use prototype definition.
2318
2319         [BZ #17594]
2320         * stdlib/strtol.c (SYM__): New macro.
2321         (SYM__1): Likewise.
2322         (__strtol): Likewise.
2323         (strtol): Rename to __strtol and define as weak alias of
2324         __strtol.  Use libc_hidden_weak.
2325
2326 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2327
2328         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2329         Use numbered labels in inline assembly.
2330
2331 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2332
2333         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2334         Add setjmp LIBC_PROBE.
2335         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2336         Likewise.
2337         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2338         Add longjmp, longjmp_target LIBC_PROBE.
2339         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2340         Likewise.
2341
2342 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2343
2344         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2345         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2346         to get rid of unused variable warning.
2347
2348 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2349
2350         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2351         Check for unwind_backtrace ==  NULL only in SHARED case.
2352         (__backchain_backtrace): Compile only in SHARED case.
2353         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2354         Likewise.
2355         (__backchain_backtrace): Declare as static.
2356
2357 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2358
2359         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2360         (__libc_multiple_threads_ptr): Variable moved ...
2361         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2362
2363 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2364
2365         * conform/GlibcConform.pm: New file.
2366         * conform/conformtest.pl: Use GlibcConform module.
2367         * conform/linknamespace.pl: New file.
2368         * conform/list-header-symbols.pl: Likewise.
2369         * conform/Makefile (linknamespace-symlists-base): New variable.
2370         (linknamespace-symlists-tests): Likewise.
2371         (linknamespace-header-base): Likewise.
2372         (linknamespace-header-tests): Likewise.
2373         (tests-special): Add new tests.
2374         ($(linknamespace-symlists-tests)): New rule.
2375         (linknamespace-libs): New variable.
2376         ($(objpfx)symlist-stdlibs): New rule.
2377         ($(linknamespace-header-tests)): Likewise.
2378         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2379         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2380         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2381         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2382         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2383         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2384         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2385         (test-xfail-ISO/math.h/linknamespace): Likewise.
2386         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2387         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2388         (test-xfail-ISO/time.h/linknamespace): Likewise.
2389         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2390         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2391         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2392         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2393         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2394         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2395         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2396         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2397         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2398         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2399         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2400         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2401         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2402         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2403         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2404         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2405         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2406         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2407         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2408         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2409         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2410         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2411         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2412         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2413         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2414         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2415         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2416         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2417         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2418         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2419         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2420         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2421         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2422         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2423         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2424         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2425         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2426         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2427         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2428         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2429         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2430         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2431         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2432         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2433         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2434         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2435         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2436         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2437         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2438         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2439         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2440         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2441         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2442         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2443         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2444         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2445         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2446         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2447         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2448         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2449         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2450         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2451         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2452         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2453         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2454         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2455         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2456         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2457         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2458         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2459         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2460         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2461         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2462         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2463         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2464         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2465         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2466         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2467         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2468         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2469         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2470         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2471         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2472         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2473         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2474         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2475         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2476         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2477         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2478         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2479         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2480         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2481         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2482         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2483         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2484         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2485         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2486         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2487         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2488         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2489         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2490         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2491         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2492         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2493         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2494         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2495         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2496         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2497         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2498         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2499         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2500         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2501         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2502         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2503         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2504         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2505         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2506         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2507         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2508         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2509         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2510         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2511         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2512         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2513         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2514         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2515         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2516         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2517         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2518         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2519         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2520         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2521         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2522         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2523         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2524         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2525         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2526         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2527         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2528         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2529         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2530         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2531         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2532         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2533         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2534         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2535         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2536         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2537         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2538         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2539
2540         [BZ #17589]
2541         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2542         of fgets_unlocked.
2543
2544         [BZ #17585]
2545         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2546         (memmem): Rename to __memmem and define as weak alias of
2547         __memmem.  Use libc_hidden_weak.
2548         (__memmem): Use libc_hidden_def.
2549         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2550         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2551         memmem.
2552
2553         [BZ #17582]
2554         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2555         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2556         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2557         and define as weak alias of __fgets_unlocked.  Use
2558         libc_hidden_weak.
2559         (__fgets_unlocked): Use libc_hidden_def.
2560         * include/stdio.h (__fgets_unlocked): Declare.  Use
2561         libc_hidden_proto.
2562         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2563         __fgets_unlocked instead of fgets_unlocked.
2564         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2565         (GET_NPROCS_CONF_PARSER): Likewise.
2566         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2567         (GET_NPROCS_CONF_PARSER): Likewise.
2568
2569         [BZ #17574]
2570         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2571         weak alias of __wmemset.  Use libc_hidden_weak.
2572         (__wmemset): Use libc_hidden_def.
2573         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2574         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2575         of wmemset.
2576
2577         [BZ #17573]
2578         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2579         with asm name __mempcpy.
2580         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2581
2582         [BZ #17572]
2583         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2584         and define as weak alias of __rawmemchr.
2585         (__rawmemchr): Do not define as strong alias of rawmemchr.
2586
2587         [BZ #17571]
2588         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2589         alias of __qsort_r.
2590         (qsort): Call __qsort_r instead of qsort_r.
2591         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2592         (__qsort_r): Declare.  Call libc_hidden_proto.
2593         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2594         instead of qsort_r.
2595         * nscd/gai.c (__qsort_r): Define to qsort_r.
2596         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2597         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2598         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2599
2600         [BZ #17570]
2601         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2602         define as weak alias of __malloc_info.
2603
2604         [BZ #17584]
2605         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2606         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2607         (__rewinddir): Use libc_hidden_def.
2608         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2609         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2610         (__rewinddir): Use libc_hidden_def.
2611         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2612         weak alias of __rewinddir.  Don't use libc_hidden_def.
2613         (__rewinddir): Use libc_hidden_def.
2614         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2615         (__rewinddir): Use libc_hidden_proto.
2616         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2617         rewinddir.
2618         (__getcwd): Use __rewinddir instead of rewinddir.
2619
2620         [BZ #17583]
2621         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2622         alias of __fileno.  Use libc_hidden_weak.
2623         (__fileno): Use libc_hidden_def.
2624         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2625         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2626         alias of __ftello.
2627         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2628         __ftello.
2629         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2630         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2631         libc_hidden_def.
2632         (fread_unlocked): Don't use libc_hidden_ver.
2633         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2634         and define as weak alias of __fread_unlocked.  Don't use
2635         libc_hidden_def.
2636         (__fread_unlocked): Use libc_hidden_def.
2637         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2638         (ftello): Don't use libc_hidden_proto.
2639         (__ftello): Declare.  Use libc_hidden_proto.
2640         (fread_unlocked): Don't use libc_hidden_proto.
2641         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2642         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2643         and __ftello instead of fileno, fread_unlocked and ftello.
2644
2645 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2646
2647         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2648         GOT12.
2649         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2650         Likewise.
2651         (_dl_start_user): Likewise.
2652         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2653
2654 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2655             Siddhesh Poyarekar  <siddhesh@redhat.com>
2656
2657         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2658         Move argv and envp down instead of moving argc up.
2659         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2660
2661 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2662
2663         [BZ #17506]
2664         * test-skeleton.c (main): Return successful if one of
2665         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2666         * string/tst-strcoll-overflow.c: Define expected status.
2667
2668 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2669
2670         [BZ #17475]
2671         * locale/iso-639.def: Define Bhili and Tulu language codes.
2672
2673 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2674
2675         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2676
2677 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2678
2679         [BZ #17555]
2680         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2681
2682 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2683
2684         * configure.ac: Updated check of minimal required version to
2685         2.22.
2686         * manual/install.texi (Tools for Compilation): Updated version
2687         number.
2688         * configure: Regenerated.
2689         * INSTALL: Likewise.
2690
2691 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2692
2693         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2694         __tls_get_addr.
2695
2696 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2697
2698         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2699         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2700         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2701         libc_hidden_weak.
2702         (waitpid): Define as alias of __waitpid.
2703         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2704         __waitpid.
2705         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2706         libc_hidden_weak.
2707         (waitpid): Define as alias of __waitpid.
2708         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2709         __libc_waitpid alias.
2710         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2711         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2712         Likewise.
2713         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2714         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2715         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2716         alias.
2717         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2718         __waitpid.
2719         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2720         libc_hidden_weak.
2721         (waitpid): Define as alias of __waitpid.
2722
2723 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2724
2725         * manual/llio.texi: Add comment that write safety has been
2726         fixed in Linux.
2727
2728         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2729         (localplt-build-dso): Add elf/ld.so.
2730         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2731         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2732         and free for ld.so.
2733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2734         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2736         Likewise.
2737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2738         Likewise.
2739         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2740         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2741         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2742         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2743         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2744         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2745         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2746         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2747         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2748         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2749         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2750
2751 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2752
2753         [BZ #14132]
2754         * include/libc-symbols.h (INTUSE): Remove macro.
2755         (INTDEF): Likewise.
2756         (INTVARDEF): Likewise.
2757         (_INTVARDEF): Likewise.
2758         (INTDEF2): Likewise.
2759         (INTVARDEF2): Likewise.
2760         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2761         rtld_hidden_def instead of INTVARDEF.
2762         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2763         (_dl_starting_up_internal): Remove declaration.
2764         (_dl_starting_up): Use rtld_hidden_proto.
2765         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2766         declaration.
2767         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2768         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2769         _dl_starting_up.
2770         * elf/dl-writev.h (_dl_writev): Likewise.
2771         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2772         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2773         _dl_starting_up_internal.
2774
2775 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2776
2777         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2778         test-skeleton.c.
2779
2780 2014-11-05  Will Newton  <will.newton@linaro.org>
2781
2782         * benchtests/Makefile: (bench-malloc): Add malloc thread
2783         scalability benchmark.
2784         * benchtests/bench-malloc-threads.c: New file.
2785
2786 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2787
2788         * sysdeps/aarch64/strchrnul.S: New file.
2789
2790 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2791
2792         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2793         definition.
2794         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2795         Likwise.
2796         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2797         Likewise.
2798         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2799         Likewise.
2800         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2801         Likewise.
2802         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2803         Likewise.
2804
2805 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2806
2807         * catgets/test-gencat.c: Use test-skeleton.c.
2808         * catgets/tst-catgets.c: Likewise.
2809         * csu/tst-empty.c: Likewise.
2810         * elf/tst-audit2.c: Likewise.
2811         * elf/tst-global1.c: Likewise.
2812         * elf/tst-pathopt.c: Likewise.
2813         * elf/tst-piemod1.c: Likewise.
2814         * elf/tst-tls10.c: Likewise.
2815         * elf/tst-tls11.c: Likewise.
2816         * elf/tst-tls12.c: Likewise.
2817         * gnulib/tst-gcc.c: Likewise.
2818         * iconvdata/tst-e2big.c: Likewise.
2819         * iconvdata/tst-loading.c: Likewise.
2820         * iconv/tst-iconv1.c: Likewise.
2821         * iconv/tst-iconv2.c: Likewise.
2822         * inet/test-inet6_opt.c: Likewise.
2823         * inet/tst-gethnm.c: Likewise.
2824         * inet/tst-network.c: Likewise.
2825         * inet/tst-ntoa.c: Likewise.
2826         * intl/tst-codeset.c: Likewise.
2827         * intl/tst-gettext2.c: Likewise.
2828         * intl/tst-gettext3.c: Likewise.
2829         * intl/tst-ngettext.c: Likewise.
2830         * intl/tst-translit.c: Likewise.
2831         * io/test-stat.c: Likewise.
2832         * libio/test-fmemopen.c: Likewise.
2833         * libio/tst-freopen.c: Likewise.
2834         * libio/tst-sscanf.c: Likewise.
2835         * libio/tst-ungetwc1.c: Likewise.
2836         * libio/tst-ungetwc2.c: Likewise.
2837         * libio/tst-widetext.c: Likewise.
2838         * localedata/tst-ctype.c: Likewise.
2839         * localedata/tst-digits.c: Likewise.
2840         * localedata/tst-leaks.c: Likewise.
2841         * localedata/tst-mbswcs1.c: Likewise.
2842         * localedata/tst-mbswcs2.c: Likewise.
2843         * localedata/tst-mbswcs3.c: Likewise.
2844         * localedata/tst-mbswcs4.c: Likewise.
2845         * localedata/tst-mbswcs5.c: Likewise.
2846         * localedata/tst-setlocale.c: Likewise.
2847         * localedata/tst-trans.c: Likewise.
2848         * localedata/tst-wctype.c: Likewise.
2849         * localedata/tst-xlocale1.c: Likewise.
2850         * login/tst-grantpt.c: Likewise.
2851         * malloc/tst-calloc.c: Likewise.
2852         * malloc/tst-malloc.c: Likewise.
2853         * malloc/tst-mallocstate.c: Likewise.
2854         * malloc/tst-mcheck.c: Likewise.
2855         * malloc/tst-mtrace.c: Likewise.
2856         * malloc/tst-obstack.c: Likewise.
2857         * math/atest-exp2.c: Likewise.
2858         * math/atest-exp.c: Likewise.
2859         * math/atest-sincos.c: Likewise.
2860         * math/test-matherr.c: Likewise.
2861         * math/test-misc.c: Likewise.
2862         * math/test-powl.c: Likewise.
2863         * math/tst-definitions.c: Likewise.
2864         * misc/tst-dirname.c: Likewise.
2865         * misc/tst-efgcvt.c: Likewise.
2866         * misc/tst-fdset.c: Likewise.
2867         * misc/tst-hsearch.c: Likewise.
2868         * misc/tst-mntent2.c: Likewise.
2869         * nptl/tst-sem7.c: Likewise.
2870         * nptl/tst-sem8.c: Likewise.
2871         * nptl/tst-sem9.c: Likewise.
2872         * nss/test-netdb.c: Likewise.
2873         * posix/tst-fnmatch.c: Likewise.
2874         * posix/tst-getlogin.c: Likewise.
2875         * posix/tst-gnuglob.c: Likewise.
2876         * posix/tst-mmap.c: Likewise.
2877         * pwd/tst-getpw.c: Likewise.
2878         * resolv/tst-inet_ntop.c: Likewise.
2879         * rt/tst-timer.c: Likewise.
2880         * stdio-common/test-fseek.c: Likewise.
2881         * stdio-common/test-popen.c: Likewise.
2882         * stdio-common/test-vfprintf.c: Likewise.
2883         * stdio-common/tst-cookie.c: Likewise.
2884         * stdio-common/tst-fileno.c: Likewise.
2885         * stdio-common/tst-gets.c: Likewise.
2886         * stdio-common/tst-obprintf.c: Likewise.
2887         * stdio-common/tst-perror.c: Likewise.
2888         * stdio-common/tst-sprintf2.c: Likewise.
2889         * stdio-common/tst-sprintf3.c: Likewise.
2890         * stdio-common/tst-sprintf.c: Likewise.
2891         * stdio-common/tst-swprintf.c: Likewise.
2892         * stdio-common/tst-tmpnam.c: Likewise.
2893         * stdio-common/tst-unbputc.c: Likewise.
2894         * stdio-common/tst-wc-printf.c: Likewise.
2895         * stdlib/tst-environ.c: Likewise.
2896         * stdlib/tst-fmtmsg.c: Likewise.
2897         * stdlib/tst-limits.c: Likewise.
2898         * stdlib/tst-rand48-2.c: Likewise.
2899         * stdlib/tst-rand48.c: Likewise.
2900         * stdlib/tst-random2.c: Likewise.
2901         * stdlib/tst-random.c: Likewise.
2902         * stdlib/tst-strtol.c: Likewise.
2903         * stdlib/tst-strtoll.c: Likewise.
2904         * stdlib/tst-tls-atexit.c: Likewise.
2905         * stdlib/tst-xpg-basename.c: Likewise.
2906         * string/test-ffs.c: Likewise.
2907         * string/tst-bswap.c: Likewise.
2908         * string/tst-inlcall.c: Likewise.
2909         * string/tst-strtok.c: Likewise.
2910         * string/tst-strxfrm.c: Likewise.
2911         * sysdeps/x86_64/tst-audit10.c: Likewise.
2912         * sysdeps/x86_64/tst-audit3.c: Likewise.
2913         * sysdeps/x86_64/tst-audit4.c: Likewise.
2914         * sysdeps/x86_64/tst-audit5.c: Likewise.
2915         * time/tst-ftime_l.c: Likewise.
2916         * time/tst-getdate.c: Likewise.
2917         * time/tst-mktime3.c: Likewise.
2918         * time/tst-mktime.c: Likewise.
2919         * time/tst-posixtz.c: Likewise.
2920         * time/tst-strptime2.c: Likewise.
2921         * time/tst-strptime3.c: Likewise.
2922         * wcsmbs/tst-btowc.c: Likewise.
2923         * wcsmbs/tst-mbrtowc.c: Likewise.
2924         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2925         * wcsmbs/tst-wchar-h.c: Likewise.
2926         * wcsmbs/tst-wcpncpy.c: Likewise.
2927         * wcsmbs/tst-wcrtomb.c: Likewise.
2928         * wcsmbs/tst-wcsnlen.c: Likewise.
2929         * wcsmbs/tst-wcstof.c: Likewise.
2930
2931 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2932
2933         [BZ #14132]
2934         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2935         INTDEF.
2936         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2937         declaration.
2938         (_dl_mcount): Use rtld_hidden_proto.
2939         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2940         _dl_mcount.
2941         * elf/rtld.c (_rtld_global_ro): Likewise.
2942
2943         [BZ #14132]
2944         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2945         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2946         of _dl_init_internal.
2947         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2948         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2949         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2950         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2951         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2952         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2953         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2954         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2955         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2956         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2957         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2958         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2959         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2960         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2961         * sysdeps/tile/dl-start.S (_start): Likewise.
2962         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2963         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2964
2965         [BZ #14132]
2966         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2967         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2968         (rtld_progname): Make macro definition unconditional.
2969         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2970         INTDEF.
2971         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2972         (dl_main): Likewise.
2973         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2974         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2975         instead of _dl_argv_internal.
2976         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2977         __GI__dl_argv instead of INTUSE(_dl_argv).
2978         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2979         __GI__dl_argv instead of _dl_argv_internal.
2980
2981         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2982         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2983         macro.
2984         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2985         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2986         New macro.
2987         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2988         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2989         macro.
2990         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2991         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2992
2993 2014-11-04  Andreas Schwab  <schwab@suse.de>
2994
2995         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2996
2997 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2998
2999         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
3000         mtvsrd instruction in binary form.
3001
3002 2014-11-03  Andreas Schwab  <schwab@suse.de>
3003
3004         [BZ #17522]
3005         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
3006         for less than MB_LEN_MAX use a local buffer of that size.
3007         * libio/tst-fputws.c: New file.
3008         * libio/Makefile (tests): Add tst-fputws.
3009
3010 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
3011
3012         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
3013         the size of the fpu_fr.fpu_dregs[] array.
3014
3015 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
3016
3017         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
3018         (__nanosleep): Do not define as alias.
3019         (nanosleep): Define as alias of __nanosleep.
3020         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
3021         __libc_nanosleep name.
3022
3023 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3024
3025         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
3026         install.texi in comment.
3027
3028 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3029
3030         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
3031         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
3032         ... add here and use lwsync or sync ...
3033         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
3034         ... and add here using lwsync.
3035
3036 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3037
3038         * elf/dl-machine-reject-phdr.h: New file.
3039         * elf/dl-load.c: #include that.
3040         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
3041         if that returned true.
3042
3043 2014-10-31  Roland McGrath  <roland@hack.frob.com>
3044
3045         [BZ #17496]
3046         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
3047         gen-as-const-headers chunk.  Add a big scare comment after the last
3048         safe place to touch before-compile.
3049
3050 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3051
3052         * manual/install.texi (Tools for Compilation): Update autoconf
3053         version requirements.
3054         * INSTALL: Regenerated.
3055
3056         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
3057         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
3058         (__libc_pselect): Likewise.
3059
3060         [BZ #14138]
3061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
3062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3065
3066 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3067
3068         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
3069         correct barrier instruction.
3070         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
3071         Likewise.
3072         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
3073         Likewise.
3074
3075 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3076
3077         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
3078         after defining inlines.  Instead, just use parens to defeat macro
3079         expansion of __isctype in its declaration.
3080
3081 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3082
3083         * include/sys/uio.h (__libc_readv): Remove declaration.
3084         (__libc_writev): Likewise.
3085         * misc/readv.c (__libc_readv): Rename to __readv.
3086         (__readv): Do not define as alias.
3087         (readv): Define as alias of __readv.
3088         * misc/writev.c (__libc_writev): Rename to __writev.
3089         (__writev): Do not define as alias.
3090         (writev): Define as alias of __writev.
3091         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
3092         (__readv): Do not define as alias.
3093         (readv): Define unconditionally as alias of __readv.
3094         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
3095         (__writev): Do not define as alias.
3096         (writev): Define unconditionally as alias of __writev.
3097         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
3098         name.
3099         (writev): Do not define __libc_writev name.
3100
3101 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3102
3103         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
3104         (convert_charseq): New function, broken out of ...
3105         (use_from_charmap): ... here.  Call it.
3106         (use_to_charmap): Use convert_charseq and free instead of duplicating
3107         its code with a variable-length stack struct.
3108
3109 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3110
3111         * include/fcntl.h (__libc_creat): Remove declaration.
3112         * io/creat.c (__libc_creat): Rename to creat.
3113         (creat): Do not define as alias.
3114         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
3115         of creat instead of __libc_creat.
3116         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
3117         to creat.
3118         (creat): Do not define as alias.
3119         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
3120         __libc_creat.
3121         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3122         __libc_creat name.
3123         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3124         Likewise.
3125
3126 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
3127
3128         * manual/llio.texi: Add comments discussing why write() may be
3129         considered MT-unsafe on Linux.
3130
3131 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
3132
3133         * dl-load.c (local_strdup): Remove.
3134         (expand_dynamic_string_token): Use __strdup.
3135         (decompose_rpath): Likewise.
3136         (_dl_map_object): Likewise.
3137
3138 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
3139
3140         [BZ #14132]
3141         * sysdeps/generic/unwind-dw2-fde.c
3142         (__register_frame_info_bases_internal): Do not declare.
3143         (__register_frame_info_table_bases_internal): Likewise.
3144         (__deregister_frame_info_bases_internal): Likewise.
3145         (__register_frame_info_bases): Declare and use hidden_proto before
3146         definition.  Use hidden_def instead of INTDEF.
3147         (__register_frame_info_table_bases): Likewise.
3148         (__deregister_frame_info_bases): Likewise.
3149         (__register_frame_info): Do not use INTUSE.
3150         (__register_frame): Likewise.
3151         (__register_frame_info_table): Likewise.
3152         (__register_frame_table): Likewise.
3153         (__deregister_frame_info): Likewise.
3154         (__deregister_frame): Likewise.
3155
3156 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
3157
3158         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3159         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3160         not undefine.
3161         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3162         Likewise.
3163         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3164         Likewise.
3165
3166 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
3167
3168         [BZ #14138]
3169         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3170         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3171         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3172         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3173         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3174         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3175         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3176         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3177         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3178         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3179         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3180         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3181         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3182         syscall.
3183         (setfsuid): Likewise.
3184         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3185         (setfsuid): Likewise.
3186         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3187         (setfsuid): Likewise.
3188         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3189         Likewise.
3190         (setfsuid): Likewise.
3191         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3192         (setfsuid): Likewise.
3193         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3194         Likewise.
3195         (setfsuid): Likewise.
3196
3197 2014-10-27  Andreas Schwab  <schwab@suse.de>
3198
3199         [BZ #17501]
3200         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3201         check for Slow_SSE4_2 feature bit.
3202         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3203         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3204         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3205         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
3206
3207 2014-10-24  Roland McGrath  <roland@hack.frob.com>
3208
3209         * configure.ac: Validate compiler version with a empirical test of
3210         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3211         $CC -v output.
3212         * configure: Regenerated.
3213
3214         * inet/htons.c (htons): Prototypify.
3215         * inet/htonl.c (htonl): Likewise.
3216
3217 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3218
3219         * string/strncat.c (strncat): Improve performance by using strlen.
3220
3221 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3222
3223         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3224
3225 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3226
3227         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3228         Call libc_fetestexcept_aarch64.
3229
3230 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3231
3232         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3233         Call libc_feholdexcept_aarch64.
3234
3235 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3236
3237         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3238         Call get_rounding_mode.
3239
3240 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3241
3242         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3243         Simplify logic.
3244
3245 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3246
3247         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3248         Simplify logic.
3249
3250 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3251
3252         [BZ #14138]
3253         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3254         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3255         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3256         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3257         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3258         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3259         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3260         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3261         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3262         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3263         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3264         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3265         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3266         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3267         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3268         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3269         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3270         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3271         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3272         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3273         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3274         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3275         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3276         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3277         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3278         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3279         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3280         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3281         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3282         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3283         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3284         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3285         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3286         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3287         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3288         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3289         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3290         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3291         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3292         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3293         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3294         syscall.
3295         (geteuid): Likewise.
3296         (getgid): Likewise.
3297         (getuid): Likewise.
3298         (getresgid): Likewise.
3299         (getresuid): Likewise.
3300         (getgroups): Likewise.
3301         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3302         (geteuid): Likewise.
3303         (getgid): Likewise.
3304         (getuid): Likewise.
3305         (getresgid): Likewise.
3306         (getresuid): Likewise.
3307         (getgroups): Likewise.
3308         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3309         (geteuid): Likewise.
3310         (getgid): Likewise.
3311         (getuid): Likewise.
3312         (getresgid): Likewise.
3313         (getresuid): Likewise.
3314         (getgroups): Likewise.
3315         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3316         Likewise.
3317         (geteuid): Likewise.
3318         (getgid): Likewise.
3319         (getuid): Likewise.
3320         (getresgid): Likewise.
3321         (getresuid): Likewise.
3322         (getgroups): Likewise.
3323         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3324         (geteuid): Likewise.
3325         (getgid): Likewise.
3326         (getuid): Likewise.
3327         (getresgid): Likewise.
3328         (getresuid): Likewise.
3329         (getgroups): Likewise.
3330         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3331         Likewise.
3332         (geteuid): Likewise.
3333         (getgid): Likewise.
3334         (getuid): Likewise.
3335         (getgroups): Likewise.
3336
3337         [BZ #14138]
3338         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3339         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3340         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3341         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3342         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3343         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3344         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3345         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3346         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3347         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3348         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3349         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3350         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3351         __chown.
3352         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3353         (lchown): Likewise.
3354         (fchown): Likewise.
3355         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3356         Likewise.
3357         (lchown): Likewise.
3358         (fchown): Likewise.
3359         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3360         (lchown): Likewise.
3361         (fchown): Likewise.
3362         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3363         Likewise.
3364         (lchown): Likewise.
3365         (fchown): Likewise.
3366
3367 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3368
3369         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3370         Simplify logic.
3371
3372 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3373
3374         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3375         Cleanup logic.
3376
3377 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3378
3379         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3380         Remove unused include.
3381
3382 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3383
3384         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3385         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3386         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3387         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3388
3389 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3390             Helge Deller <deller@gmx.de>
3391
3392         [BZ #17508]
3393         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3394         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3395         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3396
3397 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3398
3399         [BZ #14132]
3400         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3401         Remove macro definition.
3402         (__ashrdi3_v_glibc20): Likewise.
3403         (__lshrdi3_v_glibc20): Likewise.
3404         (__cmpdi2_v_glibc20): Likewise.
3405         (__ucmpdi2_v_glibc20): Likewise.
3406         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3407         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3408         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3409         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3410         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3411         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3412
3413 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3414
3415         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3416         old GNU extension [0] syntax.
3417         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3418         alloca rather than an array member with variable length.
3419         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3420         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3421         (parse_opt): ... here.  Likewise use alloca there.
3422         Validate the -i argument before checking for rootness.
3423         (send_shutdown): New function, broken out of ...
3424         (parse_opt): ... here.
3425
3426 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3427
3428         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3429         macro to get at the _rt_local_ro field.
3430         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3431         ([PIC] case) or _dl_hwcap ([!PIC] case).
3432         * sysdeps/arm/setjmp.S: Likewise.
3433
3434         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3435         * sysdeps/arm/configure.ac: New check to define it.
3436         * sysdeps/arm/configure: Regenerated.
3437         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3438         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3439         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3440         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3441         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3442         Use move/movt pair instead of a load.
3443         (LDST_GLOBAL): Macro removed.
3444         (LDR_GLOBAL): New macro replaces it.
3445         (LDR_HIDDEN): New macro.
3446         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3447         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3448
3449         * setjmp/tst-setjmp-static.c: New file.
3450         * setjmp/Makefile (tests): Add it.
3451         (tests-static): New variable.
3452
3453 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3454
3455         [BZ #17485]
3456         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3457
3458 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3459
3460         [BZ #14132]
3461         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3462
3463 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3464
3465         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3466
3467 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3468
3469         * io/fts.c (dirent_not_directory): New function.
3470         (fts_build): Call it.
3471
3472 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3473
3474         * nptl/version.c (__nptl_main): Use normal __write rather than
3475         INTERNAL_SYSCALL.
3476         (banner): Update copyright years.
3477
3478         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3479         gettimeofday.
3480         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3481         * nptl/pthread_cond_timedwait.c: Likewise.
3482         * nptl/pthread_mutex_timedlock.c: Likewise.
3483         * nptl/sem_timedwait.c: Likewise.
3484
3485         * sysdeps/nptl/bits/libc-lock.h
3486         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3487         (__libc_lock_init_recursive): Return void, not 0.
3488         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3489         (__libc_rwlock_init): Likewise.
3490         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3491
3492 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3493
3494         [BZ #15215]
3495         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3496         (__pthread_once_slow): ... here.
3497         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3498         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3499
3500 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3501
3502         [BZ #15215]
3503         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3504         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3505         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3506         * nptl/pthread_once.c (__pthread_once): Likewise.
3507         Update comments.
3508
3509 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3510
3511         [BZ #14138]
3512         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3513         name.
3514         (writev): Use __libc_writev as strong name.
3515         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3516         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3517
3518 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3519
3520         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3521
3522         * sysdeps/i386/nptl/tls.h
3523         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3524         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3525         New macros.
3526         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3527         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3528         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3529         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3530         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3531         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3532
3533         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3534         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3535         on [__NR_futex].
3536         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3537         broken out of ...
3538         (__pthread_mutex_init): ... here.  Call it.
3539         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3540         Conditionalize PI cases on [__NR_futex].
3541         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3542         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3543         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3544
3545         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3546         conditional on [SIGSETXID].
3547         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3548         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3549         is defined.  Likewise for SIGSETXID.
3550         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3551         Conditionalize definitions on [SIGSETXID].
3552         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3553         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3554         unblocking on [SIGCANCEL].
3555
3556         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3557         [__NR_set_robust_list].
3558
3559 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3560
3561         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3562         (do_compare): Likewise.
3563
3564 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3565
3566         [BZ #15884]
3567         * string/strcoll_l.c: Don't include stdio.h.
3568         (coll_seq): Remove members idxarr and rulearr.
3569         (get_next_seq_cached): Remove function.
3570         (get_next_seq): Likewise.
3571         (get_next_seq_nocache): Rename to get_next_seq.
3572         (do_compare): Remove function.
3573         (do_compare_nocache): Rename to do_compare.
3574         (STRCOLL): Remove weight and rules cache.
3575
3576 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3577
3578         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3579         * sysdeps/arm/sfp-machine.h: ... to here.
3580         * sysdeps/arm/Implies: Remove arm/soft-fp.
3581
3582 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3583
3584         * conform/data/sys/utsname.h-data (*_t): Allow.
3585         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3586         [POSIX] (WEXITED): Do not expect constant.
3587         [POSIX] (WSTOPPED): Likewise.
3588         [POSIX] (WNOHANG): Likewise.
3589         [POSIX] (WNOWAIT): Likewise.
3590         [POSIX] (siginfo_t): Do not expect type or elements.
3591         [POSIX] (pid_t): Do not expect type.
3592         [POSIX] (signal.h): Do not allow header.
3593         [POSIX] (sys/resource.h): Likewise.
3594         [POSIX] (si_*): Do not allow pattern.
3595         [POSIX] (W*): Likewise.
3596         [POSIX] (P_*): Likewise.
3597         [POSIX] (BUS_*): Likewise.
3598         [POSIX] (CLD_*): Likewise.
3599         [POSIX] (FPE_*): Likewise.
3600         [POSIX] (ILL_*): Likewise.
3601         [POSIX] (POLL_*): Likewise.
3602         [POSIX] (SEGV_*): Likewise.
3603         [POSIX] (SI_*): Likewise.
3604         [POSIX] (TRAP_*): Likewise.
3605         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3606         variable.
3607
3608 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3609
3610         [BZ #12926]
3611         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3612         infinite loop when __recvmsg returns 0.
3613
3614 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3615
3616         * CANCEL-FCT-WAIVE: Remove file.
3617         * CANCEL-FILE-WAIVE: Likewise.
3618
3619         [BZ #14132]
3620         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3621         instead of INTVARDEF.
3622         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3623         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3624         rtld_hidden_data_def instead of INTVARDEF.
3625         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3626         * elf/dl-deps.c (expand_dst): Likewise.
3627         * elf/dl-load.c (_dl_dst_count): Likewise.
3628         (_dl_dst_substitute): Likewise.
3629         (decompose_rpath): Likewise.
3630         (_dl_init_paths): Likewise.
3631         (open_path): Likewise.
3632         (_dl_map_object): Likewise.
3633         * elf/rtld.c (dl_main): Likewise.
3634         (process_dl_audit): Likewise.
3635         (process_envvars): Likewise.
3636         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3637         Remove declaration.
3638         (__libc_enable_secure): Use rtld_hidden_proto.
3639
3640 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3641
3642         * elf/dl-load.c
3643         (add_path): New function broken out of _dl_rtld_di_serinfo.
3644         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3645
3646 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3647
3648         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3649         parentheses around macro arguments.
3650         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3651         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3652         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3653         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3654         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3655         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3656         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3657         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3658         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3659         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3660         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3661         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3662         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3663         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3664         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3665         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3666         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3667         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3668         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3669         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3670         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3671         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3672         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3673         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3674         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3675         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3676         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3677         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3678         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3679         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3680         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3681         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3682         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3683         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3684         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3685         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3686         Likewise.
3687         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3688         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3689         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3690         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3691         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3692         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3693         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3694         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3695         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3696         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3697         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3698         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3699         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3700         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3701         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3702         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3703         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3704         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3705         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3706         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3707         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3708         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3709         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3710         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3711         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3712         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3713         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3714         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3715         (_FP_FRAC_SRS_1): Likewise.
3716         (_FP_FRAC_CLZ_1): Likewise.
3717         (_FP_MUL_MEAT_1_imm): Likewise.
3718         (_FP_MUL_MEAT_1_wide): Likewise.
3719         (_FP_MUL_MEAT_1_hard): Likewise.
3720         (_FP_SQRT_MEAT_1): Likewise.
3721         (_FP_FRAC_ASSEMBLE_1): Likewise.
3722         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3723         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3724         (__FP_CLZ_2): Likewise.
3725         (_FP_MUL_MEAT_2_wide): Likewise.
3726         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3727         (_FP_MUL_MEAT_2_gmp): Likewise.
3728         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3729         (_FP_SQRT_MEAT_2): Likewise.
3730         (_FP_FRAC_ASSEMBLE_2): Likewise.
3731         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3732         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3733         (_FP_FRAC_CLZ_4): Likewise.
3734         (_FP_MUL_MEAT_4_wide): Likewise.
3735         (_FP_MUL_MEAT_4_gmp): Likewise.
3736         (_FP_SQRT_MEAT_4): Likewise.
3737         (_FP_FRAC_ASSEMBLE_4): Likewise.
3738         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3739         * soft-fp/op-common.h (_FP_CMP): Likewise.
3740         (_FP_CMP_EQ): Likewise.
3741         (_FP_CMP_UNORD): Likewise.
3742         (_FP_TO_INT): Likewise.
3743         (_FP_FROM_INT): Likewise.
3744         [!__FP_CLZ] (__FP_CLZ): Likewise.
3745         (_FP_DIV_HELP_imm): Likewise.
3746         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3747         Likewise.
3748         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3749         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3750         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3751         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3752         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3753         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3754         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3755         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3756         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3757         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3758         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3759         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3760         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3761         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3762         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3763         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3764         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3765         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3766         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3767         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3768         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3769         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3770         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3771         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3772         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3773         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3774         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3775         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3776         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3777         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3778         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3779         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3780         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3781         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3782         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3783         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3784         (FP_UNPACK_RAW_SP): Likewise.
3785         (FP_PACK_RAW_S): Likewise.
3786         (FP_PACK_RAW_SP): Likewise.
3787         (FP_UNPACK_S): Likewise.
3788         (FP_UNPACK_SP): Likewise.
3789         (FP_UNPACK_SEMIRAW_S): Likewise.
3790         (FP_UNPACK_SEMIRAW_SP): Likewise.
3791         (FP_PACK_S): Likewise.
3792         (FP_PACK_SP): Likewise.
3793         (FP_PACK_SEMIRAW_S): Likewise.
3794         (FP_PACK_SEMIRAW_SP): Likewise.
3795         (_FP_SQRT_MEAT_S): Likewise.
3796         (FP_CMP_S): Likewise.
3797         (FP_CMP_EQ_S): Likewise.
3798         (FP_CMP_UNORD_S): Likewise.
3799         (FP_TO_INT_S): Likewise.
3800         (FP_FROM_INT_S): Likewise.
3801
3802         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3803
3804         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3805         (FP_EX_INVALID_IMZ): Likewise.
3806         (FP_EX_INVALID_IMZ_FMA): Likewise.
3807         (FP_EX_INVALID_ISI): Likewise.
3808         (FP_EX_INVALID_ZDZ): Likewise.
3809         (FP_EX_INVALID_IDI): Likewise.
3810         (FP_EX_INVALID_SQRT): Likewise.
3811         (FP_EX_INVALID_CVI): Likewise.
3812         (FP_EX_INVALID_VC): Likewise.
3813         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3814         "invalid" exceptions.
3815         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3816         (_FP_ADD_INTERNAL): Likewise.
3817         (_FP_MUL): Likewise.
3818         (_FP_FMA): Likewise.
3819         (_FP_DIV): Likewise.
3820         (_FP_CMP_CHECK_NAN): Likewise.
3821         (_FP_SQRT): Likewise.
3822         (_FP_TO_INT): Likewise.
3823         (FP_EXTEND): Likewise.
3824
3825 2014-10-09  Allan McRae  <allan@archlinux.org>
3826
3827         * po/fr.po: Update French translation from translation project.
3828
3829 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3830
3831         [BZ #14132]
3832         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3833         of INTDEF.
3834         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3835         (__cxa_atexit): Use libc_hidden_proto.
3836         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3837
3838         [BZ #14132]
3839         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3840         declaration.
3841         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3842         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3843         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3844         [!_ISOMAC] (__iswctype_internal): Likewise.
3845         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3846         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3847         alias.
3848         (fcntl): Remove __fcntl_internal alias.
3849         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3850         __connect_internal alias.
3851         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3852         Likewise.
3853
3854         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3855         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3856         FP_DENORM_ZERO.
3857         (_FP_CHECK_FLUSH_ZERO): New macro.
3858         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3859         (_FP_CMP): Likewise.
3860         (_FP_CMP_EQ): Likewise.
3861         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3862         FP_DENORM_ZERO.
3863         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3864         (FP_TRUNC): Likewise.
3865
3866         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3867         treated as invalid conversion, not as normal exponent.
3868
3869         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3870         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3871         (_FP_CMP_EQ): Likewise.
3872         (_FP_CMP_UNORD): Likewise.
3873         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3874         (FP_CMP_EQ_D): Likewise.
3875         (FP_CMP_UNORD_D): Likewise.
3876         * soft-fp/extended.h (FP_CMP_E): Likewise.
3877         (FP_CMP_EQ_E): Likewise.
3878         (FP_CMP_UNORD_E): Likewise.
3879         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3880         (FP_CMP_EQ_Q): Likewise.
3881         (FP_CMP_UNORD_Q): Likewise.
3882         * soft-fp/single.h (FP_CMP_S): Likewise.
3883         (FP_CMP_EQ_S): Likewise.
3884         (FP_CMP_UNORD_S): Likewise.
3885         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3886         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3887         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3888         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3889         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3890         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3891         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3892         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3893         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3894         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3895         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3896         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3897         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3898         to FP_CMP_Q.
3899         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3900         FP_CMP_Q.
3901         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3902         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3903         FP_CMP_EQ_Q.
3904         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3905         FP_CMP_Q.
3906         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3907         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3908         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3909         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3910         FP_CMP_EQ_Q.
3911         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3912         FP_CMP_Q.
3913         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3914         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3915         FP_CMP_EQ_Q.
3916         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3917         FP_CMP_Q.
3918         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3919         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3920         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3921         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3922         FP_CMP_EQ_Q.
3923
3924         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3925         a subnormal result, set the underflow exception if trapping on
3926         underflow is enabled.
3927         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3928         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3929         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3930         redefine to 0.
3931         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3932         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3933         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3934         * soft-fp/extendxftf2.c (__extendxftf2): Use
3935         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3936
3937         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3938         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3939         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3940         FP_HANDLE_EXCEPTIONS.
3941         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3942         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3943         FP_HANDLE_EXCEPTIONS.
3944         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3945         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3946         FP_HANDLE_EXCEPTIONS.
3947         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3948         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3949         FP_HANDLE_EXCEPTIONS.
3950
3951 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3952
3953         [BZ #14132]
3954         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3955         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3956         use INTUSE.
3957         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3958         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3959         Remove alias.
3960         (__adjtimex): Define using libc_hidden_ver.
3961         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3962         Remove declaration.
3963         (ntp_gettime): Call __adjtimex directly.
3964         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3965         Remove declaration.
3966         (ntp_gettimex): Call __adjtimex directly.
3967         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3968         __adjtimex_internal alias.
3969
3970 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3971
3972         [BZ #17460]
3973         * nscd/nscd.c (more_help): Rewrite list of tables collection
3974         using xstrdup and asprintf.
3975
3976         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3977
3978 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3979             Roland McGrath  <roland@hack.frob.com>
3980
3981         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3982         (do_lookup_unique): ... local function 'enter' here; update callers.
3983
3984 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3985
3986         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3987         compat_symbol calls on [SHARED].
3988         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3989         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3990         Remove.
3991         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3992         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3993         (oldsetrlimit): Remove.
3994         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3996         (lchown): New syscall entry.
3997         (oldsetrlimit): Remove.
3998         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3999         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
4000         (oldsetrlimit): Remove.
4001         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4002
4003         [BZ #14138]
4004         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
4005         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
4006         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
4007         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
4008         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
4009         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
4010         (fchown): Likewise.
4011         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
4012         (fchown): Likewise.
4013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
4014         Likewise.
4015
4016 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4017
4018         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
4019         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
4020         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
4021         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
4022         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
4023         Likewise.
4024         (__old_sem_post): Likewise.
4025
4026 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
4027
4028         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
4029         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
4030         HAVE_CLOCK_GETTIME_VSYSCALL macros.
4031         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
4032         Use INLINE_VSYSCALL macro.
4033         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
4034         __vdso_clock_gettime.
4035         * sysdeps/unix/sysv/linux/tile/init-first.c
4036         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
4037         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
4038         __vdso_clock_gettime.
4039
4040         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
4041         to set up frame more cleanly.
4042
4043         * sysdeps/tile/memcmp.c: New file.
4044
4045         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
4046
4047         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
4048         * sysdeps/tile/tilegx/strcasestr.c: New file.
4049         * sysdeps/tile/tilegx/strnlen.c: New file.
4050         * sysdeps/tile/tilegx/strstr.c: New file.
4051
4052         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
4053
4054 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
4055
4056         * nptl/tst-setuid3.c: Write errors to stdout.
4057
4058 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4059
4060         * elf/dl-deps.c
4061         (preload): New functions broken out of _dl_map_object_deps.
4062         (_dl_map_object_deps):  Remove a nested function. Update call sites.
4063
4064 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
4065
4066         [BZ #14138]
4067         * sysdeps/unix/sysv/linux/execve.c: Remove file.
4068         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
4069
4070 2014-10-01  Steve Ellcey  <sellcey@mips.com>
4071
4072         * sysdeps/mips/strcmp.S: New.
4073
4074 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
4075
4076         [BZ #14138]
4077         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
4078         (linkat): Likewise.
4079         (mkdirat): Likewise.
4080         (readlinkat): Likewise.
4081         (renameat): Likewise.
4082         (symlinkat): Likewise.
4083         (unlinkat): Likewise.
4084         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
4085         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
4086         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
4087         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
4088         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
4089         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
4090         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
4091
4092 2014-09-30  Will Newton  <will.newton@linaro.org>
4093
4094         * math/math.h: Define long double math functions if
4095         _LIBC_TEST is defined.
4096         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
4097
4098         * localedata/Makefile: Move assignment to tests-special
4099         into an ifdef testing run-built-tests.
4100         * timezone/Makefile: Likewise.
4101
4102 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
4103
4104         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
4105         with $(BASH) not $(SHELL).
4106
4107 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
4108             Matthew LeGendre  <legendre1@llnl.gov>
4109
4110         [BZ #17411]
4111         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
4112         l_reloc_result.
4113
4114 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4115
4116         * stdio-common/printf_fp.c
4117         (hack_digit): New function, broken out of ...
4118         (__printf_fp): ... local function here.  Update call sites.
4119         hack_digit now takes an additional parameter that is a pointer
4120         to a struct of the referenced locals.  Those locals moved inside
4121         the struct and references updated.
4122
4123 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
4124
4125         * aclocal.m4: Require autoconf 2.69.
4126         * configure: Regenerated.
4127         * sysdeps/aarch64/configure: Likewise.
4128         * sysdeps/alpha/configure: Likewise.
4129         * sysdeps/arm/armv7/configure: Likewise.
4130         * sysdeps/arm/configure: Likewise.
4131         * sysdeps/ia64/configure: Likewise.
4132         * sysdeps/mach/configure: Likewise.
4133         * sysdeps/mips/configure: Likewise.
4134         * sysdeps/s390/configure: Likewise.
4135         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4137
4138         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4139         file.
4140         * sysdeps/ia64/configure.ac: Likewise.
4141
4142 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
4143
4144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4145         specify symbol version for ld.so.  Do not include entry for
4146         libpthread.
4147         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4148         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4149         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4150
4151         [BZ #14171]
4152         * Makeconfig [$(build-shared) = yes]
4153         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4154         makefiles.
4155         [$(build-shared) = yes && $(soversions.mk-done) = t]
4156         ($(common-objpfx)gnu/lib-names.h): Remove rule.
4157         [$(build-shared) = yes && $(soversions.mk-done) = t]
4158         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
4159         to Makerules.
4160         [$(build-shared) = yes && $(soversions.mk-done) = t]
4161         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4162         here.
4163         [$(build-shared) = yes && $(soversions.mk-done) = t]
4164         (common-generated): Don't append gnu/lib-names.h and
4165         gnu/lib-names.stmp here.
4166         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4167         (lib-names-h-abi): New variable.
4168         [$(build-shared) = yes && $(soversions.mk-done) = t]
4169         (lib-names-stmp-abi): Likewise.
4170         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4171         abi-variants] (before-compile): Append
4172         $(common-objpfx)$(lib-names-h-abi).
4173         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4174         abi-variants] (common-generated): Append gnu/lib-names.h.
4175         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4176         abi-variants] (install-others-nosubdir): Depend on
4177         $(inst_includedir)/$(lib-names-h-abi).
4178         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4179         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4180         [$(build-shared) = yes && $(soversions.mk-done) = t]
4181         ($(common-objpfx)$(lib-names-h-abi)): New rule.
4182         [$(build-shared) = yes && $(soversions.mk-done) = t]
4183         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4184         [$(build-shared) = yes && $(soversions.mk-done) = t]
4185         (common-generated): Append $(lib-names-h-abi) and
4186         $(lib-names-stmp-abi).
4187         * scripts/lib-names.awk: Do not handle multi being set.
4188         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4189         Remove variable.
4190         (abi-lp64_be-ld-soname): Likewise.
4191         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4192         Likewise.
4193         (abi-hard-ld-soname): Likewise.
4194         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4195         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4196         Remove variable.
4197         (abi-o32_hard-ld-soname): Likewise.
4198         (abi-o32_soft_2008-ld-soname): Likewise.
4199         (abi-o32_hard_2008-ld-soname): Likewise.
4200         (abi-n32_soft-ld-soname): Likewise.
4201         (abi-n32_hard-ld-soname): Likewise.
4202         (abi-n32_soft_2008-ld-soname): Likewise.
4203         (abi-n32_hard_2008-ld-soname): Likewise.
4204         (abi-n64_soft-ld-soname): Likewise.
4205         (abi-n64_hard-ld-soname): Likewise.
4206         (abi-n64_soft_2008-ld-soname): Likewise.
4207         (abi-n64_hard_2008-ld-soname): Likewise.
4208         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4209         Likewise.
4210         (abi-64-v2-ld-soname): Likewise.
4211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4212         ld.so entries.
4213         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4214         variable.
4215         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4216         entry.
4217         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4218         variable.
4219         (abi-64-ld-soname): Likewise.
4220         (abi-x32-ld-soname): Likewise.
4221         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4222         entry.
4223         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4224
4225 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
4226
4227         [BZ #14138]
4228         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4229         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4230         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4231         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4232         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4233         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4234         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4235         syscall entry for GLIBC_2.2 symbol version.
4236         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4237         Likewise.
4238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4239         (setrlimit): Likewise.
4240         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4241         Likewise.
4242
4243 2014-09-23  Will Newton  <will.newton@linaro.org>
4244
4245         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4246         _LINUX_ARM_SYSDEP_H include guard too.
4247         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4248         define.
4249
4250 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4251
4252         * sysdeps/unix/sysv/linux/eventfd.c:
4253         Make first argument unsigned.
4254         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4255         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4256
4257 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4258
4259         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4260         * socket/sys/socket.h: Likewise
4261         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4262
4263 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4264
4265         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4266
4267 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4268
4269         * time/tst-ftime.c: New test.
4270         * time/Makefile (tests): Add tst-ftime.
4271
4272 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4273
4274         * soft-fp/extended.h: Fix comment formatting.
4275         * soft-fp/op-1.h: Likewise.
4276         * soft-fp/op-2.h: Likewise.
4277         * soft-fp/op-4.h: Likewise.
4278         * soft-fp/op-8.h: Likewise.
4279         * soft-fp/op-common.h: Likewise.
4280         * soft-fp/soft-fp.h: Likewise.
4281
4282         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4283
4284 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4285
4286         [BZ #6652]
4287         * Makeconfig (soversions-default-setname): Remove variable.
4288         ($(common-objpfx)soversions.i): Don't pass default_setname to
4289         soversions.awk.
4290         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4291         oldest_abi to abi-versions.awk.
4292         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4293         * config.make.in (oldest-abi): Remove variable.
4294         * configure.ac (--enable-oldest-abi): Remove configure option.
4295         * configure: Regenerated.
4296         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4297         text.
4298         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4299         * scripts/soversions.awk: Do not handle default_setname variable.
4300         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4301         variable.
4302         * sysdeps/mach/hurd/configure: Regenerated.
4303         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4304         variable.
4305         * sysdeps/unix/sysv/linux/configure: Regenerated.
4306
4307 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4308
4309         * elf/Makefile (CFLAGS-interp.c): Remove.
4310         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4311         path string.
4312         * elf/interp.c: Include generated runtime-linker.h
4313
4314         * Makerules (lib%.so): Don't include $(+interp) in
4315         prerequisites.
4316         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4317         * dlfcn/eval.c: Remove file.
4318
4319         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4320         macros.
4321
4322         [BZ #17266]
4323         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4324         4.2 and newer.
4325
4326         [BZ #17370]
4327         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4328
4329 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4330             Jakub Jelinek  <jakub@redhat.com>
4331
4332         [BZ #17266]
4333         * libio/stdio.h: Check definition of __fortify_function
4334         instead of __extern_always_inline to include bits/stdio2.h.
4335         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4336         check if __extern_always_inline is defined.
4337         [__USE_MISC || __USE_XOPEN]: Likewise.
4338         [__USE_ISOC99] Likewise.
4339         * misc/sys/cdefs.h (__fortify_function): Define only if
4340         __extern_always_inline is defined.
4341         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4342         __extern_always_inline and __extern_inline only for g++-4.3
4343         and newer or a compatible gcc.
4344
4345 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4346
4347         [BZ #17371]
4348         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4349         last change to handle zero prefix length.
4350
4351 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4352
4353         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4354         _SC_REGEX_VERSION.
4355
4356         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4357         _POSIX_RAW_SOCKETS.
4358
4359 2014-09-13  Allan McRae  <allan@archlinux.org>
4360
4361         * po/ru.po: Update Russian translation from translation project.
4362
4363 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4364
4365         * locale/programs/locale.c (show_locale_vars): Inline local function
4366         into its sole call site.  Clean up some style nits.
4367         (print_item): New function, broken out of ...
4368         (show_info): ... local function here.  Clean up style nits.
4369
4370         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4371         out of ...
4372         (set_class_defaults): ... local function set_default here.
4373         Define set_default as a macro locally to pass constant parameters.
4374         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4375         rather than a shared local.
4376
4377         * stdlib/rpmatch.c (try): New function, broken out of ...
4378         (rpmatch): ... local function here.  Also, prototypify definition.
4379
4380 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4381
4382         * scripts/soversions.awk: Do not handle configuration names.
4383         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4384         vendor and os variables to soversions.awk.
4385         * configure.ac: Do not modify gnu-* host_os.
4386         * configure: Regenerated
4387         * shlib-versions: Remove first column with configuration names.
4388         * nptl/shlib-versions: Likewise.
4389         * nptl_db/shlib-versions: Likewise.
4390         * sysdeps/hppa/shlib-versions: Likewise.
4391         * sysdeps/m68k/shlib-versions: Likewise.
4392         * sysdeps/mach/hurd/shlib-versions: Likewise.
4393         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4394         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4395         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4396         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4397         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4398         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4399         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4400         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4402         Likewise.
4403         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4404         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4405         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4406         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4407         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4408         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4409         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4410         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4411
4412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4413         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4415         Regenerated.
4416         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4418         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4419
4420         * shlib-versions: Remove OS-specific entries.  Moved to files in
4421         sysdeps.
4422         * sysdeps/mach/hurd/shlib-versions: New file.
4423         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4424
4425         * nptl/shlib-versions: Remove architecture-specific entries.
4426         Moved to files in sysdeps.
4427         * shlib-versions: Likewise.
4428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4429         file.
4430         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4431         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4432         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4433         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4434
4435         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4436         (UDP_NO_CHECK6_RX): Likewise.
4437
4438 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4439
4440         * sysdeps/posix/sysconf.c (__sysconf): Spell
4441         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4442
4443 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4444
4445         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4446         loading.
4447         * iconv/Versions (__gconv_transliterate): Export for use from
4448         gconv modules.
4449         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4450         (struct __gconv_trans_data, __gconv_trans_fct,
4451         __gconv_trans_context_fct, __gconv_trans_query_fct,
4452         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4453         definitions.
4454         (struct __gconv_step_data): Remove __trans member.
4455         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4456         longer hidden.  Remove unused trans_data argument.
4457         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4458         (__gconv_translit_find): Remove declaration.
4459         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4460         prototype.
4461         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4462         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4463         trans_data argument.  Add hidden definition.
4464         (__gconv_translit_find): Remove.
4465         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4466         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4467         * iconv/skeleton.c: Remove transliteration initialization.
4468         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4469         __gconv_step_data initialization.
4470         * libio/iofwide.c (__libio_translit_): Remove.
4471         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4472         * wcsmbs/btowc.c (__btowc): Likewise.
4473         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4474         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4475         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4476         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4477         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4478         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4479         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4480         * wcsmbs/wctob.c (wctob): Likewise.
4481
4482 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4483
4484         [BZ #16194]
4485         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4486         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4487         register usage.
4488         * sysdeps/x86/Makefile: Adjust.
4489
4490 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4491             Roland McGrath  <roland@hack.frob.com>
4492
4493         * locale/weight.h: Add include guard.
4494         (findidx): Make static rather than auto; take new parameters
4495         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4496         * locale/weightwc.h: Likewise.
4497         * posix/fnmatch_loop.c
4498         (FCT): Change type of EXTRA from int32_t to wint_t.
4499         Don't include either header inside the function.
4500         Call FINDIDX rather than findidx, and pass new arguments.
4501         #undef FINDIDX at the end of the file.
4502         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4503         FINDIDX before including fnmatch_loop.c for the non-wide version.
4504         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4505         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4506         for the wide version.
4507         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4508         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4509         Pass new arguments to findidx.
4510         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4511         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4512         Don't #include it inside the function.  Pass new arguments to findidx.
4513         * posix/regex_internal.h
4514         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4515         (re_string_elem_size_at): Don't #include it inside the function.
4516         Pass new arguments to findidx.
4517         * string/strcoll_l.c: #include WEIGHT_H at top level.
4518         (get_next_seq): Don't #include it inside the function.
4519         Pass new arguments to findidx.
4520         (get_next_seq_nocache): Likewise.
4521         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4522         (STRXFRM): Don't #include it inside the function.
4523         Pass new arguments to findidx.
4524
4525 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4526
4527         [BZ #17344]
4528         * malloc/malloc.c (unlink): Turn asserts into a call to
4529         malloc_printerr.
4530
4531 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4532
4533         [BZ #17370]
4534         * libio/wfileops (do_ftell_wide): Free OUT.
4535
4536 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4537
4538         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4539
4540 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4541
4542         [BZ #17363]
4543         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4544         group if the current group is empty.
4545
4546 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4547
4548         * benchtests/bench-memset.c (test_main): Add more test from size
4549         from 32 to 512 bytes.
4550         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4551         Add POWER8 memset object.
4552         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4553         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4554         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4555         implementation.
4556         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4557         Likewise.
4558         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4559         multiarch POWER8 memset optimization.
4560         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4561         POWER8 memset optimization.
4562
4563         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4564         Remove bzero multiarch objects.
4565         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4566         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4567         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4568         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4569         Remove define.
4570         [__bzero]: Redefine to specific name.
4571         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4572         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4573         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4574         define.
4575         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4576         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4577
4578 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4579
4580         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4581         warnings into errors.
4582
4583         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4584         __cxa_thread_atexit_impl prototype.
4585
4586 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4587
4588         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4589         Fix capitalization of error message.
4590
4591 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4592
4593         * sysdeps/mips/preconfigure: Modify ABI tests.
4594
4595 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4596
4597         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4598
4599 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4600             Carlos O'Donell  <carlos@systemhalted.org>
4601
4602         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4603         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4604         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4605         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4606         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4607         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4608         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4609         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4610         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4611         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4612         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4613         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4614         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4615         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4616         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4617         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4618         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4619         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4620         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4621         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4622         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4623         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4624         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4625         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4626         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4627         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4628         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4629         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4630         Deconditionalize the code that was previously under [RESET_PID].
4631         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4632         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4633         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4634         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4635         include sysdep.h.
4636
4637 2014-09-08  Allan McRae  <allan@archlinux.org>
4638
4639         * version.h (RELEASE): Set to "development".
4640         (VERSION): Set to "2.20.90"
4641
4642 2014-09-07  Allan McRae  <allan@archlinux.org
4643
4644         * version.h (RELEASE): Set to "stable".
4645         (VERSION): Set to "2.20"
4646         * include/features.h (__GLIBC_MINOR__): Set to 20.
4647
4648         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4649         Liebler.
4650
4651         * po/ko.po: Update Korean translation from translation project.
4652
4653 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4654
4655         [BZ #17354]
4656         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4657         macro for handling signed relocations.
4658
4659 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4660
4661         [BZ #17325]
4662         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4663         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4664         assert.
4665         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4666         * iconvdata/ibm935.c (BODY): Likewise.
4667         * iconvdata/ibm937.c (BODY): Likewise.
4668         * iconvdata/ibm939.c (BODY): Likewise.
4669         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4670         assert.
4671         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4672         script.
4673         * iconvdata/run-iconv-test.sh: New test loop for checking for
4674         decoder crashers.
4675
4676 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4677
4678         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4679         libm_hidden_ver.
4680
4681 2014-09-01  Allan McRae  <allan@archlinux.org>
4682
4683         * po/eo.po: Update Esperanto translation from translation project.
4684
4685         * po/ca.po: Update Catalan translation from translation project.
4686
4687 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4688
4689         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4690         __proc_dostop call.
4691
4692 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4693
4694         [BZ #17319]
4695         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4696         to call set_thread_area instead of hand written asm.
4697         (__NR_set_thread_area): Removed define.
4698         (TLS_FLAG_WRITABLE): Likewise.
4699         (__ASSUME_SET_THREAD_AREA): Remove check.
4700         (TLS_EBX_ARG): Remove define.
4701         (TLS_LOAD_EBX): Likewise.
4702
4703 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4704
4705         Simplify atomicity of socket creation in bind.
4706
4707         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4708         looking up the name after linking the file.
4709
4710 2014-08-27  Allan McRae  <allan@archlinux.org>
4711
4712         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4713
4714 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4715
4716         [BZ #17187]
4717         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4718         trans_compare, open_translit, __gconv_translit_find):
4719         Remove module loading code.
4720
4721 2014-08-26  Allan McRae  <allan@archlinux.org>
4722
4723         * po/vi.po: Update Vietnamese translation from translation project.
4724
4725         * po/uk.po: Update Ukrainian translation from translation project.
4726
4727         * po/fr.po: Update French translation from translation project.
4728
4729         * po/ru.po: Update Russian translation from translation project.
4730
4731         * po/pl.po: Update Polish translation from translation project.
4732
4733         * po/cs.po: Update Czech translation from translation project.
4734
4735         * po/de.po: Update German translation from translation project.
4736
4737         * po/bg.po: Update Bulgarian translation from translation project.
4738
4739         * po/sv.po: Update Sweedish translation from translation project.
4740
4741         * po/nl.po: Update Dutch translation from translation project.
4742
4743         * po/es.po: Update Spanish translation from translation project.
4744
4745 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4746
4747         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4748
4749         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4750         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4751         (CPPFLAGS-iconvconfig): Likewise.
4752         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4753
4754         * include/libc-symbols.h: Remove unnecessary check for
4755         NOT_IN_libc.
4756         * nptl/pthreadP.h: Likewise.
4757         * sysdeps/aarch64/setjmp.S: Likewise.
4758         * sysdeps/alpha/setjmp.S: Likewise.
4759         * sysdeps/arm/sysdep.h: Likewise.
4760         * sysdeps/i386/setjmp.S: Likewise.
4761         * sysdeps/m68k/setjmp.c: Likewise.
4762         * sysdeps/posix/getcwd.c: Likewise.
4763         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4764         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4765         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4766         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4767         * sysdeps/sh/sh3/setjmp.S: Likewise.
4768         * sysdeps/sh/sh4/setjmp.S: Likewise.
4769         * sysdeps/unix/alpha/sysdep.h: Likewise.
4770         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4771         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4772         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4773         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4776         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4777         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4778         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4779         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4780         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4781         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4782         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4783         * sysdeps/x86_64/setjmp.S: Likewise.
4784
4785 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4786
4787         [BZ #17263]
4788         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4789         <stdint.h>.
4790         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4791         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4792
4793 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4794
4795         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4796
4797         [BZ #17262]
4798         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4799         and __x86_64__ when disabling x87 inline functions.
4800
4801 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4802
4803         [BZ #17259]
4804         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4805         asm statement with __cpuid_count.
4806
4807 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4808
4809         * configure.ac: Change __ehdr_start code to dereference the struct.
4810         Run readelf on the output to look for relocations.
4811         * configure: Regenerated.
4812
4813 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4814
4815         [BZ #17261]
4816         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4817         value to 0.
4818         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4819
4820 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4821
4822         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4823
4824 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4825
4826         [BZ #16892]
4827         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4828         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4829
4830 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4831
4832         * malloc/malloc.c: Fix typo in comment.
4833
4834 2014-08-09  Allan McRae  <allan@archlinux.org>
4835
4836         * Regenerate libc.po.
4837
4838 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4839
4840         * intl/tst-gettext2.sh: Check every lang file for creation.
4841
4842 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4843
4844         * sysdeps/aarch64/fpu/math_private.h
4845         (libc_feholdsetround_noex_aarch64_ctx): New function.
4846
4847 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4848
4849         * sysdeps/arm/armv6/strcpy.S (strcpy):
4850         Fix performance issue in misaligned cases.
4851
4852 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4853
4854         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4855         Move definition from termios.h.
4856         (struct termio): Likewise.
4857         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4858         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4859         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4860         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4861         Likewise.
4862         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4863         Move definition to ioctl-types.h
4864         (struct termio): Likewise.
4865         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4866         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4867         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4868         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4869         Likewise.
4870
4871 2014-08-05  Richard Henderson  <rth@redhat.com>
4872
4873         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4874         exceptions.
4875         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4876         Add fraiseexcpt.
4877         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4878         Use __feraiseexcept.
4879         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4880         Protect libm symbols with IS_IN_libm.
4881
4882         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4883
4884 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4885
4886         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4887
4888 2014-08-04  Will Newton  <will.newton@linaro.org>
4889
4890         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4891         file.
4892
4893 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4894
4895         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4896         variants for each function.
4897
4898 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4899
4900         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4901         appended ...
4902         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4903         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4904         appended ...
4905         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4906         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4907         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4908         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4909         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4910         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4911         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4912         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4913         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4914         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4915         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4916         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4917         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4918         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4919         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4920         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4921         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4922         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4923         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4924         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4925         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4926         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4927         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4928         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4929         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4930         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4931         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4932         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4933         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4934         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4935         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4936         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4937         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4938         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4939         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4940         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4941         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4942         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4943         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4944         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4945         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4946         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4947         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4948         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4949         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4950         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4951         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4952         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4953         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4954         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4955         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4956         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4957         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4958         Update #include.
4959         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4960         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4961
4962 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4963
4964         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4965         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4966         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4967         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4968         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4969         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4970
4971 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4972
4973         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4974         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4975         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4976         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4977
4978 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4979
4980         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4981         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4982         (__libc_vfork): Define function under this name.
4983         (__vfork): Define as an alias.
4984         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4985         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4986
4987 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4988
4989         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4990         that was previously under [RESET_PID].
4991         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4992
4993 2014-08-04  Andreas Schwab  <schwab@suse.de>
4994
4995         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4996
4997 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4998
4999         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
5000         (main): Likewise.
5001
5002 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5003
5004         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
5005
5006 2014-08-01  Richard Henderon  <rth@redhat.com>
5007
5008         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
5009         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
5010         typo in exact zero test.
5011         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
5012         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
5013         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
5014
5015 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5016
5017         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
5018         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
5019         * sysdeps/arm/sysdep.h: ... here.
5020         [!__ASSEMBLER__]: Include <stdint.h>.
5021
5022 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5023
5024         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
5025         (HAVE_WCTYPE_H): Likewise.
5026         (HAVE_ISWCTYPE): Likewise.
5027         (ENABLE_NLS): Likewise.
5028         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
5029         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
5030
5031         * posix/regex_internal.c: Check if DEBUG is defined and is
5032         set.
5033
5034         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
5035         (HAVE_MBSRTOWCS): Likewise.
5036         * posix/fnmatch.c: Include string.h unconditionally.
5037
5038 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5039
5040         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
5041         reversal.
5042
5043 2014-07-31  Roland McGrath  <roland@hack.frob.com>
5044
5045         * sysdeps/generic/safe-fatal.h: New file.
5046         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
5047         * nptl/forward.c: Include it.
5048         (__pthread_unwind): Use __safe_fatal as default action, rather
5049         than a bogus use of INTERNAL_SYSCALL that could never work.
5050
5051         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
5052         * configure.ac (libc_cv_builtin_trap): New test.
5053         * configure: Regenerated.
5054         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
5055         (ABORT_INSTRUCTION): Define using __builtin_trap.
5056
5057         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
5058         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
5059         * sysdeps/nptl/nptl-signals.h: New file.
5060         * nptl/pthreadP.h: Include <nptl-signals.h>.
5061
5062 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5063
5064         * sysdeps/s390/s390-64/utf16-utf32-z9.c
5065         (ONE_DIRECTION): Define.
5066         * sysdeps/s390/s390-64/utf8-utf16-z9.c
5067         (ONE_DIRECTION): Define.
5068         * sysdeps/s390/s390-64/utf8-utf32-z9.c
5069         (ONE_DIRECTION): Define.
5070
5071 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5072
5073         * sysdeps/s390/Makefile: Delete file.
5074         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
5075         * sysdeps/s390/__longjmp.c: Delete file.
5076         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
5077         Remove fields __flags and __reserved.
5078         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
5079         and add versioning.
5080         * sysdeps/s390/rtld-__longjmp.c: Delete file.
5081         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
5082         * sysdeps/s390/rtld-setjmp.S: Likewise.
5083         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
5084         * sysdeps/s390/s390-32/__longjmp.c: ... here.
5085         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
5086         * sysdeps/s390/s390-32/setjmp.S: ... here.
5087         Add versioning.
5088         (__sigsetjmp): Remove setting __flags field.
5089         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
5090         * sysdeps/s390/s390-64/__longjmp.c: ... here.
5091         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
5092         * sysdeps/s390/s390-64/setjmp.S: ... here.
5093         Add versioning.
5094         (__sigsetjmp): Remove setting __flags field.
5095         * sysdeps/s390/setjmp.S: Delete file.
5096         * sysdeps/s390/sigjmp.c: Likewise.
5097         * sysdeps/s390/v1-longjmp.c: Likewise.
5098         * sysdeps/s390/v1-setjmp.h: Likewise.
5099         * sysdeps/s390/v1-sigjmp.c: Likewise.
5100         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
5101         Remove v1-longjmp_chk.
5102         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
5103         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
5104         Include debug/longjmp_chk.c and add versioning.
5105         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
5106         Include nptl/pt-longjmp.c and add versioning.
5107         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
5108         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
5109         Include __longjmp.c.
5110         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
5111         Move to ...
5112         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
5113         (__getcontext): Remove setting __flags field.
5114         Add versioning.
5115         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5116         Don't restore upper high grps.
5117         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
5118         Likewise.
5119         (__swapcontext): Remove setting uc_flags field.
5120         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
5121         Delete file.
5122         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5123         Include __longjmp.c.
5124         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5125         Move to ...
5126         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5127         (__getcontext): Remove setting __flags field.
5128         Add versioning.
5129         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5130         (__swapcontext): Remove setting uc_flags field.
5131         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5132         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5133         Remove fields uc_high_gprs and __reserved.
5134         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5135         New file with reverted content.
5136         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5137         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5138         Regenerated.
5139         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5140         Regenerated.
5141
5142 2014-07-31  Andreas Schwab  <schwab@suse.de>
5143
5144         * config.h.in (HAVE_IFUNC): Define to 0.
5145         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5146         definedness.
5147
5148 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
5149
5150         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5151         memmove-avx-unaligned, memcpy-avx-unaligned and
5152         mempcpy-avx-unaligned.
5153         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5154         Add tests for AVX memcpy functions.
5155         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5156         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5157         memcpy_chk.
5158         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5159         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5160         memmove_chk.
5161         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5162         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5163         mempcpy_chk.
5164         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5165         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5166         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5167
5168 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5169
5170         [BZ #17213]
5171         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5172         powerpc64le.
5173
5174 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
5175
5176         [BZ #16839]
5177         * manual/llio.texi: Add section about open file description locks.
5178         * manual/examples/ofdlocks.c: Example of open file description
5179         lock usage.
5180         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5181         F_OFD_SETLK, and F_OFD_SETLKW.
5182
5183 2014-07-23  Allan McRae  <allan@archlinux.org>
5184
5185         * po/es.po: Update Spanish translation from translation project.
5186
5187 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
5188
5189         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5190
5191 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
5192
5193         [BZ #17078]
5194         * sysdeps/arm/dl-machine.h (elf_machine_rela)
5195         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5196         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5197
5198 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
5199
5200         [BZ #17088]
5201         * math/fesetenv.c (__fesetenv)
5202         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5203         * math/feupdateenv.c (__feupdateenv)
5204         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5205
5206         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5207         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5208         (__ASSUME_SOCKETCALL): Do not define.
5209
5210         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5211         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5212         (__ASSUME_SOCKETCALL): Do not define.
5213         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5214         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5215         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5216         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5217         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5218         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5219         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5220         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5221
5222         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5223         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5224         (__ASSUME_SOCKETCALL): Do not define.
5225         (__ASSUME_IPC64): Define unconditionally.
5226         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5227         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5228         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5229         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5230         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5231         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5232         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5233         Likewise.
5234
5235         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5236         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5237         (__ASSUME_SOCKETCALL): Do not define.
5238         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5239         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5240         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5241         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5242         (__ASSUME_REQUEUE_PI): Define unconditionally.
5243         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5244         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5245         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5246         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5247         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5248         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5249
5250         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5251         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5252         (__ASSUME_SOCKETCALL): Do not define.
5253         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5254         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5255         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5256         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5257         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5258         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5259
5260         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5261         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5262         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5263         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5264         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5265         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5266         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5267         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5268         (__ASSUME_GETCPU_SYSCALL): Likewise.
5269
5270         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5271         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5272         cases for individual architectures.
5273         * sysdeps/gnu/configure: Regenerated.
5274         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5275         LIBC_SLIBDIR_RTLDDIR.
5276         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5277         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5278         LIBC_SLIBDIR_RTLDDIR.
5279         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5281         LIBC_SLIBDIR_RTLDDIR.
5282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5283         Regenerated.
5284         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5285         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5286         file.
5287         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5288         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5289         file.
5290         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5291         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5292         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5293         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5294
5295         * sysdeps/aarch64/shlib-versions: Move to ...
5296         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5297         * sysdeps/alpha/shlib-versions: Move to ...
5298         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5299         * sysdeps/arm/shlib-versions: Move to ...
5300         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5301         * sysdeps/hppa/shlib-versions: Move all contents except for
5302         libgcc_s entry to ...
5303         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5304         entry from ...
5305         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5306         * sysdeps/ia64/shlib-versions: Move to ...
5307         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5308         entry from ...
5309         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5310         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5311         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5312         * sysdeps/microblaze/shlib-versions: Move to ...
5313         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5314         * sysdeps/mips/shlib-versions: Move to ...
5315         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5316         entry from ...
5317         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5318         * sysdeps/tile/shlib-versions: Move to ...
5319         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5320         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5321         from ...
5322         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5323         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5324         entry from ...
5325         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5326
5327 2014-07-17  Will Newton  <will.newton@linaro.org>
5328
5329         * sysdeps/arm/bits/atomic.h
5330         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5331         (__arch_compare_and_exchange_bool_16_int): Likewise.
5332         (__arch_compare_and_exchange_bool_64_int): Likewise.
5333
5334         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5335         into an #else block.
5336
5337 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5338
5339         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5340         just Linux configurations.  Test empirically that the compiler sets
5341         __ARM_EABI__, rather than using the tuple to decide.
5342         * sysdeps/arm/preconfigure: Regenerated.
5343         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5344         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5345         contents appended ...
5346         * sysdeps/arm/configure.ac: ... here.
5347         * sysdeps/arm/configure: Regenerated.
5348
5349 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5350
5351         * nptl/pthread_kill.c: New file.
5352         * nptl/pthread_sigmask.c: New file.
5353         * nptl/pthread_sigqueue.c: New file.
5354
5355         * sysdeps/nptl/lowlevellock.h: New file.
5356         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5357         * sysdeps/nptl/lowlevellock-futex.h: New file.
5358
5359         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5360         Remove dead declarations.
5361
5362 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5363
5364         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5365         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5366         config-cflags-avx2.
5367         * sysdeps/x86_64/configure.ac: Likewise.
5368         * sysdeps/i386/configure: Regenerated.
5369         * sysdeps/x86_64/configure: Likewise.
5370         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5371         memset-avx2 only if config-cflags-avx2 is yes.
5372         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5373         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5374         defined.
5375         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5376         only if HAVE_AVX2_SUPPORT is defined.
5377         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5378
5379 2014-07-14  Alan Modra  <amodra@gmail.com>
5380
5381         [BZ #17153]
5382         * elf/elf.h (DT_PPC64_NUM): Correct value.
5383         * NEWS: Add to fixed bug list.
5384
5385 2014-07-13  Jim Meyering  <meyering@fb.com>
5386
5387         [BZ 17150]
5388         regex: don't deref NULL upon heap allocation failure
5389         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5390         failure in one more place.
5391         To trigger the segfault, configure grep -with-included-regex,
5392         build it, and run these commands:
5393         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5394
5395 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5396
5397         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5398
5399 2014-07-11  Richard Henderson  <rth@redhat.com>
5400
5401         * sysdeps/aarch64/libm-test-ulps: Update.
5402
5403 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5404
5405         [BZ #17135]
5406         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5407         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5408         (__nptl_setxid): Initialize error member.  Call
5409         __nptl_setxid_error.
5410         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5411         * nptl/descr.h (struct xid_command): Add error member.
5412         * nptl/tst-setuid3.c: New file.
5413         * nptl/Makefile (tests): Add it.
5414
5415 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5416
5417         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5418         New define.
5419         (__lll_trylock): Use __lll_base_trylock.
5420         (__lll_cond_trylock): Likewise.
5421
5422 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5423
5424         * nptl/pthread_create.c (start_thread): Use atomic_or and
5425         lll_futex_wake directly rather than lll_robust_dead.
5426         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5427         (lll_robust_dead): Macro removed.
5428         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5429         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5430         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5431         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5432         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5433         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5434         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5435         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5436         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5437         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5438         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5439         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5440         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5441         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5442         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5443
5444         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5445         Use atomic_compare_and_exchange_val_acq directly rather than
5446         lll_robust_trylock.
5447         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5448         (__lll_robust_trylock, lll_robust_trylock): Removed.
5449         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5450         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5451         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5452         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5453         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5454         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5455         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5456         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5457         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5458         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5459         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5460         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5461         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5462         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5463
5464 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5465
5466         * manual/locale.texi (Locale Names): New section documenting
5467         locale name syntax.  Adjust menu and node chaining accordingly.
5468         (Choosing Locale): Reference Locale Names, Locale Categories.
5469         Mention setting LC_ALL=C.  Reflect that name syntax is now
5470         documented.
5471         (Locale Categories): New section title.  Reference Locale Names.
5472         LC_ALL is an environment variable, but not a category.
5473         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5474         description, now in Locale Name.  Reference that section.  Locale
5475         name syntax is now documented.
5476
5477 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5478
5479         [BZ #17137]
5480         * locale/findlocale.c (name_present, valid_locale_name): New
5481         functions.
5482         (_nl_find_locale): Use the loc_name variable to store name
5483         candidates.  Call name_present and valid_locale_name to check and
5484         validate locale names.  Return an error if the locale is invalid.
5485
5486 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5487
5488         * locale/setlocale.c (setlocale): Use strdup for allocating
5489         composite name copy.
5490
5491 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5492
5493         Sync up with gnulib.
5494         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5495         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5496         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5497         and _GL_ARG_NONNULL.
5498         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5499         [!_LIBC]: Include code for Windows and Cygwin.
5500         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5501         Include prototype for int strerror_r.
5502         [!_LIBC] (is_open): New function.
5503         (flush_stdout): New function.
5504         (print_errno_message): Use it.
5505         (error): Likewise.
5506         (error_at_line): Likewise.
5507         (error_tail) Add function attribute macros.  Use
5508         __builtin_expect.
5509
5510         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5511
5512         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5513
5514         * io/ftw.c: Include sys/param.h unconditionally.
5515
5516         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5517
5518         [BZ #17125]
5519         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5520         libc_freeres_ptr.
5521         (freecache): New function to free CACHE on exit.
5522
5523         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5524         initialization.
5525
5526 2014-07-09  David S. Miller  <davem@davemloft.net>
5527
5528         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5529
5530         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5531         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5532         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5533         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5534         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5535         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5536         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5537         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5538         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5539         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5540         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5541         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5542         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5543
5544 2014-07-09  Andreas Schwab  <schwab@suse.de>
5545
5546         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5547         output.
5548         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5549         (do_test): Likewise.
5550
5551         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5552
5553 2014-07-09  Will Newton  <will.newton@linaro.org>
5554
5555         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5556         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5557         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5558         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5559         * sysdeps/hppa/start.S (_start): Likewise.
5560
5561 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5562
5563         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5564
5565         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5566         defined.
5567
5568 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5569
5570         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5571         after checking that it is non-NULL.
5572
5573         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5574
5575 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5576
5577         * sysdeps/powerpc/memmove.c: Remove file.
5578         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5579         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5580         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5581         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5582         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5583         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5584         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5585         string memmove instead of removed powerpc one.
5586
5587         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5588         [weak_alias]: Fix compiler warning due trailing data.
5589         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5590         [weak_alias]: Likewise.
5591         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5592         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5593
5594         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5595         (__libc_ifunc_impl_list): Add memmove functions.
5596
5597 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5598
5599         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5600         Remove code.
5601         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5602         Likewise
5603         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5604         Likewise
5605         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5606         Likewise
5607         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5608         Likewise
5609         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5610         Likewise
5611         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5612         Likewise
5613         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5614         Likewise
5615         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5616         Likewise
5617         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5618         Likewise
5619         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5620         Likewise
5621         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5622         Likewise
5623         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5624         Likewise
5625         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5626         Likewise
5627         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5628         Likewise
5629         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5630         Likewise
5631         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5632         Likewise
5633
5634 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5635
5636         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5637         to avoid alignment traps in non-cacheable memory.
5638         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5639
5640         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5641         multiarch objects.
5642         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5643         file: multiarch power7 memmove.
5644         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5645         multiarch default memmove.
5646         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5647         multiarch memove for powerpc32/power4.
5648
5649         * string/bcopy.c: Use full path to include memmove.c.
5650         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5651         multiarch objects.
5652         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5653         bcopy for powerpc64.
5654         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5655         bcopy for powerpc64.
5656         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5657         and memmove implementations.
5658         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5659         optimized multiarch memmove for POWER7/powerpc64.
5660         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5661         default multiarch memmove for powerpc64.
5662         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5663         multiarch for powerpc64.
5664         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5665         for POWER7/powerpc64.
5666         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5667         memmove for POWER7/powerpc64.
5668
5669         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5670         glibc default one.
5671
5672         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5673         __ELF_NATIVE_CLASS equal to 64.
5674
5675 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5676
5677         * sysdeps/nptl/lowlevellock.h: File removed.
5678
5679         * NEWS: NPTL is no longer an add-on!
5680         * nptl/internaltypes.h: Moved ...
5681         * sysdeps/nptl/internaltypes.h: ... here.
5682         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5683         * sysdeps/nptl/fork.c: Likewise.
5684         * sysdeps/nptl/gai_misc.h: Likewise.
5685         * sysdeps/nptl/librt-cancellation.c: Likewise.
5686         * sysdeps/nptl/jmp-unwind.c: Likewise.
5687         * sysdeps/nptl/setxid.h: Likewise.
5688         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5689         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5690         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5691         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5692         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5693         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5694         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5695         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5696         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5697         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5698         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5699         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5700         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5701         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5702         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5703         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5704         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5705         * nptl/Makeconfig: Moved ...
5706         * sysdeps/nptl/Makeconfig: ... here.
5707         * nptl/configure: File removed.
5708         * nptl/ANNOUNCE: File removed.
5709         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5710         * sysdeps/unix/sysv/linux/configure: Regenerated.
5711
5712         * nptl/Makefile (routines): Add libc_pthread_init,
5713         libc_multiple_threads, register-atfork and unregister-atfork.
5714         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5715         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5716         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5717         pthread-pi-defines.sym, structsem.sym.
5718         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5719         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5720         [$(subdir) = nptl] (tests): Add tst-setgetname.
5721         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5722         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5723         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5724         [!LIBC_SIGACTION]: Remove aliases.
5725         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5726         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5727         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5728         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5729         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5730         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5731         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5732         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5733         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5734         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5735         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5736         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5737         __libc_allocate_rtsig_private.
5738         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5739         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5740         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5741         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5742         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5743         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5744         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5745         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5746         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5747         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5748         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5749         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5750         * nptl/internaltypes.h: ... here.
5751         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5752         * sysdeps/nptl/jmp-unwind.c: ... here.
5753         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5754         * nptl/libc-lowlevellock.c: ... here.
5755         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5756         * nptl/libc_multiple_threads.c: ... here.
5757         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5758         * nptl/libc_pthread_init.c: ... here.
5759         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5760         * nptl/lowlevelbarrier.sym: ... here.
5761         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5762         * nptl/lowlevelcond.sym: ... here.
5763         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5764         * nptl/lowlevellock.c: ... here.
5765         * nptl/lowlevellock.h: Moved ...
5766         * sysdeps/nptl/lowlevellock.h: ... here.
5767         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5768         * nptl/lowlevelrobustlock.c: ... here.
5769         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5770         * nptl/lowlevelrobustlock.sym: ... here.
5771         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5772         * nptl/lowlevelrwlock.sym: ... here.
5773         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5774         * nptl/pt-fork.c: ... here.
5775         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5776         * nptl/pthread-pi-defines.sym: ... here.
5777         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5778         * nptl/pthread_attr_getaffinity.c: ... here.
5779         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5780         * nptl/pthread_attr_setaffinity.c: ... here.
5781         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5782         * nptl/pthread_mutex_cond_lock.c: ... here.
5783         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5784         Update #include.
5785         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5786         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5787         * nptl/pthread_once.c: ... here, replacing old file.
5788         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5789         * nptl/pthread_yield.c: ... here.
5790         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5791         * nptl/register-atfork.c: ... here.
5792         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5793         * nptl/sem_post.c: ... here.
5794         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5795         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5796         * nptl/sem_timedwait.c: ... here.
5797         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5798         * nptl/sem_trywait.c: ... here.
5799         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5800         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5801         * nptl/sem_wait.c: ... here.
5802         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5803         * nptl/structsem.sym: ... here.
5804         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5805         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5806         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5807         * nptl/unregister-atfork.c: ... here.
5808         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5809         * nptl/unwindbuf.sym: ... here.
5810         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5811         * sysdeps/nptl/fork.c: ... here.
5812         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5813         * sysdeps/nptl/fork.h: ... here.
5814         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5815         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5816         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5817         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5818         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5819         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5820         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5821         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5822         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5823         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5824         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5825         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5826         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5827         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5828         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5829         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5830         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5831         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5832         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5833         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5834         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5835         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5836         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5837         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5838         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5839         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5840         * sysdeps/unix/sysv/linux/raise.c: ... here.
5841         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5842         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5843         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5844         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5845         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5846         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5847         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5848         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5849         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5850         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5851         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5852         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5853         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5854         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5855         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5856
5857 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5858
5859         * sysdeps/generic/memcopy.h: Add comment for
5860         MEMCPY_OK_FOR_FWD_MEMMOVE.
5861
5862 2014-07-04  Will Newton  <will.newton@linaro.org>
5863
5864         * string/memchr.c: Merge from gnulib.
5865         [_LIBC]: Remove conditionals.
5866         (__ptr_t): Remove define.
5867         (LONG_MAX_32_BITS): Likewise.
5868         (LONG_MAX): Likewise.
5869         (MEMCHR): Use ANSI prototype and optimize algorithm.
5870
5871         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5872
5873 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5874
5875         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5876         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5877
5878         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5879         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5880         in a bare environment with no <stdlib.h> installed.
5881         * sysdeps/nptl/configure: Regenerated.
5882
5883         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5884
5885         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5886         AC_EGREP_CPP for kernel header checks, so they only succeed if
5887         including <linux/version.h> actually works right.
5888         * sysdeps/unix/sysv/linux/configure: Regenerated.
5889
5890         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5891         value so it's not diagnosed as unused.
5892
5893         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5894         thing) with "ifeq ($(subdir),rt)".
5895
5896 2014-07-03  Richard Henderson  <rth@redhat.com>
5897
5898         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5899         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5900         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5901
5902         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5903         (math_force_eval): New.
5904
5905         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5906         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5907
5908         * sysdeps/alpha/fpu/s_round.c: Remove file.
5909         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5910
5911         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5912         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5913         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5914         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5915         (_dl_start, print_statistics): Likewise.
5916         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5917         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5918
5919         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5920         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5921         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5922         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5923         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5924         (HP_SMALL_TIMING_AVAIL): Define.
5925         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5926         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5927         (HP_SMALL_TIMING_AVAIL): Define.
5928         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5929         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5930
5931         * sysdeps/aarch64/hp-timing.h: New file.
5932
5933         * sysdeps/generic/hp-timing.h: Remove dead comment.
5934         * sysdeps/generic/hp-timing-common.h: New file.
5935         * sysdeps/alpha/hp-timing.h: Include it.
5936         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5937         * sysdeps/i386/i686/hp-timing.h: Likewise.
5938         * sysdeps/ia64/hp-timing.h: Likewise.
5939         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5940         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5941         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5942         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5943         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5944         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5945         (hp_timing_t): New.
5946
5947         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5948         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5949         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5950         * elf/rtld.c (_dl_start_final): Likewise.
5951         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5952         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5953         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5954         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5955         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5956         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5957         (HP_TIMING_DIFF_INIT): Remove.
5958         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5959         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5960         (HP_TIMING_DIFF_INIT): Remove.
5961         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5962         * sysdeps/i386/i686/hp-timing.c: Remove file.
5963         * sysdeps/x86_64/hp-timing.c: Remove file.
5964         * sysdeps/ia64/hp-timing.c: Remove file.
5965         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5966         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5967         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5968         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5969
5970         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5971         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5972         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5973         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5974         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5975         (HP_TIMING_ACCUM): Remove.
5976         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5977         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5978         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5979
5980         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5981         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5982         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5983         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5984         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5985         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5986         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5987         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5988
5989         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5990
5991 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5992
5993         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5994
5995 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5996
5997         Sync up with gettext.
5998         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5999         [_MSC_VER]: Include malloc.h
6000         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
6001         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
6002         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
6003         TEMP_FAILURE_RETRY.  Cast return of alloca.
6004         [!_LIBC] Call gl_rwlock_init.
6005         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
6006
6007 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6008
6009         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
6010         before checking its value.
6011
6012 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6013
6014         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
6015
6016         * debug/memcpy_chk.c: Don't include pagecopy.h.
6017         * debug/mempcpy_chk.c: Likewise.
6018         * string/memcpy.c: Likewise.
6019         * string/memmove.c: Likewise.
6020         * sysdeps/powerpc/memmove.c: Likewise.
6021         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
6022         definition of PAGE_COPY_FWD_MAYBE here...
6023         * sysdeps/generic/pagecopy.h: ... from here.
6024         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
6025
6026 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6027             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6028
6029         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
6030         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
6031         optimizations.
6032         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6033         (__libc_ifunc_impl_list): Likewise.
6034         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
6035         multiarch strcat for PPC64.
6036         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
6037         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
6038
6039 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6040
6041         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
6042
6043 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6044
6045         * intl/loadmsgcat.c: Remove declaration of
6046         get_sysdep_segment_value.
6047         (get_sysdep_segment_value): Use ISO C style.
6048         (_nl_load_domain): Use ISO C style.  Get rid of redundant
6049         semicolon.  Fix typo and formatting in comment.
6050         (_nl_unload_domain): Use ISO C style.
6051
6052         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
6053
6054 2014-07-02  Will Newton  <will.newton@linaro.org>
6055
6056         * malloc/obstack.c: Merge from gnulib master.
6057         [HAVE_CONFIG_H]: Remove conditional code.
6058         [!_LIBC]: Include config.h.
6059         [!ELIDE_CODE]: Don't include inttypes.h, include
6060         stdint.h unconditionally.
6061         (print_and_abort): Mark as _Noreturn.
6062         (_obstack_allocated_p): Mark as __attribute_pure__.
6063         (obstack_free): Rename to __obstack_free.
6064         [!__attribute__]: Remove conditional code.
6065         * malloc/obstack.h: Merge from gnulib master.
6066         [__cplusplus]: Move conditional down.
6067         [!__attribute_pure__]: Define __attribute_pure__ here
6068         if it is not already defined.
6069         (_obstack_memory_used): Mark as __attribute_pure__.
6070         [!__obstack_free]: Define as obstack_free.
6071         [__GNUC__]: Remove check for ancient NeXT gcc.
6072
6073 2014-07-02  Will Newton  <will.newton@linaro.org>
6074             Paul Eggert  <eggert@cs.ucla.edu>
6075
6076         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
6077
6078 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6079
6080         * resolv/gethnamaddr.c: Add comment warning that the file is
6081         not maintained.
6082
6083 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
6084
6085         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
6086         entries.
6087
6088         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
6089         entry for aio_cancel and aio_cancel64.
6090         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
6091         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
6092         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
6093         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
6094         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
6095         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
6096         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
6097         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
6098         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
6099         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
6100         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
6101         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
6102         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
6103
6104 2014-07-01  Roland McGrath  <roland@hack.frob.com>
6105
6106         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
6107         * nptl/pthread_mutex_lock.c: Likewise.
6108         * nptl/pthread_mutex_timedlock.c: Likewise.
6109         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
6110
6111 2014-07-01  Richard henderson  <rth@redhat.com>
6112
6113         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
6114         (__isnan, __isnanl): Remove.
6115         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
6116
6117         * sysdeps/alpha/fpu/libm-test-ulps: Update.
6118
6119 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6120
6121         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6122
6123 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6124
6125         * resolv/nss_dns/dns-host.c (getanswer_r)
6126         [MULTI_PTRS_ARE_ALIASES]: Remove code.
6127
6128 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
6129
6130         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6131         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6132         undefine.
6133         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6134         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6135
6136 2014-07-01  Roland McGrath <roland@hack.frob.com>
6137
6138         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6139         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6140
6141         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6142         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6143
6144         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6145         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6146         ... here.
6147         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6148         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6149
6150         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6151         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6152         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6153         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6154
6155         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6156         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6157         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6158         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6159         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6160         Moved ...
6161         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6162         ... here.
6163         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6164         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6165         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6166         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6167         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6168         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6169         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6170         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6171         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6172         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6173         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6174         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6175         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6176         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6177         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6178         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6179         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6180         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6181         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6182         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6183         ... here.
6184         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6185         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6186         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6187         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6188         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6189         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6190         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6191         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6192
6193 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
6194
6195         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6196         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6197         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6198         Add sysdep.
6199
6200 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6201
6202         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6203
6204 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6205
6206         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6207         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6208
6209         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6210
6211         * sysdeps/arm/libm-test-ulps: Regenerated.
6212
6213 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6214             Roland McGrath <roland@hack.frob.com>
6215
6216         * test-skeleton.c (signal_handler): Kill the whole process group
6217         before killing the child individually.
6218         (main): Report any failure on `setpgid'.
6219
6220 2014-06-30  Roland McGrath  <roland@hack.frob.com>
6221
6222         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6223         from _TLS_H to _ARM_NPTL_TLS_H.
6224         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6225         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6226
6227 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6228
6229         [BZ #16539]
6230         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6231         (__expm1l): Return argument unchanged when small but not
6232         subnormal.
6233
6234         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6235         include macro name.
6236         (_FP_UNPACK_RAW_1_P): Likewise.
6237         (_FP_PACK_RAW_1): Likewise.
6238         (_FP_PACK_RAW_1_P): Likewise.
6239         (_FP_MUL_MEAT_1_wide): Likewise.
6240         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6241         (_FP_MUL_MEAT_1_hard): Likewise.
6242         (_FP_DIV_MEAT_1_imm): Likewise.
6243         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6244         (_FP_DIV_MEAT_1_udiv): Likewise.
6245         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6246         (_FP_UNPACK_RAW_2): Likewise.
6247         (_FP_UNPACK_RAW_2_P): Likewise.
6248         (_FP_PACK_RAW_2): Likewise.
6249         (_FP_PACK_RAW_2_P): Likewise.
6250         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6251         (_FP_MUL_MEAT_2_wide): Likewise.
6252         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6253         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6254         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6255         (_FP_MUL_MEAT_2_gmp): Likewise.
6256         (_FP_DIV_MEAT_2_udiv): Likewise.
6257         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6258         (_FP_FRAC_SRL_4): Likewise.
6259         (_FP_FRAC_SRST_4): Likewise.
6260         (_FP_FRAC_SRS_4): Likewise.
6261         (_FP_UNPACK_RAW_4): Likewise.
6262         (_FP_UNPACK_RAW_4_P): Likewise.
6263         (_FP_PACK_RAW_4): Likewise.
6264         (_FP_PACK_RAW_4_P): Likewise.
6265         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6266         (_FP_MUL_MEAT_4_wide): Likewise.
6267         (_FP_MUL_MEAT_4_gmp): Likewise.
6268         (umul_ppppmnnn): Likewise.
6269         (_FP_DIV_MEAT_4_udiv): Likewise.
6270         (__FP_FRAC_ADD_4): Likewise.
6271         (__FP_FRAC_SUB_3): Likewise.
6272         (__FP_FRAC_SUB_4): Likewise.
6273         (__FP_FRAC_DEC_3): Likewise.
6274         (__FP_FRAC_DEC_4): Likewise.
6275         (__FP_FRAC_ADDI_4): Likewise.
6276         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6277         (_FP_FRAC_SRL_8): Likewise.
6278         (_FP_FRAC_SRS_8): Likewise.
6279
6280         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6281         include macro name.
6282         (FP_UNPACK_RAW_EP): Likewise.
6283         (FP_PACK_RAW_E): Likewise.
6284         (FP_PACK_RAW_EP): Likewise.
6285         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6286         (_FP_ISSIGNAN): Likewise.
6287         (_FP_ADD_INTERNAL): Likewise.
6288         (_FP_FMA): Likewise.
6289         (_FP_CMP): Likewise.
6290         (_FP_SQRT): Likewise.
6291         (_FP_TO_INT): Likewise.
6292         (_FP_FROM_INT): Likewise.
6293         (FP_EXTEND): Likewise.
6294         (_FP_DIV_MEAT_N_loop): Likewise.
6295
6296 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6297
6298         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6299         throughout.
6300
6301 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6302
6303         [BZ #17097]
6304         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6305         result with correct sign in case of exponents that produce
6306         overflow except for X very close to 1.
6307
6308 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6309
6310         mktime: merge #if/#ifdef usage from glibc
6311         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6312         as that works with both Glibc's and Gnulib's style.
6313         See thread starting at Siddhesh Poyarekar's bug report at:
6314         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6315
6316 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6317
6318         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6319         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6320         * sysdeps/tile/tilegx/memmove.c: Remove file.
6321
6322 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6323
6324         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6325         abi-name definition.
6326         * scripts/soversions.awk: Do not handle or generate ABI lines.
6327         * shlib-versions: Remove ABI entries.
6328         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6329         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6330
6331 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6332
6333         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6334         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6335         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6336         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6337         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6338         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6339         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6340         Moved ...
6341         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6342         ... here.
6343         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6344         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6345         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6346         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6347         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6348         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6349         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6350         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6351         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6352         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6353         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6354         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6355         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6356         Moved ...
6357         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6358         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6359         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6360         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6361         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6362         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6363         Moved ...
6364         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6365         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6366         Moved ...
6367         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6368         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6369         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6370         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6371         Moved ...
6372         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6373         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6374         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6375         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6376         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6377         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6378         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6379         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6380         Moved ...
6381         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6382         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6383         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6384         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6385         Moved ...
6386         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6387         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6388         Moved ...
6389         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6390         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6391         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6392         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6393         Moved ...
6394         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6395         ... here.
6396         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6397         Identical file removed.
6398         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6399         Moved ...
6400         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6401         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6402         Identical file removed.
6403         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6404         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6405         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6406         Moved ...
6407         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6408         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6409         Identical file removed.
6410         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6411         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6412         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6413         Identical file removed.
6414         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6415         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6416         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6417         Identical file removed.
6418         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6419         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6420         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6421         Identical file removed.
6422         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6423         Moved ...
6424         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6425         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6426         Identical file removed.
6427         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6428         Moved ...
6429         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6430         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6431         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6432         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6433         Identical file removed.
6434         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6435         Moved ...
6436         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6437         ... here.
6438         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6439         Identical file removed.
6440         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6441         Moved ...
6442         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6443         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6444         Identical file removed.
6445         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6446         Moved ...
6447         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6448         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6449         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6450         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6451         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6452         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6453         Moved ...
6454         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6455         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6456         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6457
6458         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6459         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6460         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6461         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6462         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6463
6464 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6465
6466         [BZ #17092]
6467         * nscd/nscd.c (monitor_child): Return exit status of child
6468         instead of return value from wait syscall.
6469
6470 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6471
6472         * configure.ac (libc_commonpagesize): Remove variable.
6473         (libc_relro_required): Likewise.
6474         (libc_cv_z_relro): Remove configure test.
6475         * configure: Regenerated.
6476         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6477         variable.
6478         (libc_relro_required): Likewise.
6479         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6480         (libc_relro_required): Likewise.
6481         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6482         (libc_relro_required): Likewise.
6483         * sysdeps/arm/preconfigure: Regenerated.
6484         * sysdeps/ia64/preconfigure: Remove file.
6485         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6486         variable.
6487         (libc_relro_required): Likewise.
6488
6489         [BZ #16561]
6490         [BZ #16562]
6491         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6492         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6493         recompute overflowing results in original rounding mode.
6494         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6495         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6496         recompute overflowing results in original rounding mode.
6497         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6498         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6499         recompute overflowing results in original rounding mode.
6500         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6501         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6502         recompute overflowing results in original rounding mode.
6503         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6504         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6505         recompute overflowing results in original rounding mode.
6506         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6507         (libc_feholdsetround_ctx): New macro.
6508         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6509         * sysdeps/i386/fpu/libm-test-ulps: Update.
6510         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6511
6512 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6513
6514         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6515         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6516         corresponding .cpsetup call.
6517
6518 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6519
6520         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6521         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6522         * sysdeps/arm/Makefile [$(subdir) = csu]
6523         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6524         (static-only-routines): Add aeabi_read_tp here.
6525         (shared-only-routines): Add libc-aeabi_read_tp here.
6526         (CFLAGS-libc-start.c): Add -fexceptions here.
6527         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6528         (sysdep_routines, static-only-routines, shared-only-routines):
6529         Don't add to these here.
6530         (CFLAGS-libc-start.c): Likewise.
6531
6532         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6533         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6534         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6535         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6536         * sysdeps/arm/Makefile [$(subdir) = rt]
6537         (librt-sysdep_routines, librt-shared-only-routines):
6538         Append rt-aeabi_unwind_cpp_pr1 here.
6539         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6540         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6541         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6542         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6543         Append nptl-aeabi_unwind_cpp_pr1 here.
6544         (tests): Filter out tst-cleanupx4 here.
6545         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6546         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6547         Don't do those here.
6548
6549 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6550
6551         * scripts/list-sources.sh: Do not handle ports specially.
6552
6553 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6554
6555         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6556         * sysdeps/arm/feupdateenv.c: Likewise.
6557
6558         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6559
6560 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6561
6562         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6563         trailing whitespace removed.
6564         * scripts/config.guess: Update to version 2014-03-23.
6565         * scripts/config.sub: Update to version 2014-05-01
6566         * scripts/install-sh: Update to version 2013-12-25.23.
6567         * scripts/move-if-change: Update from gnulib.
6568
6569 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6570
6571         * debug/memmove_chk.c: Remove pagecopy.h include.
6572
6573 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6574
6575         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6576         identical to gnulib mktime.
6577
6578 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6579
6580         * configure.ac: Do not test for machine being rs6000.  Do not test
6581         for powerpc*-*soft.
6582         * configure: Regenerated.
6583
6584         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6585         test.
6586         * configure: Regenerated.
6587         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6588         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6589         Remove configure test.
6590         * sysdeps/arm/configure: Regenerated.
6591         * sysdeps/nptl/configure.ac: Do not check
6592         libc_cv_asm_cfi_directives.
6593         * sysdeps/nptl/configure: Regenerated.
6594         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6595         * sysdeps/x86_64/nptl/configure: Remove generated file.
6596         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6597         unconditional.
6598         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6599
6600 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6601
6602         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6603         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6604         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6605         it is defined.
6606
6607         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6608         instead of whether it is defined.
6609         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6610         * sysdeps/hppa/dl-machine.h: Likewise.
6611         * sysdeps/ia64/dl-machine.h: Likewise.
6612         * sysdeps/m68k/dl-machine.h: Likewise.
6613         * sysdeps/microblaze/dl-machine.h: Likewise.
6614         * sysdeps/mips/dl-machine.: Likewise.
6615         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6616         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6617         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6618         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6619         * sysdeps/sh/dl-machine.h: Likewise.
6620         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6621         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6622         * sysdeps/tile/dl-machine.h: Likewise.
6623         * sysdeps/x86_64/dl-machine.h: Likewise.
6624
6625         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6626         code.
6627         (verify_persistent_db): Likewise.
6628
6629 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6630
6631         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6632         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6633         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6634         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6635         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6636         Moved ...
6637         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6638         ... here.
6639         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6640         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6641         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6642         Identical file removed.
6643         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6644         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6645         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6646         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6647         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6648         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6649         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6650         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6651         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6652         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6653         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6654         Moved ...
6655         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6656         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6657         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6658         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6659         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6660         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6661         Moved ...
6662         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6663         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6664         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6665         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6666         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6667         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6668         Identical file removed.
6669         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6670         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6671         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6672         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6673         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6674         Moved ...
6675         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6676         ... here.
6677         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6678         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6679         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6680         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6681         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6682         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6683         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6684         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6685         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6686         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6687         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6688         Moved ...
6689         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6690         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6691         Moved ...
6692         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6693         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6694         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6695         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6696         Moved ...
6697         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6698         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6699         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6700
6701         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6702         folded into ...
6703         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6704         * sysdeps/unix/sysv/linux/s390/Versions
6705         (libpthread: GLIBC_2.19): New version set.
6706         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6707         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6708         (librt: GLIBC_2.3.3): New version set.
6709         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6710         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6711         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6712         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6713         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6714         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6715         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6716         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6717         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6718         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6719         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6720         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6721         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6722         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6723         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6724         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6725         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6726         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6727         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6728         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6729         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6730         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6731         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6732         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6733         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6734         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6735         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6736         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6737         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6738         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6739         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6740         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6741         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6742         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6743         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6744         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6745         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6746         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6747         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6748         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6749         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6750         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6751         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6752         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6753         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6754
6755         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6756         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6757         (__libc_vfork): Define the function under this name.
6758         [!NOT_IN_libc] (__vfork): Make this an alias.
6759         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6760         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6761         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6762         (__libc_vfork): Define the function under this name.
6763         [!NOT_IN_libc] (__vfork): Make this an alias.
6764         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6765         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6766         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6767         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6768         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6769         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6770
6771         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6772         code that was previously under [RESET_PID].
6773         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6774         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6775         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6776
6777         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6778         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6779         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6780         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6781         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6782         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6783         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6784         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6785         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6786         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6787         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6788         Moved ...
6789         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6790         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6791         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6792         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6793         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6794         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6795         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6796         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6797         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6798         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6799         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6800         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6801         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6802         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6803         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6804         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6805         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6806         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6807         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6808         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6809         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6810         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6811         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6812         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6813         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6814         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6815         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6816         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6817         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6818
6819 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6820
6821         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6822         that was previously under [RESET_PID].
6823         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6824
6825 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6826
6827         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6828         not undefine and redefine.
6829         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6830         [O_CLOEXEC]: Make code unconditional.
6831         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6832         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6833         <kernel-features.h>.
6834         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6835         conditional variable definition.
6836         (shm_open) [O_CLOEXEC]: Make code unconditional.
6837         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6838         code.
6839
6840         * configure.ac (USE_REGPARMS): Don't define here.
6841         * configure: Regenerated.
6842         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6843         * sysdeps/i386/configure: Regenerated.
6844
6845         * nptl/createthread.c: Don't include kernel-features.h.
6846         * nptl/pthread_cancel.c: Likewise.
6847         * nptl/pthread_condattr_setclock.c: Likewise.
6848         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6849         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6850         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6851         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6852         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6853         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6854         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6855         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6856         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6857         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6858         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6859         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6860         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6861         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6862         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6863         * nscd/gai.c: Likewise.
6864         * nss/nss_db/db-open.c: Likewise.
6865         * sysdeps/generic/ldsodefs.h: Likewise.
6866         * sysdeps/sh/nptl/tls.h: Likewise.
6867         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6868         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6869         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6870         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6871         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6872         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6873         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6874         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6875         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6876         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6877         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6878         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6879         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6880         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6881         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6882         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6883         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6884         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6885         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6886         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6887         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6888         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6889         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6890         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6891         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6892         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6893         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6894         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6895         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6896         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6897         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6898         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6899         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6900         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6901         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6902         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6903         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6904         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6905         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6906         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6907         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6908         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6909         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6910         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6911         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6912         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6913         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6914         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6915         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6916         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6917         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6918         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6919         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6920         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6921         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6922         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6923         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6924         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6947         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6948         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6949         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6950         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6951         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6952         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6953         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6954         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6955         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6956         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6957         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6958         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6959         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6960         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6961         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6962         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6963         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6964         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6965         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6966         * sysdeps/unix/sysv/linux/system.c: Likewise.
6967         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6968         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6969         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6970         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6971         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6972         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6973         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6974
6975         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6976         * configure: Regenerated.
6977         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6978
6979         * configure.ac (base_machine): Do not set specially for particular
6980         machines here.
6981         * configure: Regenerated.
6982         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6983         settings from configure.ac.
6984         * sysdeps/i386/preconfigure: New file.
6985         * sysdeps/s390/preconfigure: Likewise.
6986         * sysdeps/sh/preconfigure: Likewise.
6987         * sysdeps/sparc/preconfigure: Likewise.
6988
6989 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6990
6991         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6992         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6993         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6994         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6995         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6996         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6997         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6998         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6999         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
7000         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
7001         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
7002         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
7003         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
7004         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
7005         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
7006         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
7007         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
7008         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
7009         * sysdeps/sparc/sparc64/Makefile: ... appended here.
7010
7011         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
7012         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
7013         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
7014         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
7015         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
7016         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
7017         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
7018         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
7019         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
7020         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
7021         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
7022         * sysdeps/sparc/sparc32/sem_post.c: ... here.
7023         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
7024         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
7025         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
7026         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
7027         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
7028         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
7029         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
7030         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
7031         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
7032         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
7033         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
7034         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
7035         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
7036         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
7037         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
7038         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
7039         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
7040         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
7041         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
7042         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
7043         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
7044         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
7045         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
7046         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
7047         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
7048         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
7049
7050         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
7051         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
7052         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
7053         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
7054         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
7055         Moved ...
7056         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
7057         ... here.
7058         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
7059         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
7060         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
7061         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
7062         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
7063         Moved ...
7064         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
7065         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
7066         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
7067         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
7068         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
7069         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
7070         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
7071         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7072         Moved ...
7073         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
7074         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
7075         Moved ...
7076         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
7077         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
7078         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
7079         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7080         Moved ...
7081         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
7082         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
7083         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
7084         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
7085         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
7086         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
7087         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
7088         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
7089         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
7090         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7091         Moved ...
7092         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
7093         ... here.
7094         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
7095         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
7096         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
7097         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
7098         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
7099         Moved ...
7100         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
7101         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
7102         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
7103         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
7104         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
7105         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
7106         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
7107         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7108         Moved ...
7109         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
7110         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7111         Moved ...
7112         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
7113         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
7114         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
7115         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7116         Moved ...
7117         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
7118         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
7119         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
7120         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
7121         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7122
7123 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7124
7125         * timezone/checktab.awk: Update from tzcode 2014e.
7126         * timezone/private.h: Likewise.
7127         * timezone/tzfile.h: Likewise.
7128         * timezone/zdump.c: Likewise.
7129         * timezone/zic.c: Likewise.
7130
7131         * sysdeps/unix/sysv/linux/kernel-features.h
7132         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7133         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7134         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7135         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7136         Remove conditional code.
7137
7138 2014-06-25  Will Newton  <will.newton@linaro.org>
7139
7140         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7141         (_dl_arm_cap_flags): Add HWCAP2 values.
7142         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7143         (_DL_HWCAP_COUNT): Increase to 37.
7144         (_DL_HWCAP_LAST): New define.
7145         (_DL_HWCAP2_LAST): New define.
7146         (_dl_procinfo): Add support for printing
7147         AT_HWCAP2 entries.
7148         (_dl_string_hwcap): Use _dl_hwcap_string.
7149
7150 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7151
7152         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7153
7154 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7155
7156         * README: Do not mention ports directory.
7157
7158         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7159         Remove macro.
7160         * sysdeps/unix/sysv/linux/futimes.c: Do not include
7161         <kernel-features.h>.
7162         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7163         conditional variable definition.
7164         (__futimes): Update comment.
7165         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7166         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7167
7168         [BZ #16560]
7169         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7170         arguments close to 0.
7171         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7172         Likewise.
7173         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7174         Likewise.
7175         * math/auto-libm-test-in: Add more tests of exp10.
7176         * math/auto-libm-test-out: Regenerated.
7177         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7178
7179         * sysdeps/unix/sysv/linux/kernel-features.h
7180         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7181         * sysdeps/unix/sysv/linux/readv.c: Do not include
7182         <kernel-features.h>.
7183         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7184         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7185         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7186         unconditional.
7187         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7188         conditional code.
7189         * sysdeps/unix/sysv/linux/writev.c: Do not include
7190         <kernel-features.h>.
7191         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7192         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7193         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7194         unconditional.
7195         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7196         conditional code.
7197
7198 2014-06-25  Will Newton  <will.newton@linaro.org>
7199
7200         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7201         comment changes throughout the file.  Remove checks
7202         for HAVE_*_H definitions that are not required.
7203         (__gen_tempname): Call abort if an unknown kind value is
7204         passed.
7205
7206 2014-06-25  Andreas Schwab  <schwab@suse.de>
7207
7208         [BZ #17086]
7209         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7210         scalbln, scalblnf, scalblnl in libc.
7211
7212 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7213
7214         [BZ #17086]
7215         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7216         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7217         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7218
7219 2014-06-24  Roland McGrath  <roland@hack.frob.com>
7220
7221         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7222         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7223         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7224         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7225         Update #include.
7226         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7227         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7228         Update #include.
7229         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7230         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7231         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7232         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7233         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7234         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7235         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7236         * sysdeps/x86/bits/semaphore.h: ... here.
7237         * sysdeps/x86/nptl/elide.h: Moved ...
7238         * sysdeps/x86/elide.h: ... here.
7239         * sysdeps/x86_64/nptl/Implies: File removed.
7240         * sysdeps/i386/nptl/Implies: File removed.
7241
7242 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7243
7244         [BZ #16539]
7245         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7246         return the argument for normal arguments with exponent below -64.
7247         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7248         Likewise.
7249         * math/auto-libm-test-in: Add another test of expm1.
7250         * math/auto-libm-test-out: Regenerated.
7251
7252         [BZ #16287]
7253         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7254         calling __erfcl for arguments at least 16.
7255         * math/auto-libm-test-in: Add more tests of erf.
7256         * math/auto-libm-test-out: Regenerated.
7257
7258         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7259         individual architectures.
7260         * sysdeps/unix/sysv/linux/configure: Regenerated.
7261         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7262         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7263         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7264         (ldd_rewrite_script): Define variable.
7265         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7267         file.
7268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7269         generated file.
7270         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7271         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7272         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7273         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7274         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7275         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7276         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7277         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7278
7279 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7280
7281         [BZ #17084]
7282         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7283         Rename member __data.d to __data.__elision_data.
7284
7285 2014-06-24  Wilco  <wdijkstr@arm.com>
7286
7287         * NEWS: Add 16918 to fixed bug list.
7288
7289 2014-06-24  Wilco  <wdijkstr@arm.com>
7290
7291         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7292
7293 2014-06-24  Wilco  <wdijkstr@arm.com>
7294
7295         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7296         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7297         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7298         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7299         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7300         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7301         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7302         Use _FPU_MASK_RM.
7303
7304 2014-06-24  Wilco  <wdijkstr@arm.com>
7305
7306         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7307
7308 2014-06-24  Wilco  <wdijkstr@arm.com>
7309
7310         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7311         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7312         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7313         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7314
7315 2014-06-24  Wilco  <wdijkstr@arm.com>
7316
7317         [BZ #16918]
7318         * sysdeps/arm/feupdateenv.c (feupdateenv):
7319         Rewrite to reduce FPSCR accesses and fix return value.
7320
7321 2014-06-24  Wilco  <wdijkstr@arm.com>
7322
7323         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7324         Optimize to avoid unnecessary FPSCR writes.
7325         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7326         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7327         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7328         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7329
7330 2014-06-24  Wilco  <wdijkstr@arm.com>
7331
7332         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7333         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7334         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7335         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7336         Call libc_fetestexcept_vfp.
7337         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7338         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7339         __SOFTFP__ ifdef so that they can be built for softfp.
7340
7341 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7342
7343         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7344         argument type signed char.
7345
7346         * Makerules (check-abi): Dump diff of symlist if the test
7347         fails.
7348
7349 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7350
7351         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7352         using abort.
7353
7354         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7355         Remove unused variable ST.
7356
7357 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7358
7359         [BZ #16354]
7360         [BZ #17061]
7361         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7362         small arguments before calling __expm1.
7363         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7364         small arguments before calling __expm1f.
7365         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7366         small arguments before calling __expm1l.
7367         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7368         Likewise.
7369         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7370         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7371         spurious underflow for some cosh tests.
7372         * math/auto-libm-test-out: Regenerated.
7373         * sysdeps/i386/fpu/libm-test-ulps: Update.
7374
7375         [BZ #17050]
7376         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7377         (__ieee754_y1): Set errno if return value overflows.
7378         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7379         (__ieee754_y1f): Set errno if return value overflows.
7380         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7381         (__ieee754_y1l): Set errno if return value overflows.
7382         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7383         (__ieee754_y1l): Set errno if return value overflows.
7384         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7385         * math/auto-libm-test-out: Regenerated.
7386
7387         * math/gen-auto-libm-tests.c: Document use of
7388         ignore-zero-inf-sign.
7389         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7390         (input_flags): Add ignore-zero-inf-sign.
7391         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7392         * math/gen-libm-test.pl (generate_testfile): Handle
7393         ignore-zero-inf-sign.
7394         * math/auto-libm-test-in: Mark some cpow tests with
7395         ignore-zero-inf-sign and some with xfail-rounding.
7396         * math/auto-libm-test-out: Regenerated.
7397         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7398         * sysdeps/i386/fpu/libm-test-ulps: Update.
7399         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7400
7401         [BZ #16315]
7402         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7403         overflowing or underflowing operations take place with sign of
7404         result.
7405         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7406         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7407         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7408         (__ieee754_pow): Recompute overflowing and underflowing results in
7409         original rounding mode.
7410         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7411         (__powl_helper): Allow negative argument X and scale negated value
7412         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7413         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7414         overflowing or underflowing operations take place with sign of
7415         result.
7416         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7417         Include <math.h>.
7418         * math/auto-libm-test-in: Add more tests of pow.
7419         * math/auto-libm-test-out: Regenerated.
7420         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7421         (pow_tonearest_test_data): Remove.
7422         (pow_test_tonearest): Likewise.
7423         (pow_towardzero_test_data): Likewise.
7424         (pow_test_towardzero): Likewise.
7425         (pow_downward_test_data): Likewise.
7426         (pow_test_downward): Likewise.
7427         (pow_upward_test_data): Likewise.
7428         (pow_test_upward): Likewise.
7429         (main): Don't call removed functions.
7430         * sysdeps/i386/fpu/libm-test-ulps: Update.
7431         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7432
7433 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7434
7435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7436         Moved ...
7437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7439         Moved ...
7440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7442         Moved ...
7443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7445         Moved ...
7446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7448         File removed.
7449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7450         File removed.
7451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7452         File removed.
7453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7454         File removed.
7455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7456         File removed.
7457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7458         File removed.
7459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7460         File removed.
7461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7462         File removed.
7463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7464         File removed.
7465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7466         File removed.
7467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7468         File removed.
7469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7470         File removed.
7471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7472         Moved ...
7473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7475         Moved ...
7476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7477         ... here.
7478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7479         Moved ...
7480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7482         Moved ...
7483         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7485         Moved ...
7486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7488         Moved ...
7489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7491         Moved ...
7492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7494         Moved ...
7495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7497         Moved ...
7498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7501         ... here.
7502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7503         Moved ...
7504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7506         Moved ...
7507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7508         ... here.
7509         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7510         Moved ...
7511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7512         ... here.
7513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7514         Moved ...
7515         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7516         ... here.
7517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7518         Moved ...
7519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7521         Moved ...
7522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7526         Moved ...
7527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7528         ... here.
7529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7530         Moved ...
7531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7532         ... here.
7533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7534         Moved ...
7535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7537         Moved ...
7538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7540         Moved ...
7541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7543         Moved ...
7544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7546         Moved ...
7547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7548         ... here.
7549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7550         Moved ...
7551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7553         Moved ...
7554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7556         Moved ...
7557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7559         Moved ...
7560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7564         Moved ...
7565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7567         Moved ...
7568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7570         Moved ...
7571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7572         ... here.
7573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7574         Moved ...
7575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7576         ... here.
7577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7578         Moved ...
7579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7580         ... here.
7581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7582         Moved ...
7583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7585         Moved ...
7586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7588         Moved ...
7589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7591         Moved ...
7592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7593         ... here.
7594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7595         Moved ...
7596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7597         ... here.
7598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7599         Moved ...
7600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7601         ... here.
7602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7603         Moved ...
7604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7606         Moved ...
7607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7608
7609 2014-06-23  Will Newton  <will.newton@linaro.org>
7610             Wilco  <wdijkstr@arm.com>
7611
7612         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7613         implementation.  Include get-rounding-mode.h.
7614         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7615         [!libc_feholdsetround_noex_ctx]: Define
7616         libc_feholdsetround_noex_ctx.
7617         [!libc_feholdsetround_noexf_ctx]: Define
7618         libc_feholdsetround_noexf_ctx.
7619         [!libc_feholdsetround_noexl_ctx]: Define
7620         libc_feholdsetround_noexl_ctx.
7621         (libc_feholdsetround_ctx): New function.
7622         (libc_feresetround_ctx): New function.
7623         (libc_feholdsetround_noex_ctx): New function.
7624         (libc_feresetround_noex_ctx): New function.
7625
7626 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7627
7628         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7629         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7630         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7631         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7632         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7633         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7634
7635         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7636         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7637         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7638         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7639         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7640         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7641         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7642         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7643         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7644         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7645         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7646         Moved ...
7647         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7648         ... here.
7649         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7650         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7651         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7652         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7653         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7654         Moved ...
7655         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7656         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7657         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7658         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7659         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7660         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7661         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7662         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7663         Moved ...
7664         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7665         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7666         Moved ...
7667         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7668         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7669         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7670         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7671         Moved ...
7672         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7673         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7674         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7675         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7676         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7677         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7678         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7679         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7680         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7681         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7682         Moved ...
7683         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7684         ... here.
7685         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7686         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7687         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7688         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7689         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7690         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7691         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7692         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7693         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7694         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7695         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7696         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7697         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7698         Moved ...
7699         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7700         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7701         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7702         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7703         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7704         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7705         Moved ...
7706         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7707         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7708         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7709         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7710         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7711
7712         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7713         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7714         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7715         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7716         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7717         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7718         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7719         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7720         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7721         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7722         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7723         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7724         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7725         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7726         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7727         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7728         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7729         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7730         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7731         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7732         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7733         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7734         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7735         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7736         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7737         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7738         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7739         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7740
7741 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7742
7743         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7744         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7745         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7746         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7747         (IPV6_PMTUDISC_INTERFACE): Likewise.
7748         (IPV6_PMTUDISC_OMIT): Likewise.
7749
7750 2014-06-23  Andreas Schwab  <schwab@suse.de>
7751
7752         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7753         Remove unused errout label.
7754
7755 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7756
7757         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7758         macro: hardware supports Vector Crypto instructions.
7759
7760 2014-06-23  Will Newton  <will.newton@linaro.org>
7761
7762         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7763         rather than __builtin_expect.
7764
7765         * elf/dl-lookup.c (undefined_msg): Remove variable.
7766         (_dl_lookup_symbol_x): Replace undefined_msg with string
7767         literal.
7768
7769         * elf/dl-lookup.c (do_lookup_unique): New function.
7770         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7771         to a separate function.
7772
7773 2014-06-23  Andreas Schwab  <schwab@suse.de>
7774
7775         [BZ #17079]
7776         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7777         before reading the next line.
7778
7779 2014-06-23  Will Newton  <will.newton@linaro.org>
7780
7781         * test-skeleton.c (signal_handler): Use printf and %m
7782         rather than perror.  Use printf rather than fprintf to
7783         stderr.  Use puts rather than fputs to stderr.
7784         (main): Likewise.
7785
7786 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7787
7788         * nscd/nscd.c (thread_info_t): Remove typedef.
7789         (thread_info): Remove variable.
7790
7791 2014-06-21  Allan McRae  <allan@archlinux.org>
7792
7793         * NEWS: Mention CVE-2014-4043.
7794
7795 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7796
7797         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7798         * nptl/smp.h: ... here.
7799
7800         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7801
7802         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7803         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7804         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7805         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7806
7807         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7808         * nptl/stack-aliasing.h: New file.
7809         * sysdeps/i386/i686/stack-aliasing.h: New file.
7810         * sysdeps/i386/i686/nptl/Makefile: File removed.
7811         * sysdeps/x86_64/stack-aliasing.h: New file.
7812         * sysdeps/x86_64/nptl/Makefile
7813         (CFLAGS-pthread_create.c): Variable removed.
7814
7815         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7816         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7817         old file.
7818         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7819         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7820         old file.
7821
7822 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7823
7824         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7825         (__ASSUME_SIGFRAME_V2): Remove macro.
7826         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7827         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7828         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7829         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7830         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7831         Declare as function.  Remove conditional macro definitions.
7832         (__default_rt_sa_restorer): Likewise.
7833         (__default_sa_restorer_v1): Remove declaration.
7834         (__default_sa_restorer_v2): Likewise.
7835         (__default_rt_sa_restorer_v1): Likewise.
7836         (__default_rt_sa_restorer_v2): Likewise.
7837         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7838         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7839         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7840
7841 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7842
7843         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7844         (libpthread-routines): Add sysdep.
7845         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7846         * sysdeps/unix/sysv/linux/sparc/Versions
7847         (libpthread: GLIBC_2.3.3): New version set.
7848         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7849         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7850         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7851         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7852         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7853         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7854         Moved ...
7855         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7856         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7857         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7858         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7859         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7860         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7861         * sysdeps/sparc/nptl/sem_init.c: ... here.
7862         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7863         * sysdeps/sparc/nptl/sem_post.c: ... here.
7864         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7865         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7866         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7867         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7868         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7869         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7870         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7871         (libpthread-routines): Add cpu_relax.
7872         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7873         File removed.
7874         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7875         (librt: GLIBC_2.3.3): New version set.
7876         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7877         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7878         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7879         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7880         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7881         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7882         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7883         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7884         Moved ...
7885         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7886         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7887         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7888         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7889         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7890         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7891         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7892         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7893         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7894         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7895         Moved ...
7896         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7897         Update #include.
7898         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7899         Moved ...
7900         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7901         Update #include.
7902         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7903         Moved ...
7904         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7905         Update #include.
7906         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7907         Moved ...
7908         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7909         Update #include.
7910         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7911         Moved ...
7912         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7913         Update #include.
7914         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7915         Moved ...
7916         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7917         Update #include.
7918         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7919         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7920         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7921         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7922         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7923         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7924         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7925         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7926         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7927         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7928         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7929         Moved ...
7930         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7931         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7932         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7933         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7934         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7935
7936 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7937
7938         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7939         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7940         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7941         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7942         * nscd/nscd.c: Likewise.
7943         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7944         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7945         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7946         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7947
7948         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7949         <kernel-features.h>.
7950         (init_mq_netlink): Remove conditional have_sock_cloexec
7951         definitions.  Remove code conditional on have_sock_cloexec < 0.
7952         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7953         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7954         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7955         <kernel-features.h>.
7956         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7957         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7958
7959 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7960
7961         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7962         Add tests for memset_chk and memset.
7963
7964         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7965         with AVX2_Usable.
7966
7967 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7968
7969         [BZ #16046]
7970         * elf/tst-dl-iter-static.c: New file.
7971         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7972
7973         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7974         error.
7975
7976 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7977
7978         * sysdeps/unix/sysv/linux/kernel-features.h
7979         (__ASSUME_F_GETOWN_EX): Remove macro.
7980         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7981         <kernel-features.h>.
7982         (miss_F_GETOWN_EX): Remove variable or macro.
7983         (do_fcntl): Do not check miss_F_GETOWN_EX.
7984         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7985
7986         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7987         Remove macro.
7988         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7989         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7990         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7991
7992         * sysdeps/unix/sysv/linux/kernel-features.h
7993         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7994         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7995         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7996         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7997
7998 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7999
8000         [BZ #17075]
8001         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
8002         Fix calculation of the symbol's value.
8003         * sysdeps/arm/tst-armtlsdescloc.c: New file.
8004         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
8005         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
8006         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
8007         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
8008         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
8009         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
8010         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
8011         (modules-names): Add `tst-armtlsdescmod',
8012         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
8013         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
8014         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8015         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
8016         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
8017         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8018         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
8019         ($(objpfx)tst-armtlsdescloc): New dependency.
8020         ($(objpfx)tst-armtlsdescextnow): Likewise.
8021         ($(objpfx)tst-armtlsdescextlazy): Likewise.
8022         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
8023         TLS scheme support.
8024         * sysdeps/arm/configure: Regenerate.
8025
8026 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8027
8028         * include/fcntl.h (__atfct_seterrno): Remove prototype.
8029         (__atfct_seterrno_2): Likewise.
8030         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
8031         <kernel-features.h>.
8032         (__ASSUME_ATFCTS): Do not undefine and redefine.
8033         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
8034         (__have_atfcts): Remove conditional definition.
8035         (__fxstatat([__NR_fstatat64]: Make code unconditional.
8036         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
8037         unreachable if [__ASSUME_ATFCTS].
8038         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
8039         not undefine and redefine.
8040         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
8041         <kernel-features.h>.
8042         (faccessat) [__NR_faccessat]: Make code unconditional.
8043         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
8044         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
8045         <kernel-features.h>.
8046         (fchmodat) [__NR_fchmodat]: Make code unconditional.
8047         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8048         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
8049         <kernel-features.h>.
8050         (fchownat) [__NR_fchownat]: Make code unconditional.
8051         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
8052         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
8053         <kernel-features.h>.
8054         (futimesat) [__NR_futimesat]: Make code unconditional.
8055         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
8056         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
8057         <kernel-features.h>.
8058         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8059         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8060         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
8061         <kernel-features.h>.
8062         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
8063         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8064         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
8065         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
8066         <kernel-features.h>.
8067         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
8068         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8069         * sysdeps/unix/sysv/linux/linkat.c: Do not include
8070         <kernel-features.h>.
8071         (linkat) [__NR_linkat]: Make code unconditional.
8072         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8073         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
8074         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
8075         <kernel-features.h>.
8076         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
8077         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8078         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
8079         <kernel-features.h>.
8080         (mkdirat) [__NR_mkdirat]: Make code unconditional.
8081         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
8082         * sysdeps/unix/sysv/linux/openat.c: Do not include
8083         <kernel-features.h>.
8084         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
8085         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
8086         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
8087         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
8088         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
8089         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
8090         <kernel-features.h>.
8091         (readlinkat) [__NR_readlinkat]: Make code unconditional.
8092         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
8093         result of INLINE_SYSCALL directly, not via int variable.
8094         * sysdeps/unix/sysv/linux/renameat.c: Do not include
8095         <kernel-features.h>.
8096         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
8097         (renameat) [__NR_renameat]: Make code unconditional.
8098         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
8099         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
8100         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
8101         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
8102         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
8103         (__ASSUME_ATFCTS): Do not undefine and redefine.
8104         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
8105         <kernel-features.h>.
8106         (symlinkat) [__NR_symlinkat]: Make code unconditional.
8107         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8108         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
8109         <kernel-features.h>.
8110         (unlinkat) [__NR_unlinkat]: Make code unconditional.
8111         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8112         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
8113         (__ASSUME_ATFCTS): Do not undefine and redefine.
8114         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
8115         <kernel-features.h>.
8116         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8117         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8118         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
8119         <kernel-features.h>.
8120         (__xmknodat) [__NR_mknodat]: Make code unconditional.
8121         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8122
8123 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8124
8125         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8126
8127 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
8128
8129         [BZ #17069]
8130         * posix/regcomp.c (parse_reg_exp): Deallocate partially
8131         constructed tree before returning error.
8132         * posix/bug-regexp36.c: Expand test case.
8133
8134 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8135
8136         [BZ #6803]
8137         * math/libm-test.inc (scalbln_test_date):
8138         Add errno expectations.
8139         * math/w_scalblnf.c: New File.
8140         Add wrapper which checks for setting errno to ERANGE.
8141         Add weak_alias for corresponding scalbln function.
8142         * math/w_scalbln.c: Likewise.
8143         * math/w_scalblnl.c: Likewise.
8144         * math/Makefile (libm-calls): Add w_scalbln.
8145         * sysdeps/ieee754/flt-32/s_scalblnf.c:
8146         Remove weak_alias for corresponding scalbln function.
8147         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8148         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8149         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8150         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8151         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8152         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8153         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8154         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8155         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8156         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8157         Remove long_double_symbol for scalblnl function in libm, libc.
8158         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8159         Add wrapper which checks for setting errno to ERANGE.
8160         Add long_double_symbol for scalblnl function in libm, libc.
8161         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8162         Remove long_double_symbol for scalblnl in libm.
8163         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8164         Add wrapper which checks for setting errno to ERANGE.
8165         Add long_double_symbol for scalblnl function in libm.
8166         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8167         Do not use wrapper because of own implementation.
8168
8169 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8170
8171         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8172         3 bytes for __pad1 for x32.
8173         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8174
8175 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
8176             H.J. Lu  <hongjiu.lu@intel.com>
8177
8178         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8179         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8180         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8181         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8182         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8183
8184 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
8185
8186         [BZ #17069]
8187         * posix/regcomp.c (parse_expression): Deallocate partially
8188         constructed tree before returning error.
8189         * posix/Makefile.c (tests): Add bug-regex36.
8190         (generated): Add bug-regex36.mtrace.
8191         (tests-special): Add $(objpfx)bug-regex36-mem.out
8192         (bug-regex36-ENV): New variable.
8193         ($(objpfx)bug-regex36-mem.out): New rule.
8194         * posix/bug-regex36.c: New file.
8195
8196 2014-06-19  Will Newton  <will.newton@linaro.org>
8197
8198         * malloc/malloc.c (systrim): If extra is zero then return
8199         early.
8200
8201 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
8202
8203         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8204
8205 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
8206
8207         * sysdeps/aarch64/strchr.S: New file.
8208
8209 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8210
8211         [BZ #17022]
8212         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8213         from arguments -2 or below.
8214         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8215         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8216
8217 2014-06-18  Andreas Schwab  <schwab@suse.de>
8218
8219         [BZ #17062]
8220         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8221         of a bracket expr not to run off the end of the string.
8222         * posix/Makefile (tests): Add tst-fnmatch3.
8223         * posix/tst-fnmatch3.c: New file.
8224
8225 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8226
8227         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8228         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8229         [$(cross-compiling) = no]: Likewise.
8230         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8231         [$(cross-compiling) = no]: Likewise.
8232
8233 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8234
8235         [BZ #17031]
8236         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8237         double, adjusted for any remainder from the high double.
8238         * math/libm-test.inc (nearbyint): Add tests.
8239         (rint): Likewise.
8240
8241 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8242
8243         * nptl/sysdeps/powerpc/Makefile: Moved ...
8244         * sysdeps/powerpc/nptl/Makefile: ... here.
8245         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8246         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8247         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8248         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8249         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8250         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8251         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8252         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8253         * nptl/sysdeps/powerpc/tls.h: Moved ...
8254         * sysdeps/powerpc/nptl/tls.h: ... here.
8255
8256 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8257
8258         [BZ #16681]
8259         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8260         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8261         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8262         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8263         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8264         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8265         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8266         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8267         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8268
8269 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8270
8271         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8272
8273 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8274
8275         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8276         defined operator.
8277
8278         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8279         $TIMEOUTFACTOR.
8280
8281 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8282
8283         [BZ #17058]
8284         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8285         non-executed part of the test.
8286
8287 2014-06-16  Andreas Schwab  <schwab@suse.de>
8288
8289         * string/bits/string2.h (strdup, strndup): Update feature guard.
8290
8291 2014-06-14  David S. Miller  <davem@davemloft.net>
8292
8293         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8294
8295 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8296
8297         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8298         that was previously under [RESET_PID].
8299         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8300
8301         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8302         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8303         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8304         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8305         (__libc_vfork): New strong alias.
8306         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8307
8308 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8309
8310         * sysdeps/generic/elide.h: New file.
8311
8312 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8313
8314         * Makefile (installed-headers): Adjust path of pthread.h header.
8315
8316 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8317
8318         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8319         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8320         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8321         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8322
8323         * nptl/sysdeps/s390/Makefile: Moved ...
8324         * sysdeps/s390/nptl/Makefile: ... here.
8325         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8326         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8327         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8328         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8329         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8330         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8331         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8332         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8333         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8334         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8335         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8336         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8337         * nptl/sysdeps/s390/tls.h: Moved ...
8338         * sysdeps/s390/nptl/tls.h: ... here.
8339
8340         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8341         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8342
8343 2014-06-13  David S. Miller  <davem@davemloft.net>
8344
8345         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8346         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8347         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8348         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8349         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8350         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8351         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8352         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8353         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8354         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8355         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8356         Remove RESET_PID cpp guards.
8357         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8358         Remove RESET_PID cpp guards.
8359         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8360
8361 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8362
8363         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8364         __sp to uintptr_t.
8365
8366 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8367
8368         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8369         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8370         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8371         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8372         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8373         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8374         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8375         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8376         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8377         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8378         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8379         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8380         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8381         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8382         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8383         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8384         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8385         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8386         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8387         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8388
8389         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8390         (pthread_rwlock_rdlock): Add elision.
8391         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8392         (pthread_rwlock_wrlock): Add elision.
8393         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8394         (pthread_rwlock_trywrlock): Add elision.
8395         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8396         (pthread_rwlock_tryrdlock): Add elision.
8397         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8398         (pthread_rwlock_tryrdlock): Add elision unlock.
8399         * nptl/sysdeps/pthread/pthread.h:
8400         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8401         (PTHREAD_RWLOCK_INITIALIZER,
8402         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8403         Handle new elision field.
8404         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8405         * sysdeps/arm/nptl/bits/pthreadtypes.h
8406         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8407         * sysdeps/sh/nptl/bits/pthreadtypes.h
8408         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8409         * sysdeps/tile/nptl/bits/pthreadtypes.h
8410         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8411         * sysdeps/a/nptl/bits/pthreadtypes.h
8412         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8413         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8414         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8415         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8416         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8417         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8418         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8419         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8420         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8421         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8422         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8423         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8424         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8425         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8426         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8427         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8428         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8429         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8430         (elision_init): Set try_xbegin to zero when no RTM.
8431         * sysdeps/x86/nptl/bits/pthreadtypes.h
8432         (pthread_rwlock_t): Change __pad1 to __rwelision.
8433         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8434
8435 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8436
8437         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8438         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8439         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8440         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8441
8442 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8443
8444         [BZ #16996]
8445         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8446         that the cached result has been set before returning it.
8447
8448 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8449
8450         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8451         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8452         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8453         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8454         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8455         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8456
8457         * nptl/sysdeps/sparc/Makefile: Moved ...
8458         * sysdeps/sparc/nptl/Makefile: ... here.
8459         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8460         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8461         * nptl/sysdeps/sparc/tls.h: Moved ...
8462         * sysdeps/sparc/nptl/tls.h: ... here.
8463         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8464         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8465         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8466         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8467         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8468         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8469         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8470         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8471         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8472         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8473         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8474         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8475         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8476         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8477         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8478         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8479         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8480         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8481         Update #include.
8482         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8483         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8484         Update #include.
8485         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8486         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8487         Update #include.
8488         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8489         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8490         Update #include.
8491
8492         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8493
8494         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8495         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8496
8497         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8498         (struct list_links): Type removed.
8499         (struct thread_node, struct timer_node): Replace struct list_links
8500         with struct list_head.
8501         (list_unlink_ip): Likewise.
8502         * sysdeps/pthread/timer_routines.c
8503         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8504         (list_append, list_insbefore): Likewise.
8505         (list_init): Function removed.
8506         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8507         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8508         * sysdeps/pthread/Makefile: ... here, new file.
8509
8510         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8511         * sysdeps/nptl/Implies: ... here.
8512         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8513         * nptl/sysdeps/pthread/list.h: Moved ...
8514         * include/list.h: ... here.
8515         * nptl/sysdeps/pthread/createthread.c: Moved ...
8516         * nptl/createthread.c: ... here.
8517         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8518         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8519         * nptl/pt-longjmp.c: ... here.
8520         * nptl/sysdeps/pthread/Makefile: Moved ...
8521         * sysdeps/nptl/Makefile: ... here.
8522         * nptl/sysdeps/pthread/Subdirs: Moved ...
8523         * sysdeps/nptl/Subdirs: ... here.
8524         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8525         * sysdeps/nptl/aio_misc.h: ... here.
8526         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8527         * sysdeps/nptl/bits/libc-lock.h: ... here.
8528         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8529         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8530         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8531         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8532         * nptl/sysdeps/pthread/configure: Moved ...
8533         * sysdeps/nptl/configure: ... here.
8534         * nptl/sysdeps/pthread/configure.ac: Moved ...
8535         * sysdeps/nptl/configure.ac: ... here.
8536         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8537         * sysdeps/nptl/gai_misc.h: ... here.
8538         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8539         * sysdeps/nptl/librt-cancellation.c: ... here.
8540         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8541         * sysdeps/nptl/malloc-machine.h: ... here.
8542         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8543         * sysdeps/nptl/pthread-functions.h: ... here.
8544         * nptl/sysdeps/pthread/pthread.h: Moved ...
8545         * sysdeps/nptl/pthread.h: ... here.
8546         * nptl/sysdeps/pthread/setxid.h: Moved ...
8547         * sysdeps/nptl/setxid.h: ... here.
8548         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8549         * sysdeps/nptl/sigfillset.c: ... here.
8550         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8551         * sysdeps/nptl/tcb-offsets.h: ... here.
8552         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8553         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8554         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8555         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8556         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8557         * sysdeps/pthread/allocalim.h: ... here.
8558         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8559         * sysdeps/pthread/bits/sigthread.h: ... here.
8560         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8561         * sysdeps/pthread/flockfile.c: ... here.
8562         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8563         * sysdeps/pthread/ftrylockfile.c: ... here.
8564         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8565         * sysdeps/pthread/funlockfile.c: ... here.
8566         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8567         * sysdeps/pthread/posix-timer.h: ... here.
8568         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8569         * sysdeps/pthread/timer_create.c: ... here.
8570         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8571         * sysdeps/pthread/timer_delete.c: ... here.
8572         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8573         * sysdeps/pthread/timer_getoverr.c: ... here.
8574         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8575         * sysdeps/pthread/timer_gettime.c: ... here.
8576         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8577         * sysdeps/pthread/timer_routines.c: ... here.
8578         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8579         * sysdeps/pthread/timer_settime.c: ... here.
8580         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8581         * sysdeps/pthread/tst-timer.c: ... here.
8582         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8583         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8584
8585         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8586         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8587
8588         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8589         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8590         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8591         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8592         Update #include target.
8593         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8594         * sysdeps/i386/i686/nptl/Makefile: ... here.
8595         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8596         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8597         Update #include target.
8598         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8599         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8600         * nptl/sysdeps/i386/Makefile: Moved ...
8601         * sysdeps/i386/nptl/Makefile: ... here.
8602         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8603         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8604         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8605         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8606         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8607         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8608         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8609         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8610         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8611         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8612         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8613         * nptl/sysdeps/i386/tls.h: Moved ...
8614         * sysdeps/i386/nptl/tls.h: ... here.
8615
8616         * sysdeps/sh/Makefile [$(subdir) = csu]
8617         (gen-as-const-headers): Add tcb-offsets.sym.
8618         * nptl/sysdeps/sh/Makefile: File removed.
8619         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8620         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8621         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8622         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8623         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8624         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8625         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8626         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8627         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8628         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8629         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8630         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8631         * nptl/sysdeps/sh/tls.h: Moved ...
8632         * sysdeps/sh/nptl/tls.h: ... here.
8633         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8634         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8635         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8636         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8637         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8638         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8639         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8640         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8641         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8642         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8643         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8644         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8645         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8646         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8647         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8648         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8649         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8650         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8651         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8652         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8653         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8654         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8655         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8656         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8657         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8658         Moved ...
8659         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8660         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8661         Moved ...
8662         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8663         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8664         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8665         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8666         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8667         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8668         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8669         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8670         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8671         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8672         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8673         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8674         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8675         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8676         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8677         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8678         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8679         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8680         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8681
8682 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8683
8684         * posix/spawn_faction_addopen.c: Include string.h.
8685
8686 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8687
8688         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8689         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8690         * nptl/sysdeps/x86_64/Makefile: Moved ...
8691         * sysdeps/x86_64/nptl/Makefile: ... here.
8692         * nptl/sysdeps/x86_64/configure: Moved ...
8693         * sysdeps/x86_64/nptl/configure: ... here.
8694         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8695         * sysdeps/x86_64/nptl/configure.ac: ... here.
8696         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8697         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8698         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8699         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8700         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8701         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8702         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8703         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8704         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8705         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8706         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8707         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8708         * nptl/sysdeps/x86_64/tls.h: Moved ...
8709         * sysdeps/x86_64/nptl/tls.h: ... here.
8710         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8711         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8712         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8713         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8714
8715         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8716
8717 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8718
8719         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8720
8721 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8722
8723         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8724         type.
8725         [POSIX] (off_t): Likewise.
8726         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8727         [POSIX] (S_ISBLK): Require macro.
8728         [POSIX] (S_ISCHR): Likewise.
8729         [POSIX] (S_ISDIR): Likewise.
8730         [POSIX] (S_ISFIFO): Likewise.
8731         [POSIX] (S_ISREG): Likewise.
8732         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8733         optional-macro.
8734         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8735         type.
8736         [POSIX] (time_t): Likewise.
8737         [POSIX] (timer_t): Likewise.
8738
8739 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8740
8741         [BZ #17048]
8742         * posix/spawn_int.h (struct __spawn_action): Make the path string
8743         non-const to support deallocation.
8744         * posix/spawn_faction_addopen.c
8745         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8746         * posix/spawn_faction_destroy.c
8747         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8748         path in all spawn_do_open actions.
8749         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8750         posix_spawn_file_actions_addopen.
8751
8752 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8753
8754         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8755         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8756         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8757         conditional code always true.
8758         (__libc_vfork): New alias.
8759
8760 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8761
8762         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8763         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8764
8765         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8766
8767         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8768         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8769
8770         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8771         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8772
8773         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8774         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8775
8776 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8777
8778         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8779         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8780         multiarch strcmp for PPC64.
8781         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8782         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8783         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8784         multiarch optimizations.
8785         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8786         (__libc_ifunc_impl_list): Likewise.
8787
8788 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8789
8790         * benchtests/scripts/validate_benchout.py: New script.
8791         * benchtests/Makefile (bench-func): Call it.
8792         * benchtests/scripts/benchout.schema.json: New file.
8793
8794 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8795
8796         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8797         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8798         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8799         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8800         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8801         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8802         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8803         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8804         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8805         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8806         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8807         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8808         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8809         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8810         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8811         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8812         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8813         Moved ...
8814         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8815         ... here.
8816         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8817         Moved ...
8818         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8819         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8820         Moved ...
8821         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8822         ... here.
8823         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8824         Moved ...
8825         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8826         ... here.
8827         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8828         Moved ...
8829         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8830         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8831         Moved ...
8832         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8833         ... here.
8834         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8835         Moved ...
8836         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8837         ... here.
8838         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8839         Moved ...
8840         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8841         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8842         Moved ...
8843         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8844         ... here.
8845         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8846         Moved ...
8847         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8848         ... here.
8849         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8850         Moved ...
8851         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8852         ... here.
8853         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8854         Moved ...
8855         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8856         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8857         Moved ...
8858         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8859         ... here.
8860         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8861         Moved ...
8862         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8863         ... here.
8864         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8865         Moved ...
8866         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8867         ... here.
8868         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8869         Moved ...
8870         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8871         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8872         Moved ...
8873         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8874         ... here.
8875         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8876         Moved ...
8877         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8878         ... here.
8879         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8880         Moved ...
8881         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8882         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8883         Moved ...
8884         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8885         ... here.
8886         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8887         Moved ...
8888         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8889         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8890         Moved ...
8891         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8892         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8893         Moved ...
8894         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8895         ... here.
8896         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8897         Moved ...
8898         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8899         ... here.
8900         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8901         Moved ...
8902         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8903         ... here.
8904         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8905         Moved ...
8906         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8907         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8908         Moved ...
8909         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8910         ... here.
8911         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8912         Moved ...
8913         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8914         ... here.
8915         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8916         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8917         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8918         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8919         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8920         Moved ...
8921         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8922         ... here.
8923         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8924         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8925         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8926         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8927         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8928         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8929         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8930         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8931         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8932         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8933         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8934         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8935         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8936         Moved ...
8937         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8938         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8939         Moved ...
8940         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8941         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8942         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8943         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8944         Moved ...
8945         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8946         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8947         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8948         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8949         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8950         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8951         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8952
8953 2014-06-10  Wilco  <wdijkstr@arm.com>
8954
8955         * math/test-fenv-return.c: New file.
8956         * math/Makefile: Add new test test-fenv-return.
8957
8958 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8959
8960         [BZ #17042]
8961         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8962         when x - 1 is zero.
8963         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8964         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8965         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8966         0.0L for an argument of 1.0L.
8967         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8968         Likewise.
8969         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8970         value when x - 1 is zero.
8971         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8972         * sysdeps/i386/fpu/libm-test-ulps: Update.
8973         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8974
8975 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8976
8977         [BZ #15119]
8978         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8979
8980 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8981
8982         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8983         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8984
8985 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8986
8987         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8988         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8989
8990         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8991         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8992
8993         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8994         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8995
8996         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8997         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8998
8999         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
9000         if not already defined.
9001         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
9002         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
9003         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
9004         (TLS_INIT_TP): Use it.
9005         (TLS_DEFINE_INIT_TP): New macro.
9006         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
9007
9008 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
9009
9010         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
9011         constant.
9012         [POSIX] (IXANY): Likewise.
9013         [POSIX] (OLCUC): Likewise.
9014         [POSIX || POSIX2008] (CBAUD): Do not allow.
9015         [POSIX || POSIX2008] (DEFECHO): Likewise.
9016         [POSIX || POSIX2008] (ECHOCTL): Likewise.
9017         [POSIX || POSIX2008] (ECHOKE): Likewise.
9018         [POSIX || POSIX2008] (ECHOPRT): Likewise.
9019         [POSIX || POSIX2008] (EXTA): Likewise.
9020         [POSIX || POSIX2008] (EXTB): Likewise.
9021         [POSIX || POSIX2008] (FLUSHO): Likewise.
9022         [POSIX || POSIX2008] (LOBLK): Likewise.
9023         [POSIX || POSIX2008] (PENDIN): Likewise.
9024         [POSIX || POSIX2008] (SWTCH): Likewise.
9025         [POSIX || POSIX2008] (VDISCARD): Likewise.
9026         [POSIX || POSIX2008] (VDSUSP): Likewise.
9027         [POSIX || POSIX2008] (VLNEXT): Likewise.
9028         [POSIX || POSIX2008] (VREPRINT): Likewise.
9029         [POSIX || POSIX2008] (VSTATUS): Likewise.
9030         [POSIX || POSIX2008] (VWERASE): Likewise.
9031         (B*): Change to B[0123456789]*.
9032         * conform/data/time.h-data [POSIX || UNIX98]
9033         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
9034         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
9035         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
9036         [POSIX] (tm_*): Do not allow.
9037
9038 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
9039
9040         * Makefile (install): Don't set LANGUAGE.
9041         * Makefile.in (install): Likewise.
9042         * assert/Makefile (test-assert-ENV): Remove variable.
9043         (test-assert-perr-ENV): Likewise.
9044         * elf/Makefile (neededtest4-ENV): Likewise.
9045         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9046         [$(cross-compiling) = no]: Don't set LANGUAGE.
9047         * io/ftwtest-sh (LANG): Remove variable.
9048         * libio/Makefile (tst-widetext-ENV): Likewise.
9049         * manual/install.texi (Running make install): Don't refer to
9050         environment settings for make install.
9051         * INSTALL: Regenerated.
9052         * nptl/tst-tls6.sh: Don't set LANG.
9053         * posix/globtest.sh (LANG): Remove variable.
9054         * string/Makefile (tester-ENV): Likewise.
9055         (inl-tester-ENV): Likewise.
9056         (noinl-tester-ENV): Likewise.
9057         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9058         [$(cross-compiling) = no]: Don't set LANGUAGE.
9059         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
9060         without explicit environment settings.
9061
9062 2014-06-06  Roland McGrath  <roland@hack.frob.com>
9063
9064         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
9065         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
9066         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
9067         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
9068
9069 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
9070
9071         * crypt/crypt-private.h [DOS]: Add some includes taken from the
9072         other files in the crypt directory.
9073         * crypt/crypt.c: Remove duplicate includes.
9074         * crypt/crypt-entry.c: Likewise.
9075         * crypt/crypt_util.c: Likewise.
9076
9077 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
9078
9079         * Makeconfig (run-program-env): New variable.
9080         (run-program-prefix-before-env): Likewise.
9081         (run-program-prefix-after-env): Likewise.
9082         (run-program-prefix): Define in terms of new variables.
9083         (built-program-cmd-before-env): New variable.
9084         (built-program-cmd-after-env): Likewise.
9085         (built-program-cmd): Define in terms of new variables.
9086         (test-program-prefix-before-env): New variable.
9087         (test-program-prefix-after-env): Likewise.
9088         (test-program-prefix): Define in terms of new variables.
9089         (test-program-cmd-before-env): New variable.
9090         (test-program-cmd-after-env): Likewise.
9091         (test-program-cmd): Define in terms of new variables.
9092         * Rules (make-test-out): Use $(run-program-env).
9093         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
9094         (help): Do not mention environment variables.  Mention
9095         --timeoutfactor option.
9096         (timeoutfactor): New variable.
9097         (blacklist_exports): Remove function.
9098         (exports): Remove variable.
9099         (command): Do not include ${exports}.
9100         * manual/install.texi (Configuring and compiling): Do not mention
9101         test wrappers preserving environment variables.  Mention that last
9102         assignment to a variable must take precedence.
9103         * INSTALL: Regenerated.
9104         * benchtests/Makefile (run-bench): Use $(run-program-env).
9105         * catgets/Makefile ($(objpfx)test1.cat): Use
9106         $(built-program-cmd-before-env), $(run-program-env) and
9107         $(built-program-cmd-after-env).
9108         ($(objpfx)test2.cat): Do not specify environment variables
9109         explicitly.
9110         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
9111         $(run-program-env) and $(built-program-cmd-after-env).
9112         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
9113         $(run-program-env) and $(test-program-cmd-after-env).
9114         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
9115         explicitly.
9116         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
9117         run_program_env and test_program_cmd_after_env arguments.
9118         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
9119         * elf/tst-pathopt.sh: Use run_program_env argument.
9120         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
9121         $(test-wrapper-env) and $(run-program-env).
9122         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9123         run_program_env arguments.
9124         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9125         * intl/Makefile ($(objpfx)tst-gettext.out): Use
9126         $(test-program-prefix-before-env), $(run-program-env) and
9127         $(test-program-prefix-after-env).
9128         ($(objpfx)tst-gettext2.out): Likewise.
9129         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9130         run_program_env and test_program_prefix_after_env arguments.
9131         * intl/tst-gettext2.sh: Likewise.
9132         * intl/tst-gettext4.sh: Do not set environment variables
9133         explicitly.
9134         * intl/tst-gettext6.sh: Likewise.
9135         * intl/tst-translit.sh: Likewise.
9136         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9137         $(test-program-prefix-before-env), $(run-program-env) and
9138         $(test-program-prefix-after-env).
9139         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9140         run_program_env and test_program_prefix_after_env arguments.
9141         * math/Makefile (run-regen-ulps): Use $(run-program-env).
9142         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9143         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
9144         explicitly with each use of ${test_wrapper_env}.
9145         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9146         $(test-program-prefix-before-env), $(run-program-env) and
9147         $(test-program-prefix-after-env).
9148         * posix/tst-getconf.sh: Do not set environment variables
9149         explicitly.
9150         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9151         run_program_env and test_program_prefix_after_env arguments.
9152         * stdio-common/tst-printf.sh: Do not set environment variables
9153         explicitly.
9154         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9155         $(test-program-prefix-before-env), $(run-program-env) and
9156         $(test-program-prefix-after-env).
9157         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9158         run_program_env and test_program_prefix_after_env arguments.
9159         Split $test calls into $test_pre and $test.
9160         * timezone/Makefile (build-testdata): Use
9161         $(built-program-cmd-before-env), $(run-program-env) and
9162         $(built-program-cmd-after-env).
9163
9164 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9165
9166         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9167         strlen for non SHARED builds.
9168
9169 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9170
9171         * nptl/allocatestack.c (check_list): Inlined function...
9172         (__reclaim_stacks): ... here.
9173
9174 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9175
9176         [BZ #15698]
9177         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9178         memory overrun.
9179
9180 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
9181
9182         * Rules (make-test-out): Include
9183         LOCPATH=$(common-objpfx)localedata in default environment.
9184         * debug/Makefile (tst-chk1-ENV): Remove variable.
9185         (tst-chk2-ENV): Likewise.
9186         (tst-chk3-ENV): Likewise.
9187         (tst-chk4-ENV): Likewise.
9188         (tst-chk5-ENV): Likewise.
9189         (tst-chk6-ENV): Likewise.
9190         (tst-lfschk1-ENV): Likewise.
9191         (tst-lfschk2-ENV): Likewise.
9192         (tst-lfschk3-ENV): Likewise.
9193         (tst-lfschk4-ENV): Likewise.
9194         (tst-lfschk5-ENV): Likewise.
9195         (tst-lfschk6-ENV): Likewise.
9196         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9197         (tst-iconv7-ENV): Likewise.
9198         * intl/Makefile (LOCPATH-ENV): Likewise.
9199         (tst-codeset-ENV): Likewise.
9200         (tst-gettext3-ENV): Likewise.
9201         (tst-gettext5-ENV): Likewise.
9202         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9203         (tst-fopenloc-ENV): Likewise.
9204         (tst-fgetws-ENV): Remove variable.
9205         (tst-ungetwc1-ENV): Likewise.
9206         (tst-ungetwc2-ENV): Likewise.
9207         (bug-ungetwc2-ENV): Likewise.
9208         (tst-swscanf-ENV): Likewise.
9209         (bug-ftell-ENV): Likewise.
9210         (tst-fgetwc-ENV): Likewise.
9211         (tst-fseek-ENV): Likewise.
9212         (tst-ftell-partial-wide-ENV): Likewise.
9213         (tst-ftell-active-handler-ENV): Likewise.
9214         (tst-ftell-append-ENV): Likewise.
9215         * posix/Makefile (tst-fnmatch-ENV): Likewise.
9216         (tst-regexloc-ENV): Likewise.
9217         (bug-regex1-ENV): Likewise.
9218         (tst-regex-ENV): Likewise.
9219         (tst-regex2-ENV): Likewise.
9220         (bug-regex5-ENV): Likewise.
9221         (bug-regex6-ENV): Likewise.
9222         (bug-regex17-ENV): Likewise.
9223         (bug-regex18-ENV): Likewise.
9224         (bug-regex19-ENV): Likewise.
9225         (bug-regex20-ENV): Likewise.
9226         (bug-regex22-ENV): Likewise.
9227         (bug-regex23-ENV): Likewise.
9228         (bug-regex25-ENV): Likewise.
9229         (bug-regex26-ENV): Likewise.
9230         (bug-regex30-ENV): Likewise.
9231         (bug-regex32-ENV): Likewise.
9232         (bug-regex33-ENV): Likewise.
9233         (bug-regex34-ENV): Likewise.
9234         (bug-regex35-ENV): Likewise.
9235         (tst-rxspencer-ENV): Likewise.
9236         (tst-rxspencer-no-utf8-ENV): Likewise.
9237         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9238         (tst-sscanf-ENV): Likewise.
9239         (tst-swprintf-ENV): Likewise.
9240         (tst-swscanf-ENV): Likewise.
9241         (test-vfprintf-ENV): Likewise.
9242         (scanf13-ENV): Likewise.
9243         (bug14-ENV): Likewise.
9244         (tst-grouping-ENV): Likewise.
9245         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9246         (tst-strtod3-ENV): Likewise.
9247         (tst-strtod4-ENV): Likewise.
9248         (tst-strtod5-ENV): Likewise.
9249         (testmb2-ENV): Likewise./
9250         * string/Makefile (tst-strxfrm-ENV): Likewise.
9251         (tst-strxfrm2-ENV): Likewise.
9252         (bug-strcoll1-ENV): Likewise.
9253         (test-strcasecmp-ENV): Likewise.
9254         (test-strncasecmp-ENV): Likewise.
9255         * time/Makefile (tst-strptime-ENV): Likewise.
9256         (tst-ftime_l-ENV): Likewise.
9257         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9258         (tst-mbrtowc-ENV): Likewise.
9259         (tst-wcrtomb-ENV): Likewise.
9260         (tst-mbrtowc2-ENV): Likewise.
9261         (tst-c16c32-1-ENV): Likewise.
9262         (tst-mbsnrtowcs-ENV): Likewise.
9263
9264 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9265
9266         * manual/resource.texi (How to get information about the memory
9267         subsystem?): Fix typo.
9268         Reported by Peon de la Parra Ivan <peon@keba.com>
9269
9270 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9271
9272         [BZ #16882]
9273         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9274         (pthread_spin_lock): Branch out of spin loop to proper location.
9275         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9276         (pthread_spin_lock): Likewise.
9277
9278         * nptl/tst-spin4.c: New test.
9279         * nptl/Makefile (tests): Add tst-spin4.
9280
9281 2014-06-03  Andreas Schwab  <schwab@suse.de>
9282
9283         [BZ #15946]
9284         * resolv/res_send.c (send_dg): Reload file descriptor after
9285         calling reopen.
9286
9287 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9288
9289         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9290
9291 2014-06-03  Richard Henderson  <rth@redhat.com>
9292
9293         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9294         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9295         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9296         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9297         in the SAVE_PID block.
9298         (__libc_vfork): New alias.
9299         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9300
9301         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9302         child in registers, not on the stack.  Remove RESET_PID conditionals.
9303         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9304
9305 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9306
9307         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9308
9309 2014-06-03  Wilco  <wdijkstr@arm.com>
9310
9311         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9312         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9313         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9314         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9315         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9316         Likewise.
9317
9318 2014-06-03  Wilco  <wdijkstr@arm.com>
9319
9320         * sysdeps/aarch64/fpu/math_private.h
9321         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9322         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9323         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9324         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9325         Fix declarations.
9326
9327 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9328
9329         * crypt/crypt-private.h: Include ufc-crypt.h.
9330         (__b64_from_24bit): Declare extern.
9331         * crypt/crypt_util.c(__b64_from_24bit): New function.
9332         (b64t): New static const variable.
9333         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9334         (b64t): Remove variable.
9335         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9336         * crypt/sha256-crypt.c: Include crypt-private.h.
9337         (b64t): Remove variable.
9338         (__sha256_crypt_r): Remove b64_from_24bit and replace
9339         with __b64_from_24bit.
9340         * crypt/sha512-crypt.c: Likewise.
9341
9342 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9343
9344         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9345         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9346         Label the code __libc_vfork rather than __vfork.
9347         [!NOT_IN_libc] (vfork): Define as weak alias.
9348         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9349         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9350         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9351
9352 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9353
9354         * malloc/malloc.c (malloc_info): Fix format specifier for
9355         n_mmaps.
9356
9357 2014-06-02  Wilco  <wdijkstr@arm.com>
9358
9359         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9360         FPCR write.
9361
9362 2014-06-02  Wilco  <wdijkstr@arm.com>
9363
9364         [BZ #17009]
9365         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9366         Rewrite to reduce FPCR/FPSR accesses.
9367
9368 2014-06-01  David S. Miller  <davem@davemloft.net>
9369
9370         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9371
9372 2014-05-31  David S. Miller  <davem@davemloft.net>
9373
9374         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9375         to occur in round to nearest mode when |x| >= 2.0
9376
9377 2014-05-30  Richard Henderson  <rth@twiddle.net>
9378
9379         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9380         (PSEUDO_RET_NOERRNO): Remove.
9381         (ret): Don't redefine.
9382         (ret_NOERRNO): Define in terms of ret.
9383         (ret_ERRVAL): Likewise.
9384
9385         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9386         use of PSEUDO_RET; perform the error check directly.
9387
9388 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9389
9390         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9391         with __int128_t.
9392
9393 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9394
9395         * malloc/malloc (malloc_info): Fix formatting.
9396
9397 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9398             Roland McGrath  <roland@hack.frob.com>
9399
9400         * malloc/malloc (malloc_info): Also print mmapped statistics.
9401
9402 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9403
9404         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9405         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9406
9407 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9408
9409         * malloc/malloc.c (malloc_info): Inline mi_arena.
9410
9411 2014-05-29  Richard Henderson  <rth@twiddle.net>
9412
9413         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9414         Remove comma before expanding ASM_ARGS_##nr.
9415         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9416         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9417         of ASM_ARGS_##nr.
9418         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9419         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9420         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9421         (ASM_ARGS_1): Add leading comma.
9422
9423         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9424         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9425         to __errno_location.
9426         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9427         Remove the expected plt for __errno_location.
9428
9429         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9430         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9431         call to __read_tp.
9432
9433         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9434         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9435         it and break it down.
9436         (DOCARGS_0, DOCARGS_1): Do nothing.
9437         (DOCARGS_2): Update to store into the new stack frame.
9438         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9439         (UNDOCARGS_1): Update to restore from the new stack frame.
9440         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9441         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9442
9443         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9444         (SINGLE_THREAD_P): New parameter for result regno.
9445         (PSEUDO): Update to match; use cbz instead of beq.
9446
9447         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9448         Use ENTRY to define the _nocancel entry point.  Share the syscall
9449         and syscall error check paths with the cancel path.
9450         (PSEUDO_END): New.
9451
9452         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9453         whitespace; tabs before and after asm mnemonics.
9454
9455 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9456
9457         [BZ #15132]
9458         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9459         Call fstat64 or stat64 internally, depending on arguments passed.
9460         Replace stat buffer argument with file descriptor argument.
9461         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9462         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9463         Pass fd to __internal_statvfs instead of calling fstat64.
9464         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9465         Pass fd to __internal_statvfs64 instead of calling fstat64.
9466         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9467         Pass -1 to __internal_statvfs instead of calling stat64.
9468         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9469         Pass -1 to __internal_statvfs64 instead of calling stat64.
9470
9471 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9472
9473         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9474         that was previously under [RESET_PID].
9475         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9476
9477         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9478         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9479
9480 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9481
9482         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9483
9484         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9485         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9486
9487 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9488
9489         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9490
9491 2014-05-27  Andreas Schwab  <schwab@suse.de>
9492
9493         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9494         TLS_INIT_TP macro.
9495         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9496         * elf/rtld.c (init_tls, dl_main): Likewise.
9497         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9498         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9499         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9500         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9501         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9502         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9503         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9504         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9505         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9506         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9507         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9508         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9509         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9510         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9511         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9512         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9513         * sysdeps/generic/tls.h: Update description.
9514
9515 2014-05-27  Will Newton  <will.newton@linaro.org>
9516
9517         [BZ #16990]
9518         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9519         and restore r2 rather than just restoring.
9520
9521 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9522
9523         [BZ #16724]
9524         * libio/tst-ftell-append.c: New test case.
9525         * libio/Makefile (tests): Add test case.
9526         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9527         append mode.
9528         * libio/wfileops.c (do_ftell_wide): Likewise.
9529
9530 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9531
9532         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9533
9534         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9535         ...
9536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9538         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9539         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9540         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9541         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9542         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9543         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9544         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9545         Moved ...
9546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9547         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9548         Moved ...
9549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9550         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9551         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9552         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9553         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9554         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9555         ...
9556         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9557         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9558         Moved ...
9559         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9560         here.
9561         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9562         ...
9563         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9564         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9565         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9566
9567         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9568         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9569         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9570         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9571
9572         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9573         merge into ...
9574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9575         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9576         ...
9577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9578         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9579         ...
9580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9581         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9582         Moved ...
9583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9584         here.
9585         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9586         Moved ...
9587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9588         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9589         Moved ...
9590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9591
9592         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9593         conditional [RESET_PID].
9594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9595         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9596         removed.
9597         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9598         removed.
9599
9600         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9601         <tcb-offsets.h>.
9602         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9603         (__libc_vfork): New strong alias.
9604         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9605         removed.
9606         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9607         Removed.
9608
9609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9610         <tcb-offsets.h>.
9611         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9612         (__libc_vfork): New strong alias.
9613         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9614         removed.
9615         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9616         removed.
9617
9618 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9619
9620         * malloc/malloc.c (mi_arena): New function.
9621         (malloc_info): Remove nested function mi_arena. Call non-nosted
9622         function mi_arena.
9623
9624 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9625
9626         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9627         by insrwi.
9628         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9629         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9630         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9631         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9632         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9633         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9634         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9635
9636 2014-05-26  Andreas Schwab  <schwab@suse.de>
9637
9638         [BZ #16984]
9639         * locale/programs/repertoire.c (repertoire_read): Add slash
9640         between I18NPATH element and file name.
9641         * locale/programs/locfile.c (locfile_read): Likewise.
9642
9643 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9644
9645         * nptl/pthread_mutexattr_settype.c
9646         (__pthread_mutexattr_settype):
9647         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9648
9649 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9650
9651         * nptl/tst-mutex5 (do_test):
9652         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9653
9654 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9655
9656         * benchtests/README: Document 'init' directive.
9657         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9658         BENCH_INIT.
9659         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9660         (parse_file): Recognize 'init' directive.
9661
9662 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9663
9664         [BZ #16796]
9665         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9666         alignment of struct pthread.
9667
9668 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9669
9670         [BZ #16878]
9671         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9672         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9673         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9674         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9675
9676 2014-05-25  Richard Henderson  <rth@twiddle.net>
9677
9678         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9679         (SINGLE_THREAD_P_PIC): Remove.
9680         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9681         (SINGLE_THREAD_P_PIC): Remove.
9682
9683         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9684         branch to syscall error ...
9685         (PSEUDO): ... here.
9686         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9687         from __local_syscall_error to .Lsyscall_error.
9688         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9689         (SYSCALL_ERROR): Update label name.
9690
9691         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9692         Do not use DOARGS/UNDOARGS.
9693         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9694         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9695         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9696         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9697         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9698
9699         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9700         block comment.
9701
9702         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9703         define if !NOT_IN_libc.
9704         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9705         define with non-default symbol versions.
9706
9707 2014-05-23  Richard Henderson  <rth@twiddle.net>
9708
9709         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9710         (vfork, __vfork): Define via compat_symbol.
9711
9712         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9713         [!HAVE_IFUNC] (vfork_compat): Remove.
9714         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9715
9716 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9717
9718         [BZ #16978]
9719         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9720         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9721         variable.
9722
9723 2014-05-23  Richard Henderson  <rth@twiddle.net>
9724
9725         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9726         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9727         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9728         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9729
9730         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9731         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9732         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9733         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9734         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9735         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9736         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9737         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9738         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9739         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9740         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9741         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9742         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9743         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9744         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9745         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9746         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9747         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9748         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9749         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9750         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9751         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9752         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9753         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9754         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9755         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9756         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9757         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9758         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9759         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9760         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9761         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9762         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9763         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9764         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9765         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9766         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9767         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9768         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9769         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9770         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9771         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9772         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9773         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9774         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9775         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9776         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9777         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9778         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9779         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9780         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9781         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9782         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9783         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9784         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9785         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9786
9787         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9788         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9789         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9790         before exiting on error.
9791         (__libc_vfork): New strong alias.
9792         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9793         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9794
9795         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9796         that was previously under [RESET_PID].
9797         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9798
9799         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9800
9801 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9802
9803         [BZ #16977]
9804         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9805         value when x - 1 is zero.
9806         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9807         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9808         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9809         0.0L for an argument of 1.0L.
9810         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9811         Likewise.
9812         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9813         value when x - 1 is zero.
9814         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9815         * sysdeps/i386/fpu/libm-test-ulps: Update.
9816         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9817
9818 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9819
9820         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9821         alphasort and versionsort.
9822
9823 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9824
9825         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9826         macro.
9827         [copysignf]: Likewise.
9828
9829 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9830
9831         * crypt/md5-crypt.c: Fix formatting.
9832
9833 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9834
9835         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9836         (b64_from_24bit): New function.
9837
9838 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9839
9840         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9841         libc_hidden_builtin_def to ifunc.
9842         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9843         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9844
9845 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9846
9847         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9848         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9849
9850 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9851
9852         * nscd/Depend (linuxthreads): Remove.
9853         (nptl): Add.
9854         * resolv/Depend (linuxthreads): Remove.
9855         * rt/Depend (linuxthreads): Remove.
9856
9857         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9858         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9859         $(common-objpfx)elf/.
9860         (link-libc-before-gnulib): Likewise.
9861         (elfobjdir): Remove variable.
9862         * Makefile (install): Use $(elf-objpfx) instead of
9863         $(common-objpfx)elf/.
9864         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9865         $(elfobjdir)/.
9866         (link-libc-deps): Likewise.
9867         ($(common-objpfx)libc.so): Likewise.
9868         ($(common-objpfx)linkobj/libc.so): Likewise.
9869         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9870         instead of $(common-objpfx)elf/.
9871         (symbolic-link-list): Likewise.
9872         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9873         [$(cross-compiling) = no]: Likewise.
9874         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9875         $(elfobjdir)/.
9876         (static-gnulib-arch): Likewise.
9877         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9878         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9879         $(common-objpfx)elf/.
9880
9881 2014-05-21  Richard Henderson  <rth@redhat.com>
9882
9883         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9884         (SINGLE_THREAD_P): Use the correct width load.  Fold
9885         into the ldr offset.
9886
9887         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9888         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9889
9890 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9891
9892         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9893         (libgcc_s_resume): Use __attribute_used__.
9894         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9895         Likewise.
9896
9897 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9898
9899         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9900         optimization when used with float constants.
9901
9902         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9903
9904 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9905
9906         [BZ #16915]
9907         * locale/nl_langinfo_l.c: Make direct reference to every
9908         _nl_current_CATEGORY symbol.
9909         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9910         (tests-static): Add tst-langinfo-static.
9911         (tests-special): Add tst-langinfo-static.out.
9912         ($(objpfx)tst-langinfo.out): Redirect output.
9913         ($(objpfx)tst-langinfo-static.out): New.
9914         * localedata/tst-langinfo.sh: Send output to stdout.
9915         * localedata/tst-langinfo-static.c: New file.
9916
9917         [BZ #16965]
9918         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9919         when the shift amount is modulo the limb size.
9920
9921 2014-05-20  Richard Henderson  <rth@redhat.com>
9922
9923         [BZ #16967]
9924         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9925         Change type of sa_flags from unsigned int to int.
9926
9927         [BZ #16966]
9928         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9929
9930         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9931
9932 2014-05-20  Will Newton  <will.newton@linaro.org>
9933
9934         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9935         Test the return value of the system call in the nocancel case.
9936
9937 2014-05-20  Will Newton  <will.newton@linaro.org>
9938             Yvan Roux  <yvan.roux@linaro.org>
9939
9940         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9941         #include of asm/ptrace.h.
9942         (PTRACE_GET_THREAD_AREA): Remove #undef.
9943         (PTRACE_GETHBPREGS): Likewise.
9944         (PTRACE_SETHBPREGS): Likewise.
9945         (struct user_regs_struct): New structure.
9946         (struct user_fpsimd_struct): New structure.
9947         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9948         #include of asm/ptrace.h and second #include of sys/user.h.
9949         (PTRACE_GET_THREAD_AREA): Remove #undef.
9950         (PTRACE_GETHBPREGS): Likewise.
9951         (PTRACE_SETHBPREGS): Likewise.
9952         (ELF_NGREG): Use new struct user_regs_struct.
9953         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9954
9955 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9956
9957         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9958         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9959
9960 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9961
9962         [BZ #16958]
9963         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9964         membar to avoid block loads/stores to overlap previous stores.
9965
9966 2014-05-17  Richard Henderson  <rth@redhat.com>
9967
9968         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9969         Create the __##syscall_name##_nocancel entry point.
9970         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9971         Remove; let the sysdep-cancel.h code create it.
9972
9973 2014-05-17  David S. Miller  <davem@davemloft.net>
9974
9975         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9976         Protect with __USE_GNU.
9977         (TIOCSET_TEMPT): Likewise.
9978         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9979         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9980         these are already provided in bits/ioctl-types.h
9981
9982 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9983
9984         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9985         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9986
9987         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9988         Use wait4 regardless of [__NR_waitpid].
9989
9990 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9991
9992         PR libgcc/60166
9993         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9994         (_FP_NANSIGN_Q): Set the quiet bit.
9995
9996 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9997
9998         * benchtests/Makefile
9999         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
10000         not $(common-objpfx)math/libm.so.
10001         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
10002         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
10003         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
10004         $(common-objpfx)dlfcn/libdl.so.
10005         ($(objpfx)tst-audit8): Depend on $(libm), not
10006         $(common-objpfx)math/libm.so.
10007         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
10008         not $(common-objpfx)dlfcn/libdl.so.
10009         * math/Makefile
10010         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
10011         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
10012         [$(build-shared) = yes].
10013         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
10014         $(common-objpfx)nptl/libpthread.so.
10015         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
10016         $(common-objpfx)math/libm.so$(libm.so-version) or
10017         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
10018         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
10019         $(common-objpfx)dlfcn/libdl.so.
10020         * setjmp/Makefile (link-libm): Remove variable.
10021         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
10022         * stdio-common/Makefile (link-libm): Remove variable.
10023         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
10024         * stdlib/Makefile (link-libm): Remove variable.
10025         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
10026         ($(objpfx)tst-strtod-round): Likewise.
10027         ($(objpfx)tst-tininess): Likewise.
10028         ($(objpfx)tst-strtod-underflow): Likewise.
10029         ($(objpfx)tst-strtod6): Likewise.
10030         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
10031         $(libdl), not $(common-objpfx)nptl/libpthread.so and
10032         $(common-objpfx)dlfcn/libdl.so.
10033
10034 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10035
10036         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
10037         BSD terminal modes definitions.
10038
10039 2014-05-16  Roland McGrath  <roland@hack.frob.com>
10040
10041         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
10042         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
10043
10044         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
10045         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
10046         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
10047         Don't do #include_next.
10048         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
10049         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
10050         Don't do #include_next.
10051         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
10052         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
10053         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
10054         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
10055
10056 2014-05-16  Allan McRae  <allan@archlinux.org>
10057
10058         * po/sv.po: Update Swedish translation from translation project.
10059
10060         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
10061         in sed expression.
10062
10063 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
10064
10065         [BZ #16917]
10066         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
10067         errno if the TIOCGPTN ioctl fails with an error different than
10068         EINVAL.
10069         * login/tst-ptsname.c: New file.
10070         * login/Makefile (tests): Add tst-ptsname.
10071
10072         [BZ #16943]
10073         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
10074         and prlimit64.
10075
10076 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10077
10078         [BZ #16849]
10079         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
10080         herrno to return EAI_AGAIN.
10081
10082 2014-05-14  Roland McGrath  <roland@hack.frob.com>
10083
10084         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
10085         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
10086         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
10087         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
10088         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
10089         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
10090         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
10091         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
10092         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
10093         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
10094         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
10095         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
10096         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
10097         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
10098         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
10099         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
10100         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
10101         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
10102         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
10103         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
10104         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
10105         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
10106         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
10107         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
10108         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
10109         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
10110         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
10111         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
10112         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
10113         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
10114         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
10115         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
10116         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
10117         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
10118         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
10119         Moved ...
10120         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
10121         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10122         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10123         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10124         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10125         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10126         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10127         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10128         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10129         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10130         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10131         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10132         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10133         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10134         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10135         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10136         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10137         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10138         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10139         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10140         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10141         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10142         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10143         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10144         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10145         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10146         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10147         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10148         Moved ...
10149         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10150         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10151         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10152         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10153         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10154         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10155         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10156         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10157         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10158         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10159         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10160         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10161         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10162         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10163         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10164         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10165         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10166         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10167         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10168         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10169         Moved ...
10170         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10171         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10172         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10173
10174         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10175         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10176         (libpthread-sysdep_routines): Add elision-related stuff here instead.
10177         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10178         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10179         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10180         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10181         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10182         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10183         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10184         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10185         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10186         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10187         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10188         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10189         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10190         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10191         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10192         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10193         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10194         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10195         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10196         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10197         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10198         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10199         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10200         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10201         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10202         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10203         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10204         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10205
10206         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10207         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10208
10209         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10210         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10211         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10212         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10213         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10214         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10215         Moved ...
10216         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10217         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10218         Moved ...
10219         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10220         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10221         Moved ...
10222         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10223         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10224         Moved ...
10225         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10226         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10227         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10228         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10229         Moved ...
10230         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10231         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10232         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10233         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10234         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10235         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10236         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10237         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10238         Moved ...
10239         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10240         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10241         Moved ...
10242         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10243         ... here.
10244         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10245         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10246         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10247         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10248         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10249         Moved ...
10250         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10251         ... here.
10252         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10253         Moved ...
10254         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10255         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10256         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10257         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10258         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10259         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10260         Moved ...
10261         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10262         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10263         Moved ...
10264         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10265         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10266         Moved ...
10267         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10268         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10269         Moved ...
10270         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10271         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10272         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10273         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10274         Moved ...
10275         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10276         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10277         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10278         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10279         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10280         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10281         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10282         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10283         Moved ...
10284         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10285         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10286         Moved ...
10287         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10288         ... here.
10289         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10290         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10291         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10292         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10293         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10294         Moved ...
10295         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10296         ... here.
10297         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10298         Moved ...
10299         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10300         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10301         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10302         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10303         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10304         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10305         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10306         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10307         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10308         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10309         Moved ...
10310         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10311         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10312         Moved ...
10313         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10314         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10315         Moved ...
10316         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10317         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10318         Moved ...
10319         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10320         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10321         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10322         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10323         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10324         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10325         Moved ...
10326         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10327         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10328         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10329         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10330         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10331         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10332         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10333         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10334         Moved ...
10335         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10336         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10337         Moved ...
10338         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10339         ... here.
10340         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10341         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10342         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10343         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10344         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10345         Moved ...
10346         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10347         ... here.
10348         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10349         Moved ...
10350         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10351         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10352         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10353         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10354         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10355         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10356         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10357         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10358         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10359         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10360         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10361
10362         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10363         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10364
10365         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10366         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10367
10368         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10369         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10370         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10371         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10372         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10373         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10374         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10375         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10376         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10377         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10378         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10379         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10380         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10381         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10382         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10383         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10384         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10385         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10386         Moved ...
10387         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10388         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10389         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10390         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10391         Moved ...
10392         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10393         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10394         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10395         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10396         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10397         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10398         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10399         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10400         Moved ...
10401         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10402         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10403         Moved ...
10404         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10405         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10406         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10407         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10408         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10409         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10410         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10411         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10412         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10413         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10414         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10415         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10416         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10417         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10418         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10419         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10420         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10421
10422         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10423         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10424         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10425         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10426         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10427
10428         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10429         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10430         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10431         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10432         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10433         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10434         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10435         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10436         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10437         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10438
10439         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10440         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10441
10442         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10443         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10444         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10445         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10446         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10447         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10448         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10449         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10450         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10451         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10452         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10453         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10454         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10455         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10456         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10457         Update #include.
10458         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10459         Likewise.
10460         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10461         Likewise.
10462         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10463         Likewise.
10464         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10465         Likewise.
10466         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10467         Likewise.
10468         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10469         Likewise.
10470         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10471         Likewise.
10472         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10473         Likewise.
10474         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10475         Likewise.
10476         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10477         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10478         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10479         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10480         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10481         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10482         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10483         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10484         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10485         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10486         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10487         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10488         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10489         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10490         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10491
10492         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10493         that was previously under [RESET_PID].
10494         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10495         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10496         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10497
10498         * sysdeps/i386/nptl/Implies: New file.
10499         * sysdeps/x86_64/nptl/Implies: New file.
10500         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10501         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10502         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10503         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10504
10505         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10506         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10507         (__libc_vfork): New strong alias.
10508         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10509         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10510
10511         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10512         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10513         (__libc_vfork): New strong alias.
10514         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10515         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10516
10517         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10518         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10519         (__libc_vfork): New strong alias.
10520         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10521         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10522         * nptl/pt-vfork.c: New file.
10523         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10524         (libpthread: GLIBC_2.20): New version set (empty).
10525
10526 2014-05-14  Will Newton  <will.newton@linaro.org>
10527
10528         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10529         rather than #if.
10530
10531 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10532
10533         [BZ #16564]
10534         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10535         arguments with exponent 65 or above.
10536         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10537         arguments 0x1p113L or above.
10538         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10539         to arguments 0x1p107L or above.
10540         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10541         positive arguments with exponent 65 or above.
10542         * math/auto-libm-test-in: Add more tests of log1p.
10543         * math/auto-libm-test-out: Regenerated.
10544
10545         [BZ #16928]
10546         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10547         non-finite arguments is +0.
10548         * math/s_cacosf.c (__cacosf): Likewise.
10549         * math/s_cacosl.c (__cacosl): Likewise.
10550         * math/libm-test.inc (cacos_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 #16927]
10555         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10556         value.
10557         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10558         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10559         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10560         for explicit high bit of mantissa when testing for argument equal
10561         to 1.
10562         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10563         * sysdeps/i386/fpu/libm-test-ulps: Update.
10564         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10565
10566         [BZ #16516]
10567         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10568         (__erf): Scale by 16 instead of 8 in potentially underflowing
10569         case.  Ensure exception if result actually underflows.
10570         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10571         (__erff): Scale by 16 instead of 8 in potentially underflowing
10572         case.  Ensure exception if result actually underflows.
10573         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10574         (efx8): Remove variable.
10575         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10576         case.  Ensure exception if result actually underflows.
10577         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10578         (efx8): Remove variable.
10579         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10580         case.  Ensure exception if result actually underflows.
10581         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10582         (efx8): Remove variable.
10583         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10584         case.  Ensure exception if result actually underflows.
10585         * math/auto-libm-test-in: Add more tests of erf.
10586         * math/auto-libm-test-out: Regenerated.
10587
10588 2014-05-14  Andreas Schwab  <schwab@suse.de>
10589
10590         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10591         Remove code conditionalized on USE___THREAD.
10592
10593         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10594         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10595         not definedness.
10596
10597 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10598
10599         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10600         Define unconditionally.
10601         (__ASSUME_O_CLOEXEC): Likewise.
10602         (__ASSUME_SOCK_CLOEXEC): Likewise.
10603         (__ASSUME_IN_NONBLOCK): Likewise.
10604         (__ASSUME_PIPE2): Likewise.
10605         (__ASSUME_EVENTFD2): Likewise.
10606         (__ASSUME_SIGNALFD4): Likewise.
10607         (__ASSUME_DUP3): Likewise.
10608         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10609         (__ASSUME_DUP3): Do not define.
10610         (__ASSUME_EVENTFD2): Likewise.
10611         (__ASSUME_IN_NONBLOCK): Likewise.
10612         (__ASSUME_O_CLOEXEC): Likewise.
10613         (__ASSUME_PIPE2): Likewise.
10614         (__ASSUME_SIGNALFD4): Likewise.
10615         (__ASSUME_SOCK_CLOEXEC): Likewise.
10616         (__ASSUME_UTIMES): Undefine.
10617         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10618         (__ASSUME_UTIMES): Do not define.
10619         (__ASSUME_O_CLOEXEC): Likewise.
10620         (__ASSUME_SOCK_CLOEXEC): Likewise.
10621         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10622         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10623         0x020621].
10624         (__ASSUME_PIPE2): Likewise.
10625         (__ASSUME_EVENTFD2): Likewise.
10626         (__ASSUME_SIGNALFD4): Likewise.
10627         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10628         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10629         Do not define.
10630         (__ASSUME_EVENTFD2): Likewise.
10631         (__ASSUME_SIGNALFD4): Likewise.
10632         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10633         (__ASSUME_32BITUIDS): Likewise.
10634         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10635         (__ASSUME_IPC64): Likewise.
10636         (__ASSUME_ST_INO_64_BIT): Likewise.
10637         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10638         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10639         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10640         (__ASSUME_UTIMES): Do not define.
10641         (__ASSUME_PSELECT): Likewise.
10642         (__ASSUME_PPOLL): Likewise.
10643         (__ASSUME_O_CLOEXEC): Likewise.
10644         (__ASSUME_SOCK_CLOEXEC): Likewise.
10645         (__ASSUME_IN_NONBLOCK): Likewise.
10646         (__ASSUME_PIPE2): Likewise.
10647         (__ASSUME_EVENTFD2): Likewise.
10648         (__ASSUME_SIGNALFD4): Likewise.
10649         (__ASSUME_DUP3): Likewise.
10650         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10651         (__ASSUME_UTIMES): Likewise.
10652         (__ASSUME_O_CLOEXEC): Likewise.
10653         (__ASSUME_SOCK_CLOEXEC): Likewise.
10654         (__ASSUME_IN_NONBLOCK): Likewise.
10655         (__ASSUME_PIPE2): Likewise.
10656         (__ASSUME_EVENTFD2): Likewise.
10657         (__ASSUME_SIGNALFD4): Likewise.
10658         (__ASSUME_DUP3): Likewise.
10659         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10660         (__ASSUME_UTIMES): Likewise.
10661         (__ASSUME_O_CLOEXEC): Likewise.
10662         (__ASSUME_SOCK_CLOEXEC): Likewise.
10663         (__ASSUME_IN_NONBLOCK): Likewise.
10664         (__ASSUME_PIPE2): Likewise.
10665         (__ASSUME_EVENTFD2): Likewise.
10666         (__ASSUME_SIGNALFD4): Likewise.
10667         (__ASSUME_DUP3): Likewise.
10668         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10669         Likewise.
10670         (__ASSUME_UTIMES): Likewise.
10671         (__ASSUME_EVENTFD2): Likewise.
10672         (__ASSUME_SIGNALFD4): Likewise.
10673         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10674         (__ASSUME_O_CLOEXEC): Likewise.
10675         (__ASSUME_SOCK_CLOEXEC): Likewise.
10676         (__ASSUME_IN_NONBLOCK): Likewise.
10677         (__ASSUME_PIPE2): Likewise.
10678         (__ASSUME_EVENTFD2): Likewise.
10679         (__ASSUME_SIGNALFD4): Likewise.
10680         (__ASSUME_DUP3): Likewise.
10681         (__ASSUME_UTIMES): Undefine.
10682
10683         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10684         feclearexcept.  Remove symbol versioning code.
10685         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10686         symbol versioning code.
10687         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10688         symbol versioning code.
10689         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10690         feupdateenv.  Remove symbol versioning code.
10691         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10692         fegetexceptflag.  Remove symbol versioning code.
10693         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10694         fesetexceptflag.  Remove symbol versioning code.
10695         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10696         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10697         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10698         (__posix_fadvise64_l32): Remove prototype.
10699         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10700         code.
10701
10702 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10703
10704         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10705         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10706         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10707         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10708
10709 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10710
10711         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10712         current working directory
10713
10714 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10715
10716         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10717         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10718         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10719         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10720         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10721         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10722         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10723         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10724         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10725         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10726         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10727         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10728         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10729         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10730         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10731         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10732         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10733         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10734         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10735         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10736         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10737         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10738         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10739         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10740         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10741         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10742         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10743         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10744         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10745         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10746         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10747         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10748         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10749         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10750         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10751         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10752         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10753         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10754         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10755         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10756         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10757         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10758
10759         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10760         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10761
10762         * sysdeps/unix/sysv/linux/arm/Makefile
10763         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10764         Add rt-aeabi_unwind_cpp_pr1.
10765         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10766         Add nptl-aeabi_unwind_cpp_pr1.
10767         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10768         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10769         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10770         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10771         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10772         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10773
10774         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10775         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10776         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10777         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10778
10779         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10780         Deconditionalize the code that was previously under [RESET_PID].
10781         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10782
10783         * sysdeps/generic/exit-thread.h: New file.
10784         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10785         * include/unistd.h (__exit_thread): Remove declaration.
10786         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10787         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10788         * csu/libc-start.c: Include <exit-thread.h>.
10789         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10790         * nptl/pthread_create.c: Include <exit-thread.h>.
10791         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10792         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10793         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10794         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10795         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10796         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10797         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10798         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10799         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10800         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10801         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10802         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10803         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10804         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10805         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10806         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10807         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10808
10809 2014-05-13  Andreas Schwab  <schwab@suse.de>
10810
10811         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10812
10813 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10814
10815         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10816         (__ASSUME_UTIMES): Do not condition on kernel version.
10817         (__ASSUME_PSELECT): Define unconditionally.
10818         (__ASSUME_PPOLL): Likewise.
10819         (__ASSUME_ATFCTS): Likewise.
10820         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10821         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10822         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10823         (__ASSUME_UTIMENSAT): Define unconditionally.
10824         (__ASSUME_PRIVATE_FUTEX): Likewise.
10825         (__ASSUME_FALLOCATE): Likewise.
10826         (__ASSUME_O_CLOEXEC): Likewise.
10827         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10828         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10829         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10830         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10831         (__ASSUME_IN_NONBLOCK): Likewise.
10832         (__ASSUME_PIPE2): Likewise.
10833         (__ASSUME_EVENTFD2): Likewise.
10834         (__ASSUME_SIGNALFD4): Likewise.
10835         (__ASSUME_DUP3): Likewise.
10836         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10837         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10838         (__ASSUME_AT_RANDOM): Likewise.
10839         (__ASSUME_PREADV): Likewise.
10840         (__ASSUME_PWRITEV): Likewise.
10841         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10842         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10843         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10844         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10845         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10846         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10847         (__ASSUME_O_CLOEXEC): Define unconditionally.
10848         (__ASSUME_PSELECT): Do not undefine conditionally.
10849         (__ASSUME_PPOLL): Likewise.
10850         (__ASSUME_ATFCTS): Likewise.
10851         (__ASSUME_SET_ROBUST_LIST): Likewise.
10852         (__ASSUME_UTIMENSAT): Likewise.
10853         (__ASSUME_FDATASYNC): Define unconditionally.
10854         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10855         (__ASSUME_SIGFRAME_V2): Likewise.
10856         )__ASSUME_EVENTFD2): Likewise.
10857         (__ASSUME_SIGNALFD4): Likewise.
10858         (__ASSUME_PSELECT): Do not undefine conditionally.
10859         (__ASSUME_PPOLL): Likewise.
10860         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10861         (__ASSUME_PSELECT): Define unconditionally.
10862         (__ASSUME_PPOLL): Likewise.
10863         (__ASSUME_O_CLOEXEC): Likewise.
10864         (__ASSUME_SOCK_CLOEXEC): Likewise.
10865         (__ASSUME_IN_NONBLOCK): Likewise.
10866         (__ASSUME_PIPE2): Likewise.
10867         (__ASSUME_EVENTFD2): Likewise.
10868         (__ASSUME_SIGNALFD4): Likewise.
10869         (__ASSUME_DUP3): Likewise.
10870         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10871         (__ASSUME_O_CLOEXEC): Likewise.
10872         (__ASSUME_SOCK_CLOEXEC): Likewise.
10873         (__ASSUME_IN_NONBLOCK): Likewise.
10874         (__ASSUME_PIPE2): Likewise.
10875         (__ASSUME_EVENTFD2): Likewise.
10876         (__ASSUME_SIGNALFD4): Likewise.
10877         (__ASSUME_DUP3): Likewise.
10878         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10879         (__ASSUME_EVENTFD2): Likewise.
10880         (__ASSUME_SIGNALFD4): Likewise.
10881         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10882
10883 2014-05-12  Andreas Schwab  <schwab@suse.de>
10884
10885         [BZ #16932]
10886         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10887         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10888         than maximum RPC packet size.
10889         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10890         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10891         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10892         (_nss_nis_getservbyport_r): Likewise.
10893
10894 2014-05-12  Will Newton  <will.newton@linaro.org>
10895
10896         * malloc/Makefile (tests): Add tst-mallopt.
10897         * malloc/tst-mallopt.c: New file.
10898
10899 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10900
10901         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10902         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10903
10904 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10905
10906         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10907         (tst-tlsmod6.so): Likewise.
10908
10909 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10910
10911         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10912
10913 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10914
10915         [BZ #16064]
10916         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10917         and <dl-procinfo.h>.
10918         (__fegetenv): Save SSE state in envp->__eip if supported.
10919         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10920         envp->__eip if supported.
10921         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10922         and <dl-procinfo.h>.
10923         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10924         __data_offset and __data_selector in environment to 0.  Set SSE
10925         state if supported.
10926         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10927         test-fenv-sse.
10928         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10929         -mfpmath=sse.
10930         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10931
10932 2014-05-09  Will Newton  <will.newton@linaro.org>
10933
10934         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10935         and libc_relro_required for ARM.
10936         * sysdeps/arm/preconfigure: Regenerate.
10937
10938 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10939             Stefan Liebler  <stli@linux.vnet.ibm.com>
10940
10941         * config.make.in (enable-lock-elision): New Makefile variable.
10942         * configure.ac: Likewise.
10943         * configure: Regenerate.
10944         * sysdeps/s390/configure.ac:
10945         Add check for gcc transactions support.
10946         * sysdeps/s390/configure: Regenerate.
10947         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10948         Build elision files if enabled.
10949         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10950         Add lock elision support for s390.
10951         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10952         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10953         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10954         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10955         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10956         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10957         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10958         Likewise.
10959         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10960         Likewise.
10961         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10962         Likewise.
10963         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10964         Likewise.
10965         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10966         (__lll_timedlock_elision, __lll_lock_elision)
10967         (__lll_unlock_elision, __lll_trylock_elision)
10968         (lll_timedlock_elision, lll_lock_elision)
10969         (lll_unlock_elision, lll_trylock_elision): Add.
10970         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10971         (pthread_mutex_t): Add lock elision support for s390.
10972
10973 2014-05-14  Wilco  <wdijkstr@arm.com>
10974
10975         * sysdeps/arm/fclrexcpt.c: Cleanup.
10976         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10977         * sysdeps/arm/feenablxcpt.c: Cleanup.
10978         * sysdeps/arm/fegetenv.c: Cleanup.
10979         * sysdeps/arm/fegetexcept.c: Cleanup.
10980         * sysdeps/arm/fegetround.c: Cleanup.
10981         * sysdeps/arm/feholdexcpt.c: Cleanup.
10982         * sysdeps/arm/fesetenv.c: Cleanup.
10983         * sysdeps/arm/fesetround.c: Cleanup.
10984         * sysdeps/arm/feupdateenv.c: Cleanup.
10985         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10986         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10987         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10988         * sysdeps/arm/ftestexcept.c: Cleanup.
10989         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10990         * sysdeps/arm/setfpucw.c: Cleanup.
10991
10992 2014-05-09  Will Newton  <will.newton@linaro.org>
10993
10994         * sysdeps/arm/armv7/strcmp.S: New file.
10995         * NEWS: Mention addition of ARMv7 optimized strcmp.
10996
10997 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10998
10999         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
11000         look for %.ac rather than %.in.
11001
11002         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
11003         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
11004         * sysdeps/mach/hurd/configure: Regenerated.
11005         * sysdeps/unix/sysv/linux/configure: Regenerated.
11006
11007         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
11008
11009 2014-05-07  Steve Ellcey  <sellcey@mips.com>
11010
11011         [BZ# 16922]
11012         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
11013         (LONG_SUB): Ditto.
11014         (PTR_SUB): Ditto.
11015
11016 2014-05-07  Andreas Schwab  <schwab@suse.de>
11017
11018         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
11019         when skipping over non-matching result from nscd.
11020
11021 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
11022
11023         [BZ #16876]
11024         * nptl/sockperf.c (client): Check socket return value.
11025
11026         [BZ #16877]
11027         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
11028         nscd security class.
11029
11030 2014-05-06  Roland McGrath  <roland@hack.frob.com>
11031
11032         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
11033         * sysdeps/arm/unwind.h: ... here.
11034
11035 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
11036
11037         [BZ# 16916]
11038         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
11039         Define.
11040
11041 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11042
11043         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
11044         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
11045         multiarch strncpy for PPC64.
11046         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
11047         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
11048         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
11049         multiarch optimizations.
11050         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11051         (__libc_ifunc_impl_list): Likewise.
11052         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
11053         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
11054         multiarch stpncpy for PPC64.
11055         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
11056         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
11057
11058 2014-05-06  Andreas Schwab  <schwab@suse.de>
11059
11060         [BZ #16912]
11061         * gmon/mcount.c (_MCOUNT_DECL): Use
11062         atomic_compare_and_exchange_bool_acq instead of
11063         catomic_compare_and_exchange_bool_acq.
11064
11065 2014-05-05  Roland McGrath  <roland@hack.frob.com>
11066
11067         * elf/Makefile (others, install-bin): Remove pldd.
11068         (pldd-modules): Variable removed.
11069         ($(objpfx)pldd): Target removed.
11070         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
11071         (others, install-bin): Append pldd here.
11072         ($(objpfx)pldd): New target.
11073
11074         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
11075         to 0, so the first #if test emitted later doesn't see it undefined.
11076         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
11077         * sysdeps/gnu/errlist.c: Regenerated.
11078
11079 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11080
11081         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11082         [libc_hidden_builtin_def]: Define to empty value.
11083         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
11084         [libc_hidden_builtin_def]: Likewise.
11085         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
11086         [libc_hidden_builtin_def]: Likewise.
11087         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
11088         [libc_hidden_builtin_def]: Likewise.
11089         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
11090         __redirect_memcpy and define ifunc as default hidden symbol.
11091         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
11092         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
11093
11094 2014-05-04  Adam Conrad  <adconrad@0c3.net>
11095
11096         * locale/iso-4217.def: Reintroduce XDR currency.
11097
11098 2014-05-04  Allan McRae  <allan@archlinux.org>
11099
11100         * po/eo.po: Update Esperanto translation from translation project.
11101
11102 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
11103
11104         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
11105         and FEATURE_INDEX_MAX to 1.
11106         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
11107
11108 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11109
11110         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
11111         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
11112         * iconvdata/big5.c (ONE_DIRECTION): Define.
11113         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
11114         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
11115         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
11116         * iconvdata/cp932.c (ONE_DIRECTION): Define.
11117         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
11118         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
11119         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
11120         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
11121         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11122         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11123         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11124         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11125         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11126         * iconvdata/gbk.c (ONE_DIRECTION): Define.
11127         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11128         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11129         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11130         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11131         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11132         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11133         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11134         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11135         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11136         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11137         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11138         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11139         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11140         * iconvdata/iso646.c (ONE_DIRECTION): Define.
11141         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11142         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11143         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11144         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11145         * iconvdata/johab.c (ONE_DIRECTION): Define.
11146         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11147         * iconvdata/sjis.c (ONE_DIRECTION): Define.
11148         * iconvdata/t.61.c (ONE_DIRECTION): Define.
11149         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11150         * iconvdata/tscii.c (ONE_DIRECTION): Define.
11151         * iconvdata/uhc.c (ONE_DIRECTION): Define.
11152         * iconvdata/unicode.c (ONE_DIRECTION): Define.
11153         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11154         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11155         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11156
11157 2014-05-01  Roland McGrath  <roland@hack.frob.com>
11158
11159         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11160         (_IO_JUMPS_OFFSET): Define to 0.
11161
11162         * nptl/sysdeps/pthread/bits/libc-lock.h
11163         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11164         (__libc_lock_define_initialized_recursive): Always define using
11165         initializer.  Modern compilers treat uninitialized (implicit zero) and
11166         explicit zero initializers the same (i.e. put the datum in bss).
11167
11168 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11169
11170         * nscd/nscd-client.h: Include <string.h>.
11171
11172 2014-05-01  David S. Miller  <davem@davemloft.net>
11173
11174         [BZ #16885]
11175         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11176         multiple zero bytes exist at the end of a string.
11177         Reported by Aurelien Jarno <aurelien@aurel32.net>
11178
11179         * string/test-strcmp.c (check): Add explicit test for situations where
11180         there are multiple zero bytes after the first.
11181
11182 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11183
11184         [BZ #16890]
11185         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11186         when compiling wprintf.
11187         * stdio-common/tstdiomisc.c (t3): New function.
11188         (main): Call it.
11189
11190 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11191
11192         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11193         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11194         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11195         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11196
11197 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11198
11199         * stdlib/longlong.h: Updated from GCC.
11200
11201 2014-05-01  Will Newton  <will.newton@linaro.org>
11202             Bernard Ogden  <bernie.ogden@linaro.org>
11203
11204         * NEWS: Update fixed bug list.
11205
11206         [BZ #15119]
11207         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11208
11209 2014-04-30  David S. Miller  <davem@davemloft.net>
11210
11211         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11212         (libc_feholdexcept_setround_sparc_ctx): New function.
11213         (libc_fesetenv_sparc_ctx): Likewise.
11214         (libc_feupdateenv_sparc_ctx): Likewise.
11215         (libc_feholdsetround_sparc_ctx): Likewise.
11216         (libc_feholdexcept_setround_ctx): Define.
11217         (libc_feholdexcept_setroundf_ctx): Likewise.
11218         (libc_feholdexcept_setroundl_ctx): Likewise.
11219         (libc_fesetenv_ctx): Likewise.
11220         (libc_fesetenvf_ctx): Likewise.
11221         (libc_fesetenvl_ctx): Likewise.
11222         (libc_feupdateenv_ctx): Likewise.
11223         (libc_feupdateenvf_ctx): Likewise.
11224         (libc_feupdateenvl_ctx): Likewise.
11225         (libc_feresetround_ctx): Likewise.
11226         (libc_feresetroundf_ctx): Likewise.
11227         (libc_feresetroundl_ctx): Likewise.
11228         (libc_feholdsetround_ctx): Likewise.
11229         (libc_feholdsetroundf_ctx): Likewise.
11230         (libc_feholdsetroundl_ctx): Likewise.
11231
11232         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11233         with __USE_GNU instead of XOPEN cpp guards.
11234
11235         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11236         0.
11237
11238         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11239         with XOPEN cpp guards.
11240
11241 2014-04-30  Julian Brown  <julian@codesourcery.com>
11242
11243         [BZ #16888]
11244         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11245         handling.
11246
11247 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11248
11249         [BZ #9894]
11250         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11251         Change to 2.6.32.
11252         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11253         * sysdeps/unix/sysv/linux/configure: Regenerated.
11254         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11255         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11256         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11257         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11258         * README: Update reference to required Linux kernel version.
11259         * manual/install.texi (Linux): Update reference to required Linux
11260         kernel headers version.
11261         * INSTALL: Regenerated.
11262
11263         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11264         header inclusion.
11265         [POSIX] (limits.h): Likewise.
11266         [POSIX] (math.h): Likewise.
11267         [POSIX] (sys/wait.h): Likewise.
11268         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11269         function.
11270         [POSIX] (stddef.h): Do not allow header inclusion.
11271
11272 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11273
11274         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11275
11276 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11277
11278         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11279         Return immediately after lll_futex_wake.
11280
11281 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11282
11283         [BZ #16791]
11284         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11285         structure.
11286         (datahead_init_pos): Call datahead_init_common early.
11287         (datahead_init_neg): Likewise.
11288
11289         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11290         datahead_init_neg): New functions.
11291         * nscd/aicache.c (addhstaiX): Use them.
11292         * nscd/grpcache.c (cache_addgr): Likewise.
11293         * nscd/hstcache.c (cache_addhst): Likewise.
11294         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11295         * nscd/netgroupcache.c (do_notfound): Likewise.
11296         (addgetnetgrentX): Likewise.
11297         (addinnetgrX): Likewise.
11298         * nscd/pwdcache.c (cache_addpw): Likewise.
11299         * nscd/servicescache.c (cache_addserv): Likewise.
11300
11301 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11302             Atsushi Onoe  <atsushi@onoe.org>
11303
11304         [BZ #14308]
11305         [BZ #12994]
11306         [BZ #13651]
11307         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11308         one response is valid.
11309         * resolv/res_send.c (send_dg): Check for validity of other
11310         response if the current response is a referral.
11311
11312 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11313
11314         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11315
11316 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11317
11318         [BZ #16823]
11319         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11320         Always divide by positive zero when computing -Inf result.
11321         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11322         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11323
11324 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11325
11326         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11327         FPSCR if value do not change.
11328         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11329         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11330         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11331         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11332         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11333         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11334         function.
11335
11336 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11337
11338         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11339         * sysdeps/unix/sysv/linux/hppa: Move directory from
11340         ports/systeps/unix/sysv/linux/hppa.
11341         * README: Update listing for hppa-*-linux-gnu.
11342
11343 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11344
11345         [BZ #16754]
11346         * manual/stdio.texi (Hook functions): Fix types of stream hook
11347         functions.
11348         [BZ #16854]
11349         * socket/sys/socket.h: Fix typo in comment.
11350
11351 2014-04-28  Wilco  <wdijkstr@arm.com>
11352
11353         * sysdeps/arm/fenv_private.h: New file.
11354         * sysdeps/arm/math_private.h: New file.
11355         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11356
11357 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11358
11359         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11360         with __int128_t.
11361         (La_x86_64_retval): Likewise.
11362
11363 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11364
11365         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11366         fpsr if value didn't change.
11367         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11368         to fpcr if value didn't change.
11369         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11370         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11371         fpsr or fpcr if value didn't change.
11372         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11373         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11374         fpcr if value didn't change.
11375         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11376         to fpsr if value didn't change.
11377
11378 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11379
11380         * nptl/tst-sem3.c: Use test-skeleton.c
11381         (main): Rename to do_test.  Use return instead of
11382         exit.
11383         * nptl/tst-sem4.c: Use test-skeleton.c
11384         (main): Rename to do_test.
11385
11386 2014-04-22  David S. Miller  <davem@davemloft.net>
11387
11388         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11389         (struct sigaction): New struct member __glibc_reserved0, change
11390         type of sa_flags to int.
11391
11392 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11393
11394         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11395         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11396
11397 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11398
11399         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11400         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11401
11402 2014-04-22  Will Newton  <will.newton@linaro.org>
11403             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11404
11405         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11406         (__longjmp): Add longjmp and longjmp_target SystemTap
11407         probes.
11408         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11409         (__sigsetjmp): Add setjmp SystemTap probe.
11410
11411 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11412
11413         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11414         match manual order.
11415
11416 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11417
11418         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11419
11420         * sysdeps/powerpc/fpu/fenv_private.h
11421         (libc_feholdexcept_setroundl_ctx): Define to
11422         libc_feholdexcept_setround_ppc_ctx.
11423         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11424         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11425         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11426         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11427
11428 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11429
11430         * sysdeps/aarch64/math-tests.h: New file.
11431
11432 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11433
11434         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11435         New.
11436         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11437         Check and set bit_AVX2_Usable.
11438         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11439         macro.
11440         (bit_AVX2): Likewise.
11441         (index_AVX2_Usable): Likewise.
11442         (CPUID_AVX2): Likewise.
11443         (HAS_AVX2): Likewise.
11444
11445 2014-04-17  Will Newton  <will.newton@linaro.org>
11446
11447         * manual/setjmp.texi (System V contexts): Add note that
11448         calling setcontext on a context created by a call to a
11449         signal handler is undefined.  Update text to note that
11450         setcontext from a signal handler is possible but not
11451         recommended.
11452
11453         [BZ #16629]
11454         * stdlib/tst-setcontext.c: Include signal.h.
11455         (main): Check that the signal stack before and
11456         after swapcontext is the same.
11457
11458         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11459         Re-implement to restore registers in user code and avoid
11460         rt_sigreturn system call.
11461
11462 2014-04-17  Wilco  <wdijkstr@arm.com>
11463
11464         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11465         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11466         * math/test-fenv.c: Skip exception trap tests on targets which only
11467         support non-stop mode.
11468
11469 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11470             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11471
11472         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11473         (libc_feholdsetround_aarch64_ctx)
11474         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11475         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11476         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11477         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11478         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11479         (libc_feresetround_noexl_ctx): Define.
11480
11481 2014-04-16  Richard Henderson  <rth@redhat.com>
11482
11483         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11484
11485         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11486         unwind tables.
11487
11488         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11489         const from the non-libc, non-ldso copy.
11490
11491         * sysdeps/alpha/libm-test-ulps: Regenerate.
11492
11493 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11494             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11495
11496         * sysdeps/aarch64/fpu/math_private.h: New file.
11497
11498 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11499
11500         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11501
11502 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11503
11504         [BZ #16275]
11505         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11506         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11507         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11508         Intel MPX bound registers before _dl_profile_fixup.
11509         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11510         registers after _dl_profile_fixup.  Save and restore bound
11511         registers bnd0/bnd1 when calling _dl_call_pltexit.
11512         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11513         (LR_BND_OFFSET): Likewise.
11514         (LRV_BND0_OFFSET): Likewise.
11515         (LRV_BND1_OFFSET): Likewise.
11516
11517 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11518
11519         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11520         to...
11521         * sysdeps/mach/hurd/i386/tls.h: ... here.
11522         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11523         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11524         fields.
11525
11526 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11527
11528         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11529
11530 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11531
11532         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11533
11534 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11535
11536         [BZ #14770]
11537         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11538         * sysdeps/s390/configure: Regenerate.
11539
11540         [BZ #16824]
11541         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11542         Set round-to-nearest internally to reduce error accumulation.
11543
11544 2014-04-16  Alan Modra  <amodra@gmail.com>
11545
11546         [BZ #16740]
11547         [BZ #16619]
11548         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11549         * math/libm-test.inc (frexp_test_data): Add tests.
11550         * NEWS: Update fixed bug list.
11551
11552 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11553
11554         * benchtests/Makefile: Depend on libraries in build directory.
11555         (bench-math): Separate out math tests.
11556         (bench-pthread): Separate out pthread tests.
11557         (bench): Include math and pthread tests.
11558
11559 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11560
11561         [BZ #16831]
11562         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11563         _dl_debug_initialize.
11564
11565         * configure.ac: Remove SELinux header check.
11566         * configure: Regenerate.
11567         * nscd/selinux.c (perms): Array of const char* to permission names.
11568         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11569         default policy. Call string_to_security_class and string_to_av_perm to
11570         translate strings. Enforce default policy and call avs_has_perm with
11571         results of translated strings.
11572
11573 2014-04-13  David S. Miller  <davem@davemloft.net>
11574
11575         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11576
11577 2014-04-12  Allan McRae  <allan@archlinux.org>
11578
11579         [BZ #16838]
11580         * manual/string.texi (Collation Functions): Fix qsort argument
11581         order in example.
11582         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11583
11584 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11585
11586         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11587         Make the test a no-op if there are no exceptions defined.
11588
11589 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11590
11591         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11592         enable-hardcoded-path-in-tests
11593
11594 2014-04-11  Will Newton  <will.newton@linaro.org>
11595
11596         * benchtests/Makefile (extra-objs): Add json-lib.o.
11597         (bench-func): Tidy up JSON output.
11598         * benchtests/bench-skeleton.c: Include json-lib.h.
11599         (main): Use JSON library functions to do output of
11600         benchmark results.
11601         * benchtests/bench-timing-type.c (main): Output the
11602         timing type simply, leaving formatting to the user.
11603         * benchtests/json-lib.c: New file.
11604         * benchtests/json-lib.h: Likewise.
11605
11606 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11607
11608         [BZ #15215]
11609         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11610         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11611         memory barriers.  Add comments.
11612         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11613         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11614         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11615         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11616         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11617         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11618
11619 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11620
11621         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11622         * sysdeps/s390/s390-64/configure.ac: ... this ...
11623         * sysdeps/s390/configure.ac: ... to here.
11624         * sysdeps/s390/s390-32/configure: Delete file.
11625         * sysdeps/s390/s390-64/configure: Delete file.
11626         * sysdeps/s390/configure: Regenerate.
11627
11628 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11629
11630         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11631
11632 2014-04-11  Will Newton  <will.newton@linaro.org>
11633
11634         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11635         to zero if it is not defined elsewhere.  (mtrim): Test
11636         the value of MALLOC_DEBUG with #if rather than #ifdef.
11637
11638 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11639
11640         * benchtests/pthread_once-inputs: New file.
11641         * benchtests/pthread_once-source.c: New file.
11642         * benchtests/README: Update documentation.
11643
11644 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11645             H.J. Lu  <hongjiu.lu@intel.com>
11646
11647         [BZ #16275]
11648         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11649         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11650         * sysdeps/x86_64/configure: Regenerated.
11651         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11652         macro.
11653         (REGISTER_SAVE_RAX): Likewise.
11654         (REGISTER_SAVE_RCX): Likewise.
11655         (REGISTER_SAVE_RDX): Likewise.
11656         (REGISTER_SAVE_RSI): Likewise.
11657         (REGISTER_SAVE_RDI): Likewise.
11658         (REGISTER_SAVE_R8): Likewise.
11659         (REGISTER_SAVE_R9): Likewise.
11660         (REGISTER_SAVE_BND0): Likewise.
11661         (REGISTER_SAVE_BND1): Likewise.
11662         (REGISTER_SAVE_BND2): Likewise.
11663         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11664         bound registers when calling _dl_fixup.
11665
11666 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11667
11668         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11669         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11670         of its definition.
11671         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11672         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11673         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11674         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11675         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11676         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11677         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11678
11679 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11680
11681         [BZ #15514]
11682         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11683         pathconf(_PC_NAME_MAX).
11684
11685 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11686
11687         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11688         Remove macro usage.
11689         (__PTHREAD_SPINS): Move definition to ...
11690         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11691         (__PTHREAD_SPINS): ... here.
11692         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11693         (__PTHREAD_SPIN): Likewise.
11694         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11695         (__PTHREAD_SPIN): Likewise.
11696         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11697         (__PTHREAD_SPIN): Likewise.
11698         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11699         (__PTHREAD_SPIN): Likewise.
11700         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11701         (__PTHREAD_SPIN): Likewise.
11702         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11703         (__PTHREAD_SPIN): Likewise.
11704         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11705         (__PTHREAD_SPIN): Likewise.
11706         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11707         (__PTHREAD_SPIN): Likewise.
11708         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11709         (__PTHREAD_SPIN): Likewise.
11710         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11711         (__PTHREAD_SPIN): Likewise.
11712         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11713         (__PTHREAD_SPIN): Likewise.
11714         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11715         (__PTHREAD_SPIN): Likewise.
11716
11717         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11718         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11719         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11720         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11721         imply folder.
11722         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11723         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11724         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11725         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11726         correct imply path.
11727         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11728         strlen symbol for non multi-arch builds.
11729         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11730         missing hidden_def and weak_alias.
11731
11732 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11733
11734         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11735
11736 2014-04-07  Will Newton  <will.newton@linaro.org>
11737
11738         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11739         and contents.  [!_LIBC] Remove #ifndef and contents.
11740         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11741         * string/memccpy.c (__memccpy): Use ANSI prototype.
11742         * string/memfrob.c (memfrob): Likewise.
11743         * string/strcoll.c (STRCOLL): Likewise.
11744         * string/strlen.c (strlen): Likewise.
11745         * string/strtok.c (STRTOK): Likewise.
11746         * string/strcat.c: Remove unused #include of memcopy.h.
11747         (strcat): Use ANSI prototype.
11748         * string/strchr.c: Remove unused #include of memcopy.h.
11749         (strchr): Use ANSI prototype.
11750         * string/strcmp.c: Remove unused #include of memcopy.h.
11751         (strcmp): Use ANSI prototype.
11752         * string/strcpy.c: Remove unused #include of memcopy.h.
11753         (strcpy): Use ANSI prototype.
11754
11755 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11756
11757         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11758         * config.make.in (config-extra-cppflags): Set it from
11759         libc_extra_cppflags.
11760         * configure.ac (libc_extra_cflags): Make it accumulate over
11761         configure fragments.
11762         (libc_extra_cppflags): New flag.
11763         * configure. Regenerate.
11764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11765         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11766         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11768
11769         [BZ #16815]
11770         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11771         result for FE_DOWNWARD rounding mode.
11772         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11773         Likewise.
11774         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11775
11776 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11777
11778         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11779         in function argument name.
11780
11781 2014-04-03  David Svoboda  <svoboda@cert.org>
11782
11783         [BZ #5666]
11784         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11785         explicitly.
11786
11787 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11788
11789         * elf/dl-unmap-segments.h: New file.
11790         * sysdeps/generic/ldsodefs.h
11791         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11792         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11793         * elf/dl-fptr.c: Likewise.
11794         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11795         * sysdeps/aarch64/tlsdesc.c: Likewise.
11796         * sysdeps/arm/tlsdesc.c: Likewise.
11797         * sysdeps/i386/tlsdesc.c: Likewise.
11798         * sysdeps/tile/dl-runtime.c: Likewise.
11799         * sysdeps/x86_64/tlsdesc.c: Likewise.
11800         * elf/dl-load.h: New file.
11801         * elf/dl-load.c: Include it.
11802         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11803         Macros moved to dl-load.h.
11804         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11805         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11806         Use _dl_unmap_segments in place of __munmap.
11807         Break out segment-mapping loop into ...
11808         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11809
11810 2014-04-03  Will Newton  <will.newton@linaro.org>
11811
11812         * elf/dl-lookup.c (do_lookup_x): Remove comment
11813         referring to nested function and move variable
11814         declarations down to before first use.
11815
11816 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11817
11818         [BZ #16799]
11819         [BZ #16800]
11820         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11821         with 0 numerator.
11822         * math/s_catanf.c (__catanf): Likewise.
11823         * math/s_catanh.c (__catanh): Likewise.
11824         * math/s_catanhf.c (__catanhf): Likewise.
11825         * math/s_catanhl.c (__catanhl): Likewise.
11826         * math/s_catanl.c (__catanl): Likewise.
11827         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11828         by positive zero when computing -Inf result.
11829         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11830         (catanh_test): Likewise.
11831         * sysdeps/i386/fpu/libm-test-ulps: Update.
11832         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11833
11834         [BZ #16789]
11835         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11836         instead of using underflowing value in computing result.
11837         * math/s_clog10.c (__clog10): Likewise.
11838         * math/s_clog10f.c (__clog10f): Likewise.
11839         * math/s_clog10l.c (__clog10l): Likewise.
11840         * math/s_clogf.c (__clogf): Likewise.
11841         * math/s_clogl.c (__clogl): Likewise.
11842         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11843         (clog10_test): Likewise.
11844         * sysdeps/i386/fpu/libm-test-ulps: Update.
11845         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11846
11847 2014-04-02  Alan Modra  <amodra@gmail.com>
11848
11849         [BZ #16739]
11850         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11851         output when value is near a power of two.  Use int64_t for lx and
11852         remove casts.  Use decimal rather than hex exponent constants.
11853         Don't use long double multiplication when double will suffice.
11854         * math/libm-test.inc (nextafter_test_data): Add tests.
11855         * NEWS: Add 16739 and 16786 to bug list.
11856
11857         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11858
11859         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11860
11861 2014-04-01  Will Newton  <will.newton@linaro.org>
11862
11863         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11864         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11865
11866 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11867
11868         [BZ #13347]
11869         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11870         * nptl/tst-setuid2.c: New file.
11871         * nptl/Makefile (xtests): Add tst-setuid2.
11872
11873 2014-04-01  Alan Modra  <amodra@gmail.com>
11874
11875         [BZ #16786]
11876         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11877
11878 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11879
11880         [BZ #6803]
11881         [BZ #6804]
11882         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11883         set errno as appropriate.
11884         * math/w_scalbf.c (__scalbf): Likewise.
11885         * math/w_scalbl.c (__scalbl): Likewise.
11886         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11887         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11888         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11889         Add more NaN tests.
11890
11891         [BZ #16349]
11892         * math/w_atan2.c: Include <errno.h>.
11893         (__atan2): Set errno for result underflowing to zero.
11894         * math/w_atan2f.c: Include <errno.h>.
11895         (__atan2f): Set errno for result underflowing to zero.
11896         * math/w_atan2l.c: Include <errno.h>.
11897         (__atan2l): Set errno for result underflowing to zero.
11898         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11899         tests.
11900         * math/auto-libm-test-out: Regenerated.
11901
11902 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11903
11904         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11905         Encode instruction correctly in little endian.
11906         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11907         Likewise.
11908         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11909         Likewise.
11910         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11911         Likewise.
11912         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11913         Likewise.
11914
11915 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11916
11917         [BZ #9894]
11918         * sysdeps/unix/sysv/linux/kernel-features.h
11919         [__sparc__ && !__arch64__ && !__sparc_v9__]
11920         (__ASSUME_SET_ROBUST_LIST): Do not define.
11921         [__sparc__ && !__arch64__ && !__sparc_v9__]
11922         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11923         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11924         Likewise.
11925         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11926         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11927         (__ASSUME_REQUEUE_PI): Likewise.
11928         (__ASSUME_SET_ROBUST_LIST): Likewise.
11929         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11930         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11931         Undefine.
11932         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11933         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11934         Likewise.
11935         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11936         Likewise.
11937         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11938         Likewise.
11939         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11940         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11941         Undefine.
11942         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11943         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11944         Likewise.
11945
11946         [BZ #16648]
11947         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11948         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11949         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11950
11951 2014-03-31  Will Newton  <will.newton@linaro.org>
11952
11953         * benchtests/Makefile (bench): Add ffs and ffsll to list
11954         of tests.
11955         * benchtests/ffs-inputs: New file.
11956         * benchtests/ffsll-inputs: Likewise.
11957
11958 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11959
11960         [BZ #16770]
11961         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11962         too large before casting to int.
11963         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11964         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11965         * math/libm-test.inc (scalb_test_data): Add more tests.
11966
11967 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11968
11969         * benchtests/Makefile (DETAILED_OPT): New make option.
11970         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11971         set.
11972         * benchtests/bench-skeleton.c: Include stdbool.h.
11973         (main): Store and print timings per input.
11974         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11975         member to each argument value.
11976         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11977         (_print_arg_data): Initialize per-input timing to 0.
11978
11979         * benchtests/Makefile (timing-type): New binary.
11980         (bench-clean): Also remove bench-timing-type.
11981         (bench): New target for timing-type.
11982         (bench-func): Print output in JSON format.
11983         * benchtests/bench-skeleton.c (main): Print output in JSON
11984         format.
11985         * benchtests/bench-timing-type.c: New file.
11986         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11987         (TIMING_PRINT_STATS): Remove.
11988         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11989         name separately.
11990
11991         * benchtests/bench-modf.c: Remove.
11992         * benchtests/modf-inputs: New inputs file.
11993
11994 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11995
11996         [BZ #16362]
11997         * math/s_clog10.c (M_PI_LOG10E): New macro.
11998         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11999         imaginary parts are 0.
12000         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
12001         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
12002         imaginary parts are 0.
12003         * math/s_clog10l.c (M_PI_LOG10El): New macro.
12004         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
12005         imaginary parts are 0.
12006         * math/libm-test.inc (clog10_test_data): Update expected results
12007         for when real and imaginary parts are 0.
12008
12009 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
12010
12011         * elf/dl-load.c: Finish conversion of __builtin_expect into
12012         __glibc_{un}likely.
12013
12014 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
12015
12016         [BZ #16348]
12017         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
12018         1+x for argument with exponent below -67.
12019         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
12020         Likewise.
12021         * math/auto-libm-test-in: Add more tests of exp.
12022         * math/auto-libm-test-out: Regenerated.
12023
12024 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12025
12026         [BZ #16759]
12027         * inet/getnetgrent_r.c (get_nonempty_val): New function.
12028         (nscd_getnetgrent): Use it.
12029
12030         [BZ #16760]
12031         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
12032         of stpcpy.
12033
12034 2014-03-27  Andi Kleen  <ak@linux.intel.com>
12035
12036         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
12037         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12038         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12039         (lll_robust_unlock): Remove out of line section. Use cfi
12040         intrinsics.
12041         (LLL_STUB_UNWIND_INFO*): Remove.
12042         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
12043         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12044         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12045         (lll_robust_unlock): Remove out of line section. Use cfi
12046         intrinsics.
12047         (LLL_STUB_UNWIND_INFO*): Remove.
12048
12049 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12050
12051         [BZ #16758]
12052         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
12053         blank values.
12054
12055 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
12056
12057         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
12058
12059 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
12060
12061         [BZ #16198]
12062         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
12063         fnstenv.
12064         * math/test-fenv-preserve.c: New file.
12065         * math/Makefile (tests): Add test-fenv-preserve.
12066
12067 2014-03-26  Will Newton <will.newton@linaro.org>
12068
12069         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
12070
12071 2014-03-25  Roland McGrath  <roland@hack.frob.com>
12072
12073         * scripts/versionlist.awk: Partition the version sets and emit all
12074         GLIBC_* (sorted) before all others (sorted).
12075
12076 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12077
12078         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
12079         GLIBC_2.2.5 version.
12080
12081 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12082
12083         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
12084         calls.
12085
12086         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
12087         previous change.
12088
12089         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12090
12091 2014-03-25  Andreas Schwab  <schwab@suse.de>
12092
12093         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
12094         label to be used after in6ailist is initialized.
12095
12096 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12097
12098         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
12099         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12100
12101 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12102
12103         [BZ #16357]
12104         [BZ #16599]
12105         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
12106         min_plus_half.
12107         (fp_formats): Update initializers.
12108         (init_fp_formats): Initialize new field.
12109         (output_for_one_input_case): Allow underflow for results up to
12110         min_plus_half.
12111         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
12112         * math/auto-libm-test-in: Don't mark some underflows from asin and
12113         atanh as spurious.
12114         * math/auto-libm-test-out: Regenerated.
12115         * sysdeps/i386/fpu/libm-test-ulps: Update.
12116         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12117
12118 2014-03-25  Andreas Schwab  <schwab@suse.de>
12119
12120         * libio/Makefile (tst-ftell-partial-wide-ENV)
12121         (tst-ftell-active-handler-ENV): Define.
12122
12123 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
12124
12125         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12126
12127 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12128
12129         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12130
12131 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12132
12133         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12134         * sysdeps/x86_64/fpu/multiarch/e_exp.c
12135         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12136
12137 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12138
12139         [BZ #16634]
12140         * elf/dl-load.c (open_verify): Add mode parameter.
12141         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12142         (open_path): Change from boolean 'secure' to complete flag 'mode'
12143         (_dl_map_object): Adjust.
12144         * elf/Makefile (tests): Add tst-dlopen-aout.
12145         * elf/tst-dlopen-aout.c: New test.
12146
12147 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
12148
12149         [BZ #16714]
12150         * sysdeps/unix/sysv/linux/s390/bits/stat.h
12151         (struct stat): Rename member pad0 to __glibc_reserved0.
12152
12153         [BZ #16712]
12154         * sysdeps/s390/s390-32/bits/wordsize.h
12155         (__WORDSIZE32_SIZE_ULONG): New define.
12156         * sysdeps/s390/s390-64/bits/wordsize.h
12157         (__WORDSIZE32_SIZE_ULONG): Likewise.
12158         * sysdeps/generic/stdint.h (SIZE_MAX):
12159         Define as UL if __WORDSIZE32_SIZE_ULONG.
12160
12161         [BZ #16713]
12162         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12163         (__glibc_reserved0): New variable.
12164         (sa_flags): Change type to int.
12165
12166         * posix/Makefile (before-compile): Use += before-compile instead
12167         of a :=.
12168
12169         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12170         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12171
12172 2014-03-20  Andreas Schwab  <schwab@suse.de>
12173
12174         [BZ #16743]
12175         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12176         non-matching result from nscd.
12177
12178 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12179
12180         * scripts/bench.py: Moved to ...
12181         * benchtests/scripts/bench.py: ... here.
12182         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12183
12184 2014-03-24  Andreas Schwab  <schwab@suse.de>
12185
12186         [BZ #16002]
12187         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12188         alloca_account and account alloca use for struct in6ailist.
12189
12190 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12191
12192         [BZ #16284]
12193         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12194         rounding mode to recompute results that overflow to infinity or
12195         underflow to zero.
12196         * math/auto-libm-test-in: Don't mark tests as expected to fail for
12197         bug 16284.
12198         * math/auto-libm-test-out: Regenerated.
12199         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12200         (ccosh_test): Likewise.
12201         (csin_test_data): Use plus_oflow.
12202         (csin_test): Use ALL_RM_TEST.
12203         (csinh_test_data): Use plus_oflow.
12204         (csinh_test): Use ALL_RM_TEST.
12205         * sysdeps/i386/fpu/libm-test-ulps: Update.
12206         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12207
12208 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
12209
12210         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12211         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12212         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12213
12214         [BZ #16731]
12215         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12216         when x - 1 is zero.
12217         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12218         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12219         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12220         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12221         argument is 1.
12222         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12223         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12224         zero.
12225         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12226         * sysdeps/i386/fpu/libm-test-ulps: Update.
12227         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12228
12229 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12230
12231         * scripts/bench.pl: Remove file.
12232         * scripts/bench.py: New benchmark script.
12233         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12234         * benchtests/README: Mention python dependency.
12235         * scripts/pylintrc: New file.
12236         * scripts/pylint: New file.
12237
12238         * bits/mathdef.h: Use #ifdef instead of #if.
12239         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12240         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12241         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12242         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12243         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12244         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12245
12246 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12247             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12248
12249         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12250         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12251         and strpbrk-ppc64 objects.
12252         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12253         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12254         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12255         multiarch strpbrk for POWER7.
12256         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12257         multiarch strpbrk for PPC64.
12258         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12259         ifunc selector.
12260         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12261         strpbrk for POWER7.
12262
12263 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12264
12265         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12266         (atan_test): Likewise.
12267         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12268         (atanh_test): Use ALL_RM_TEST.
12269         (atan2_test_data): Likewise.
12270         (cabs_test): Likewise.
12271         (cacosh_test): Likewise.
12272         (carg_test): Likewise.
12273         (casin_test): Likewise.
12274         (casinh_test): Likewise.
12275         (cbrt_test): Likewise.
12276         (csqrt_test): Likewise.
12277         (erf_test): Likewise.
12278         (erfc_test): Likewise.
12279         (pow10_test): Likewise.
12280         (exp2_test): Likewise.
12281         (hypot_test): Likewise.
12282         (j0_test): Likewise.
12283         (j1_test): Likewise.
12284         (lgamma_test): Likewise.
12285         (gamma_test): Likewise.
12286         (sincos_test): Likewise.
12287         (tanh_test): Likewise.
12288         (y0_test): Likewise.
12289         (y1_test): Likewise.
12290         * sysdeps/i386/fpu/libm-test-ulps: Update.
12291         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12292
12293 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12294
12295         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12296         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12297         and strcspn-ppc64 objects.
12298         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12299         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12300         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12301         multiarch strcspn for POWER7.
12302         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12303         multiarch strcspn for PPC64.
12304         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12305         ifunc selector.
12306         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12307         strcspn for POWER7.
12308
12309 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12310
12311         * math/gen-libm-test.pl (generate_testfile): Expect only function
12312         name as argument to AUTO_TESTS_* and pass results for all rounding
12313         modes to parse_args.
12314         (parse_auto_input): Separate inputs of automatic tests from
12315         outputs before storing in %auto_tests.
12316         * math/libm-test.inc (acos_test_data): Update call to
12317         AUTO_TESTS_f_f.
12318         (acos_test): Use ALL_RM_TEST.
12319         (acos_tonearest_test_data): Remove.
12320         (acos_test_tonearest): Likewise.
12321         (acos_towardzero_test_data): Likewise.
12322         (acos_test_towardzero): Likewise.
12323         (acos_downward_test_data): Likewise.
12324         (acos_test_downward): Likewise.
12325         (acos_upward_test_data): Likewise.
12326         (acos_test_upward): Likewise.
12327         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12328         (asin_test_data): Likewise.
12329         (asin_test): Use ALL_RM_TEST.
12330         (asin_tonearest_test_data): Remove.
12331         (asin_test_tonearest): Likewise.
12332         (asin_towardzero_test_data): Likewise.
12333         (asin_test_towardzero): Likewise.
12334         (asin_downward_test_data): Likewise.
12335         (asin_test_downward): Likewise.
12336         (asin_upward_test_data): Likewise.
12337         (asin_test_upward): Likewise.
12338         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12339         (atan_test_data): Likewise.
12340         (atanh_test_data): Likewise.
12341         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12342         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12343         (carg_test_data): Likewise.
12344         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12345         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12346         (ccosh_test_data): Likewise.
12347         (cexp_test_data): Likewise.
12348         (clog_test_data): Likewise.
12349         (clog10_test_data): Likewise.
12350         (cos_test_data): Update call to AUTO_TESTS_f_f.
12351         (cos_test): Use ALL_RM_TEST.
12352         (cos_tonearest_test_data): Remove.
12353         (cos_test_tonearest): Likewise.
12354         (cos_towardzero_test_data): Likewise.
12355         (cos_test_towardzero): Likewise.
12356         (cos_downward_test_data): Likewise.
12357         (cos_test_downward): Likewise.
12358         (cos_upward_test_data): Likewise.
12359         (cos_test_upward): Likewise.
12360         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12361         (cosh_test): Use ALL_RM_TEST.
12362         (cosh_tonearest_test_data): Remove.
12363         (cosh_test_tonearest): Likewise.
12364         (cosh_towardzero_test_data): Likewise.
12365         (cosh_test_towardzero): Likewise.
12366         (cosh_downward_test_data): Likewise.
12367         (cosh_test_downward): Likewise.
12368         (cosh_upward_test_data): Likewise.
12369         (cosh_test_upward): Likewise.
12370         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12371         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12372         (ctan_test_data): Likewise.
12373         (ctan_test): Use ALL_RM_TEST.
12374         (ctan_tonearest_test_data): Remove.
12375         (ctan_test_tonearest): Likewise.
12376         (ctan_towardzero_test_data): Likewise.
12377         (ctan_test_towardzero): Likewise.
12378         (ctan_downward_test_data): Likewise.
12379         (ctan_test_downward): Likewise.
12380         (ctan_upward_test_data): Likewise.
12381         (ctan_test_upward): Likewise.
12382         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12383         (ctanh_test): Use ALL_RM_TEST.
12384         (ctanh_tonearest_test_data): Remove.
12385         (ctanh_test_tonearest): Likewise.
12386         (ctanh_towardzero_test_data): Likewise.
12387         (ctanh_test_towardzero): Likewise.
12388         (ctanh_downward_test_data): Likewise.
12389         (ctanh_test_downward): Likewise.
12390         (ctanh_upward_test_data): Likewise.
12391         (ctanh_test_upward): Likewise.
12392         (erf_test_data): Update call to AUTO_TESTS_f_f.
12393         (erfc_test_data): Likewise.
12394         (exp_test_data): Likewise.
12395         (exp_test): Use ALL_RM_TEST.
12396         (exp_tonearest_test_data): Remove.
12397         (exp_test_tonearest): Likewise.
12398         (exp_towardzero_test_data): Likewise.
12399         (exp_test_towardzero): Likewise.
12400         (exp_downward_test_data): Likewise.
12401         (exp_test_downward): Likewise.
12402         (exp_upward_test_data): Likewise.
12403         (exp_test_upward): Likewise.
12404         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12405         (exp10_test): Use ALL_RM_TEST.
12406         (exp10_tonearest_test_data): Remove.
12407         (exp10_test_tonearest): Likewise.
12408         (exp10_towardzero_test_data): Likewise.
12409         (exp10_test_towardzero): Likewise.
12410         (exp10_downward_test_data): Likewise.
12411         (exp10_test_downward): Likewise.
12412         (exp10_upward_test_data): Likewise.
12413         (exp10_test_upward): Likewise.
12414         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12415         (expm1_test_data): Likewise.
12416         (expm1_test): Use ALL_RM_TEST.
12417         (expm1_tonearest_test_data): Remove.
12418         (expm1_test_tonearest): Likewise.
12419         (expm1_towardzero_test_data): Likewise.
12420         (expm1_test_towardzero): Likewise.
12421         (expm1_downward_test_data): Likewise.
12422         (expm1_test_downward): Likewise.
12423         (expm1_upward_test_data): Likewise.
12424         (expm1_test_upward): Likewise.
12425         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12426         (fma_test): Use ALL_RM_TEST.
12427         (fma_towardzero_test_data): Remove.
12428         (fma_test_towardzero): Likewise.
12429         (fma_downward_test_data): Likewise.
12430         (fma_test_downward): Likewise.
12431         (fma_upward_test_data): Likewise.
12432         (fma_test_upward): Likewise.
12433         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12434         (j0_test_data): Update call to AUTO_TESTS_f_f.
12435         (j1_test_data): Likewise.
12436         (jn_test_data): Update call to AUTO_TESTS_if_f.
12437         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12438         (log_test_data): Update call to AUTO_TESTS_f_f.
12439         (log10_test_data): Likewise.
12440         (log1p_test_data): Likewise.
12441         (log2_test_data): Likewise.
12442         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12443         (pow_tonearest_test_data): Likewise.
12444         (sin_test_data): Update call to AUTO_TESTS_f_f.
12445         (sin_test): Use ALL_RM_TEST.
12446         (sin_tonearest_test_data): Remove.
12447         (sin_test_tonearest): Likewise.
12448         (sin_towardzero_test_data): Likewise.
12449         (sin_test_towardzero): Likewise.
12450         (sin_downward_test_data): Likewise.
12451         (sin_test_downward): Likewise.
12452         (sin_upward_test_data): Likewise.
12453         (sin_test_upward): Likewise.
12454         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12455         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12456         (sinh_test): Use ALL_RM_TEST.
12457         (sinh_tonearest_test_data): Remove.
12458         (sinh_test_tonearest): Likewise.
12459         (sinh_towardzero_test_data): Likewise.
12460         (sinh_test_towardzero): Likewise.
12461         (sinh_downward_test_data): Likewise.
12462         (sinh_test_downward): Likewise.
12463         (sinh_upward_test_data): Likewise.
12464         (sinh_test_upward): Likewise.
12465         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12466         (sqrt_test): Use ALL_RM_TEST.
12467         (sqrt_tonearest_test_data): Remove.
12468         (sqrt_test_tonearest): Likewise.
12469         (sqrt_towardzero_test_data): Likewise.
12470         (sqrt_test_towardzero): Likewise.
12471         (sqrt_downward_test_data): Likewise.
12472         (sqrt_test_downward): Likewise.
12473         (sqrt_upward_test_data): Likewise.
12474         (sqrt_test_upward): Likewise.
12475         (tan_test_data): Update call to AUTO_TESTS_f_f.
12476         (tan_test): Use ALL_RM_TEST.
12477         (tan_tonearest_test_data): Remove.
12478         (tan_test_tonearest): Likewise.
12479         (tan_towardzero_test_data): Likewise.
12480         (tan_test_towardzero): Likewise.
12481         (tan_downward_test_data): Likewise.
12482         (tan_test_downward): Likewise.
12483         (tan_upward_test_data): Likewise.
12484         (tan_test_upward): Likewise.
12485         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12486         (tgamma_test_data): Likewise.
12487         (y0_test_data): Likewise.
12488         (y1_test_data): Likewise.
12489         (yn_test_data): Update call to AUTO_TESTS_if_f.
12490         (main): Do not call removed functions.
12491
12492 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12493
12494         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12495         (ldexp_test_data): Remove.
12496         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12497         scalbn_test_data.
12498         (scalb_test): Use ALL_RM_TEST.
12499
12500 2014-03-19  Andreas Schwab  <schwab@suse.de>
12501
12502         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12503
12504 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12505
12506         [BZ #16649]
12507         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12508         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12509         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12510         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12511         (__ASSUME_PREADV): Undefine.
12512         (__ASSUME_PWRITEV): Likewise.
12513
12514 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12515
12516         * bits/mman-linux.h: Add comment about non-Linux use.
12517         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12518         bits/mman-linux.h resting place.
12519
12520         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12521         * bits/mman-linux.h: ... here.
12522
12523 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12524
12525         * conform/conformtest.pl: Add standard definition when calling C
12526         preprocessor on data files.
12527         (checknamespace): Remove unused variable.
12528
12529 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12530
12531         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12532         minus_oflow, plus_uflow and minus_uflow in expected results.
12533         * math/libm-test.inc (scalbn_test_data): Add more tests of
12534         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12535         minus_uflow.
12536         (scalbn_test): Use ALL_RM_TEST.
12537         (scalbln_test_data): Add more tests of negative arguments.  Use
12538         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12539         (scalbln_test): Use ALL_RM_TEST.
12540
12541 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12542
12543         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12544
12545 2014-03-18  Will Newton  <will.newton@linaro.org>
12546
12547         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12548         inaccurate comment.
12549
12550 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12551
12552         * Makerules [!subdir] (check-abi): Exit with error status if a
12553         test failed.
12554
12555 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12556
12557         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12558         for rint.  Include results for all rounding modes.
12559         (nearbyint_test): Use ALL_RM_TEST.
12560         (rint_test_data): Include all tests used for nearbyint.
12561
12562 2014-03-17  Will Newton  <will.newton@linaro.org>
12563
12564         * nptl/sysdeps/pthread/pthread.h: Revert previous
12565         change.
12566
12567         * sysdeps/generic/ldsodefs.h: Revert previous
12568         change.
12569
12570         * libio/genops.c: Revert previous change.
12571         * libio/libioP.h: Likewise.
12572         * stdio-common/vfprintf.c: Likewise.
12573
12574         * sysdeps/generic/math_private.h: Revert previous
12575         change.
12576
12577         * sysdeps/generic/math_private.h: Check whether
12578         HAVE_RM_CTX is defined with #ifdef rather
12579         than #if.
12580
12581         * argp/argp-fmtstream.h: Check whether
12582         __STRICT_ANSI__ is defined with #ifdef rather
12583         than #if.
12584         * argp/argp.h: Likewise.
12585
12586         * libio/genops.c: Check whether
12587         _IO_JUMPS_OFFSET is defined with #ifdef rather
12588         than #if.
12589         * libio/libioP.h: Likewise.
12590         * stdio-common/vfprintf.c: Likewise.
12591
12592         * sysdeps/generic/ldsodefs.h: Check whether
12593         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12594         than #if.
12595
12596         * nptl/sysdeps/pthread/pthread.h: Check
12597         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12598         its value.
12599
12600 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12601
12602         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12603         setting O_APPEND.
12604         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12605         test case.
12606
12607         [BZ #16680]
12608         * libio/fileops.c (_IO_file_open): Seek to end of file but
12609         don't cache the offset.
12610         (get_file_offset): Remove function.
12611         (do_ftell): Use cached offset when available.
12612         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12613         don't cache the offset.
12614         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12615         case.
12616         (do_one_test): Call it.
12617         (do_ftell_test): Fix up expected old offset for a+ mode.
12618         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12619         available.
12620
12621         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12622         up test status with function return status.
12623         (do_write_test): Likewise.
12624         (do_append_test): Likewise.
12625
12626         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12627         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12628         Remove.
12629
12630 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12631
12632         * math/gen-libm-test.pl (parse_args): Handle results specified for
12633         each rounding mode separately.
12634         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12635         tests and results from lrint_tonearest_test_data,
12636         lrint_towardzero_test_data, lrint_downward_test_data and
12637         lrint_upward_test_data.
12638         (lrint_test): Use ALL_RM_TEST.
12639         (lrint_tonearest_test_data): Remove.
12640         (lrint_test_tonearest): Likewise.
12641         (lrint_towardzero_test_data): Likewise.
12642         (lrint_test_towardzero): Likewise.
12643         (lrint_downward_test_data): Likewise.
12644         (lrint_test_downward): Likewise.
12645         (lrint_upward_test_data): Likewise.
12646         (lrint_test_upward): Likewise.
12647         (llrint_test_data): Merge in per-rounding-mode tests and results
12648         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12649         llrint_downward_test_data and llrint_upward_test_data.
12650         (llrint_test): Use ALL_RM_TEST.
12651         (llrint_tonearest_test_data): Remove.
12652         (llrint_test_tonearest): Likewise.
12653         (llrint_towardzero_test_data): Likewise.
12654         (llrint_test_towardzero): Likewise.
12655         (llrint_downward_test_data): Likewise.
12656         (llrint_test_downward): Likewise.
12657         (llrint_upward_test_data): Likewise.
12658         (llrint_test_upward): Likewise.
12659         (rint_test_data): Merge in per-rounding-mode tests and results
12660         from rint_tonearest_test_data, rint_towardzero_test_data,
12661         rint_downward_test_data and rint_upward_test_data.  Add
12662         per-rounding-mode results for tests not in those arrays.
12663         (rint_test): Use ALL_RM_TEST.
12664         (rint_tonearest_test_data): Remove.
12665         (rint_test_tonearest): Likewise.
12666         (rint_towardzero_test_data): Likewise.
12667         (rint_test_towardzero): Likewise.
12668         (rint_downward_test_data): Likewise.
12669         (rint_test_downward): Likewise.
12670         (rint_upward_test_data): Likewise.
12671         (rint_test_upward): Likewise.
12672         (main): Don't call removed functions.
12673
12674 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12675
12676         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12677         "Compiled on ..." crapola.  It is anti-useful.
12678
12679 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12680
12681         * scripts/evaluate-test.sh: Handle fourth argument to determine
12682         whether test run should stop on failure.
12683         * Makeconfig (stop-on-test-failure): New variable.
12684         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12685         $(stop-on-test-failure).
12686         * Makefile (tests): Give a summary of results from testing and
12687         exit with failure status if they include an ERROR or FAIL.
12688         (xtests): Likewise.
12689         * manual/install.texi (Configuring and compiling): Mention
12690         stop-on-test-failure=y.
12691         * INSTALL: Regenerated.
12692
12693 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12694
12695         * scripts/versionlist.awk: New file.
12696         * Makerules [$(build-shared) = yes]
12697         (postclean-generated): Add Versions.def, not Versions.def.v and
12698         Versions.def.v.i.
12699         ($(common-objpfx)Versions.def.v.i): Target removed.
12700         ($(common-objpfx)Versions.def): New target.
12701         ($(common-objpfx)Versions.all): Depend on that rather that
12702         $(common-objpfx)Versions.def.v.
12703         * Versions.def: File removed.
12704
12705         * Makeconfig (+gccwarn): Add -Wundef.
12706         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12707         a dl-sysdep.h breaking its contract.
12708         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12709         * include/stackinfo.h: New file.
12710         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12711         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12712         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12713         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12714         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12715         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12716         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12717         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12718         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12719         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12720         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12721         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12722         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12723         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12724         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12725
12726 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12727
12728         [BZ #16707]
12729         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12730         implementation.
12731         * math/libm-test.inc (round_test_data): Add more tests.
12732
12733         [BZ #16706]
12734         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12735         implementation.
12736         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12737
12738         [BZ #16701]
12739         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12740         implementation.
12741         * math/libm-test.inc (ceil_test_data): Add more tests.
12742
12743         * math/libm-test.inc (trunc_test_data): Add more tests related to
12744         BZ#16414.
12745
12746 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12747
12748         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12749         with #if rather than #ifdef.
12750         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12751
12752 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12753
12754         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12755         first.  Disable AVX-512 GCC support if assembler doesn't support
12756         it.
12757         * sysdeps/x86_64/configure: Regenerated.
12758
12759 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12760
12761         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12762         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12763         (__old_pthread_attr_setstack): Likewise.
12764         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12765         [!_STACK_GROWS_DOWN]: Likewise.
12766
12767 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12768
12769         * config.make.in (have-bash2): Delete.
12770         * configure.ac (libc_cv_have_bash2): Delete.
12771         * configure: Regenerate.
12772         * elf/Makefile (common-ldd-rewrite): Rename to ...
12773         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12774         (sh-ldd-rewrite): Delete.
12775         (bash-ldd-rewrite): Delete.
12776         (have-bash2): Delete checks.
12777         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12778         ldd-rewrite.
12779
12780         * config.make.in (have-ksh): Delete.
12781         (KSH): Delete.
12782         * configure.ac (libc_cv_have_ksh): Delete.
12783         * configure: Regenerate.
12784
12785         * elf/Makefile: Delete $(have-ksh) check.
12786         ($(objpfx)sotruss): Change KSH to BASH.
12787         * elf/sotruss.ksh: Rename to ...
12788         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12789         function style to match POSIX.  Drop ksh vim mode setting.
12790
12791         * manual/time.texi (Specifying the Time Zone with TZ): Change
12792         Tuesday to Thursday.
12793
12794         * debug/tst-longjmp_chk2.c: Update header comment.
12795         (stackoverflow_handler): Add comment.  Call assert on pass value.
12796
12797 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12798
12799         [BZ #16194]
12800         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12801         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12802         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12803         (La_x86_64_vector): Add zmm.
12804         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12805         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12806         ($(objpfx)tst-audit10): New target.
12807         ($(objpfx)tst-audit10.out): Likewise.
12808         (tst-audit10-ENV): New.
12809         (AVX512-CFLAGS): Likewise.
12810         (CFLAGS-tst-audit10.c): Likewise.
12811         (CFLAGS-tst-auditmod10a.c): Likewise.
12812         (CFLAGS-tst-auditmod10b.c): Likewise.
12813         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12814         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12815         * sysdeps/x86_64/configure: Regenerated.
12816         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12817         AVX-512 zmm register support.
12818         (_dl_x86_64_save_sse): Likewise.
12819         (_dl_x86_64_restore_sse): Likewise.
12820         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12821         size vector registers.
12822         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12823         (ZMM_SIZE): Likewise.
12824         * sysdeps/x86_64/tst-audit10.c: New file.
12825         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12826         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12827
12828 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12829
12830         * configure.ac (HAVE_EHDR_START): New check.
12831         * configure: Regenerated.
12832         * config.h.in (HAVE_EHDR_START): New #undef.
12833         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12834         assuming the lowest-addressed segment maps the start of the file.
12835
12836 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12837
12838         * INSTALL: Regenerated.
12839
12840 2014-03-13  Will Newton  <will.newton@linaro.org>
12841
12842         * manual/setjmp.texi (System V contexts): Improve
12843         clarity and grammar of documentation.
12844
12845 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12846
12847         [BZ #16381]
12848         * elf/Makefile (tests): Add tst-pie2.
12849         (tests-pie): Add tst-pie2.
12850         * elf/tst-pie2.c: New file.
12851         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12852         for ET_EXEC.
12853         * elf/rtld.c (map_doit): Load executable as lt_executable.
12854         (dl_main): Likewise.
12855
12856 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12857
12858         [BZ #16642]
12859         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12860         (__ASSUME_PSELECT): Undefine.
12861
12862 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12863
12864         [BZ #16689]
12865         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12866         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12867         static build.
12868         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12869         selector for static builds.
12870
12871 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12872
12873         [BZ #16695]
12874         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12875         key in the buffer.
12876
12877 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12878
12879         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12880         IFUNC selector for static builds.
12881
12882 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12883
12884         * sysdeps/mips/math_private.h [__mips_hard_float]
12885         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12886         libc_feresetround_mips_ctx.
12887         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12888         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12889         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12890
12891         [BZ #16677]
12892         * math/s_nextafter.c (__nextafter): Do not return value from
12893         overflowing computation.
12894         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12895         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12896         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12897         Likewise.
12898         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12899         Likewise.
12900         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12901         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12902
12903 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12904
12905         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12906         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12907         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12908         the new mov targetting sp.
12909
12910 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12911
12912         [BZ #16683]
12913         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12914         Define it for static builds as well.
12915         (NO_BZERO_IMPL): Likewise.
12916
12917 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12918
12919         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12920         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12921         multiarch strspn for PPC64.
12922         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12923         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12924         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12925         (__libc_ifunc_impl_list): Likewise.
12926         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12927         multiarch optimizations
12928         * string/strspn.c (strspn): Using macro to redefine symbol name.
12929
12930 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12931             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12932
12933         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12934         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12935         multiarch strncat for PPC64.
12936         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12937         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12938         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12939         (__libc_ifunc_impl_list): Likewise.
12940         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12941         multiarch optimizations
12942
12943 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12944
12945         [BZ #16639]
12946         * nscd/nscd.service: Make service type forking.
12947
12948 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12949
12950         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12951         sign in non default rounding modes.
12952         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12953
12954 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12955
12956         * math/libm-test.inc (ALL_RM_TEST): New macro.
12957         (ceil_test): Use ALL_RM_TEST.
12958         (cimag_test): Likewise.
12959         (conj_test): Likewise.
12960         (copysign_test): Likewise.
12961         (cproj_test): Likewise.
12962         (creal_test): Likewise.
12963         (fabs_test): Likewise.
12964         (floor_test): Likewise.
12965         (fmax_test): Likewise.
12966         (fmin_test): Likewise.
12967         (fmod_test): Likewise.
12968         (fpclassify_test): Likewise.
12969         (frexp_test): Likewise.
12970         (ilogb_test): Likewise.
12971         (isfinite_test): Likewise.
12972         (finite_test): Likewise.
12973         (isgreater_test): Likewise.
12974         (isgreaterequal_test): Likewise.
12975         (isinf_test): Likewise.
12976         (isless_test): Likewise.
12977         (islessequal_test): Likewise.
12978         (islessgreater_test): Likewise.
12979         (isnan_test): Likewise.
12980         (isnormal_test): Likewise.
12981         (issignaling_test): Likewise.
12982         (isunordered_test): Likewise.
12983         (logb_test): Likewise.
12984         (logb_downward_test_data): Remove.
12985         (logb_test_downward): Likewise.
12986         (lround_test): Use ALL_RM_TEST.
12987         (llround_test): Likewise.
12988         (modf_test): Likewise.
12989         (nexttoward_test): Likewise.
12990         (remainder_test): Likewise.
12991         (drem_test): Likewise.
12992         (remainder_tonearest_test_data): Likewise.
12993         (remainder_test_tonearest): Likewise.
12994         (drem_test_tonearest): Likewise.
12995         (remainder_towardzero_test_data): Likewise.
12996         (remainder_test_towardzero): Likewise.
12997         (drem_test_towardzero): Likewise.
12998         (remainder_downward_test_data): Likewise.
12999         (remainder_test_downward): Likewise.
13000         (drem_test_downward): Likewise.
13001         (remainder_upward_test_data): Likewise.
13002         (remainder_test_upward): Likewise.
13003         (drem_test_upward): Likewise.
13004         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
13005         (round_test): Use ALL_RM_TEST.
13006         (signbit_test): Likewise.
13007         (trunc_test): Likewise.
13008         (significand_test): Likewise.
13009         (main): Don't call removed functions.
13010
13011 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13012
13013         [BZ #16674]
13014         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
13015         || __USE_XOPEN2K8].
13016         (ILL_ILLOPN): Likewise.
13017         (ILL_ILLADR): Likewise.
13018         (ILL_ILLTRP): Likewise.
13019         (ILL_PRVOPC): Likewise.
13020         (ILL_PRVREG): Likewise.
13021         (ILL_COPROC): Likewise.
13022         (ILL_BADSTK): Likewise.
13023         (FPE_INTDIV): Likewise.
13024         (FPE_INTOVF): Likewise.
13025         (FPE_FLTDIV): Likewise.
13026         (FPE_FLTOVF): Likewise.
13027         (FPE_FLTUND): Likewise.
13028         (FPE_FLTRES): Likewise.
13029         (FPE_FLTINV): Likewise.
13030         (FPE_FLTSUB): Likewise.
13031         (SEGV_MAPERR): Likewise.
13032         (SEGV_ACCERR): Likewise.
13033         (BUS_ADRALN): Likewise.
13034         (BUS_ADRERR): Likewise.
13035         (BUS_OBJERR): Likewise.
13036         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13037         (TRAP_TRACE): Likewise.
13038         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13039         __USE_XOPEN2K8].
13040         (CLD_KILLED): Likewise.
13041         (CLD_DUMPED): Likewise.
13042         (CLD_TRAPPED): Likewise.
13043         (CLD_STOPPED): Likewise.
13044         (CLD_CONTINUED): Likewise.
13045         (POLL_IN): Likewise.
13046         (POLL_OUT): Likewise.
13047         (POLL_MSG): Likewise.
13048         (POLL_ERR): Likewise.
13049         (POLL_PRI): Likewise.
13050         (POLL_HUP): Likewise.
13051         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
13052         Likewise.
13053         (ILL_ILLOPN): Likewise.
13054         (ILL_ILLADR): Likewise.
13055         (ILL_ILLTRP): Likewise.
13056         (ILL_PRVOPC): Likewise.
13057         (ILL_PRVREG): Likewise.
13058         (ILL_COPROC): Likewise.
13059         (ILL_BADSTK): Likewise.
13060         (FPE_INTDIV): Likewise.
13061         (FPE_INTOVF): Likewise.
13062         (FPE_FLTDIV): Likewise.
13063         (FPE_FLTOVF): Likewise.
13064         (FPE_FLTUND): Likewise.
13065         (FPE_FLTRES): Likewise.
13066         (FPE_FLTINV): Likewise.
13067         (FPE_FLTSUB): Likewise.
13068         (SEGV_MAPERR): Likewise.
13069         (SEGV_ACCERR): Likewise.
13070         (BUS_ADRALN): Likewise.
13071         (BUS_ADRERR): Likewise.
13072         (BUS_OBJERR): Likewise.
13073         (BUS_MCEERR_AR): Likewise.
13074         (BUS_MCEERR_AO): Likewise.
13075         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13076         (TRAP_TRACE): Likewise.
13077         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13078         __USE_XOPEN2K8].
13079         (CLD_KILLED): Likewise.
13080         (CLD_DUMPED): Likewise.
13081         (CLD_TRAPPED): Likewise.
13082         (CLD_STOPPED): Likewise.
13083         (CLD_CONTINUED): Likewise.
13084         (POLL_IN): Likewise.
13085         (POLL_OUT): Likewise.
13086         (POLL_MSG): Likewise.
13087         (POLL_ERR): Likewise.
13088         (POLL_PRI): Likewise.
13089         (POLL_HUP): Likewise.
13090         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
13091         (ILL_ILLOPN): Likewise.
13092         (ILL_ILLADR): Likewise.
13093         (ILL_ILLTRP): Likewise.
13094         (ILL_PRVOPC): Likewise.
13095         (ILL_PRVREG): Likewise.
13096         (ILL_COPROC): Likewise.
13097         (ILL_BADSTK): Likewise.
13098         (FPE_INTDIV): Likewise.
13099         (FPE_INTOVF): Likewise.
13100         (FPE_FLTDIV): Likewise.
13101         (FPE_FLTOVF): Likewise.
13102         (FPE_FLTUND): Likewise.
13103         (FPE_FLTRES): Likewise.
13104         (FPE_FLTINV): Likewise.
13105         (FPE_FLTSUB): Likewise.
13106         (SEGV_MAPERR): Likewise.
13107         (SEGV_ACCERR): Likewise.
13108         (BUS_ADRALN): Likewise.
13109         (BUS_ADRERR): Likewise.
13110         (BUS_OBJERR): Likewise.
13111         (BUS_MCEERR_AR): Likewise.
13112         (BUS_MCEERR_AO): Likewise.
13113         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13114         (TRAP_TRACE): Likewise.
13115         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13116         __USE_XOPEN2K8].
13117         (CLD_KILLED): Likewise.
13118         (CLD_DUMPED): Likewise.
13119         (CLD_TRAPPED): Likewise.
13120         (CLD_STOPPED): Likewise.
13121         (CLD_CONTINUED): Likewise.
13122         (POLL_IN): Likewise.
13123         (POLL_OUT): Likewise.
13124         (POLL_MSG): Likewise.
13125         (POLL_ERR): Likewise.
13126         (POLL_PRI): Likewise.
13127         (POLL_HUP): Likewise.
13128         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13129         Likewise.
13130         (ILL_ILLOPN): Likewise.
13131         (ILL_ILLADR): Likewise.
13132         (ILL_ILLTRP): Likewise.
13133         (ILL_PRVOPC): Likewise.
13134         (ILL_PRVREG): Likewise.
13135         (ILL_COPROC): Likewise.
13136         (ILL_BADSTK): Likewise.
13137         (ILL_BADIADDR): Likewise.
13138         (ILL_BREAK): Likewise.
13139         (FPE_INTDIV): Likewise.
13140         (FPE_INTOVF): Likewise.
13141         (FPE_FLTDIV): Likewise.
13142         (FPE_FLTOVF): Likewise.
13143         (FPE_FLTUND): Likewise.
13144         (FPE_FLTRES): Likewise.
13145         (FPE_FLTINV): Likewise.
13146         (FPE_FLTSUB): Likewise.
13147         (FPE_DECOVF): Likewise.
13148         (FPE_DECDIV): Likewise.
13149         (FPE_DECERR): Likewise.
13150         (FPE_INVASC): Likewise.
13151         (FPE_INVDEC): Likewise.
13152         (SEGV_MAPERR): Likewise.
13153         (SEGV_ACCERR): Likewise.
13154         (SEGV_PSTKOVF): Likewise.
13155         (BUS_ADRALN): Likewise.
13156         (BUS_ADRERR): Likewise.
13157         (BUS_OBJERR): Likewise.
13158         (BUS_MCEERR_AR): Likewise.
13159         (BUS_MCEERR_AO): Likewise.
13160         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13161         (TRAP_TRACE): Likewise.
13162         (TRAP_BRANCH): Likewise.
13163         (TRAP_HWBKPT): Likewise.
13164         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13165         __USE_XOPEN2K8].
13166         (CLD_KILLED): Likewise.
13167         (CLD_DUMPED): Likewise.
13168         (CLD_TRAPPED): Likewise.
13169         (CLD_STOPPED): Likewise.
13170         (CLD_CONTINUED): Likewise.
13171         (POLL_IN): Likewise.
13172         (POLL_OUT): Likewise.
13173         (POLL_MSG): Likewise.
13174         (POLL_ERR): Likewise.
13175         (POLL_PRI): Likewise.
13176         (POLL_HUP): Likewise.
13177         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13178         (ILL_ILLOPN): Likewise.
13179         (ILL_ILLADR): Likewise.
13180         (ILL_ILLTRP): Likewise.
13181         (ILL_PRVOPC): Likewise.
13182         (ILL_PRVREG): Likewise.
13183         (ILL_COPROC): Likewise.
13184         (ILL_BADSTK): Likewise.
13185         (FPE_INTDIV): Likewise.
13186         (FPE_INTOVF): Likewise.
13187         (FPE_FLTDIV): Likewise.
13188         (FPE_FLTOVF): Likewise.
13189         (FPE_FLTUND): Likewise.
13190         (FPE_FLTRES): Likewise.
13191         (FPE_FLTINV): Likewise.
13192         (FPE_FLTSUB): Likewise.
13193         (SEGV_MAPERR): Likewise.
13194         (SEGV_ACCERR): Likewise.
13195         (BUS_ADRALN): Likewise.
13196         (BUS_ADRERR): Likewise.
13197         (BUS_OBJERR): Likewise.
13198         (BUS_MCEERR_AR): Likewise.
13199         (BUS_MCEERR_AO): Likewise.
13200         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13201         (TRAP_TRACE): Likewise.
13202         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13203         __USE_XOPEN2K8].
13204         (CLD_KILLED): Likewise.
13205         (CLD_DUMPED): Likewise.
13206         (CLD_TRAPPED): Likewise.
13207         (CLD_STOPPED): Likewise.
13208         (CLD_CONTINUED): Likewise.
13209         (POLL_IN): Likewise.
13210         (POLL_OUT): Likewise.
13211         (POLL_MSG): Likewise.
13212         (POLL_ERR): Likewise.
13213         (POLL_PRI): Likewise.
13214         (POLL_HUP): Likewise.
13215         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13216         (ILL_ILLOPN): Likewise.
13217         (ILL_ILLADR): Likewise.
13218         (ILL_ILLTRP): Likewise.
13219         (ILL_PRVOPC): Likewise.
13220         (ILL_PRVREG): Likewise.
13221         (ILL_COPROC): Likewise.
13222         (ILL_BADSTK): Likewise.
13223         (FPE_INTDIV): Likewise.
13224         (FPE_INTOVF): Likewise.
13225         (FPE_FLTDIV): Likewise.
13226         (FPE_FLTOVF): Likewise.
13227         (FPE_FLTUND): Likewise.
13228         (FPE_FLTRES): Likewise.
13229         (FPE_FLTINV): Likewise.
13230         (FPE_FLTSUB): Likewise.
13231         (SEGV_MAPERR): Likewise.
13232         (SEGV_ACCERR): Likewise.
13233         (BUS_ADRALN): Likewise.
13234         (BUS_ADRERR): Likewise.
13235         (BUS_OBJERR): Likewise.
13236         (BUS_MCEERR_AR): Likewise.
13237         (BUS_MCEERR_AO): Likewise.
13238         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13239         (TRAP_TRACE): Likewise.
13240         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13241         __USE_XOPEN2K8].
13242         (CLD_KILLED): Likewise.
13243         (CLD_DUMPED): Likewise.
13244         (CLD_TRAPPED): Likewise.
13245         (CLD_STOPPED): Likewise.
13246         (CLD_CONTINUED): Likewise.
13247         (POLL_IN): Likewise.
13248         (POLL_OUT): Likewise.
13249         (POLL_MSG): Likewise.
13250         (POLL_ERR): Likewise.
13251         (POLL_PRI): Likewise.
13252         (POLL_HUP): Likewise.
13253         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13254         (ILL_ILLOPN): Likewise.
13255         (ILL_ILLADR): Likewise.
13256         (ILL_ILLTRP): Likewise.
13257         (ILL_PRVOPC): Likewise.
13258         (ILL_PRVREG): Likewise.
13259         (ILL_COPROC): Likewise.
13260         (ILL_BADSTK): Likewise.
13261         (FPE_INTDIV): Likewise.
13262         (FPE_INTOVF): Likewise.
13263         (FPE_FLTDIV): Likewise.
13264         (FPE_FLTOVF): Likewise.
13265         (FPE_FLTUND): Likewise.
13266         (FPE_FLTRES): Likewise.
13267         (FPE_FLTINV): Likewise.
13268         (FPE_FLTSUB): Likewise.
13269         (SEGV_MAPERR): Likewise.
13270         (SEGV_ACCERR): Likewise.
13271         (BUS_ADRALN): Likewise.
13272         (BUS_ADRERR): Likewise.
13273         (BUS_OBJERR): Likewise.
13274         (BUS_MCEERR_AR): Likewise.
13275         (BUS_MCEERR_AO): Likewise.
13276         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13277         (TRAP_TRACE): Likewise.
13278         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13279         __USE_XOPEN2K8].
13280         (CLD_KILLED): Likewise.
13281         (CLD_DUMPED): Likewise.
13282         (CLD_TRAPPED): Likewise.
13283         (CLD_STOPPED): Likewise.
13284         (CLD_CONTINUED): Likewise.
13285         (POLL_IN): Likewise.
13286         (POLL_OUT): Likewise.
13287         (POLL_MSG): Likewise.
13288         (POLL_ERR): Likewise.
13289         (POLL_PRI): Likewise.
13290         (POLL_HUP): Likewise.
13291         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13292         (ILL_ILLOPN): Likewise.
13293         (ILL_ILLADR): Likewise.
13294         (ILL_ILLTRP): Likewise.
13295         (ILL_PRVOPC): Likewise.
13296         (ILL_PRVREG): Likewise.
13297         (ILL_COPROC): Likewise.
13298         (ILL_BADSTK): Likewise.
13299         (ILL_DBLFLT): Likewise.
13300         (ILL_HARDWALL): Likewise.
13301         (FPE_INTDIV): Likewise.
13302         (FPE_INTOVF): Likewise.
13303         (FPE_FLTDIV): Likewise.
13304         (FPE_FLTOVF): Likewise.
13305         (FPE_FLTUND): Likewise.
13306         (FPE_FLTRES): Likewise.
13307         (FPE_FLTINV): Likewise.
13308         (FPE_FLTSUB): Likewise.
13309         (SEGV_MAPERR): Likewise.
13310         (SEGV_ACCERR): Likewise.
13311         (BUS_ADRALN): Likewise.
13312         (BUS_ADRERR): Likewise.
13313         (BUS_OBJERR): Likewise.
13314         (BUS_MCEERR_AR): Likewise.
13315         (BUS_MCEERR_AO): Likewise.
13316         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13317         (TRAP_TRACE): Likewise.
13318         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13319         __USE_XOPEN2K8].
13320         (CLD_KILLED): Likewise.
13321         (CLD_DUMPED): Likewise.
13322         (CLD_TRAPPED): Likewise.
13323         (CLD_STOPPED): Likewise.
13324         (CLD_CONTINUED): Likewise.
13325         (POLL_IN): Likewise.
13326         (POLL_OUT): Likewise.
13327         (POLL_MSG): Likewise.
13328         (POLL_ERR): Likewise.
13329         (POLL_PRI): Likewise.
13330         (POLL_HUP): Likewise.
13331         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13332         (ILL_ILLOPN): Likewise.
13333         (ILL_ILLADR): Likewise.
13334         (ILL_ILLTRP): Likewise.
13335         (ILL_PRVOPC): Likewise.
13336         (ILL_PRVREG): Likewise.
13337         (ILL_COPROC): Likewise.
13338         (ILL_BADSTK): Likewise.
13339         (FPE_INTDIV): Likewise.
13340         (FPE_INTOVF): Likewise.
13341         (FPE_FLTDIV): Likewise.
13342         (FPE_FLTOVF): Likewise.
13343         (FPE_FLTUND): Likewise.
13344         (FPE_FLTRES): Likewise.
13345         (FPE_FLTINV): Likewise.
13346         (FPE_FLTSUB): Likewise.
13347         (SEGV_MAPERR): Likewise.
13348         (SEGV_ACCERR): Likewise.
13349         (BUS_ADRALN): Likewise.
13350         (BUS_ADRERR): Likewise.
13351         (BUS_OBJERR): Likewise.
13352         (BUS_MCEERR_AR): Likewise.
13353         (BUS_MCEERR_AO): Likewise.
13354         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13355         (TRAP_TRACE): Likewise.
13356         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13357         __USE_XOPEN2K8].
13358         (CLD_KILLED): Likewise.
13359         (CLD_DUMPED): Likewise.
13360         (CLD_TRAPPED): Likewise.
13361         (CLD_STOPPED): Likewise.
13362         (CLD_CONTINUED): Likewise.
13363         (POLL_IN): Likewise.
13364         (POLL_OUT): Likewise.
13365         (POLL_MSG): Likewise.
13366         (POLL_ERR): Likewise.
13367         (POLL_PRI): Likewise.
13368         (POLL_HUP): Likewise.
13369         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13370         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13371
13372         [BZ #16670]
13373         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13374         before #include of <time.h>.
13375         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13376         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13377         (test-xfail-UNIX98/sched.h/conform): Likewise.
13378
13379 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13380
13381         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13382         error absence of trapping exception support.
13383         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13384
13385 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13386
13387         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13388         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13389         * timezone/Makefile (testdata): Move definition above include of
13390         Rules.
13391         (test-zones): New variable.
13392         (tests-special): Add zone files.
13393         (build-testdata): Use $(evaluate-test).
13394
13395         * elf/Makefile (tests-special): Rename tests to end with .out.
13396         ($(objpfx)noload-mem): Likewise.
13397         ($(objpfx)tst-leaks1-mem): Likewise.
13398         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13399         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13400         $(objpfx)test-iconvconfig.out.
13401         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13402         set -e inside subshell and redirect output to file.
13403         * iconvdata/Makefile (generated): Rename tests to end with .out.
13404         Correct type.
13405         (tests-special): Rename tests to end with .out.
13406         ($(objpfx)mtrace-tst-loading): Likewise.
13407         * intl/Makefile (generated): Likewise.
13408         (tests-special): Likewise.
13409         ($(objpfx)mtrace-tst-gettext): Likewise.
13410         * misc/Makefile (generated): Likewise.
13411         (tests-special): Likewise.
13412         ($(objpfx)tst-error1-mem): Likewise.
13413         * nptl/Makefile (tests-special): Likewise.
13414         ($(objpfx)tst-stack3-mem): Likewise.
13415         (generated): Likewise.
13416         * posix/Makefile (generated): Likewise.
13417         (tests-special): Likewise.
13418         (xtests-special): Likewise.
13419         ($(objpfx)tst-fnmatch-mem): Likewise.
13420         ($(objpfx)bug-regex2-mem): Likewise.
13421         ($(objpfx)bug-regex14-mem): Likewise.
13422         ($(objpfx)bug-regex21-mem): Likewise.
13423         ($(objpfx)bug-regex31-mem): Likewise.
13424         ($(objpfx)tst-vfork3-mem): Likewise.
13425         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13426         ($(objpfx)tst-pcre-mem): Likewise.
13427         ($(objpfx)tst-boost-mem): Likewise.
13428         ($(objpfx)bug-ga2-mem): Likewise.
13429         ($(objpfx)bug-glob2-mem): Likewise.
13430         * resolv/Makefile (generate): Likewise.
13431         (tests-special): Likewise.
13432         (xtests-special): Likewise.
13433         (generated): Likewise.
13434         ($(objpfx)mtrace-tst-leaks): Likewise.
13435         ($(objpfx)mtrace-tst-leaks2): Likewise.
13436
13437         * scripts/merge-test-results.sh: New file.
13438         * Makefile (tests-special-notdir): New variable.
13439         (tests): Run merge-test-results.sh.
13440         (xtests): Likewise.
13441         * Rules (tests-special-notdir): New variable.
13442         (xtests-special-notdir): Likewise.
13443         (tests): Run merge-test-results.sh
13444         (xtests): Likewise.
13445
13446         * Makeconfig (test-xfail-name): New variable.
13447         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13448         compute variable name for expected failures.
13449         * conform/Makefile (conformtest-headers-data): New variable.
13450         (conformtest-standards): Likewise.
13451         (conformtest-headers-ISO): Likewise.
13452         (conformtest-headers-ISO99): Likewise.
13453         (conformtest-headers-ISO11): Likewise.
13454         (conformtest-headers-POSIX): Likewise.
13455         (conformtest-headers-XPG3): Likewise.
13456         (conformtest-headers-XPG4): Likewise.
13457         (conformtest-headers-UNIX98): Likewise.
13458         (conformtest-headers-XOPEN2K): Likewise.
13459         (conformtest-headers-POSIX2008): Likewise.
13460         (conformtest-headers-XOPEN2K8): Likewise.
13461         (conformtest-header-list-base): Likewise.
13462         (conformtest-header-list-tests): Likewise.
13463         (conformtest-header-base): Likewise.
13464         (conformtest-header-tests): Likewise.
13465         (tests-special): Add $(conformtest-header-list-tests).  If
13466         [$(fast-check) && !$(cross-compiling)], add
13467         $(conformtest-header-tests) instead of
13468         $(objpfx)run-conformtest.out.
13469         (generated): Add $(conformtest-header-list-base).  If
13470         [$(fast-check) && !$(cross-compiling)], add
13471         $(conformtest-header-base).  Remove previous setting.
13472         ($(conformtest-header-list-tests)): New target.
13473         (test-xfail-run-conformtest): Remove variable.
13474         ($(objpfx)run-conformtest.out): Remove target.
13475         (test-xfail-ISO11/complex.h/conform): New variable.
13476         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13477         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13478         (test-xfail-XPG3/varargs.h/conform): Likewise.
13479         (test-xfail-XPG4/varargs.h/conform): Likewise.
13480         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13481         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13482         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13483         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13484         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13485         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13486         (test-xfail-XPG3/ftw.h/conform): Likewise.
13487         (test-xfail-XPG3/grp.h/conform): Likewise.
13488         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13489         (test-xfail-XPG3/limits.h/conform): Likewise.
13490         (test-xfail-XPG3/pwd.h/conform): Likewise.
13491         (test-xfail-XPG3/search.h/conform): Likewise.
13492         (test-xfail-XPG3/signal.h/conform): Likewise.
13493         (test-xfail-XPG3/stdio.h/conform): Likewise.
13494         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13495         (test-xfail-XPG3/string.h/conform): Likewise.
13496         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13497         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13498         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13499         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13500         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13501         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13502         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13503         (test-xfail-XPG3/termios.h/conform): Likewise.
13504         (test-xfail-XPG3/time.h/conform): Likewise.
13505         (test-xfail-XPG3/unistd.h/conform): Likewise.
13506         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13507         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13508         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13509         (test-xfail-XPG4/netdb.h/conform): Likewise.
13510         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13511         (test-xfail-XPG4/signal.h/conform): Likewise.
13512         (test-xfail-XPG4/stdio.h/conform): Likewise.
13513         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13514         (test-xfail-XPG4/stropts.h/conform): Likewise.
13515         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13516         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13517         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13518         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13519         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13520         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13521         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13522         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13523         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13524         (test-xfail-XPG4/termios.h/conform): Likewise.
13525         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13526         (test-xfail-XPG4/unistd.h/conform): Likewise.
13527         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13528         (test-xfail-POSIX/sched.h/conform): Likewise.
13529         (test-xfail-POSIX/signal.h/conform): Likewise.
13530         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13531         (test-xfail-POSIX/tar.h/conform): Likewise.
13532         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13533         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13534         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13535         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13536         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13537         (test-xfail-UNIX98/sched.h/conform): Likewise.
13538         (test-xfail-UNIX98/signal.h/conform): Likewise.
13539         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13540         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13541         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13542         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13543         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13544         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13545         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13546         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13547         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13548         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13549         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13550         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13551         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13552         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13553         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13554         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13555         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13556         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13557         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13558         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13559         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13560         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13561         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13562         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13563         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13564         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13565         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13566         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13567         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13568         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13569         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13570         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13571         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13572         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13573         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13574         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13575         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13576         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13577         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13578         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13579         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13580         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13581         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13582         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13583         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13584         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13585         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13586         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13587         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13588         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13589         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13590         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13591         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13592         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13593         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13594         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13595         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13596         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13597         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13598         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13599         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13600         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13601         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13602         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13603         (conformtest-cc-flags): Likewise.
13604         ($(conformtest-header-tests): New target.
13605         * conform/check-header-lists.sh: New file.
13606         * conform/run-conformtest.sh: Remove.
13607
13608         * conform/conformtest.pl: Allow ' and \ in values given for
13609         constants.
13610         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13611         inclusion.
13612         [POSIX] (sys/types.h): Likewise.
13613         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13614         inclusion.
13615         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13616         inclusion.
13617         * conform/data/signal.h-data (SIGIO): Remove expectation.
13618         [XPG3] (SIGBUS): Do not expect.
13619         [POSIX || XPG3] (SIGPOLL): Likewise.
13620         [POSIX || XPG3] (SIGPROF): Likewise.
13621         [POSIX || XPG3] (SIGSYS): Likewise.
13622         [XPG3] (SIGTRAP): Likewise.
13623         [POSIX || XPG3] (SIGURG): Likewise.
13624         [POSIX || XPG3] (SIGVTALRM): Likewise.
13625         [POSIX || XPG3] (SIGXCPU): Likewise.
13626         [POSIX || XPG3] (SIGXFSZ): Likewise.
13627         [POSIX] (SA_SIGINFO): Expect.
13628         [XPG3] (siginfo_t): Do not expect type or contents.
13629         [POSIX] (si_pid): Do not expect element.
13630         [POSIX] (si_uid): Likewise.
13631         [POSIX] (si_addr): Likewise.
13632         [POSIX] (si_status): Likewise.
13633         [POSIX] (si_band): Likewise.
13634         [XPG4] (si_value): Likewise.
13635         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13636         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13637         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13638         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13639         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13640         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13641         [POSIX || XPG3] (ILL_COPROC): Likewise.
13642         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13643         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13644         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13645         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13646         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13647         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13648         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13649         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13650         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13651         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13652         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13653         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13654         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13655         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13656         [POSIX || XPG3] (CLD_EXITED): Likewise.
13657         [POSIX || XPG3] (CLD_KILLED): Likewise.
13658         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13659         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13660         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13661         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13662         [POSIX || XPG3] (POLL_IN): Likewise.
13663         [POSIX || XPG3] (POLL_OUT): Likewise.
13664         [POSIX || XPG3] (POLL_MSG): Likewise.
13665         [POSIX || XPG3] (POLL_ERR): Likewise.
13666         [POSIX || XPG3] (POLL_PRI): Likewise.
13667         [POSIX || XPG3] (POLL_HUP): Likewise.
13668         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13669         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13670         (SIG*): Do not allow.
13671         [XPG3] (si_*): Likewise.
13672         [XPG3] (SI_*): Likewise.
13673         [XPG3 || XPG4] (sigev_*): Likewise.
13674         [XPG3 || XPG4] (SIGEV_*): Likewise.
13675         [XPG3 || XPG4] (sival_*): Likewise.
13676         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13677         [POSIX || XPG3] (BUS_*): Likewise.
13678         [POSIX || XPG3] (CLD_*): Likewise.
13679         [POSIX || XPG3] (FPE_*): Likewise.
13680         [POSIX || XPG3] (ILL_*): Likewise.
13681         [POSIX || XPG3] (POLL_*): Likewise.
13682         [POSIX || XPG3] (SEGV_*): Likewise.
13683         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13684         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13685         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13686         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13687         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13688         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13689         Specify type and value.
13690         (TVERSLEN): Likewise.
13691         (REGTYPE): Likewise.
13692         (AREGTYPE): Likewise.
13693         (LNKTYPE): Likewise.
13694         (SYMTYPE): Likewise.
13695         (CHRTYPE): Likewise.
13696         (BLKTYPE): Likewise.
13697         (DIRTYPE): Likewise.
13698         (FIFOTYPE): Likewise.
13699         (CONTTYPE): Likewise.
13700         (TSUID): Likewise.
13701         (TSGID): Likewise.
13702         (TSVTX): Likewise.
13703         (TUREAD): Likewise.
13704         (TUWRITE): Likewise.
13705         (TUEXEC): Likewise.
13706         (TGREAD): Likewise.
13707         (TGWRITE): Likewise.
13708         (TGEXEC): Likewise.
13709         (TOREAD): Likewise.
13710         (TOWRITE): Likewise.
13711         (TOEXEC): Likewise.
13712         [POSIX] (TSVTX): Expect constant.
13713
13714 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13715
13716         * Makefile (tests): Change dependencies to ....
13717         (tests-special): ... additions to this variable.
13718         (tests): Depend on $(tests-special).
13719         * Makerules (check-abi-list): New variable.
13720         (check-abi): Depend on $(check-abi-list).
13721         [$(subdir) = elf] (tests-special): Add
13722         $(objpfx)check-abi-libc.out.
13723         [$(build-shared) = yes && subdir] (tests-special): Add
13724         $(check-abi-list).
13725         [$(build-shared) = yes && subdir] (tests): Do not depend on
13726         check-abi.
13727         * Rules (tests): Depend on $(tests-special).
13728         (xtests): Depend on $(xtests-special).
13729         * catgets/Makefile (tests): Change dependencies to ....
13730         (tests-special): ... additions to this variable.
13731         * conform/Makefile (tests): Change dependencies to ....
13732         (tests-special): ... additions to this variable.
13733         * elf/Makefile (tests): Change dependencies to ....
13734         (tests-special): ... additions to this variable.
13735         * grp/Makefile (tests): Change dependencies to ....
13736         (tests-special): ... additions to this variable.
13737         * iconv/Makefile (xtests): Change dependencies to ....
13738         (xtests-special): ... additions to this variable.
13739         * iconvdata/Makefile (tests): Change dependencies to ....
13740         (tests-special): ... additions to this variable.
13741         * intl/Makefile (tests): Change dependencies to ....
13742         (tests-special): ... additions to this variable.  Also add
13743         $(objpfx)tst-gettext.out.
13744         * io/Makefile (tests): Change dependencies to ....
13745         (tests-special): ... additions to this variable.
13746         * libio/Makefile (tests): Change dependencies to ....
13747         (tests-special): ... additions to this variable.
13748         * malloc/Makefile (tests): Change dependencies to ....
13749         (tests-special): ... additions to this variable.
13750         * misc/Makefile (tests): Change dependencies to ....
13751         (tests-special): ... additions to this variable.
13752         * nptl/Makefile (tests): Change dependencies to ....
13753         (tests-special): ... additions to this variable.
13754         * nptl_db/Makefile (tests): Change dependencies to ....
13755         (tests-special): ... additions to this variable.
13756         * posix/Makefile (tests): Change dependencies to ....
13757         (tests-special): ... additions to this variable.
13758         (xtests): Change dependencies to ....
13759         (xtests-special): ... additions to this variable.
13760         * resolv/Makefile (tests): Change dependencies to ....
13761         (tests-special): ... additions to this variable.
13762         (xtests): Change dependencies to ....
13763         (xtests-special): ... additions to this variable.
13764         * stdio-common/Makefile (tests): Change dependencies to ....
13765         (tests-special): ... additions to this variable.
13766         (do-tst-unbputc): Remove target.
13767         (do-tst-printf): Likewise.
13768         * stdlib/Makefile (tests): Change dependencies to ....
13769         (tests-special): ... additions to this variable.
13770         * string/Makefile (tests): Change dependencies to ....
13771         (tests-special): ... additions to this variable.
13772         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13773         (tests-special): ... additions to this variable.
13774
13775         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13776         whole file.
13777         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13778         whole file.
13779         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13780         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13781
13782         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13783         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13784         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13785         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13786         * conform/data/libgen.h-data [XPG3]: Likewise.
13787         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13788         * conform/data/ndbm.h-data [XPG3]: Likewise.
13789         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13790         * conform/data/netdb.h-data [XPG3]: Likewise.
13791         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13792         * conform/data/poll.h-data [XPG3]: Likewise.
13793         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13794         * conform/data/strings.h-data [XPG3]: Likewise.
13795         * conform/data/stropts.h-data [XPG3]: Likewise.
13796         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13797         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13798         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13799         Likewise.
13800         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13801         * conform/data/sys/time.h-data [XPG3]: Likewise.
13802         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13803         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13804         * conform/data/sys/un.h-data [XPG3]: Likewise.
13805         * conform/data/syslog.h-data [XPG3]: Likewise.
13806         * conform/data/ucontext.h-data [XPG3]: Likewise.
13807         * conform/data/utmpx.h-data [XPG3]: Likewise.
13808         * conform/data/varargs.h-data [UNIX98]: Enable file.
13809
13810         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13811
13812         * math/libm-test.inc (struct test_f_f_data): Move expected results
13813         into structure for each rounding mode.
13814         (struct test_ff_f_data): Likewise.
13815         (struct test_ff_f_data_nexttoward): Likewise.
13816         (struct test_fi_f_data): Likewise.
13817         (struct test_fl_f_data): Likewise.
13818         (struct test_if_f_data): Likewise.
13819         (struct test_fff_f_data): Likewise.
13820         (struct test_c_f_data): Likewise.
13821         (struct test_f_f1_data): Likewise.
13822         (struct test_fF_f1_data): Likewise.
13823         (struct test_ffI_f1_data): Likewise.
13824         (struct test_c_c_data): Likewise.
13825         (struct test_cc_c_data): Likewise.
13826         (struct test_f_i_data): Likewise.
13827         (struct test_ff_i_data): Likewise.
13828         (struct test_f_l_data): Likewise.
13829         (struct test_f_L_data): Likewise.
13830         (struct test_fFF_11_data): Likewise.
13831         (RM_): New macro.
13832         (RM_FE_DOWNWARD): Likewise.
13833         (RM_FE_TONEAREST): Likewise.
13834         (RM_FE_TOWARDZERO): Likewise.
13835         (RM_FE_UPWARD): Likewise.
13836         (RUN_TEST_LOOP_f_f): Update references to expected results.
13837         (RUN_TEST_LOOP_2_f): Likewise.
13838         (RUN_TEST_LOOP_fff_f): Likewise.
13839         (RUN_TEST_LOOP_c_f): Likewise.
13840         (RUN_TEST_LOOP_f_f1): Likewise.
13841         (RUN_TEST_LOOP_fF_f1): Likewise.
13842         (RUN_TEST_LOOP_fI_f1): Likewise.
13843         (RUN_TEST_LOOP_ffI_f1): Likewise.
13844         (RUN_TEST_LOOP_c_c): Likewise.
13845         (RUN_TEST_LOOP_cc_c): Likewise.
13846         (RUN_TEST_LOOP_f_i): Likewise.
13847         (RUN_TEST_LOOP_f_i_tg): Likewise.
13848         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13849         (RUN_TEST_LOOP_f_b): Likewise.
13850         (RUN_TEST_LOOP_f_b_tg): Likewise.
13851         (RUN_TEST_LOOP_f_l): Likewise.
13852         (RUN_TEST_LOOP_f_L): Likewise.
13853         (RUN_TEST_LOOP_fFF_11): Likewise.
13854         * math/gen-libm-test.pl (parse_args): Output four copies of
13855         expected results for each test.
13856
13857         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13858         (__ASSUME_UTIMES): Remove.
13859         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13860         (__ASSUME_UTIMES): Likewise.
13861
13862         * math/gen-auto-libm-tests.c: Update comment on output format.
13863         (output_for_one_input_case): Generate before-rounding and
13864         after-rounding information as conditions on output flags not
13865         floating-point format.
13866         * math/auto-libm-test-out: Regenerated.
13867         * math/gen-libm-test.pl (cond_value): New function.
13868         (or_cond_value): Use cond_value.
13869         (generate_testfile): Handle conditional exceptions.
13870
13871 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13872
13873         * math/libm-test.inc (max_valid_error): New variable.
13874         (init_max_error): Take new argument specifying whether function
13875         results are exactly determined.  Set max_valid_error and bound
13876         other variables for errors based on this argument.
13877         (set_max_error): Do not record results above max_valid_error.
13878         (check_float_internal): Only accept errors of up to 0.5ulps if
13879         also at most max_valid_error.
13880         (START): Take new argument EXACT and pass it to init_max_error.
13881         (acos_test): Update call to START.
13882         (acos_test_tonearest): Likewise.
13883         (acos_test_towardzero): Likewise.
13884         (acos_test_downward): Likewise.
13885         (acos_test_upward): Likewise.
13886         (acosh_test): Likewise.
13887         (asin_test): Likewise.
13888         (asin_test_tonearest): Likewise.
13889         (asin_test_towardzero): Likewise.
13890         (asin_test_downward): Likewise.
13891         (asin_test_upward): Likewise.
13892         (asinh_test): Likewise.
13893         (atan_test): Likewise.
13894         (atanh_test): Likewise.
13895         (atan2_test): Likewise.
13896         (cabs_test): Likewise.
13897         (cacos_test): Likewise.
13898         (cacosh_test): Likewise.
13899         (carg_test): Likewise.
13900         (casin_test): Likewise.
13901         (casinh_test): Likewise.
13902         (catan_test): Likewise.
13903         (catanh_test): Likewise.
13904         (cbrt_test): Likewise.
13905         (ccos_test): Likewise.
13906         (ccosh_test): Likewise.
13907         (ceil_test): Likewise.
13908         (cexp_test): Likewise.
13909         (cimag_test): Likewise.
13910         (clog_test): Likewise.
13911         (clog10_test): Likewise.
13912         (conj_test): Likewise.
13913         (copysign_test): Likewise.
13914         (cos_test): Likewise.
13915         (cos_test_tonearest): Likewise.
13916         (cos_test_towardzero): Likewise.
13917         (cos_test_downward): Likewise.
13918         (cos_test_upward): Likewise.
13919         (cosh_test): Likewise.
13920         (cosh_test_tonearest): Likewise.
13921         (cosh_test_towardzero): Likewise.
13922         (cosh_test_downward): Likewise.
13923         (cosh_test_upward): Likewise.
13924         (cpow_test): Likewise.
13925         (cproj_test): Likewise.
13926         (creal_test): Likewise.
13927         (csin_test): Likewise.
13928         (csinh_test): Likewise.
13929         (csqrt_test): Likewise.
13930         (ctan_test): Likewise.
13931         (ctan_test_tonearest): Likewise.
13932         (ctan_test_towardzero): Likewise.
13933         (ctan_test_downward): Likewise.
13934         (ctan_test_upward): Likewise.
13935         (ctanh_test): Likewise.
13936         (ctanh_test_tonearest): Likewise.
13937         (ctanh_test_towardzero): Likewise.
13938         (ctanh_test_downward): Likewise.
13939         (ctanh_test_upward): Likewise.
13940         (erf_test): Likewise.
13941         (erfc_test): Likewise.
13942         (exp_test): Likewise.
13943         (exp_test_tonearest): Likewise.
13944         (exp_test_towardzero): Likewise.
13945         (exp_test_downward): Likewise.
13946         (exp_test_upward): Likewise.
13947         (exp10_test): Likewise.
13948         (exp10_test_tonearest): Likewise.
13949         (exp10_test_towardzero): Likewise.
13950         (exp10_test_downward): Likewise.
13951         (exp10_test_upward): Likewise.
13952         (pow10_test): Likewise.
13953         (exp2_test): Likewise.
13954         (expm1_test): Likewise.
13955         (expm1_test_tonearest): Likewise.
13956         (expm1_test_towardzero): Likewise.
13957         (expm1_test_downward): Likewise.
13958         (expm1_test_upward): Likewise.
13959         (fabs_test): Likewise.
13960         (fdim_test): Likewise.
13961         (floor_test): Likewise.
13962         (fma_test): Likewise.
13963         (fma_test_towardzero): Likewise.
13964         (fma_test_downward): Likewise.
13965         (fma_test_upward): Likewise.
13966         (fmax_test): Likewise.
13967         (fmin_test): Likewise.
13968         (fmod_test): Likewise.
13969         (fpclassify_test): Likewise.
13970         (frexp_test): Likewise.
13971         (hypot_test): Likewise.
13972         (ilogb_test): Likewise.
13973         (isfinite_test): Likewise.
13974         (finite_test): Likewise.
13975         (isgreater_test): Likewise.
13976         (isgreaterequal_test): Likewise.
13977         (isinf_test): Likewise.
13978         (isless_test): Likewise.
13979         (islessequal_test): Likewise.
13980         (islessgreater_test): Likewise.
13981         (isnan_test): Likewise.
13982         (isnormal_test): Likewise.
13983         (issignaling_test): Likewise.
13984         (isunordered_test): Likewise.
13985         (j0_test): Likewise.
13986         (j1_test): Likewise.
13987         (jn_test): Likewise.
13988         (ldexp_test): Likewise.
13989         (lgamma_test): Likewise.
13990         (gamma_test): Likewise.
13991         (lrint_test): Likewise.
13992         (lrint_test_tonearest): Likewise.
13993         (lrint_test_towardzero): Likewise.
13994         (lrint_test_downward): Likewise.
13995         (lrint_test_upward): Likewise.
13996         (llrint_test): Likewise.
13997         (llrint_test_tonearest): Likewise.
13998         (llrint_test_towardzero): Likewise.
13999         (llrint_test_downward): Likewise.
14000         (llrint_test_upward): Likewise.
14001         (log_test): Likewise.
14002         (log10_test): Likewise.
14003         (log1p_test): Likewise.
14004         (log2_test): Likewise.
14005         (logb_test): Likewise.
14006         (logb_test_downward): Likewise.
14007         (lround_test): Likewise.
14008         (llround_test): Likewise.
14009         (modf_test): Likewise.
14010         (nearbyint_test): Likewise.
14011         (nextafter_test): Likewise.
14012         (nexttoward_test): Likewise.
14013         (pow_test): Likewise.
14014         (pow_test_tonearest): Likewise.
14015         (pow_test_towardzero): Likewise.
14016         (pow_test_downward): Likewise.
14017         (pow_test_upward): Likewise.
14018         (remainder_test): Likewise.
14019         (drem_test): Likewise.
14020         (remainder_test_tonearest): Likewise.
14021         (drem_test_tonearest): Likewise.
14022         (remainder_test_towardzero): Likewise.
14023         (drem_test_towardzero): Likewise.
14024         (remainder_test_downward): Likewise.
14025         (drem_test_downward): Likewise.
14026         (remainder_test_upward): Likewise.
14027         (drem_test_upward): Likewise.
14028         (remquo_test): Likewise.
14029         (rint_test): Likewise.
14030         (rint_test_tonearest): Likewise.
14031         (rint_test_towardzero): Likewise.
14032         (rint_test_downward): Likewise.
14033         (rint_test_upward): Likewise.
14034         (round_test): Likewise.
14035         (scalb_test): Likewise.
14036         (scalbn_test): Likewise.
14037         (scalbln_test): Likewise.
14038         (signbit_test): Likewise.
14039         (sin_test): Likewise.
14040         (sin_test_tonearest): Likewise.
14041         (sin_test_towardzero): Likewise.
14042         (sin_test_downward): Likewise.
14043         (sin_test_upward): Likewise.
14044         (sincos_test): Likewise.
14045         (sinh_test): Likewise.
14046         (sinh_test_tonearest): Likewise.
14047         (sinh_test_towardzero): Likewise.
14048         (sinh_test_downward): Likewise.
14049         (sinh_test_upward): Likewise.
14050         (sqrt_test): Likewise.
14051         (sqrt_test_tonearest): Likewise.
14052         (sqrt_test_towardzero): Likewise.
14053         (sqrt_test_downward): Likewise.
14054         (sqrt_test_upward): Likewise.
14055         (tan_test): Likewise.
14056         (tan_test_tonearest): Likewise.
14057         (tan_test_towardzero): Likewise.
14058         (tan_test_downward): Likewise.
14059         (tan_test_upward): Likewise.
14060         (tanh_test): Likewise.
14061         (tgamma_test): Likewise.
14062         (trunc_test): Likewise.
14063         (y0_test): Likewise.
14064         (y1_test): Likewise.
14065         (yn_test): Likewise.
14066         (significand_test): Likewise.
14067
14068         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
14069         individual tests in comment.
14070         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
14071         (prev_max_error): New variable.
14072         (prev_real_max_error): Likewise.
14073         (prev_imag_max_error): Likewise.
14074         (compare_ulp_data): Don't refer to test names in comment.
14075         (find_test_ulps): Remove function.
14076         (find_function_ulps): Likewise.
14077         (find_complex_function_ulps): Likewise.
14078         (init_max_error): Take function name as argument.  Look up ulps
14079         for that function.
14080         (print_ulps): Remove function.
14081         (print_max_error): Use prev_max_error instead of calling
14082         find_function_ulps.
14083         (print_complex_max_error): Use prev_real_max_error and
14084         prev_imag_max_error instead of calling find_complex_function_ulps.
14085         (check_float_internal): Take max_ulp parameter instead of calling
14086         find_test_ulps.  Don't call print_ulps.
14087         (check_float): Update call to check_float_internal.
14088         (check_complex): Update calls to check_float_internal.
14089         (START): Pass argument to init_max_error.
14090         * math/gen-libm-test.pl (%results): Don't include "kind"
14091         information.
14092         (parse_ulps): Don't handle ulps of individual tests.
14093         (print_ulps_file): Likewise.
14094         (output_ulps): Likewise.
14095         * math/README.libm-test: Update.
14096         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
14097         individual tests.
14098         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
14099         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
14100         * sysdeps/arm/libm-test-ulps: Likewise.
14101         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
14102         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
14103         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
14104         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
14105         * sysdeps/microblaze/libm-test-ulps: Likewise.
14106         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
14107         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
14108         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
14109         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
14110         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
14111         * sysdeps/sh/libm-test-ulps: Likewise.
14112         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
14113         * sysdeps/tile/libm-test-ulps: Likewise.
14114         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14115
14116 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
14117
14118         * math/libm-test.inc (print_complex_max_error): Check separately
14119         whether real and imaginary errors are within allowed range and
14120         pass 0 to print_complex_function_ulps instead of value within
14121         allowed range.
14122
14123 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14124
14125         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14126         formatting.
14127         (get_handles_fopen): Likewise.
14128         (do_write_test): Likewise.
14129
14130         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14131
14132         * libio/fileops.c (do_ftell): Use cached offset when
14133         available.
14134         * libio/iofwide.c (do_ftell_wide): Likewise.
14135         * libio/iofdopen.c (_IO_new_fdopen): Don't use
14136         _IO_file_attach.
14137         * libio/wfileops.c (_IO_fwide): Don't cache offset.
14138
14139         [BZ #16532]
14140         * libio/libioP.h (get_file_offset): New function.
14141         * libio/fileops.c (get_file_offset): Likewise.
14142         (do_ftell): Likewise.
14143         (_IO_new_file_seekoff): Split out ftell logic.
14144         * libio/wfileops.c (do_ftell_wide): Likewise.
14145         (_IO_wfile_seekoff): Split out ftell logic.
14146         * libio/tst-ftell-active-handler.c: New test case.
14147         * libio/Makefile (tests): Add it.
14148
14149 2014-03-03  Roland McGrath  <roland@hack.frob.com>
14150
14151         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14152         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14153
14154 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14155
14156         [BZ #16639]
14157         * nscd/connections.c (nscd_init): Call do_exit.
14158         (start_threads): Call do_exit and notify_parent.
14159         (begin_drop_privileges): Call do_exit.
14160         (finish_drop_privileges): Likewise.
14161         * nscd/selinux.c (preserve_capabilities): Likewise.
14162         (install_real_capabilities): Likewise.
14163         (nscd_selinux_enabled): Likewise.
14164         (avc_create_thread): Likewise.
14165         (avc_alloc_lock): Likewise.
14166         (nscd_avc_init): Likewise.
14167         * nscd/nscd.c (parent_fd): New static variable.
14168         (main): Create a pipe between parent and child processes.
14169         Skip closing parent_fd.
14170         (monitor_child): New function.
14171         (do_exit): Likewise.
14172         (notify_parent): Likewise.
14173         * nscd/nscd.h (notify_parent): Likewise.
14174         (do_exit): Likewise.
14175
14176 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
14177
14178         * malloc/malloc.c (__libc_calloc): Revert last change.
14179
14180 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14181
14182         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14183
14184 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14185
14186         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14187         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14188         implementation.
14189         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14190         (__libc_ifunc_impl_list): Likewise.
14191         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14192         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14193         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14194         * string/strrchr.c: Define STRRCHR.
14195
14196 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
14197
14198         * benchtest/bench-strtok.c (simple_strtok): Delete.
14199         (strtok_string): Use as benchmark.
14200         * string/strtok (STRTOK): New macro.
14201
14202 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
14203
14204         * manual/threads.texi: Add header and standard comments to all
14205         functions.
14206
14207         * elf/dl-lookup.c (check_match): New function.
14208         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14209         (do_lookup_x): Remove nested function check_match. Use non-nested
14210         function check_match.
14211
14212 2014-02-28  Roland McGrath  <roland@hack.frob.com>
14213
14214         * csu/Makefile (generated, before-compile): Use += rather than =.
14215         * catgets/Makefile (generated, generated-dirs): Likewise.
14216         * debug/Makefile (generated): Likewise.
14217         * dlfcn/Makefile (generated): Likewise.
14218         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14219         * iconvdata/Makefile (before-compile, generated): Likewise.
14220         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14221         * libio/Makefile (generated): Likewise.
14222         * malloc/Makefile (generated): Likewise.
14223         * manual/Makefile (generated, generated-dirs): Likewise.
14224         * misc/Makefile (generated): Likewise.
14225         * posix/Makefile (generated): Likewise.
14226         * resolv/Makefile (generated): Likewise.
14227         * sunrpc/Makefile (generated, generated-dirs): Likewise.
14228         * timezone/Makefile (generated, generated-dirs): Likewise.
14229
14230         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14231
14232 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14233
14234         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14235         power8 implementation.
14236         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14237         file: POWER8 llround ifunc implementation.
14238         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14239         (__lllround): Add POWER8 implementation.
14240         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14241         POWER8 llround implementation.
14242
14243         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14244         power8 implementation.
14245         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14246         file: POWER8 llrint ifunc implementation.
14247         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14248         Add POWER8 implementation.
14249         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14250         POWER8 llrint implementation.
14251
14252         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14253         power8 implementation.
14254         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14255         file: POWER8 finite ifunc implementation.
14256         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14257         Add POWER8 implementation.
14258         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14259         Likewise.
14260         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14261         POWER8 finite implementation.
14262         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14263
14264         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14265         power8 implementation.
14266         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14267         file: POWER8 isinf ifunc implementation.
14268         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14269         POWER8 implementation.
14270         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14271         Likewise.
14272         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14273         isinf implementation.
14274         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14275
14276         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14277         (INIT_ARCH): Add hwcap2 initialization.
14278         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14279         power8 implementation.
14280         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14281         file: POWER8 isnan ifunc implementation.
14282         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14283         POWER8 implementation.
14284         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14285         Likewise.
14286         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14287         isnan implementation.
14288         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14289
14290 2014-02-27  Joey Ye  <joey.ye@arm.com>
14291
14292         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14293         (_FP_NANFRAC_Q): Set to zero.
14294
14295 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14296
14297         [BZ #16623]
14298         * math/auto-libm-test-in: New test inputs.
14299         * math/auto-libm-test-out: Regenerate.
14300         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14301         and DA.
14302         (__cos): Likewise.
14303         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14304
14305 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14306
14307         * scripts/evaluate-test.sh: Take new argument indicating whether
14308         failure is expected.
14309         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14310         indicating whether failure is expected.
14311         * conform/Makefile (test-xfail-run-conformtest): New variable.
14312         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14313         level.
14314         * posix/Makefile (test-xfail-annexc): New variable.
14315         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14316
14317 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14318
14319         * argp/Makefile: Include Makeconfig immediately after defining
14320         subdir.
14321         * assert/Makefile: Likewise.
14322         * benchtests/Makefile: Likewise.
14323         * catgets/Makefile: Likewise.
14324         * conform/Makefile: Likewise.
14325         * crypt/Makefile: Likewise.
14326         * csu/Makefile: Likewise.
14327         (all): Remove target.
14328         * ctype/Makefile: Include Makeconfig immediately after defining
14329         subdir.
14330         * debug/Makefile: Likewise.
14331         * dirent/Makefile: Likewise.
14332         * dlfcn/Makefile: Likewise.
14333         * gmon/Makefile: Likewise.
14334         * gnulib/Makefile: Likewise.
14335         * grp/Makefile: Likewise.
14336         * gshadow/Makefile: Likewise.
14337         * hesiod/Makefile: Likewise.
14338         * hurd/Makefile: Likewise.
14339         (all): Remove target.
14340         * iconvdata/Makefile: Include Makeconfig immediately after
14341         defining subdir.
14342         * inet/Makefile: Likewise.
14343         * intl/Makefile: Likewise.
14344         * io/Makefile: Likewise.
14345         * libio/Makefile: Likewise.
14346         (all): Remove target.
14347         * locale/Makefile: Include Makeconfig immediately after defining
14348         subdir.
14349         * login/Makefile: Likewise.
14350         * mach/Makefile: Likewise.
14351         (all): Remove target.
14352         * malloc/Makefile: Include Makeconfig immediately after defining
14353         subdir.
14354         (all): Remove target.
14355         * manual/Makefile: Include Makeconfig immediately after defining
14356         subdir.
14357         * math/Makefile: Likewise.
14358         * misc/Makefile: Likewise.
14359         * nis/Makefile: Likewise.
14360         * nss/Makefile: Likewise.
14361         * po/Makefile: Likewise.
14362         (all): Remove target.
14363         * posix/Makefile: Include Makeconfig immediately after defining
14364         subdir.
14365         * pwd/Makefile: Likewise.
14366         * resolv/Makefile: Likewise.
14367         * resource/Makefile: Likewise.
14368         * rt/Makefile: Likewise.
14369         * setjmp/Makefile: Likewise.
14370         * shadow/Makefile: Likewise.
14371         * signal/Makefile: Likewise.
14372         * socket/Makefile: Likewise.
14373         * soft-fp/Makefile: Likewise.
14374         * stdio-common/Makefile: Likewise.
14375         * stdlib/Makefile: Likewise.
14376         * streams/Makefile: Likewise.
14377         * string/Makefile: Likewise.
14378         * sunrpc/Makefile: Likewise.
14379         (all): Remove target.
14380         * sysvipc/Makefile: Include Makeconfig immediately after defining
14381         subdir.
14382         * termios/Makefile: Likewise.
14383         * time/Makefile: Likewise.
14384         * timezone/Makefile: Likewise.
14385         (all): Remove target.
14386         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14387         subdir.
14388         * wctype/Makefile: Likewise.
14389
14390 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14391
14392         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14393         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14394         (libc_feholdexcept_setround_mips): Ditto.
14395         (libc_feholdsetround): New.
14396         (libc_feholdsetroundf): New.
14397         (libc_feholdsetroundl): New.
14398         (libc_feupdateenv_test_mips): New.
14399         (libc_feupdateenv_test): New.
14400         (libc_feupdateenv_testf): New.
14401         (libc_feupdateenv_testl): New.
14402         (libc_feresetround): New.
14403         (libc_feresetroundf): New.
14404         (libc_feresetroundl): New.
14405         (libc_fetestexcept_mips): New.
14406         (libc_fetestexcept): New.
14407         (libc_fetestexceptf): New.
14408         (libc_fetestexceptl): New.
14409         (HAVE_RM_CTX): New.
14410         (libc_feholdexcept_setround_mips_ctx): New.
14411         (libc_feholdexcept_setround_ctx): New.
14412         (libc_feholdexcept_setroundf_ctx): New.
14413         (libc_feholdexcept_setroundl_ctx): New.
14414         (libc_fesetenv_mips_ctx): New.
14415         (libc_fesetenv_ctx): New.
14416         (libc_fesetenv_ctxf): New.
14417         (libc_fesetenv_ctxl): New.
14418         (libc_feupdateenv_mips_ctx): New.
14419         (libc_feupdateenv_ctx): New.
14420         (libc_feupdateenvf_ctx): New.
14421         (libc_feupdateenvl_ctx): New.
14422         (libc_feholdsetround_mips_ctx): New.
14423         (libc_feholdsetround_ctx): New.
14424         (libc_feholdsetroundf_ctx): New.
14425         (libc_feholdsetroundl_ctx): New.
14426         (libc_feresetround_mips_ctx): New.
14427         (libc_feresetround_ctx): New.
14428         (libc_feresetroundf_ctx): New.
14429         (libc_feresetroundl_ctx): New.
14430
14431 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14432
14433         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14434
14435         * manual/ipc.texi: New file.
14436         * manual/Makefile (chapters): Add ipc.
14437         * manual/job.texi: Add "Inter-Process Communication" to next.
14438         * manual/process.texi: Add "Inter-Process Communication" to prev.
14439
14440 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14441
14442         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14443
14444 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14445
14446         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14447
14448         * manual/arith.texi: Fix spaces after sentences.
14449         * manual/charset.texi: Likewise.
14450         * manual/errno.texi: Likewise.
14451         * manual/install.texi: Likewise.
14452         * manual/llio.texi: Likewise.
14453         * manual/locale.texi: Likewise.
14454         * manual/maint.texi: Likewise.
14455         * manual/math.texi: Likewise.
14456         * manual/memory.texi: Likewise.
14457         * manual/message.texi: Likewise.
14458         * manual/probes.texi: Likewise.
14459         * manual/resource.texi: Likewise.
14460         * manual/signal.texi: Likewise.
14461         * manual/socket.texi: Likewise.
14462         * manual/stdio.texi: Likewise.
14463         * manual/string.texi: Likewise.
14464         * manual/time.texi: Likewise.
14465         * manual/users.texi: Likewise.
14466
14467 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14468
14469         [BZ #16632]
14470         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14471         _DEFAULT_SOURCE is defined.
14472
14473 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14474             Carlos O'Donell  <carlos@redhat.com>
14475
14476         [BZ #16613]
14477         * elf/dl-tls.c (_dl_count_modids): New function.
14478         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14479         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14480         audit library and increment generation counter.
14481         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14482         * elf/tst-audit9.c: New file.
14483         * elf/tst-auditmod9a.c: New file.
14484         * elf/tst-auditmod9b.c: New file.
14485         * elf/Makefile: Add rules to build and run tst-audit9.
14486
14487 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14488
14489         [BZ #15347]
14490         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14491
14492 2014-02-25  Will Newton  <will.newton@linaro.org>
14493
14494         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14495         (__longjmp): Restore sp and lr before restoring callee
14496         saved registers.  Add longjmp and longjmp_target
14497         SystemTap probe point.
14498         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14499         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14500         Define to zero to match jmpbuf layout.
14501         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14502         (__sigsetjmp): Save sp and lr before saving callee
14503         saved registers.  Add setjmp SystemTap probe point.
14504
14505 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14506
14507         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14508
14509 2014-02-24  Andreas Schwab  <schwab@suse.de>
14510
14511         [BZ #15804]
14512         * elf/pldd.c (wait_for_ptrace_stop): New function.
14513         (main): Call it after attaching.
14514
14515 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14516
14517         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14518         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14519         Versions files is now verboten.
14520         * hurd/Versions (libc: GLIBC_2.0):
14521         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14522         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14523         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14524         * mach/Versions: Likewise.
14525
14526         * csu/Versions: Remove unused %include.
14527         * resolv/Versions: Likewise.
14528
14529 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14530
14531         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14532         ($(objpfx)check-local-headers.out): Likewise.
14533         ($(objpfx)begin-end-check.out): Likewise.
14534         * Makerules (check-abi-%.out): Likewise.
14535         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14536         ($(objpfx)test2.cat): Likewise.
14537         ($(objpfx)de/libc.cat): Likewise.
14538         ($(objpfx)test-gencat.out): Likewise.
14539         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14540         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14541         ($(objpfx)noload-mem): Likewise.
14542         ($(objpfx)tst-pathopt.out): Likewise.
14543         ($(objpfx)tst-rtld-load-self.out): Likewise.
14544         ($(objpfx)tst-array1-cmp.out): Likewise.
14545         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14546         ($(objpfx)tst-array2-cmp.out): Likewise.
14547         ($(objpfx)tst-array3-cmp.out): Likewise.
14548         ($(objpfx)tst-array4-cmp.out): Likewise.
14549         ($(objpfx)tst-array5-cmp.out): Likewise.
14550         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14551         ($(objpfx)check-textrel.out): Likewise.
14552         ($(objpfx)check-execstack.out): Likewise.
14553         ($(objpfx)check-localplt.out): Likewise.
14554         ($(objpfx)order2-cmp.out): Likewise.
14555         ($(objpfx)tst-leaks1-mem): Likewise.
14556         ($(objpfx)tst-leaks1-static-mem): Likewise.
14557         ($(objpfx)tst-initorder-cmp.out): Likewise.
14558         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14559         ($(objpfx)tst-unused-dep.out): Likewise.
14560         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14561         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14562         * iconv/Makefile (test-iconvconfig): Likewise.
14563         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14564         ($(objpfx)iconv-test.out): Likewise.
14565         ($(objpfx)tst-tables.out): Likewise.
14566         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14567         ($(objpfx)tst-gettext.out): Likewise.
14568         ($(objpfx)tst-translit.out): Likewise.
14569         ($(objpfx)tst-gettext2.out): Likewise.
14570         ($(objpfx)tst-gettext4.out): Likewise.
14571         ($(objpfx)tst-gettext6.out): Likewise.
14572         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14573         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14574         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14575         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14576         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14577         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14578         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14579         ($(objpfx)wordexp-tst.out): Likewise.
14580         ($(objpfx)annexc.out): Likewise.
14581         ($(objpfx)tst-fnmatch-mem): Likewise.
14582         ($(objpfx)bug-regex2-mem): Likewise.
14583         ($(objpfx)bug-regex14-mem): Likewise.
14584         ($(objpfx)bug-regex21-mem): Likewise.
14585         ($(objpfx)bug-regex31-mem): Likewise.
14586         ($(objpfx)tst-vfork3-mem): Likewise.
14587         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14588         ($(objpfx)tst-pcre-mem): Likewise.
14589         ($(objpfx)tst-boost-mem): Likewise.
14590         ($(objpfx)tst-getconf.out): Likewise.
14591         ($(objpfx)bug-ga2-mem): Likewise.
14592         ($(objpfx)bug-glob2-mem): Likewise.
14593         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14594         ($(objpfx)mtrace-tst-leaks2): Likewise.
14595         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14596         ($(objpfx)tst-printf.out): Likewise.
14597         ($(objpfx)tst-setvbuf1.out): Likewise.
14598         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14599         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14600         ($(objpfx)tst-fmtmsg.out): Likewise.
14601         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14602         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14603
14604         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14605         * bits/sigaction.h [__USE_MISC]: Likewise.
14606         * bits/waitstatus.h: Update #endif comments.
14607         * ctype/ctype.h: Likewise.
14608         * dirent/dirent.h: Likewise.
14609         [__USE_MISC]: Remove redundant conditionals.
14610         * grp/grp.h: Update #endif comments.
14611         [__USE_GNU]: Remove redundant conditionals.
14612         [__USE_MISC]: Likewise.
14613         * inet/netinet/in.h [__USE_GNU]: Likewise.
14614         * io/sys/stat.h [__USE_MISC]: Likewise.
14615         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14616         * libio/bits/stdio.h: Update #endif comments.
14617         [__USE_MISC]: Remove redundant conditionals.
14618         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14619         * libio/stdio.h: Update #endif comments.
14620         [__USE_MISC]: Remove redundant conditionals.
14621         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14622         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14623         * math/math.h: Update #else and #endif comments.
14624         [__USE_MISC]: Remove redundant conditionals.
14625         * misc/sys/uio.h: Update #endif comments.
14626         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14627         * posix/glob.h [__USE_MISC]: Likewise.
14628         * posix/sys/types.h: Update #endif comments.
14629         [__USE_MISC]: Remove redundant conditionals.
14630         * posix/sys/wait.h: Update #endif comments.
14631         [__USE_MISC]: Remove redundant conditionals.
14632         * posix/unistd.h: Update #endif comments.
14633         [__USE_MISC]: Remove redundant conditionals.
14634         * pwd/pwd.h [__USE_GNU]: Likewise.
14635         [__USE_MISC]: Likewise.
14636         * resolv/netdb.h [__USE_GNU]: Likewise.
14637         * signal/signal.h: Update #endif comments.
14638         [__USE_MISC]: Remove redundant conditionals.
14639         * stdlib/stdlib.h: Update #else and #endif comments.
14640         [__USE_MISC]: Remove redundant conditionals.
14641         [__USE_GNU]: Likewise.
14642         * string/bits/string2.h [__USE_MISC]: Likewise.
14643         * string/string.h: Update #endif comments.
14644         [__USE_MISC]: Remove redundant conditionals.
14645         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14646         Likewise.
14647         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14648         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14649         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14650         Likewise.
14651         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14652         Likewise.
14653         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14654         comments.
14655         [__USE_MISC]: Remove redundant conditionals.
14656         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14657         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14658         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14659         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14660         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14661         Likewise.
14662         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14663         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14664         Likewise.
14665         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14666         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14667         Likewise.
14668         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14669         Likewise.
14670         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14671         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14672         Likewise.
14673         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14674         Likewise.
14675         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14676         * sysdeps/x86/bits/string.h: Update #endif comments.
14677         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14678         conditionals.
14679         * time/sys/time.h: Update #endif comments.
14680         * time/time.h: Likewise.
14681         [__USE_MISC]: Remove redundant conditionals.
14682
14683 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14684
14685         [BZ #16600]
14686         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14687
14688 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14689
14690         * Versions.def (librt): Add GLIBC_2.17.
14691
14692 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14693
14694         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14695         synonym for _SYS_AUXV_H to allow direct inclusion.
14696         * sysdeps/sparc/bits/hwcap.h: Likewise.
14697         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14698         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14699         * sysdeps/sparc/sysdep.h: Likewise.
14700
14701 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14702
14703         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14704
14705 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14706
14707         * benchtests/bench-strrchr.c: Print length instead of position.
14708
14709 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14710
14711         [BZ #16611]
14712         * sysdeps/unix/sysv/linux/kernel-features.h
14713         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14714         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14715         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14716         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14717         Likewise.
14718         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14719         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14720         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14721         (__ASSUME_SENDMMSG): Define instead of using previous
14722         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14723         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14724         (__ASSUME_SENDMMSG_SYSCALL): Define.
14725         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14726         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14727         Likewise.
14728         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14729         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14730         Likewise.
14731         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14732         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14733         Likewise.
14734         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14735         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14736         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14737         [__ASSUME_SENDMMSG]: Change conditionals to
14738         [__ASSUME_SENDMMSG_SOCKETCALL].
14739         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14740         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14741         Define.
14742         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14743         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14744         Likewise.
14745         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14746         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14747         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14748         [!__ASSUME_SENDMMSG]: Change conditional to
14749         [!__ASSUME_SENDMMSG_SOCKETCALL].
14750         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14751         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14752         Define.
14753
14754         [BZ #16610]
14755         * sysdeps/unix/sysv/linux/kernel-features.h
14756         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14757         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14758         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14759         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14760         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14761         [__i386__ || __sparc__]
14762         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14763         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14764         (__ASSUME_RECVMMSG): Define instead of using previous
14765         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14766         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14767         (__ASSUME_RECVMMSG_SYSCALL): Define.
14768         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14769         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14770         Likewise.
14771         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14772         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14773         Likewise.
14774         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14775         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14776         Likewise.
14777         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__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/microblaze/kernel-features.h
14783         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14784         Define.
14785         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14786         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14787         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14788         Likewise.
14789         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14790         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14791         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14792         [!__ASSUME_RECVMMSG]: Change condition to
14793         [!__ASSUME_RECVMMSG_SOCKETCALL].
14794         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14795         (__ASSUME_RECVMMSG_SYSCALL): Define.
14796
14797         [BZ #16609]
14798         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14799         __powerpc__ || __s390__ || __sh__ || __sparc__]
14800         (__ASSUME_SOCKETCALL): Define.
14801         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14802         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14803         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14804         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14805         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14806         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14807         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14808         (__ASSUME_ACCEPT4): Define instead of using previous
14809         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14810         __powerpc__ || __sparc__ || __s390__)] condition.
14811         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14812         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14813         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14814         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14815         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14816         [!__ASSUME_ACCEPT4]: Change condition to
14817         [!__ASSUME_ACCEPT4_SOCKETCALL].
14818         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14819         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14820         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14821         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14822         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14823         __ASSUME_ACCEPT4_SYSCALL.
14824         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14825         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14826         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14827         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14828         __ASSUME_ACCEPT4_SYSCALL.
14829         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14830         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14831         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14832         [__ASSUME_ACCEPT4]: Change condition to
14833         [__ASSUME_ACCEPT4_SOCKETCALL].
14834         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14835         (__ASSUME_SOCKETCALL): Define.
14836         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14837         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14838         (__ASSUME_SOCKETCALL): Define.
14839         (__ASSUME_ACCEPT4): Remove.
14840         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14841         Define.
14842         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14843         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14844         Likewise.
14845         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14846         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14847
14848         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14849         macro.
14850         (HWCAP_ARM_LPAE): Likewise.
14851         (HWCAP_ARM_EVTSTRM): Likewise.
14852         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14853         Add vpfd32, lpae and evtstrm.
14854         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14855         Increase to 22.
14856
14857 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14858
14859         * math/auto-libm-test-in: Add tests of clog10.
14860         * math/auto-libm-test-out: Regenerated.
14861         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14862         * sysdeps/i386/fpu/libm-test-ulps: Update.
14863         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14864
14865 2014-02-18  Andreas Schwab  <schwab@suse.de>
14866
14867         [BZ #16574]
14868         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14869         Store non-zero if the second buffer was newly allocated.
14870         (send_dg): Likewise.
14871         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14872         to send_vc and send_dg.
14873         (res_nsend): Pass NULL for ansp2_malloced.
14874         * resolv/res_query.c (__libc_res_nquery): Add parameter
14875         answerp2_malloced and pass it down to __libc_res_nsend.
14876         (res_nquery): Pass additional NULL to __libc_res_nquery.
14877         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14878         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14879         second answer buffer if answerp2_malloced was set.
14880         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14881         (__libc_res_nquerydomain): Add parameter
14882         answerp2_malloced and pass it down to __libc_res_nquery.
14883         (res_nquerydomain): Pass additional NULL to
14884         __libc_res_nquerydomain.
14885         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14886         additional NULL to __libc_res_nsend and __libc_res_nquery.
14887         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14888         additional NULL to __libc_res_nsearch.
14889         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14890         parameter of __libc_res_nsearch to check for separately allocated
14891         second buffer.
14892         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14893         __libc_res_nquery.
14894         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14895         additional NULL to __libc_res_nquery.
14896         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14897         __libc_res_nsearch.
14898         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14899         * include/resolv.h: Update prototypes of __libc_res_nquery,
14900         __libc_res_nsearch, __libc_res_nsend.
14901
14902 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14903
14904         * math/auto-libm-test-in: Add tests of fma.
14905         * math/auto-libm-test-out: Regenerated.
14906         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14907         (fma_towardzero_test_data): Likewise.
14908         (fma_downward_test_data): Likewise.
14909         (fma_upward_test_data): Likewise.
14910         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14911         mpc_mode.
14912         (rounding_modes): Add values for new field.
14913         (func_calc_method): Add value mpfr_fff_f.
14914         (func_calc_desc): Add mpfr_fff_f union field.
14915         (test_function): Add field exact_args.
14916         (FUNC): Add macro argument EXACT_ARGS.
14917         (FUNC_mpfr_f_f): Update call to FUNC.
14918         (FUNC_mpfr_f_f): Likewise.
14919         (FUNC_mpfr_ff_f): Likewise.
14920         (FUNC_mpfr_if_f): Likewise.
14921         (FUNC_mpc_c_f): Likewise.
14922         (FUNC_mpc_c_c): Likewise.
14923         (test_functions): Add fma.  Update calls to FUNC.
14924         (handle_input_arg): Add argument exact_args.
14925         (add_test): Update call to handle_input_arg.
14926         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14927         (output_for_one_input_case): Update call to calc_generic_results.
14928         Recalculate exact zero results in each rounding mode.
14929
14930         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14931         non-negative before setting low bit.
14932         * math/auto-libm-test-in: Mark one asin test possibly having
14933         spurious underflow.
14934         * math/auto-libm-test-out: Regenerated.
14935         * sysdeps/i386/fpu/libm-test-ulps: Update.
14936         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14937
14938 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14939
14940         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14941         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14942         ports/sysdeps/unix/sysv/linux/microblaze.
14943         * README: Add missing listing for microblaze*-*-linux-gnu.
14944
14945 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14946
14947         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14948         duplicate code
14949
14950 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14951
14952         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14953         * sysdeps/unix/sysv/linux/ia64: Move directory from
14954         ports/sysdeps/unix/sysv/linux/ia64.
14955         * README: Update listing for ia64-*-linux-gnu.
14956
14957 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14958             Joseph Myers  <joseph@codesourcery.com>
14959
14960         * Makeconfig (test-name): New variable.
14961         (evaluate-test): Likewise.
14962         * Makerules (do-test-clean): Remove .test-result files.
14963         (common-mostlyclean): Likewise.
14964         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14965         * scripts/evaluate-test.sh: New file.
14966
14967 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14968
14969         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14970         separate $(objpfx)tst-fopenloc-cmp.out and
14971         $(objpfx)tst-fopenloc-mem.out targets.
14972         (tests): Update dependencies.
14973         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14974         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14975         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14976         (tst-rxspencer-no-utf8-ARGS): New variable.
14977         (tst-rxspencer-no-utf8-ENV): Likewise.
14978         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14979         instead of $(objpfx)tst-rxspencer-mem.
14980         ($(objpfx)tst-rxspencer-mem): Change target to
14981         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14982         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14983         * posix/tst-rxspencer-no-utf8.c: New file.
14984
14985         * elf/Makefile ($(objpfx)order.out): Remove rule.
14986         [$(run-built-tests) = yes] (tests): Depend on
14987         $(objpfx)order-cmp.out.
14988         ($(objpfx)order-cmp.out): New rule.
14989         [$(run-built-tests) = yes] (tests): Depend on
14990         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14991         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14992         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14993         $(objpfx)tst-array5-static-cmp.out.
14994         ($(objpfx)tst-array1.out): Remove rule.
14995         ($(objpfx)tst-array1-cmp.out): New rule.
14996         ($(objpfx)tst-array1-static.out): Remove rule.
14997         ($(objpfx)tst-array1-static-cmp.out): New rule.
14998         ($(objpfx)tst-array2.out): Remove rule.
14999         ($(objpfx)tst-array2-cmp.out): New rule.
15000         ($(objpfx)tst-array3.out): Remove rule.
15001         ($(objpfx)tst-array3-cmp.out): New rule.
15002         ($(objpfx)tst-array4.out): Remove rule.
15003         ($(objpfx)tst-array4-cmp.out): New rule.
15004         ($(objpfx)tst-array5.out): Remove rule.
15005         ($(objpfx)tst-array5-cmp.out): New rule.
15006         ($(objpfx)tst-array5-static.out): Remove rule.
15007         ($(objpfx)tst-array5-static-cmp.out): New rule.
15008         [$(run-built-tests) = yes] (tests): Depend on
15009         $(objpfx)order2-cmp.out.
15010         ($(objpfx)order2.out): Remove rule.
15011         ($(objpfx)order2-cmp.out): New rule.
15012         ($(objpfx)tst-initorder.out): Remove rule.
15013         [$(run-built-tests) = yes] (tests): Depend on
15014         $(objpfx)tst-initorder-cmp.out.
15015         ($(objpfx)tst-initorder-cmp.out): New rule.
15016         ($(objpfx)tst-initorder2.out): Remove rule.
15017         [$(run-built-tests) = yes] (tests): Depend on
15018         $(objpfx)tst-initorder2-cmp.out.
15019         ($(objpfx)tst-initorder2-cmp.out): New rule.
15020         [$(run-built-tests) = yes] (tests): Depend on
15021         $(objpfx)tst-unused-dep-cmp.out.
15022         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
15023         ($(objpfx)tst-unused-dep-cmp.out): New rule.
15024         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
15025         on $(objpfx)tst-setvbuf1-cmp.out.
15026         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
15027         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
15028         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
15029         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
15030         ($(objpfx)tst-svc.out): Remove rule.
15031         ($(objpfx)tst-svc-cmp.out): New rule.
15032
15033 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
15034
15035         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
15036         * ctype/ctype.h [__USE_MISC]: Likewise.
15037         * dirent/dirent.h [__USE_MISC]: Likewise.
15038         * grp/grp.h [__USE_MISC]: Likewise.
15039         * io/fcntl.h [__USE_MISC]: Likewise.
15040         * io/sys/stat.h [__USE_MISC]: Likewise.
15041         * libio/stdio.h [__USE_MISC]: Likewise.
15042         * posix/unistd.h [__USE_MISC]: Likewise.
15043         * pwd/pwd.h [__USE_MISC]: Likewise.
15044         * stdlib.h [__USE_MISC]: Likewise.
15045         * string/bits/string2.h [__USE_MISC]: Likewise.
15046         * string/string.h [__USE_MISC]: Likewise.
15047         * time/time.h [__USE_MISC]: Likewise.
15048
15049 2014-02-13  Andreas Schwab  <schwab@suse.de>
15050
15051         [BZ #16574]
15052         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
15053         second answer buffer if it was separately allocated.
15054
15055 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
15056
15057         * sysdeps/mips/math-tests.h: Include <features.h>.
15058         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15059         (ROUNDING_TESTS_long_double): Do not define.
15060         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15061         (EXCEPTION_TESTS_long_double): Likewise.
15062         * sysdeps/mips/mips64/libm-test-ulps: Update.
15063
15064         * include/features.h (__USE_BSD): Remove macro definitions.
15065         (__USE_SVID): Likewise.
15066         (_BSD_SOURCE): Likewise.
15067         (_SVID_SOURCE): Likewise.
15068         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
15069         from definition of _DEFAULT_SOURCE.
15070         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
15071         [_DEFAULT_SOURCE].
15072         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
15073         * bits/mman.h [__USE_BSD]: Likewise.
15074         * bits/termios.h [__USE_BSD]: Likewise.
15075         * bits/waitstatus.h [__USE_BSD]: Likewise.
15076         * ctype/ctype.h [__USE_SVID]: Likewise.
15077         * dirent/dirent.h [__USE_BSD]: Likewise.
15078         * grp/grp.h [__USE_SVID]: Likewise.
15079         [__USE_BSD]: Likewise.
15080         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
15081         * io/fcntl.h [__USE_BSD]: Likewise.
15082         * io/ftw.h [__USE_BSD]: Likewise.
15083         * io/sys/stat.h [__USE_BSD]: Likewise.
15084         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
15085         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
15086         * libio/stdio.h [__USE_SVID]: Likewise.
15087         [__USE_BSD]: Likewise.
15088         * math/math.h [__USE_SVID]: Likewise.
15089         [__USE_BSD]: Likewise.
15090         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
15091         * misc/bits/syslog.h [__USE_BSD]: Likewise.
15092         * misc/search.h [__USE_SVID]: Likewise.
15093         * misc/sys/mman.h [__USE_BSD]: Likewise.
15094         * misc/sys/syslog.h [__USE_BSD]: Likewise.
15095         * misc/sys/uio.h [__USE_BSD]: Likewise.
15096         * posix/bits/unistd.h [__USE_BSD]: Likewise.
15097         * posix/glob.h [__USE_BSD]: Likewise.
15098         * posix/regex.h [__USE_BSD]: Likewise.
15099         * posix/sys/types.h [__USE_BSD]: Likewise.
15100         [__USE_SVID]: Likewise.
15101         * posix/sys/utsname.h [__USE_SVID]: Likewise.
15102         * posix/sys/wait.h [__USE_BSD]: Likewise.
15103         [__USE_SVID]: Likewise.
15104         * posix/unistd.h [__USE_BSD]: Likewise.
15105         [__USE_SVID]: Likewise.
15106         * pwd/pwd.h [__USE_SVID]: Likewise.
15107         * resolv/netdb.h [__USE_BSD]: Likewise.
15108         * setjmp/setjmp.h [__USE_BSD]: Likewise.
15109         * signal/signal.h [__USE_BSD]: Likewise.
15110         [__USE_SVID]: Likewise.
15111         * socket/sys/socket.h [__USE_BSD]: Likewise.
15112         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
15113         * stdlib/stdlib.h [__USE_BSD]: Likewise.
15114         [__USE_SVID]: Likewise.
15115         * string/bits/string2.h [__USE_BSD]: Likewise.
15116         [__USE_SVID]: Likewise.
15117         * string/bits/string3.h [__USE_BSD]: Likewise.
15118         * string/endian.h [__USE_BSD]: Likewise.
15119         * string/string.h [__USE_SVID]: Likewise.
15120         [__USE_BSD]: Likewise.
15121         * string/strings.h [__USE_BSD]: Likewise.
15122         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15123         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15124         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15125         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15126         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15127         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15128         Likewise.
15129         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15130         Likewise.
15131         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15132         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15133         Likewise.
15134         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15135         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15136         Likewise.
15137         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15138         Likewise.
15139         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15140         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15141         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15142         Likewise.
15143         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15144         Likewise.
15145         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15146         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15147         * termios/termios.h [__USE_BSD]: Likewise.
15148         * time/sys/time.h [__USE_BSD]: Likewise.
15149         * time/time.h [__USE_BSD]: Likewise.
15150         [__USE_SVID]: Likewise.
15151
15152         * Makefile (subdir_targets): Remove subdir_lint.out.
15153
15154         * stdio-common/Makefile (do-tst-unbputc): Remove target.
15155         (do-tst-printf): Likewise.
15156         (tests): Depend directly on $(objpfx)tst-unbputc.out and
15157         $(objpfx)tst-printf.out.
15158
15159         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15160
15161         * Makerules (check-abi-%): Change target to
15162         $(objpfx)check-abi-%.out.
15163         (check-abi target): Update dependencies.
15164         (check-abi-pattern variable): Redirect output of diff to $@.
15165         (check-abi variable): Likewise.
15166         * elf/Makefile (check-abi): Update dependencies.
15167
15168         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15169         unused.
15170         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15171         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15172         subnormal range.
15173         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15174         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15175         value has largest subnormal exponent.
15176         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15177         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15178         * sysdeps/aarch64/soft-fp/sfp-machine.h
15179         (_FP_TININESS_AFTER_ROUNDING): New macro.
15180         * sysdeps/alpha/soft-fp/sfp-machine.h
15181         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15182         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15183         Likewise.
15184         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15185         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15186         * sysdeps/mips/soft-fp/sfp-machine.h
15187         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15188         * sysdeps/powerpc/soft-fp/sfp-machine.h
15189         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15190         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15191         Likewise.
15192         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15193         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15194         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15195         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15196         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15197         Likewise.
15198
15199 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
15200
15201         [BZ #16545]
15202         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15203         model 1.
15204
15205 2014-02-12  Richard Henderson  <rth@redhat.com>
15206
15207         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
15208         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15209         * sysdeps/unix/sysv/linux/alpha: Move directory from
15210         ports/sysdeps/unix/sysv/linux/alpha.
15211         * README: Update listing for alpha-*-linux-gnu.
15212
15213 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
15214
15215         * include/features.h: Update comment documenting feature test
15216         macros.
15217         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
15218         _DEFAULT_SOURCE.
15219         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15220         (_SVID_SOURCE): Likewise.
15221         (_DEFAULT_SOURCE): Update description of default features.
15222         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15223         with _GNU_SOURCE.
15224         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15225         (S_ISVTX): Likewise.
15226         * manual/math.texi (Mathematical Constants): Likewise.
15227         * manual/signal.texi (Interrupted Primitives): Likewise.
15228         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15229         * math/test-matherr.c (_SVID_SOURCE): Do not define.
15230         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15231         Don't refer to _SVID_SOURCE in warning text.
15232
15233         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15234
15235         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15236         already defined.
15237         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15238         * sysdeps/mips/dl-lookup.c: Remove.
15239         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15240
15241 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15242
15243         [BZ #16447]
15244         * math/auto-libm-test-in: Add testcase for expl.
15245         * math/auto-libm-test-out: Regenerate.
15246         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15247         calculation of unsafe.
15248         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15249
15250 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15251
15252         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15253         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15254         ports/sysdeps/unix/sysv/linux/aarch64.
15255         * README: Update listing for aarch64*-*-linux-gnu.
15256
15257 2014-02-11  Will Newton  <will.newton@linaro.org>
15258
15259         * manual/probes.texi (Mathematical Function Probes): Use
15260         "triggered" instead of "hit".
15261
15262         * manual/probes.texi (Internal Probes): Add documentation
15263         of setjmp, longjmp and longjmp_target probes.
15264
15265         * include/stap-probe.h: Add comment about probe argument
15266         format.
15267
15268         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15269         definition.  (tr_where, tr_freehook, tr_mallochook,
15270         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15271
15272 2014-02-11  David S. Miller  <davem@davemloft.net>
15273
15274         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15275         processing int_tests.
15276
15277 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15278
15279         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15280         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15281         * sysdeps/unix/sysv/linux/mips: Move directory from
15282         ports/sysdeps/unix/sysv/linux/mips.
15283         * README: Update listing for mips-*-linux-gnu and
15284         mips64-*-linux-gnu.
15285
15286 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15287
15288         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15289         * sysdeps/unix/sysv/linux/m68k: Move directory from
15290         ports/sysdeps/unix/sysv/linux/m68k.
15291         * README: Update listing for m68k-*-linux-gnu.
15292
15293 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15294
15295         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15296         * sysdeps/unix/sysv/linux/generic: Move directory from
15297         ports/sysdeps/unix/sysv/linux/generic.
15298         * sysdeps/unix/sysv/linux/tile: Move directory from
15299         ports/sysdeps/unix/sysv/linux/tile.
15300         * README: Update listing for tile*-*-linux-gnu.
15301
15302 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15303
15304         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15305         __builtin_expect.
15306         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15307         * catgets/open_catalog.c (__open_catalog): Likewise.
15308         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15309         * debug/confstr_chk.c: Likewise.
15310         * debug/fread_chk.c (__fread_chk): Likewise.
15311         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15312         * debug/getgroups_chk.c: Likewise.
15313         * debug/mbsnrtowcs_chk.c: Likewise.
15314         * debug/mbsrtowcs_chk.c: Likewise.
15315         * debug/mbstowcs_chk.c: Likewise.
15316         * debug/memcpy_chk.c: Likewise.
15317         * debug/memmove_chk.c: Likewise.
15318         * debug/mempcpy_chk.c: Likewise.
15319         * debug/memset_chk.c: Likewise.
15320         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15321         * debug/strcat_chk.c (__strcat_chk): Likewise.
15322         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15323         * debug/strncat_chk.c (__strncat_chk): Likewise.
15324         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15325         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15326         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15327         * debug/wcpncpy_chk.c: Likewise.
15328         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15329         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15330         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15331         * debug/wcsncpy_chk.c: Likewise.
15332         * debug/wcsnrtombs_chk.c: Likewise.
15333         * debug/wcsrtombs_chk.c: Likewise.
15334         * debug/wcstombs_chk.c: Likewise.
15335         * debug/wmemcpy_chk.c: Likewise.
15336         * debug/wmemmove_chk.c: Likewise.
15337         * debug/wmempcpy_chk.c: Likewise.
15338         * debug/wmemset_chk.c: Likewise.
15339         * dirent/scandirat.c (SCANDIRAT): Likewise.
15340         * dlfcn/dladdr1.c (dladdr1): Likewise.
15341         * dlfcn/dladdr.c (dladdr): Likewise.
15342         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15343         * dlfcn/dlerror.c (__dlerror): Likewise.
15344         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15345         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15346         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15347         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15348         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15349         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15350         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15351         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15352         Likewise.
15353         * elf/dl-conflict.c: Likewise.
15354         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15355         * elf/dl-dst.h: Likewise.
15356         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15357         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15358         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15359         * elf/dl-init.c (call_init, _dl_init): Likewise.
15360         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15361         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15362         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15363         Likewise.
15364         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15365         Likewise.
15366         * elf/dl-minimal.c (__libc_memalign): Likewise.
15367         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15368         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15369         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15370         * elf/dl-sym.c (do_sym): Likewise.
15371         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15372         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15373         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15374         * elf/dl-writev.h (_dl_writev): Likewise.
15375         * elf/ldconfig.c (search_dir): Likewise.
15376         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15377         (dl_main): Likewise.
15378         * elf/setup-vdso.h (setup_vdso): Likewise.
15379         * grp/compat-initgroups.c (compat_call): Likewise.
15380         * grp/fgetgrent.c (fgetgrent): Likewise.
15381         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15382         * grp/putgrent.c (putgrent): Likewise.
15383         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15384         Likewise.
15385         * hurd/hurdinit.c: Likewise.
15386         * iconvdata/8bit-gap.c (struct): Likewise.
15387         * iconvdata/ansi_x3.110.c : Likewise.
15388         * iconvdata/big5.c : Likewise.
15389         * iconvdata/big5hkscs.c : Likewise.
15390         * iconvdata/cp1255.c: Likewise.
15391         * iconvdata/cp1258.c : Likewise.
15392         * iconvdata/cp932.c : Likewise.
15393         * iconvdata/euc-cn.c: Likewise.
15394         * iconvdata/euc-jisx0213.c : Likewise.
15395         * iconvdata/euc-jp.c: Likewise.
15396         * iconvdata/euc-jp-ms.c : Likewise.
15397         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15398         * iconvdata/gb18030.c : Likewise.
15399         * iconvdata/gbbig5.c (const): Likewise.
15400         * iconvdata/gbgbk.c: Likewise.
15401         * iconvdata/gbk.c : Likewise.
15402         * iconvdata/ibm1364.c : Likewise.
15403         * iconvdata/ibm930.c : Likewise.
15404         * iconvdata/ibm932.c: Likewise.
15405         * iconvdata/ibm933.c : Likewise.
15406         * iconvdata/ibm935.c : Likewise.
15407         * iconvdata/ibm937.c : Likewise.
15408         * iconvdata/ibm939.c : Likewise.
15409         * iconvdata/ibm943.c: Likewise.
15410         * iconvdata/iso_11548-1.c: Likewise.
15411         * iconvdata/iso-2022-cn.c : Likewise.
15412         * iconvdata/iso-2022-cn-ext.c : Likewise.
15413         * iconvdata/iso-2022-jp-3.c: Likewise.
15414         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15415         * iconvdata/iso-2022-kr.c : Likewise.
15416         * iconvdata/iso646.c (gconv_end): Likewise.
15417         * iconvdata/iso_6937-2.c : Likewise.
15418         * iconvdata/iso_6937.c : Likewise.
15419         * iconvdata/iso8859-1.c: Likewise.
15420         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15421         * iconvdata/shift_jisx0213.c : Likewise.
15422         * iconvdata/sjis.c : Likewise.
15423         * iconvdata/t.61.c : Likewise.
15424         * iconvdata/tcvn5712-1.c : Likewise.
15425         * iconvdata/tscii.c: Likewise.
15426         * iconvdata/uhc.c : Likewise.
15427         * iconvdata/unicode.c (gconv_end): Likewise.
15428         * iconvdata/utf-16.c (gconv_end): Likewise.
15429         * iconvdata/utf-32.c (gconv_end): Likewise.
15430         * iconvdata/utf-7.c (base64): Likewise.
15431         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15432         * iconv/gconv_close.c (__gconv_close): Likewise.
15433         * iconv/gconv_open.c (__gconv_open): Likewise.
15434         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15435         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15436         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15437         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15438         (ucs4le_internal_loop_single): Likewise.
15439         * iconv/iconv.c (iconv): Likewise.
15440         * iconv/iconv_close.c: Likewise.
15441         * iconv/loop.c (SINGLE): Likewise.
15442         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15443         * include/atomic.h: Likewise.
15444         * inet/inet6_option.c (option_alloc): Likewise.
15445         * intl/bindtextdom.c (set_binding_values): Likewise.
15446         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15447         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15448         * intl/localealias.c (read_alias_file): Likewise.
15449         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15450         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15451         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15452         * libio/fmemopen.c (fmemopen): Likewise.
15453         * libio/iofgets.c (_IO_fgets): Likewise.
15454         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15455         * libio/iofgetws.c (fgetws): Likewise.
15456         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15457         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15458         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15459         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15460         * locale/findlocale.c (_nl_find_locale): Likewise.
15461         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15462         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15463         Likewise.
15464         * locale/setlocale.c (setlocale): Likewise.
15465         * login/programs/pt_chown.c (main): Likewise.
15466         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15467         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15468         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15469         (mmap, mmap64, mremap, munmap): Likewise.
15470         * math/e_exp2l.c: Likewise.
15471         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15472         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15473         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15474         * math/s_catan.c (__catan): Likewise.
15475         * math/s_catanf.c (__catanf): Likewise.
15476         * math/s_catanh.c (__catanh): Likewise.
15477         * math/s_catanhf.c (__catanhf): Likewise.
15478         * math/s_catanhl.c (__catanhl): Likewise.
15479         * math/s_catanl.c (__catanl): Likewise.
15480         * math/s_ccosh.c (__ccosh): Likewise.
15481         * math/s_ccoshf.c (__ccoshf): Likewise.
15482         * math/s_ccoshl.c (__ccoshl): Likewise.
15483         * math/s_cexp.c (__cexp): Likewise.
15484         * math/s_cexpf.c (__cexpf): Likewise.
15485         * math/s_cexpl.c (__cexpl): Likewise.
15486         * math/s_clog10.c (__clog10): Likewise.
15487         * math/s_clog10f.c (__clog10f): Likewise.
15488         * math/s_clog10l.c (__clog10l): Likewise.
15489         * math/s_clog.c (__clog): Likewise.
15490         * math/s_clogf.c (__clogf): Likewise.
15491         * math/s_clogl.c (__clogl): Likewise.
15492         * math/s_csin.c (__csin): Likewise.
15493         * math/s_csinf.c (__csinf): Likewise.
15494         * math/s_csinh.c (__csinh): Likewise.
15495         * math/s_csinhf.c (__csinhf): Likewise.
15496         * math/s_csinhl.c (__csinhl): Likewise.
15497         * math/s_csinl.c (__csinl): Likewise.
15498         * math/s_csqrt.c (__csqrt): Likewise.
15499         * math/s_csqrtf.c (__csqrtf): Likewise.
15500         * math/s_csqrtl.c (__csqrtl): Likewise.
15501         * math/s_ctan.c (__ctan): Likewise.
15502         * math/s_ctanf.c (__ctanf): Likewise.
15503         * math/s_ctanh.c (__ctanh): Likewise.
15504         * math/s_ctanhf.c (__ctanhf): Likewise.
15505         * math/s_ctanhl.c (__ctanhl): Likewise.
15506         * math/s_ctanl.c (__ctanl): Likewise.
15507         * math/w_pow.c: Likewise.
15508         * math/w_powf.c: Likewise.
15509         * math/w_powl.c: Likewise.
15510         * math/w_scalb.c (sysv_scalb): Likewise.
15511         * math/w_scalbf.c (sysv_scalbf): Likewise.
15512         * math/w_scalbl.c (sysv_scalbl): Likewise.
15513         * misc/error.c (error_tail): Likewise.
15514         * misc/pselect.c (__pselect): Likewise.
15515         * nis/nis_callback.c (__nis_create_callback): Likewise.
15516         * nis/nis_call.c (__nisfind_server): Likewise.
15517         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15518         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15519         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15520         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15521         * nis/nis_lookup.c (nis_lookup): Likewise.
15522         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15523         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15524         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15525         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15526         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15527         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15528         * nis/nss_compat/compat-initgroups.c (add_group)
15529         (internal_getgrent_r): Likewise.
15530         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15531         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15532         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15533         (internal_getspnam_r): Likewise.
15534         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15535         (_nss_nis_getaliasbyname_r): Likewise.
15536         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15537         (_nss_nis_getntohost_r): Likewise.
15538         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15539         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15540         (_nss_nis_getgrgid_r): Likewise.
15541         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15542         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15543         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15544         (_nss_nis_gethostbyname4_r): Likewise.
15545         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15546         (initgroups_netid): Likewise.
15547         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15548         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15549         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15550         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15551         (_nss_nis_getprotobynumber_r): Likewise.
15552         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15553         (_nss_nis_getsecretkey): Likewise.
15554         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15555         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15556         (_nss_nis_getpwuid_r): Likewise.
15557         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15558         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15559         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15560         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15561         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15562         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15563         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15564         Likewise.
15565         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15566         (_nss_nisplus_getntohost_r): Likewise.
15567         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15568         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15569         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15570         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15571         Likewise.
15572         * nis/nss_nisplus/nisplus-initgroups.c
15573         (_nss_nisplus_initgroups_dyn): Likewise.
15574         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15575         (_nss_nisplus_getnetbyaddr_r): Likewise.
15576         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15577         (_nss_nisplus_getprotobynumber_r): Likewise.
15578         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15579         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15580         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15581         Likewise.
15582         * nis/nss_nisplus/nisplus-service.c
15583         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15584         (_nss_nisplus_getservbyport_r): Likewise.
15585         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15586         (_nss_nisplus_getspnam_r): Likewise.
15587         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15588         Likewise.
15589         * nscd/aicache.c (addhstaiX): Likewise.
15590         * nscd/cache.c (cache_search, prune_cache): Likewise.
15591         * nscd/connections.c (register_traced_file, send_ro_fd)
15592         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15593         (main_loop_epoll): Likewise.
15594         * nscd/grpcache.c (addgrbyX): Likewise.
15595         * nscd/hstcache.c (addhstbyX): Likewise.
15596         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15597         * nscd/mem.c (gc, mempool_alloc): Likewise.
15598         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15599         (addinnetgrX): Likewise.
15600         * nscd/nscd-client.h (__nscd_acquire_maplock)
15601         (__nscd_drop_map_ref): Likewise.
15602         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15603         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15604         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15605         Likewise.
15606         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15607         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15608         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15609         (__nscd_get_map_ref): Likewise.
15610         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15611         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15612         Likewise.
15613         * nscd/pwdcache.c (addpwbyX): Likewise.
15614         * nscd/selinux.c (preserve_capabilities): Likewise.
15615         * nscd/servicescache.c (addservbyX): Likewise.
15616         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15617         * posix/fnmatch.c (fnmatch): Likewise.
15618         * posix/getopt.c (_getopt_internal_r): Likewise.
15619         * posix/glob.c (glob, glob_in_dir): Likewise.
15620         * posix/wordexp.c (exec_comm_child): Likewise.
15621         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15622         (getanswer_r, gaih_getanswer_slice): Likewise.
15623         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15624         * resolv/res_init.c: Likewise.
15625         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15626         * resolv/res_query.c (__libc_res_nquery): Likewise.
15627         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15628         Likewise.
15629         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15630         * stdio-common/perror.c (perror): Likewise.
15631         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15632         * stdio-common/tmpnam.c (tmpnam): Likewise.
15633         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15634         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15635         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15636         Likewise.
15637         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15638         * stdlib/putenv.c (putenv): Likewise.
15639         * stdlib/setenv.c (__add_to_environ): Likewise.
15640         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15641         * stdlib/strtol_l.c (INTERNAL): Likewise.
15642         * string/memmem.c (memmem): Likewise.
15643         * string/strerror.c (strerror): Likewise.
15644         * string/strnlen.c (__strnlen): Likewise.
15645         * string/test-memmem.c (simple_memmem): Likewise.
15646         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15647         * sunrpc/pm_getport.c (__get_socket): Likewise.
15648         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15649         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15650         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15651         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15652         Likewise.
15653         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15654         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15655         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15656         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15657         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15658         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15659         Likewise.
15660         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15661         Likewise.
15662         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15663         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15664         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15665         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15666         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15667         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15668         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15669         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15670         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15671         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15672         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15673         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15674         Likewise.
15675         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15676         Likewise.
15677         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15678         Likewise.
15679         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15680         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15681         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15682         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15683         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15684         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15685         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15686         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15687         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15688         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15689         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15690         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15691         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15692         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15693         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15694         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15695         Likewise.
15696         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15697         Likewise.
15698         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15699         Likewise.
15700         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15701         Likewise.
15702         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15703         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15704         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15705         Likewise.
15706         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15707         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15708         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15709         * sysdeps/posix/sleep.c: Likewise.
15710         * sysdeps/posix/tempname.c: Likewise.
15711         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15712         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15713         Likewise.
15714         * sysdeps/powerpc/powerpc32/dl-machine.h
15715         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15716         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15717         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15718         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15719         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15720         Likewise.
15721         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15722         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15723         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15724         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15725         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15726         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15727         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15728         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15729         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15730         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15731         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15732         (elf_machine_lazy_rel): Likewise.
15733         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15734         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15735         (elf_machine_lazy_rel): Likewise.
15736         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15737         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15738         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15739         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15740         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15741         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15742         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15743         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15744         Likewise.
15745         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15746         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15747         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15748         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15749         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15750         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15751         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15752         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15753         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15754         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15755         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15756         Likewise.
15757         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15758         (__posix_fallocate64_l64): Likewise.
15759         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15760         (posix_fallocate): Likewise.
15761         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15762         Likewise.
15763         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15764         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15765         (getifaddrs_internal): Likewise.
15766         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15767         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15768         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15769         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15770         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15771         (__posix_fallocate64_l64): Likewise.
15772         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15773         Likewise.
15774         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15775         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15776         (__get_clockfreq): Likewise.
15777         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15778         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15779         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15780         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15781         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15782         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15783         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15784         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15785         Likewise.
15786         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15787         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15788         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15789         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15790         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15791         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15792         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15793         Likewise.
15794         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15795         (posix_fallocate): Likewise.
15796         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15797         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15798         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15799         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15800         (elf_machine_rela, elf_machine_rela_relative)
15801         (elf_machine_lazy_rel): Likewise.
15802         * time/asctime.c (asctime_internal): Likewise.
15803         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15804         * time/tzset.c (__tzset_parse_tz): Likewise.
15805         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15806         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15807         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15808         * wcsmbs/wcsmbsload.h: Likewise.
15809
15810         [BZ #15894]
15811         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15812
15813         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15814         (arena_get2): Remove THREAD_STATS conditionals.
15815         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15816         (__malloc_stats, int): Likewise.
15817
15818 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15819
15820         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15821         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15822
15823         * manual/setjmp.texi: Fix typos/grammar errors.
15824
15825         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15826         Only return early when n is <= 0.  Delete unused return statement.
15827
15828         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15829         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15830         * debug/tst-longjmp_chk3.c: New file.
15831
15832         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15833         (test_main): Replace code with set_fortify_handler call.
15834         * debug/test-strcpy_chk.c: Likewise.
15835         * debug/tst-chk1.c: Likewise.
15836         * debug/tst-longjmp_chk.c: Likewise.
15837         * test-skeleton.c: Include fcntl.h & paths.h
15838         (set_fortify_handler): Define.
15839
15840         * debug/tst-longjmp_chk.c: Add header comment and include
15841         ../test-skeleton.c.
15842         (do_test): Mark static.
15843         (TEST_FUNCTION): Define.
15844
15845         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15846         (IP_PMTUDISC_INTERFACE): Likewise.
15847         (IP_MULTICAST_IF): Likewise.
15848         (IP_MULTICAST_TTL): Likewise.
15849         (IP_MULTICAST_LOOP): Likewise.
15850         (IP_ADD_MEMBERSHIP): Likewise.
15851         (IP_DROP_MEMBERSHIP): Likewise.
15852         (IP_UNBLOCK_SOURCE): Likewise.
15853         (IP_BLOCK_SOURCE): Likewise.
15854         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15855         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15856         (IP_MSFILTER): Likewise.
15857         (MCAST_JOIN_GROUP): Likewise.
15858         (MCAST_BLOCK_SOURCE): Likewise.
15859         (MCAST_UNBLOCK_SOURCE): Likewise.
15860         (MCAST_LEAVE_GROUP): Likewise.
15861         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15862         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15863         (MCAST_MSFILTER): Likewise.
15864         (IP_MULTICAST_ALL): Likewise.
15865         (IP_UNICAST_IF): Likewise.
15866
15867         * timezone/Makefile: Delete $(have-ksh) check.
15868         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15869         * timezone/tzselect.ksh: Add +x mode bits.
15870
15871         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15872         (ANON_INODE_FS_MAGIC): Likewise.
15873         (BDEVFS_MAGIC): Likewise.
15874         (BINFMTFS_MAGIC): Likewise.
15875         (BTRFS_TEST_MAGIC): Likewise.
15876         (CRAMFS_MAGIC_WEND): Likewise.
15877         (DEBUGFS_MAGIC): Likewise.
15878         (ECRYPTFS_SUPER_MAGIC): Likewise.
15879         (EXT3_SUPER_MAGIC): Likewise.
15880         (EXT4_SUPER_MAGIC): Likewise.
15881         (FUTEXFS_SUPER_MAGIC): Likewise.
15882         (HOSTFS_SUPER_MAGIC): Likewise.
15883         (HUGETLBFS_MAGIC): Likewise.
15884         (MINIX3_SUPER_MAGIC): Likewise.
15885         (MTD_INODE_FS_MAGIC): Likewise.
15886         (NILFS_SUPER_MAGIC): Likewise.
15887         (OPENPROM_SUPER_MAGIC): Likewise.
15888         (PIPEFS_MAGIC): Likewise.
15889         (PSTOREFS_MAGIC): Likewise.
15890         (QNX6_SUPER_MAGIC): Likewise.
15891         (RAMFS_MAGIC): Likewise.
15892         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15893         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15894         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15895         (SECURITYFS_MAGIC): Likewise.
15896         (SELINUX_MAGIC): Likewise.
15897         (SMACK_MAGIC): Likewise.
15898         (SOCKFS_MAGIC): Likewise.
15899         (SQUASHFS_MAGIC): Likewise.
15900         (STACK_END_MAGIC): Likewise.
15901         (TMPFS_MAGIC): Likewise.
15902         (USBDEVICE_SUPER_MAGIC): Likewise.
15903         (V9FS_MAGIC): Likewise.
15904         (XENFS_SUPER_MAGIC): Likewise.
15905         (CRAMFS_MAGIC): Fix typo in comment.
15906         (EXT2_SUPER_MAGIC): Update comment.
15907         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15908
15909 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15910
15911         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15912         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15913         * sysdeps/unix/sysv/linux/arm: Move directory from
15914         ports/sysdeps/unix/sysv/linux/arm.
15915         * README: Update listing for arm-*-linux-gnueabi.
15916
15917         * README: Remove mention of am33.
15918
15919 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15920
15921         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15922         than the comma operator, to avoid "rhs of comma has no effect"
15923         compiler warnings.
15924         (__sigfillset, __sigandset, __sigorset): Likewise.
15925         * include/signal.h (__sigemptyset): Likewise.
15926         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15927
15928 2014-02-07  Allan McRae  <allan@archlinux.org>
15929
15930         * version.h (RELEASE): Set to "development".
15931         (VERSION): Set to "2.19.90"
15932         * NEWS: Add 2.20 section.
15933
15934 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15935
15936         [BZ #16529]
15937         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15938
15939 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15940
15941         * manual/contrib.texi: Update entry for Carlos O'Donell,
15942         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15943
15944 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15945
15946         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15947
15948         * sysdeps/unix/sysv/linux/kernel-features.h
15949         [__LINUX_KERNEL_VERSION >= 0x020621]
15950         (__ASSUME_PROC_PID_TASK_COMM): Define.
15951
15952 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15953
15954         [BZ #16398]
15955         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15956         conversion when destination buffer does not have enough space.
15957         * libio/tst-ftell-partial-wide.c: New test case.
15958         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15959
15960         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15961         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15962         Leonard and Allan McRae.
15963
15964 2014-02-04  David S. Miller  <davem@davemloft.net>
15965
15966         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15967         32-bit.
15968
15969 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15970
15971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15972         New file
15973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15974         New file
15975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15976         New file.
15977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15978         New file.
15979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15980         New file.
15981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15982         New file.
15983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15984         New file.
15985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15986         New file.
15987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15988         New file.
15989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15990         New file.
15991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15992         New file.
15993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15994         New file.
15995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15996         New file.
15997
15998 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15999
16000         * nptl/shlib-versions: Change powerpc*le start to 2.17.
16001         * shlib-versions: Likewise.
16002
16003 2014-02-04  Roland McGrath  <roland@hack.frob.com>
16004             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16005
16006         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
16007         (abilist-pattern): New variable, set to %-le.abilist.
16008
16009         * Makerules (abilist-pattern): New variable.
16010         (vpath): Use $(abilist-pattern) in place of %.abilist.
16011         (check-abi-% pattern rule): Likewise.
16012         (check-abi, update-abi): Likewise.
16013
16014 2014-02-04  Eric Wong  <normalperson@yhbt.net>
16015
16016         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16017
16018 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
16019
16020         * manual/startup.texi: Add next, previous, and top entries for
16021         the `Program Arguments' and `Environment Variables' nodes.
16022
16023 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
16024
16025         * manual/macros.texi: Add comments before MTASC-safety macros.
16026
16027         * manual/users.texi: Document MTASC-safety properties.
16028
16029         * manual/threads.texi (pthread_key_create, pthread_key_delete)
16030         (pthread_getspecific, pthread_setspecific): Format with
16031         @deftypefun, and add @safety note.
16032         * manual/signal.texi: Move comments that analyze the above
16033         functions to their home place.
16034
16035 2014-02-03  Allan McRae  <allan@archlinux.org>
16036
16037         * po/sl.po: Update Slovenian translation from translation project.
16038
16039 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
16040
16041         * manual/time.texi (timegm): Add missing blank after @c.
16042         Reported by Joseph Myers <joseph@codesourcery.com>.
16043
16044 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
16045
16046         * manual/check-safety.sh: New.
16047         * manual/Makefile ($(objpfx)stamp-summary): Run it.
16048
16049         * manual/terminal.texi: Document MTASC-safety properties.
16050
16051         * manual/filesys.texi: Document MTASC-safety properties.
16052
16053         * manual/errno.texi: Document MTASC-safety properties.
16054
16055         * manual/intro.texi: Document safety identifiers and
16056         conditionals.
16057
16058         * manual/string.texi (wcstok): Fix prototype.
16059         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
16060
16061         * manual/time.texi: Document MTASC-safety properties.
16062
16063         * manual/string.texi: Document MTASC-safety properties.
16064
16065         * manual/threads.texi: Document MTASC-safety properties.
16066
16067         * manual/stdio.texi: Document MTASC-safety properties.
16068
16069         * manual/syslog.texi: Document MTASC-safety properties.
16070
16071         * manual/sysinfo.texi: Document MTASC-safety properties.
16072
16073         * manual/startup.texi: Document MTASC-safety properties.
16074
16075         * manual/socket.texi: Document MTASC-safety properties.
16076
16077         * manual/signal.texi: Document MTASC-safety properties.
16078
16079 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
16080
16081         * manual/setjmp.texi: Document MTASC-safety properties.
16082
16083         * manual/search.texi: Document MTASC-safety properties.
16084
16085         * manual/resource.texi: Document MTASC-safety properties.
16086
16087         * manual/process.texi: Document MTASC-safety properties.
16088
16089         * manual/platform.texi: Document MTASC-safety properties.
16090
16091         * manual/pipe.texi: Document MTASC-safety properties.
16092
16093         * manual/pattern.texi: Document MTASC-safety properties.
16094
16095         * manual/message.texi: Document MTASC-safety properties.
16096
16097         [BZ #12751]
16098         * manual/memory.texi: Document MTASC-safety properties.
16099
16100         * manual/math.texi: Document MTASC-safety properties.
16101
16102         * manual/locale.texi: Document MTASC-safety properties.
16103
16104         * manual/llio.texi: Document MTASC-safety properties.
16105
16106         * manual/libdl.texi: New.
16107
16108         * manual/lang.texi: Document MTASC-safety properties.
16109
16110         * manual/job.texi: Document MTASC-safety properties.
16111
16112         * manual/getopt.texi: Document MTASC-safety properties.
16113
16114         * manual/ctype.texi: Document MTASC-safety properties.
16115
16116 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
16117
16118         [BZ #16046]
16119         * csu/libc-tls.c (static_map): Remove variable.
16120         (__libc_setup_tls): Use main executable's link map for TLS data.
16121         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16122         casing for LM_ID_BASE and GL(dl_nns).
16123         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16124         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
16125         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16126         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16127         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16128         member.
16129         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16130         l_phnum members.
16131
16132 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
16133
16134         * manual/debug.texi: Document MTASC-safety properties.
16135
16136 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
16137
16138         [BZ #16510]
16139         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16140         of __x86_64__ when disabling x87 inline functions.
16141
16142 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
16143
16144         * manual/charset.texi: Document MTASC-safety properties.
16145
16146         * manual/crypt.texi: Document MTASC-safety properties.
16147
16148         * manual/conf.texi: Document MTASC-safety properties.
16149
16150         * manual/arith.texi: Document MTASC-safety properties.
16151
16152         * manual/argp.texi: Document MTASC-safety properties.
16153
16154         * manual/macros.texi: Introduce macros to document multi
16155         thread, asynchronous signal and asynchronous cancellation
16156         safety properties.
16157         * manual/intro.texi: Introduce the properties themselves.
16158
16159 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16160
16161         * sysdeps/sh/sh4/Makefile: New file.
16162
16163 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
16164
16165         * math/gen-libm-test.pl ($srcdir): New variable.
16166         ($auto_input): Use it.
16167
16168 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16169
16170         [BZ #16506]
16171         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16172         access beyond array bounds when parsing netgroups file.
16173
16174         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16175         the old buffer before realloc.
16176
16177 2014-01-27  Allan McRae  <allan@archlinux.org>
16178
16179         * po/fr.po: Update French translation from translation project.
16180
16181 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16182
16183         * sysdeps/sh/libm-test-ulps: Regenerate.
16184
16185 2014-01-24  David S. Miller  <davem@davemloft.net>
16186
16187         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16188
16189 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16190
16191         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16192         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16193
16194 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16195
16196         [BZ #16474]
16197         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16198         string pointers after reallocation.
16199
16200 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16201
16202         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16203         __SH4A__ instead of __SH_FPU_ANY__.
16204
16205 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16206
16207         * sysdeps/sh/fpu_control.h: New file.
16208         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16209         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16210         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16211         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16212         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16213         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16214         * sysdeps/sh/sys/ucontext.h: Remove.
16215         * sysdeps/sh/sys: Remove directory.
16216
16217 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16218
16219         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16220         s390/sys/ucontext.h.
16221         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16222         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16223
16224 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
16225
16226         [BZ #15605]
16227         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16228
16229 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16230
16231         [BZ#16431]
16232         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16233         Adjust the vDSO correctly for internal calls.
16234         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16235
16236 2014-01-20  Allan McRae  <allan@archlinux.org>
16237
16238         * po/ca.po: Update Catalan translation from translation project.
16239
16240 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16241
16242         * sysdeps/s390/sotruss-lib.c: New file.
16243
16244 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16245
16246         [BZ#16430]
16247         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16248         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16249         local calls issues by not having a PLT stub required for IFUNC calls.
16250         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16251
16252 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16253
16254         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16255         * math/test-fpucw-static.c: Likewise.
16256
16257 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16258
16259         [BZ #16453]
16260         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16261
16262 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16263
16264         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16265         implementation for powerpc.
16266
16267 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16268
16269         [BZ #14782]
16270         * sysdeps/posix/system.c (__libc_system): Do not enable
16271         asynchronous cancellation.
16272
16273 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16274
16275         [BZ #16427]
16276         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16277         handling only for numbers special also in the IEEE case.
16278
16279 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16280
16281         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16282
16283 2014-01-11  Allan McRae  <allan@archlinux.org>
16284
16285         * po/bg.po: Update Bulgarian translation from translation project.
16286
16287         * po/de.po: Update German translation from translation project.
16288
16289 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16290
16291         * sysdeps/generic/gcc-compat.h: New file.
16292
16293 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16294
16295         * benchtests/asin-inputs: Correct slow inputs.
16296         * benchtests/acos-inputs: Likewise.
16297
16298 2014-01-10  Allan McRae  <allan@archlinux.org>
16299
16300         * po:sv.po: Update Swedish translation from translation project.
16301
16302         * po/vi.po: Update Vietnamese translation from translation project.
16303
16304         * po/eo.po: Update Esperanto translation from translation project.
16305
16306         * po/cs.po: Update Czech translation from translation project.
16307
16308         * po/nl.po: Update Dutch translation from translation project.
16309
16310         * po/pl.po: Update Polish translation from translation project.
16311
16312         * po/ru.po: Update Russian translation from translation project.
16313
16314         * po/uk.po: Update Ukrainian translation from translation project.
16315
16316 2014-01-08  Brooks Moses  <bmoses@google.com>
16317
16318         * elf/dl-load.c: Fix comment typo.
16319
16320 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16321
16322         * po/header.pot: Rename to...
16323         * po/pot.header: ... this.
16324         * po/Makefile: Use pot.header.
16325
16326 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16327             Maxim Kuvyrkov  <maxim@kugelworks.com>
16328
16329         [BZ #16394]
16330         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16331         SRC and DEST against LEN.
16332
16333 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16334
16335         [BZ #16414]
16336         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16337         implementation.
16338         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16339
16340 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16341
16342         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16343
16344 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16345
16346         [BZ #16408]
16347         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16348         for large positive arguments.
16349
16350 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16351
16352         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16353
16354         * math/auto-libm-test-in: Mark various tests with
16355         xfail-rounding:ldbl-128ibm.
16356         * math/auto-libm-test-out: Regenerated.
16357
16358         [BZ #16407]
16359         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16360         Increase overflow threshold.
16361
16362 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16363
16364         [BZ #14286]
16365         * stdio-common/vfprintf.c: Check for integer overflow.
16366
16367 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16368
16369         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16370         the first argument and return value of __tls_get_addr_internal.
16371
16372 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16373
16374         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16375         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16376
16377 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16378
16379         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16380         * sysdeps/s390/rtld-global-offsets.sym: New file.
16381         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16382         GLIBC_2.19 symbol.
16383         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16384         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16385         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16386         ... this.
16387         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16388         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16389         ... this.
16390         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16391         Regenerate.
16392         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16393         Regenerate.
16394         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16395         halfs of GPRs for high_gprs contexts.
16396         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16397         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16398         field.
16399         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16400         uc_flags field.
16401         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16402         64 bit versions:
16403         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16404         for high GPRs (uc_high_gprs) and for future extensions
16405         (__reserved).
16406         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16407         for future extensions (__reserved).
16408         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16409         64 bit versions:
16410         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16411         SC_HIGHGPRS offset definition.
16412         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16413         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16414
16415         * Versions.def: Add GLIBC_2.19 for libpthread.
16416         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16417         siglongjmp for libpthread with GLIBC_2.19 symver.
16418         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16419         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16420         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16421         * sysdeps/s390/__longjmp.c: New file.
16422         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16423         * sysdeps/s390/longjmp.c: New file.
16424         * sysdeps/s390/setjmp.S: New file.
16425         * sysdeps/s390/sigjmp.S: New file.
16426         * sysdeps/s390/v1-longjmp.c: New file.
16427         * sysdeps/s390/v1-setjmp.h: New file.
16428         * sysdeps/s390/v1-sigjmp.c: New file.
16429         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16430         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16431         GLIBC_2.19 version.
16432         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16433         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16434         versioned symbols for ____longjmp_chk.
16435         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16436         Likewise.
16437         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16438         Regenerate.
16439         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16440         Regenerate.
16441         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16442         Regenerate.
16443         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16444         Regenerate.
16445         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16446         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16447         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16448         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16449         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16450         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16451         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16452         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16453         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16454         * sysdeps/s390/rtld-__longjmp.c: New file.
16455         * sysdeps/s390/rtld-setjmp.S: New file.
16456
16457 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16458
16459         [BZ #16400]
16460         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16461         Return -__logl (x) for small positive arguments without evaluating
16462         a polynomial.
16463
16464 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16465
16466         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16467         Rename to ...
16468         (__ptrace_peeksiginfo_args): ... this.
16469         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16470         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16471         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16472
16473 2014-01-06  Allan McRae  <allan@archlinux.org>
16474
16475         * inet/netinet/in.h: Fix typo in comment.
16476
16477 2014-01-05  Andreas Jaeger  <aj@suse.de>
16478
16479         * sysdeps/i386/fpu/libm-test-ulps: Update.
16480
16481 2014-01-05  Allan McRae  <allan@archlinux.org>
16482
16483         * po/libc.pot: Regenerated.
16484
16485         * malloc/memusagestat.c: Fix gettext call formatting.
16486
16487 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16488
16489         * nscd/nscd.c: Improve usage() output.
16490
16491 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16492
16493         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16494         * sysdeps/unix/sysv/linux/configure: Regenerated.
16495         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16496         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16497
16498 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16499
16500         [BZ #16390]
16501         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16502         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16503
16504 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16505
16506         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16507         extra tokens at end of #undef directive.
16508         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16509         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16510         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16511
16512 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16513
16514         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16515
16516         * math/auto-libm-test-in: Mark various tests with
16517         xfail-rounding:ldbl-128ibm.
16518         * math/auto-libm-test-out: Regenerated.
16519
16520 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16521
16522         [BZ #16386]
16523         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16524         numbers with subnormal high part when calculating exponent.
16525
16526         [BZ #16385]
16527         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16528         fabs.
16529
16530         [BZ #16384]
16531         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16532         M_LN2l.
16533         (__ieee754_acoshl): Use __log1pl not __log1p.
16534
16535 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16536
16537         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16538         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16539         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16540         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16541         (reused_arena, arena_get2): Convert to GNU style.
16542         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16543         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16544         (memalign_check, __malloc_set_state): Likewise.
16545         * malloc/mallocbug.c (main): Likewise.
16546         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16547         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16548         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16549         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16550         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16551         (__posix_memalign, malloc_info): Likewise.
16552         * malloc/malloc.h: Likewise.
16553         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16554         (mallochook, memalignhook, reallochook, mabort): Likewise.
16555         * malloc/mcheck.h: Likewise.
16556         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16557         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16558         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16559         * malloc/morecore.c (__default_morecore): Likewise.
16560         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16561         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16562         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16563         (print_and_abort): Likewise.
16564         * malloc/obstack.h: Likewise.
16565         * malloc/set-freeres.c (__libc_freeres): Likewise.
16566         * malloc/tst-mallocstate.c (main): Likewise.
16567         * malloc/tst-mtrace.c (main): Likewise.
16568         * malloc/tst-realloc.c (do_test): Likewise.
16569
16570 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16571
16572         [BZ #16366]
16573         * nscd/netgroupcache.c (do_notfound): New function.
16574         (addgetnetgrentX): Use it.
16575
16576         [BZ # 16365]
16577         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16578         NSS_STATUS_NOTFOUND.
16579
16580 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16581
16582         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16583         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16584
16585 2014-01-01  Allan McRae  <allan@archlinux.org>
16586
16587         * scripts/update-copyrights: Update configure input file suffix.
16588
16589         * NEWS: Update copyright year.
16590         * catgets/gencat.c: Likewise.
16591         * csu/version.c: Likewise.
16592         * debug/catchsegv.sh: Likewise.
16593         * debug/pcprofiledump.c: Likewise.
16594         * debug/xtrace.sh: Likewise.
16595         * elf/ldconfig.c: Likewise.
16596         * elf/ldd.bash.in: Likewise.
16597         * elf/pldd.c: Likewise.
16598         * elf/sotruss.ksh: Likewise.
16599         * elf/sprof.c: Likewise.
16600         * iconv/iconv_prog.c: Likewise.
16601         * iconv/iconvconfig.c: Likewise.
16602         * locale/programs/locale.c: Likewise.
16603         * locale/programs/localedef.c: Likewise.
16604         * login/programs/pt_chown.c: Likewise.
16605         * malloc/memusage.sh: Likewise.
16606         * malloc/memusagestat.c: Likewise.
16607         * malloc/mtrace.pl: Likewise.
16608         * manual/libc.texinfo: Likewise.
16609         * nscd/nscd.c: Likewise.
16610         * nss/getent.c: Likewise.
16611         * nss/makedb.c: Likewise.
16612         * posix/getconf.c: Likewise.
16613         * scripts/test-installation.pl: Likewise.
16614
16615         * All files with FSF copyright notices: Update copyright dates
16616         using scripts/update-copyrights.
16617         * intl/plural.c: Regenerated.
16618         * locale/programs/charmap-kw.h: Likewise.
16619         * locale/programs/locfile-kw.h: Likewise.
16620
16621 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16622
16623         * sysdeps/unix/sysv/linux/configure: Regenerated.
16624         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16625         the linux/fanotify.h header.
16626         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16627         HAVE_LINUX_FANOTIFY_H is defined.
16628
16629 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16630
16631         * benchtests/cos-inputs: New inputs.
16632         * benchtests/sin-inputs: Likewise.
16633
16634         * benchtests/atan-inputs: New inputs. Fix name of multiple
16635         precision fallback inputs.
16636
16637         * benchtests/atanh-inputs: New inputs.
16638         * benchtests/tanh-inputs: Likewise.
16639
16640         * benchtests/acosh-inputs: New inputs.
16641         * benchtests/asinh-inputs: Likewise.
16642
16643         * benchtests/cosh-inputs: New inputs.
16644         * benchtests/sinh-inputs: Likewise.
16645
16646         * benchtests/acos-inputs: Add more inputs.
16647         * benchtests/asin-inputs: Likewise.
16648
16649 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16650
16651         [BZ #16375]
16652         * manual/arith.texi: Fix spelling.
16653         * manual/charset.texi: Likewise.
16654         * manual/errno.texi: Likewise.
16655         * manual/filesys.texi: Likewise.
16656         * manual/lang.texi: Likewise.
16657         * manual/llio.texi: Likewise.
16658         * manual/locale.texi: Likewise.
16659         * manual/message.texi: Likewise.
16660         * manual/resource.texi: Likewise.
16661         * manual/search.texi: Likewise.
16662         * manual/setjmp.texi: Likewise.
16663         * manual/stdio.texi: Likewise.
16664         * manual/string.texi: Likewise.
16665         * manual/sysinfo.texi: Likewise.
16666         * manual/time.texi: Likewise.
16667
16668 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16669
16670         * po/sl.po: New file.
16671
16672 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16673
16674         * .gitignore: Add core/.gdbinit/.gdb_history.
16675
16676 2013-12-27  Allan McRae  <allan@archlinux.org>
16677
16678         [BZ #16369]
16679         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16680         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16681
16682 2013-12-24  Brooks Moses  <bmoses@google.com>
16683
16684         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16685         all compilers that claim C++98 compliance, not just GCC.
16686         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16687         Likewise.
16688
16689 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16690
16691         * NEWS: Restore accidentally deleted bug-fix entries.
16692
16693 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16694             Ondřej Bílka  <neleai@seznam.cz>
16695
16696         [BZ #15073]
16697         * malloc/malloc.c (_int_free): Perform sanity check only if we
16698         have_lock.
16699
16700 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16701
16702         [BZ #12986]
16703         * manual/stdio.texi (String Input Conversions): Clarify that character
16704         classes are not supported.
16705
16706 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16707
16708         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16709
16710 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16711
16712         [BZ #16337]
16713         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16714         Calculate results for small negative arguments directly rather
16715         than using reflection formula with special underflow handling.
16716
16717         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16718         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16719         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16720         (fchflags): Likewise.
16721         (revoke): Likewise.
16722         (setlogin): Likewise.
16723         (sigaltstack): Likewise.
16724         (wait4): Likewise.
16725         (sigblock): Remove.
16726         (sigsetmask): Likewise.
16727         (wait3): Likewise.
16728         (waitpid): Likewise.
16729         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16730         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16731         file.
16732         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16733         * sysdeps/unix/bsd/Makefile: ... here.
16734         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16735         * sysdeps/unix/bsd/Versions: ... here.
16736         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16737         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16738         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16739         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16740         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16741         * sysdeps/unix/bsd/sigblock.c: ... here.
16742         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16743         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16744         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16745         * sysdeps/unix/bsd/sigvec.c: ... here.
16746         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16747         * sysdeps/unix/bsd/tcdrain.c: ... here.
16748         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16749         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16750         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16751         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16752         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16753         * sysdeps/unix/bsd/wait.c: ... here.
16754         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16755         * sysdeps/unix/bsd/wait3.c: ... here.
16756         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16757         * sysdeps/unix/bsd/waitpid.c: ... here.
16758
16759 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16760
16761         [BZ #16356]
16762         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16763         round-to-nearest for [!USE_AS_EXPM1L].
16764         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16765         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16766         more tests of exp and exp10.  Expect some exp10 tests to miss
16767         exceptions or fail in directed rounding modes.
16768         * math/auto-libm-test-out: Regenerated.
16769         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16770         (exp10_test_tonearest): New function.
16771         (exp10_towardzero_test_data): New array.
16772         (exp10_test_towardzero): New function.
16773         (exp10_downward_test_data): New array.
16774         (exp10_test_downward): New function.
16775         (exp10_upward_test_data): New array.
16776         (exp10_test_upward): New function.
16777         (main): Call the new functions.
16778         * sysdeps/i386/fpu/libm-test-ulps: Update.
16779         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16780
16781 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16782
16783         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16784         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16785         * math/auto-libm-test-out: Regenerated.
16786         * math/libm-test.inc (acosh_test_data): Add more tests.
16787         (atanh_test_data): Likewise.
16788         (ceil_test_data): Likewise.
16789         (copysign_test_data): Likewise.
16790         * sysdeps/i386/fpu/libm-test-ulps: Update.
16791         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16792
16793         * timezone/checktab.awk: Update from tzcode 2013i.
16794         * timezone/private.h: Likewise.
16795         * timezone/scheck.c: Likewise.
16796         * timezone/tzfile.h: Likewise.
16797         * timezone/tzselect.ksh: Likewise.
16798         * timezone/zdump.c: Likewise.
16799         * timezone/zic.c: Likewise.
16800
16801         * math/auto-libm-test-in: Add tests of cpow.
16802         * math/auto-libm-test-out: Regenerated.
16803         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16804         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16805         mpc_cc_c.
16806         (func_calc_desc): Add mpc_cc_c union field.
16807         (test_functions): Add cpow.
16808         (special_fill_2pi): New function.
16809         (special_real_inputs): Add 2pi.
16810         (calc_generic_results): Handle mpc_cc_c.
16811         * sysdeps/i386/fpu/libm-test-ulps: Update.
16812         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16813
16814         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16815         csqrt, ctan and ctanh.
16816         * math/auto-libm-test-out: Regenerated.
16817         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16818         (TEST_COND_x86): Likewise.
16819         (ccos_test_data): Use AUTO_TESTS_c_c.
16820         (ccosh_test_data): Likewise.
16821         (cexp_test_data): Likewise.
16822         (clog_test_data): Likewise.
16823         (csqrt_test_data): Likewise.
16824         (ctan_test_data): Likewise.
16825         (ctan_tonearest_test_data): Likewise.
16826         (ctan_towardzero_test_data): Likewise.
16827         (ctan_downward_test_data): Likewise.
16828         (ctan_upward_test_data): Likewise.
16829         (ctanh_test_data): Likewise.
16830         (ctanh_tonearest_test_data): Likewise.
16831         (ctanh_towardzero_test_data): Likewise.
16832         (ctanh_downward_test_data): Likewise.
16833         (ctanh_upward_test_data): Likewise.
16834         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16835         mpc_c_c.
16836         (func_calc_desc): Add mpc_c_c union field.
16837         (FUNC_mpc_c_c): New macro.
16838         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16839         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16840         ctanh.
16841         (special_fill_min_subnorm_p120): New function.
16842         (special_real_inputs): Add min_subnorm_p120.
16843         (calc_generic_results): Handle mpc_c_c.
16844         * sysdeps/i386/fpu/libm-test-ulps: Update.
16845         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16846
16847 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16848
16849         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16850         (do_sin_slow): New functions.
16851         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16852         (cslow2, csloww1, csloww2): Use the new functions.
16853
16854         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16855         Use M to change sign of result instead of X.  Assume X is
16856         positive.
16857         (csloww1): Likewise.
16858         (__sin): Adjust.
16859         (__cos): Adjust.
16860
16861         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16862         arguments A and DA.
16863         (__sin): Adjust.
16864         (__cos): Likewise.
16865
16866         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16867         (__cos): Likewise.
16868         (sloww1): Don't adjust sign of DX.
16869         (csloww1): Likewise.
16870         (sloww2): Use X directly and don't adjust sign of DX.
16871         (csloww2): Likewise.
16872
16873 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16874
16875         * math/auto-libm-test-in: Add tests of cabs and carg.
16876         * math/auto-libm-test-out: Regenerated.
16877         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16878         (carg_test_data): Likewise.
16879         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16880         mpc_c_f.
16881         (func_calc_desc): Add mpc_c_f union field.
16882         (test_functions): Add cabs and carg.
16883         (calc_generic_results): Handle mpc_c_f.
16884
16885         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16886         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16887         as a macro and a compat symbol.
16888         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16889         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16890         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16891         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16892         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16893         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16894         not use .hidden.
16895         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16896         Likewise.
16897         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16898         Likewise.
16899         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16900         Likewise.
16901         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16902         Likewise.
16903         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16904         Likewise.
16905         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16906         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16907         from GLIBC_2.3.2.
16908
16909 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16910
16911         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16912
16913 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16914
16915         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16916         trailing whitespace removed.
16917         * scripts/config.guess: Update to version 2013-11-29.
16918         * scripts/config.sub: Update to version 2013-10-01.
16919
16920         * math/auto-libm-test-in: Add tests of sincos.
16921         * math/auto-libm-test-out: Regenerated.
16922         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16923         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16924         mpfr_f_11.
16925         (func_calc_desc): Add mpfr_f_11 union field.
16926         (test_functions): Add sincos.
16927         (calc_generic_results): Handle mpfr_f_11.
16928         * sysdeps/i386/fpu/libm-test-ulps: Update.
16929         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16930
16931 2013-12-19  Andreas Schwab  <schwab@suse.de>
16932
16933         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16934         CALL_MCOUNT.
16935         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16936         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16937         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16938
16939 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16940
16941         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16942         * sysdeps/i386/fpu/libm-test-ulps: Update.
16943         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16944
16945         [BZ #16293]
16946         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16947         round-to-nearest mode when using frndint.
16948         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16949         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16950         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16951         Likewise.
16952         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16953         sinh test to fail.
16954         * math/auto-libm-test-out: Regenerated.
16955         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16956         (TEST_COND_x86): Likewise.
16957         (expm1_tonearest_test_data): New array.
16958         (expm1_test_tonearest): New function.
16959         (expm1_towardzero_test_data): New array.
16960         (expm1_test_towardzero): New function.
16961         (expm1_downward_test_data): New array.
16962         (expm1_test_downward): New function.
16963         (expm1_upward_test_data): New array.
16964         (expm1_test_upward): New function.
16965         (main): Run the new test functions.
16966         * sysdeps/i386/fpu/libm-test-ulps: Update.
16967         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16968
16969         * include/features.h: Update comment documenting feature test
16970         macros.  Mention _DEFAULT_SOURCE in comment.
16971         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16972         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16973         _BSD_SOURCE and _SVID_SOURCE.
16974         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16975         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16976         !_SVID_SOURCE]: Likewise.
16977         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16978         (__USE_POSIX_IMPLICITLY): Define.
16979         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16980         (_POSIX_SOURCE): Undefine and redefine.
16981         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16982         (_POSIX_C_SOURCE): Likewise.
16983         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16984         (Feature Test Macros): Update documentation of default features.
16985
16986 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16987
16988         * benchtests/Makefile: Add bench-strtok.
16989         * benchtests/bench-strtok.c: New file: strtok benchtest.
16990
16991 2013-12-19  Allan McRae  <allan@archlinux.org>
16992
16993         * manual/install.texi: Suppress menu for plain text output.
16994         * INSTALL: Regenerated.
16995
16996 2013-12-18  Brooks Moses  <bmoses@google.com>
16997
16998         [BZ #15846]
16999         * misc/getauxval.c: Include errno.h.
17000         (__getauxval): Set errno to ENOENT if the requested type is not
17001         found.
17002         * misc/sys/auxv.h (getauxval): Document that it may set errno;
17003         don't declare with __attribute_const__.
17004         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
17005         * manual/startup.texi: Document that getauxval sets errno.
17006
17007 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17008
17009         * math/auto-libm-test-in: Add tests of jn and yn.
17010         * math/auto-libm-test-out: Regenerated.
17011         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
17012         (yn_test_data): Likewise.
17013         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17014         mpfr_if_f.
17015         (func_calc_desc): Add mpfr_if_f union field.
17016         (FUNC_mpfr_if_f): New macro.
17017         (test_functions): Add jn and yn.
17018         (calc_generic_results): Assert type of second input for
17019         mpfr_ff_f.  Handle mpfr_if_f.
17020         (output_for_one_input_case): Disable all checking for arguments
17021         fitting floating-point types in case of an integer argument.
17022         * sysdeps/i386/fpu/libm-test-ulps: Update.
17023         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17024
17025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
17026         Don't expect fegetround reference in libm.so.
17027
17028 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
17029
17030         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
17031         $(config-cflags-nofma).
17032
17033 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17034
17035         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
17036         * math/auto-libm-test-out: Regenerated.
17037
17038         [BZ #16338]
17039         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
17040         to determine exponent and adjust argument to have exponent of -1.
17041         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
17042         log2.
17043         * math/auto-libm-test-out: Regenerated.
17044         * sysdeps/i386/fpu/libm-test-ulps: Update.
17045         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17046
17047 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
17048
17049         * manual/probes.texi: Remove cases when per-thread arenas are
17050         disabled.
17051
17052 2013-12-18  Andreas Schwab  <schwab@suse.de>
17053
17054         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
17055         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
17056         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
17057         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
17058         * sysdeps/i386/i686/multiarch/Makefile: Update.
17059         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
17060
17061 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17062
17063         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
17064         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
17065
17066 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
17067
17068         [BZ #15968]
17069         Support TZ transition times < 00:00:00.
17070         This is needed for version-3 tz-format files; it supports time
17071         stamps past 2037 for America/Godthab (the only entry in the tz
17072         database for which this change is relevant).
17073         * manual/time.texi (TZ Variable): Document transition times
17074         from -167:59:59 through -00:00:01.
17075         * time/tzset.c (tz_rule): Time of day is now signed.
17076         (__tzset_parse_tz): Parse negative time of day.
17077
17078         Document TZ transition times >= 25:00:00.
17079         * manual/time.texi (TZ Variable): Document transition times from
17080         25:00:00 through 167:59:59.  These are already supported, and this
17081         support will help with version-3 tz-format files.
17082
17083         * manual/time.texi (TZ Variable): Modernize North America example
17084         to reflect current (i.e., 2007-and-later) daylight saving rules.
17085
17086         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
17087
17088 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17089
17090         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
17091         * sysdeps/unix/bsd/bits/stat.h: Likewise.
17092         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
17093         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
17094         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
17095         * sysdeps/unix/bsd/bsdstat.h: Likewise.
17096         * sysdeps/unix/bsd/clock.c: Likewise.
17097         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
17098         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
17099         * sysdeps/unix/bsd/init-posix.c: Likewise.
17100         * sysdeps/unix/bsd/poll.c: Likewise.
17101         * sysdeps/unix/bsd/ptsname.c: Likewise.
17102         * sysdeps/unix/bsd/seekdir.c: Likewise.
17103         * sysdeps/unix/bsd/setegid.c: Likewise.
17104         * sysdeps/unix/bsd/seteuid.c: Likewise.
17105         * sysdeps/unix/bsd/setgid.c: Likewise.
17106         * sysdeps/unix/bsd/setrgid.c: Likewise.
17107         * sysdeps/unix/bsd/setruid.c: Likewise.
17108         * sysdeps/unix/bsd/setsid.c: Likewise.
17109         * sysdeps/unix/bsd/setuid.c: Likewise.
17110         * sysdeps/unix/bsd/sigaction.c: Likewise.
17111         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
17112         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
17113         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
17114         * sysdeps/unix/bsd/telldir.c: Likewise.
17115         * sysdeps/unix/bsd/times.c: Likewise.
17116         * sysdeps/unix/bsd/usleep.c: Likewise.
17117
17118         * misc/Makefile (install-lib): Remove libbsd-compat.a.
17119         ($(objpfx)libbsd-compat.a): Remove rule.
17120
17121         * include/features.h (__FAVOR_BSD): Do not define.
17122         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17123         features conflicting with POSIX.
17124         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17125         (_BSD_SOURCE): Remove description of not being a subset of other
17126         feature test macros.
17127         * manual/job.texi (getpgrp): Do not document BSD version.
17128         (getpgid): Do not document by reference to BSD getpgrp.
17129         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17130         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17131         * signal/signal.h [__FAVOR_BSD]: Likewise.
17132         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17133         instead of making contents conditional on [__FAVOR_BSD].
17134         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17135
17136 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17137
17138         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17139
17140 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17141
17142         [BZ #16314]
17143         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17144         values below 2**-450, not 2**-500.
17145         * math/auto-libm-test-in: Don't allow spurious underflow from
17146         hypot.
17147         * math/auto-libm-test-out: Regenerated.
17148
17149         [BZ #16316]
17150         [BZ #16330]
17151         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17152         values of ha and hb and sort them after adjusting subnormal
17153         arguments.
17154         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17155         Likewise.
17156         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17157         values of ea and eb and sort them after adjusting subnormal
17158         arguments.
17159         * math/auto-libm-test-in: Do not expect some hypot tests of
17160         subnormals to fail.  Add more hypot tests.
17161         * math/auto-libm-test-out: Regenerated.
17162
17163 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17164
17165         [BZ #13304]
17166         * sysdeps/sh/s_fma.c: New file.
17167         * sysdeps/sh/s_fmaf.c: New file.
17168         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
17169         version.
17170         * sysdeps/sh/Implies: Add sh/soft-fp.
17171
17172 2013-12-16  Roland McGrath  <roland@hack.frob.com>
17173
17174         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
17175         level of indirection to members `objname', `errstring', `malloced'.
17176         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17177         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
17178         it as the __longjmp argument (just pass 1 instead).
17179         (_dl_catch_error): Initialize C with argument pointers and address of
17180         volatile local ERRCODE rather than copying values out of C at return.
17181
17182 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
17183
17184         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17185         * math/auto-libm-test-out: Regenerated.
17186         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17187         (hypot_test_data): Likewise.
17188         (pow_test_data): Likewise.
17189         (pow_tonearest_test_data): Likewise.
17190         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17191         mpfr_ff_f.
17192         (func_calc_desc): Add mpfr_ff_f union field.
17193         (FUNC_mpfr_ff_f): New macro.
17194         (test_functions): Add atan2, hypot and pow.
17195         (special_fill_min): New function.
17196         (special_fill_minus_min): Likewise.
17197         (special_fill_min_subnorm): Likewise.
17198         (special_fill_minus_min_subnorm): Likewise.
17199         (special_real_inputs): Add min, -min, min_subnorm and
17200         -min_subnorm.
17201         (calc_generic_results): Handle mpfr_ff_f.
17202         * sysdeps/i386/fpu/libm-test-ulps: Update.
17203         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17204
17205 2013-12-16  Will Newton  <will.newton@linaro.org>
17206
17207         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17208         (Aligned Memory Blocks): Add documentation for aligned_alloc
17209         and suggest it as an alternative to posix_memalign.
17210         (Hooks for Malloc): Document __memalign_hook is also called
17211         for aligned_alloc.  (Summary of Malloc): Add summary for
17212         aligned alloc.  Document __memalign_hook is also called
17213         for aligned_alloc.
17214
17215 2013-12-16  Will Newton  <will.newton@linaro.org>
17216
17217         * manual/memory.texi (Malloc Examples): Clarify default
17218         alignment documentation.  Suggest posix_memalign rather
17219         than memalign or valloc.
17220         (Aligned Memory Blocks): Remove suggestion to use memalign
17221         or valloc.  Remove obsolete comment about BSD.
17222         Document memalign errno values and mark the function obsolete.
17223         Document posix_memalign returned error codes.  Mark valloc
17224         as obsolete.  (Hooks for Malloc): __memalign_hook is also
17225         called for posix_memalign and valloc.
17226         (Summary of Malloc): Add posix_memalign to function summary.
17227         __memalign_hook is also called for posix_memalign and valloc.
17228
17229 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17230
17231         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17232         TAYLOR_SIN.
17233         (__sin): Adjust.
17234         (__cos): Likewise.
17235         (sloww): Use mynumber union.  Expand ternary operator into
17236         if-else statements.
17237         (cslow): use mynumber union.
17238
17239 2013-12-16  Allan McRae  <allan@archlinux.org>
17240
17241         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17242         * configure: Regenerated.
17243
17244         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17245
17246         [BZ #14120]
17247         * configure.ac: Added --enable-maintainer-mode. Check for
17248         autoconf when enabled.
17249         * configure: Regenerated.
17250
17251         * nscd/nscd.service: New file.
17252         * nscd/nscd.tmpfiles: New file.
17253
17254 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17255
17256         [BZ #12100]
17257         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17258         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17259         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17260         (strstr): Add __strstr_sse2_unaligned ifunc.
17261         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17262         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17263         (strcasestr): Remove __strcasestr_sse42 ifunc.
17264         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17265         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17266         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17267
17268 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17269
17270         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17271         * sysdeps/sh/bits/fenv.h: ... here.
17272         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17273
17274 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17275
17276         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17277
17278         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17279         hypotf multiarch implementations.
17280         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17281         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17282         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17283         multiarch hypot for PPC64.
17284         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17285         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17286         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17287         multiarch hypotf for PPC64.
17288
17289         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17290         modff multiarch implementations.
17291         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17292         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17293         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17294         multiarch modf for PPC64.
17295         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17296         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17297         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17298         multiarch modff for PPC64.
17299
17300         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17301         and logl multiarch implementations.
17302         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17303         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17305         multiarch logb for PPC64.
17306         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17307         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17308         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17309         multiarch logb for PPC64.
17310         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17311         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17312         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17313         multiarch logb for PPC64.
17314
17315         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17316         isinff multiarch implementation.
17317         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17318         file.
17319         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17320         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17321         multiarch isinf for PPC64.
17322         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17323         file.
17324         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17325         multiarch isinff for PPC64.
17326
17327         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17328         finitef multiarch implementation.
17329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17330         file.
17331         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17332         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17333         multiarch finite for PPC64.
17334         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17335         file.
17336         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17337         multiarch finitef for PPC64.
17338
17339         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17340         lrint multiarch implementation.
17341         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17342         file.
17343         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17344         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17345         multiarch llrint for PPC64.
17346         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17347         multiarch lrint for PPC64.
17348
17349         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17350         copysignf multiarch implementation.
17351         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17352         file.
17353         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17354         file.
17355         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17356         multiarch copysign for PPC64.
17357         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17358         multiarch copysignf for PPC64.
17359
17360         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17361         multiarch implementation.
17362         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17363         file.
17364         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17365         file.
17366         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17367         file.
17368         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17369         file.
17370         multiarch llround for PPC64.
17371         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17372         multiarch trunc for PPC64.
17373         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17374         multiarch truncf for PPC64.
17375
17376         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17377         multiarch implementation.
17378         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17379         file.
17380         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17381         file.
17382         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17383         file.
17384         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17385         file.
17386         multiarch llround for PPC64.
17387         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17388         multiarch round for PPC64.
17389         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17390         multiarch roundf for PPC64.
17391
17392         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17393         multiarch implementation.
17394         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17395         file.
17396         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17397         file.
17398         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17399         file.
17400         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17401         file.
17402         multiarch llround for PPC64.
17403         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17404         multiarch floor for PPC64.
17405         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17406         multiarch floorf for PPC64.
17407
17408         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17409         multiarch implementation.
17410         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17411         file.
17412         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17413         file.
17414         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17415         file.
17416         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17417         file.
17418         multiarch llround for PPC64.
17419         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17420         multiarch ceil for PPC64.
17421         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17422         multiarch ceilf for PPC64.
17423
17424         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17425         multiarch implementation.
17426         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17427         file.
17428         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17429         file.
17430         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17431         file.
17432         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17433         multiarch llround for PPC64.
17434         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17435         multiarch lround for PPC64.
17436
17437         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17438         multiarch implementation.
17439         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17440         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17441         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17442         file.
17443         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17444         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17445         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17446         multiarch isnan for PPC64.
17447         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17448         multiarch isnanf for PPC64.
17449
17450         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17451         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17452         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17453         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17454         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17456
17457         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17458         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17459         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17460         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17461
17462         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17463         multiarch implementations.
17464         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17465         (__libc_ifunc_impl_list): Likewise.
17466         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17467         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17468         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17469         multiarch stpcpy for PPC64.
17470
17471         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17472         multiarch implementations.
17473         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17474         (__libc_ifunc_impl_list): Likewise.
17475         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17476         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17477         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17478         multiarch strcpy for PPC64.
17479
17480         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17481         redefine function name.
17482         (_wordcopy_fwd_dest_aligned): Likewise.
17483         (_wordcopy_bwd_aligned): Likewise.
17484         (_wordcopy_bwd_dest_aligned): Likewise.
17485         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17486         multiarch implementations.
17487         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17488         (__libc_ifunc_impl_list): Likewise.
17489         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17490         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17491         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17492         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17493         multiarch wcscpy for PPC64.
17494
17495         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17496         multiarch implementations.
17497         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17498         (__libc_ifunc_impl_list): Likewise.
17499         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17500         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17501         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17502         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17503         multiarch wcscpy for PPC64.
17504
17505         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17506         multiarch implementations.
17507         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17508         (__libc_ifunc_impl_list): Likewise.
17509         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17510         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17511         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17512         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17513         multiarch wcsrchr for PPC64.
17514
17515         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17516         multiarch implementations.
17517         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17518         (__libc_ifunc_impl_list): Likewise.
17519         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17520         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17521         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17522         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17523         multiarch wcschr for PPC64.
17524
17525         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17526         multiarch implementations.
17527         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17528         (__libc_ifunc_impl_list): Likewise.
17529         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17530         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17531         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17532         multiarch strchrnul for PPC64.
17533
17534         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17535         implementations.
17536         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17537         (__libc_ifunc_impl_list): Likewise.
17538         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17539         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17540         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17541         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17542         strchr for PPC64.
17543
17544         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17545         implementations.
17546         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17547         (__libc_ifunc_impl_list): Likewise.
17548         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17549         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17550         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17551         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17552         strncmp for PPC64.
17553
17554         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17555         multiarch implementations.
17556         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17557         (__libc_ifunc_impl_list): Likewise.
17558         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17559         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17560         strncasecmp for PPC64.
17561         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17562         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17563         multiarch strncasecmp_l for PPC64.
17564
17565         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17566         multiarch implementations.
17567         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17568         (__libc_ifunc_impl_list): Likewise.
17569         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17570         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17571         multiarch strcasecmp for PPC64.
17572         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17573         file.
17574         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17575         multiarch strcasecmp_l for PPC64.
17576
17577         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17578         implementations.
17579         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17580         (__libc_ifunc_impl_list): Likewise.
17581         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17582         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17583         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17584         strnlen for PPC64.
17585
17586         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17587         implementations.
17588         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17589         (__libc_ifunc_impl_list): Likewise.
17590         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17591         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17592         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17593         strlen for PPC64.
17594
17595         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17596         implementations.
17597         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17598         (__libc_ifunc_impl_list): Likewise.
17599         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17600         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17601         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17602         rawmemrchr for PPC64.
17603
17604         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17605         implementation.
17606         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17607         (__libc_ifunc_impl_list): Likewise.
17608         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17609         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17610         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17611         memrchr for PPC64.
17612
17613         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17614         implementation.
17615         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17616         (__libc_ifunc_impl_list): Likewise.
17617         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17618         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17619         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17620         memchr for PPC64.
17621
17622         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17623         implementation.
17624         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17625         (__libc_ifunc_impl_list): Likewise.
17626         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17627         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17628         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17629         mempcpy for PPC64.
17630
17631         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17632         avoid cretion of __bzero symbol.
17633         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17634         Likewise.
17635         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17636         Likewise.
17637         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17638         Likewise.
17639         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17640         multiarch implementations.
17641         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17642         (__libc_ifunc_impl_list): Likewise.
17643         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17644         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17645         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17646         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17647         bzero for PPC32.
17648         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17649         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17650         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17651         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17652         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17653         memset for PPC64.
17654         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17655
17656         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17657         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17658         implementations.
17659         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17660         (__libc_ifunc_impl_list): Likewise.
17661         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17662         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17663         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17664         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17665         memcmp for PPC64.
17666
17667         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17668         multiarch for POWER/PPC64.
17669         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17670         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17671         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17672         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17673         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17674         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17675         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17676         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17677         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17678         memcpy for PPC64.
17679
17680         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17681         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17682         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17683         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17684         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17685         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17686         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17687         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17688         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17689         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17690         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17691         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17692         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17693         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17694         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17701         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17702
17703 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17704
17705         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17706
17707 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17708
17709         * benchtests/Makefile (bench): Add exp2 and log2.
17710         (LDLIBS-bench-exp2): Add -lm.
17711         (LDLIBS-bench-log2): Likewise.
17712         * benchtests/exp2-inputs: New inputs file.
17713         * benchtests/log2-inputs: New inputs file.
17714         * benchtests/log-inputs: Add new inputs.
17715         * benchtests/tan-inputs: Likewise.
17716
17717 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17718
17719         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17720         definition...
17721         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17722         (csloww2): ... from here.
17723
17724         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17725         instead of structures.
17726         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17727         (POLYNOMIAL): Likewise.
17728         (TAYLOR_SLOW): Likewise.
17729         (__sin): Likewise.
17730         (__cos): Likewise.
17731         (slow1): Likewise.
17732         (slow2): Likewise.
17733         (sloww): Likewise.
17734         (sloww1); Likewise.
17735         (sloww2): Likewise.
17736         (bsloww1): Likewise.
17737         (bsloww2): Likewise.
17738         (cslow2): Likewise.
17739         (csloww): Likewise.
17740         (csloww1): Likewise.
17741         (csloww2): Likewise.
17742
17743 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17744
17745         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17746         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17747         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17748         * malloc/hooks.c (realloc_check): Likewise.
17749
17750         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17751         * malloc/arena.c: Remove PER_THREAD conditional.
17752         [!PER_THREAD]: Remove code.
17753         (ptmalloc_unlock_all2): Likewise.
17754         (ptmalloc_init): Likewise.
17755         (_int_new_arena): Likewise.
17756         (arena_get2): Likewise.
17757         * malloc/hooks.c (__malloc_get_state): Likewise.
17758         (__malloc_set_state): Likewise.
17759         * malloc/malloc.c: Likewise.
17760         (struct malloc_state): Likewise.
17761         (struct malloc_par): Likewise.
17762         (__libc_realloc): Likewise.
17763         (__libc_mallopt): Likewise.
17764
17765 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17766
17767         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17768
17769 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17770
17771         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17772         macro to a function.  Check for zero perturb_byte.
17773         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17774
17775         * malloc/malloc.c: (force_reg): Remove.
17776         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17777         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17778         force_reg by atomic_forced_read.
17779         * malloc/arena.c (ptmalloc_init): Likewise.
17780         * malloc/hooks.c (top_check): Likewise.
17781
17782 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17783
17784         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17785
17786 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17787
17788         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17789
17790 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17791
17792         * math/auto-libm-test-in: Add tests of lgamma.
17793         * math/auto-libm-test-out: Regenerated.
17794         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17795         (M_LOG_2_SQRT_PIl): Likewise.
17796         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17797         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17798         mpfr_f_f1.
17799         (func_calc_desc): Add mpfr_f_f1 union field.
17800         (ARGS1): New macro.
17801         (ARGS2): Likewise.
17802         (ARGS3): Likewise.
17803         (ARGS4): Likewise.
17804         (RET1): Likewise.
17805         (RET2): Likewise.
17806         (CALC): Likewise.
17807         (FUNC): Likewise.
17808         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17809         (test_functions): Add lgamma.
17810         (calc_generic_results): Handle mpfr_f_f1.
17811         * sysdeps/i386/fpu/libm-test-ulps: Update.
17812         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17813
17814 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17815
17816         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17817         __mpn_add_n for PowerPC64/POWER7.
17818         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17819         __mpn_sub_n for PowerPC64/POWER7.
17820
17821         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17822         __mpn_addmul_1 for PowerPC64.
17823         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17824         __mpn_submul_1 for PowerPC64.
17825         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17826         for PowerPC64.
17827         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17828         for PowerPC64.
17829
17830 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17831
17832         [BZ #15089]
17833         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17834
17835 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17836
17837         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17838
17839         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17840         add multiarch folders.
17841         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17842         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17843         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17844         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17845         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17846         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17847         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17848         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17849         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17850         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17851         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17858
17859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17860         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17862         New file.
17863         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17864         New file.
17865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17866         multiarch __ieee754_hypot for PowerPC32.
17867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17868         New file.
17869         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17870         New file.
17871         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17872         multiarch __ieee754_hypotf for PowerPC32.
17873
17874         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17875         long_double_symbol only if __logbl is defined.
17876         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17877         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17878         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17879         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17880         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17881         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17882         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17883         path for implementation.
17884         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17885         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17886         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17887         logb, and logbl multiarch implementations for PowerPC32.
17888         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17889         file.
17890         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17891         file.
17892         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17893         multiarch logb for PowerPC32.
17894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17895         file.
17896         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17897         file.
17898         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17899         multiarch logbf for PowerPC32.
17900         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17901         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17902         file.
17903         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17904         multiarch logbl implementation for PowerPC32.
17905
17906         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17907         and modff multiarch implementations.
17908         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17909         New file.
17910         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17911         New file.
17912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17913         multiarch modf for PowerPC32.
17914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17915         New file.
17916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17917         New file.
17918         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17919         multiarch modff for PowerPC32.
17920
17921         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17922         and lrintf multiarch implementations.
17923         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17924         New file.
17925         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17926         New file.
17927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17928         multiarch lrint for PowerPC32.
17929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17930         file: multiarch lrintf for PowerPC32.
17931
17932         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17933         and lroundf multiarch implementations.
17934         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17935         New file.
17936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17937         New file.
17938         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17939         New file.
17940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17941         multiarch lround for PowerPC32.
17942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17943         file: multiarch lroundf for PowerPC32.
17944
17945         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17946         copysign and copysignf multiarch implementations.
17947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17948         New file.
17949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17950         New file.
17951         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17952         file: multiarch copysign for PowerPC32.
17953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17954         file: multiarch copysignf for PowerPC32.
17955
17956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17957         and truncf multiarch implementations.
17958         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17959         New file.
17960         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17961         file.
17962         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17963         multiarch trunc for PowerPC32.
17964         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17965         New file.
17966         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17967         New file.
17968         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17969         multiarch truncf for PowerPC32.
17970
17971         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17972         and roundf multiarch implementations.
17973         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17974         New file.
17975         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17976         file.
17977         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17978         multiarch round for PowerPC32.
17979         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17980         New file.
17981         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17982         New file.
17983         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17984         multiarch roundf for PowerPC32.
17985
17986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17987         and floorf multiarch implementations.
17988         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17989         New file.
17990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17991         file.
17992         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17993         multiarch floor for PowerPC32.
17994         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17995         New file.
17996         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17997         New file.
17998         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17999         multiarch floorf for PowerPC32.
18000
18001         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
18002         and ceilf multiarch implementations.
18003         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
18004         New file.
18005         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
18006         file.
18007         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
18008         multiarch ceil for PowerPC32.
18009         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
18010         New file.
18011         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
18012         file.
18013         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
18014         multiarch ceilf for PowerPC32.
18015
18016         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
18017         is defined.
18018         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
18019         FINITEF is defined.
18020         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
18021         and finitef multiarch implementations.
18022         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
18023         New file.
18024         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
18025         file.
18026         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
18027         multiarch finite for PowerPC32.
18028         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
18029         New file.
18030         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
18031         file: multiarch finitef for PowerPC32.
18032
18033         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
18034         and isinff multiarch implementations.
18035         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
18036         file.
18037         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
18038         file.
18039         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
18040         multiarch isinf for PowerPC32.
18041         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
18042         New file.
18043         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
18044         multiarch isinff for PowerPC32.
18045
18046         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
18047         alias when __isnan is defined.
18048         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
18049         and isnanf multiarch implementations.
18050         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
18051         file.
18052         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
18053         file.
18054         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
18055         file.
18056         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
18057         file.
18058         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
18059         multiarch isnan for PowerPC32.
18060         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
18061         New file.
18062         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
18063         New file.
18064         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
18065         multiarch isnanf for PowerPC32.
18066
18067         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
18068         and sqrtf multiarch implementations.
18069         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
18070         file.
18071         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
18072         file.
18073         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
18074         multiarch sqrt for PowerPC32.
18075         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
18076         file.
18077         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
18078         file.
18079         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
18080         multiarch sqrtf for PowerPC32.
18081
18082         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
18083         and llroundf multiarch implementations.
18084         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
18085         New file.
18086         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
18087         New file.
18088         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
18089         New file.
18090         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
18091         file: multiarch llround for PowerPC32.
18092         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
18093         file: multiarch llroundf for PowerPC32.
18094
18095         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
18096         multiarch PowerPC32 fpu implementations.
18097         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
18098         New file.
18099         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
18100         New file.
18101         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
18102         multiarch llrint for PowerPC32.
18103         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
18104         New file.
18105         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
18106         New file.
18107         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
18108         file.
18109
18110         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
18111
18112         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
18113         file.
18114         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
18115         file.
18116         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
18117         file.
18118         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
18119         multiarch wordcopy for PPC32.
18120         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18121         wordcopy objects.
18122         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18123         (__libc_ifunc_impl_list): Likewise.
18124         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18125         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18126         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18127         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18128         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18129         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18130
18131         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18132         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18133         file.
18134         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18135         file.
18136         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18137         file.
18138         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18139         multiarch wcscpy for PPC32.
18140         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18141         multiarch objects.
18142         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18143         (__libc_ifunc_impl_list): Likewise.
18144         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18145         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18146         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18147         sysdeps/powerpc/power6/wcscpy.c.
18148
18149         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18150         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18151         file.
18152         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18153         file.
18154         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18155         file.
18156         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18157         multiarch wcsrchr for PPC32.
18158         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18159         multiarch objects.
18160         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18161         (__libc_ifunc_impl_list): Likewise.
18162         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18163         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18164         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18165         sysdeps/powerpc/power6/wcsrchr.c.
18166
18167         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18168         file.
18169         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18170         file.
18171         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18172         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18173         multiarch wcschr for PPc32.
18174         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18175         multiarch objects.
18176         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18177         (__libc_ifunc_impl_list): Likewise.
18178         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18179         * sysdeps/powerpc/power6/wcschr.c: ... to here.
18180         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18181         sysdeps/powerpc/power6/wcschr.c.
18182
18183         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18184         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18185         file.
18186         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18187         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18188         file: multiarch strchr for PPC32.
18189         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18190         multiarch objects.
18191         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18192         (__libc_ifunc_impl_list): Likewise.
18193
18194         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18195         name.
18196         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18197         file.
18198         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18199         file.
18200         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18201         multiarch strchrnul for PPC32.
18202         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18203         multiarch objects.
18204         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18205         (__libc_ifunc_impl_list): Likewise.
18206
18207         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18208         file.
18209         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18210         multiarch strncasecmp for PPC32.
18211         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18212         file.
18213         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18214         multiarch strncasecmp_l for PPC32.
18215         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18216         strncasecmp multiarch objects.
18217         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18218         (__libc_ifunc_impl_list): Likewise.
18219
18220         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18221         file.
18222         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18223         multiarch strncasecmp for PPC32.
18224         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18225         New file.
18226         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18227         multiarch strcasecmp_l for PPC32.
18228         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18229         multiarch objects.
18230         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18231         (__libc_ifunc_impl_list): Likewise.
18232
18233         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18234         file.
18235         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18236         file.
18237         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18238         multiarch strncmp for PPC32.
18239         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18240         multiarch objects.
18241         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18242         (__libc_ifunc_impl_list): Likewise.
18243
18244         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18245         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18246         file.
18247         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18248         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18249         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18250         multiarch objects.
18251         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18252         (__libc_ifunc_impl_list): Likewise.
18253
18254         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18255         file.
18256         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18257         file.
18258         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18259         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18260         multiarch objects.
18261         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18262         (__libc_ifunc_impl_list): Likewise.
18263
18264         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18265         file.
18266         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18267         file.
18268         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18269         multiarch rawmemchr for PPC32.
18270         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18271         multiarch objects.
18272         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18273         (__libc_ifunc_impl_list): Likewise.
18274
18275         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18276         file.
18277         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18278         file.
18279         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18280         file: memrchr multiarch for PPC32.
18281         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18282         multiarch objects.
18283         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18284         (__libc_ifunc_impl_list): Likewise.
18285
18286         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18287         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18288         file.
18289         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18290         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18291         multiarch memchr for PPC32.
18292         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18293         multiarch objects.
18294         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18295         (__libc_ifunc_impl_list): Likewise.
18296
18297         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18298         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18299         file.
18300         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18301         file.
18302         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18303         file: multiarch mempcpy for PPC32.
18304         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18305         multiarch objects.
18306         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18307         (__libc_ifunc_impl_list): Likewise.
18308
18309         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18310         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18311         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18312         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18313         multiarch bzero for PPC32.
18314         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18315         file.
18316         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18317         file.
18318         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18319         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18320         file: multiarch memset for PPC32.
18321         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18322         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18323         memset multiarch objects.
18324         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18325         (__libc_ifunc_impl_list): Likewise.
18326
18327         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18328         file.
18329         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18330         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18331         memcmp for PPC32.
18332         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18333         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18334         multiarch objects.
18335         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18336         (__libc_ifunc_impl_list): Likewise.
18337
18338         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18339         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18340         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18341         file.
18342         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18343         file.
18344         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18345         file.
18346         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18347         multiarch memcpy for PPC32.
18348         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18349         multiarch objects.
18350         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18351         (__libc_ifunc_impl_list): Likewise.
18352
18353         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18354         support multiarch for POWER/PPC32.
18355         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18356         Likewise.
18357         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18359         Implies file to make multiarch folder appers before the fpu and
18360         default folder for power4 configuration.
18361
18362 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18363
18364         * scripts/bench.pl: Append volatile keyword to type.
18365
18366 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18367
18368         * sysdeps/sh/sotruss-lib.c: New file.
18369         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18370
18371 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18372
18373         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18374
18375 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18376
18377         [BZ #6810]
18378         * math/w_tgamma.c: Include <errno.h>.
18379         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18380         * math/w_tgammaf.c: Include <errno.h>.
18381         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18382         * math/w_tgammal.c: Include <errno.h>.
18383         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18384         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18385         underflow.  Add more tgamma tests.
18386         * math/auto-libm-test-out: Regenerated.
18387         * sysdeps/i386/fpu/libm-test-ulps: Update.
18388         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18389
18390         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18391         sin, sinh, tan, tanh, tgamma, y0 and y1.
18392         * math/auto-libm-test-out: Regenerated.
18393         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18394         (TEST_COND_x86): Likewise.
18395         (M_E2l): Remove macro.
18396         (M_E3l): Likewise.
18397         (M_2_SQRT_PIl): Likewise.
18398         (M_SQRT_PIl): Likewise.
18399         (M_1_DIV_El): Likewise.
18400         (log_test_data): Use AUTO_TESTS_f_f.
18401         (log10_test_data): Likewise.
18402         (log1p_test_data): Likewise.
18403         (log2_test_data): Likewise.
18404         (sin_test_data): Likewise.
18405         (sin_tonearest_test_data): Likewise.
18406         (sin_towardzero_test_data): Likewise.
18407         (sin_downward_test_data): Likewise.
18408         (sin_upward_test_data): Likewise.
18409         (sinh_test_data): Likewise.
18410         (sinh_tonearest_test_data): Likewise.
18411         (sinh_towardzero_test_data): Likewise.
18412         (sinh_downward_test_data): Likewise.
18413         (sinh_upward_test_data): Likewise.
18414         (tan_test_data): Likewise.
18415         (tan_tonearest_test_data): Likewise.
18416         (tan_towardzero_test_data): Likewise.
18417         (tan_downward_test_data): Likewise.
18418         (tan_upward_test_data): Likewise.
18419         (tanh_test_data): Likewise.
18420         (tgamma_test_data): Likewise.
18421         (y0_test_data): Likewise.
18422         (y1_test_data): Likewise.
18423         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18424         (special_real_inputs): Add pi/4.
18425         * sysdeps/i386/fpu/libm-test-ulps: Update.
18426         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18427
18428 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18429
18430         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18431         "longjmp_target" static probes.
18432         (__longjmp): Rename to __longjmp_symbol.
18433         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18434         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18435         on which longjmp to generate.
18436         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18437         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18438         probe.
18439         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18440         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18441         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18442         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18443         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18444         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18446         __longjmp_symbol based on which __longjmp to generate.
18447         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18448         probe.
18449         (setjmp): Rename to setjmp_symbol.
18450         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18451         (_setjmp): Rename to _setjmp_symbol.
18452         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18453         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18454         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18455         which setjmp to generate.
18456         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18457         "longjmp_target" static probes.
18458
18459 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18460
18461         * benchtests/README: Add note about output arguments.
18462         * benchtests/bench-sincos.c: Remove file.
18463         * benchtests/sincos-inputs: New file.
18464         * scripts/bench.pl: Identify output arguments and define
18465         static variables for them.
18466
18467         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18468
18469         [BZ #15941]
18470         * Makefile (INSTALL): Add install-plain.texi as the primary
18471         dependency.
18472         * manual/install-plain.texi: New file.
18473         * manual/install.texi: Include node directive only for
18474         non-plaintext output.
18475
18476 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18477
18478         * stdlib/longlong.h: Update from GCC.
18479
18480         [BZ #6807]
18481         [BZ #15901]
18482         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18483         * math/w_j0f.c (y0f): Likewise.
18484         * math/w_j0l.c (__y0l): Likewise.
18485         * math/w_j1.c (y1): Likewise.
18486         * math/w_j1f.c (y1f): Likewise.
18487         * math/w_j1l.c (__y1l): Likewise
18488         * math/w_jn.c (yn): Likewise.
18489         * math/w_jnf.c (ynf): Likewise.
18490         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18491         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18492         value for Bessel function domain errors outside _SVID_ mode.
18493         Adjust sign of return value for yn (negative integer, 0).
18494         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18495         by zero in return for negative x and set sign appropriately for
18496         negative n.
18497         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18498         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18499         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18500         expectations in error cases.
18501         (y1_test_data): Likewise.
18502         (yn_test_data): Likewise.
18503         * sysdeps/i386/fpu/libm-test-ulps: Update.
18504         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18505
18506 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18507
18508         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18509         "64" to "64-v1".  Add "64-v2".
18510         (abi-64-options): Rename to ...
18511         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18512         (abi-64-condition): Rename to ...
18513         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18514         (abi-64-ld-soname): Rename to ...
18515         (abi-64-v1-ld-soname): ... this.
18516         (abi-64-v2-options): Define.
18517         (abi-64-v2-condition): Likewise.
18518         (abi-64-v2-ld-soname): Likewise.
18519         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18520         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18524
18525 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18526             Alan Modra  <amodra@gmail.com>
18527
18528         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18529         New versions for use with the ELFv2 ABI.
18530         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18531         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18532         declaration.
18533         (struct La_ppc64v2_retval): Likewise.
18534         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18535         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18536         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18537         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18538         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18539         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18540         Do not save or restore CR.
18541         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18542         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18543         return values for ELFv2 ABI.  Fix location of FPR return registers.
18544         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18545         updated values for _CALL_ELF == 2.
18546         (La_regs, La_retval, int_retval): Likewise.
18547
18548 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18549
18550         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18551         (FRAME_MIN_SIZE_PARM): Likewise.
18552         (FRAME_BACKCHAIN): Likewise.
18553         (FRAME_CR_SAVE): Likewise.
18554         (FRAME_LR_SAVE): Likewise.
18555         (FRAME_TOC_SAVE): Likewise.
18556         (FRAME_PARM_SAVE): Likewise.
18557         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18558         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18559         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18560         (call_mcount_parm_offset): New macro.
18561         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18562         (PROF): Use symbolic stack frame offsets.
18563         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18564         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18565         Redefine in terms of FRAME_MIN_SIZE.
18566         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18567         (_dl_profile_resolve): Likewise.  Update comment.
18568         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18569         symbols stack frame offsets.
18570         (__sigsetjmp): Likewise.
18571         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18572         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18573         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18574         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18575
18576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18577         (FRAME_BACKCHAIN): Remove.
18578         (FRAME_CR_SAVE): Likewise.
18579         (FRAME_LR_SAVE): Likewise.
18580         (FRAME_COMPILER_DW): Likewise.
18581         (FRAME_LINKER_DW): Likewise.
18582         (FRAME_TOC_SAVE): Likewise.
18583         (FRAME_PARM_SAVE): Likewise.
18584         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18585         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18586         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18588         (CHECK_SP): Use symbolic stack frame offsets.
18589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18590         zone" instead of caller's parameter save area for temp storage.
18591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18592         Likewise.  Also, use symbolic stack frame offsets.
18593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18594         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18595         our own stack frame instead of the caller's.
18596         (__socket): Use symbolic stack frame offsets.
18597
18598 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18599             Alan Modra  <amodra@gmail.com>
18600
18601         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18602         Define.
18603         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18604         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18605         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18606         New function.
18607         (elf_machine_fixup_plt): Call it.
18608         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18609         reloc arguments.
18610         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18611         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18612         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18613         r2 before calling target.
18614
18615 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18616             Alan Modra  <amodra@gmail.com>
18617
18618         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18619         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18620         versions of macros to support ELFv2 ABI.
18621         (LOCALENTRY): New macro.
18622         (ENTRY, EALIGN): Use it.
18623         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18624         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18625         fall through into ENTRY entry point.
18626         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18627         Only define if _CALL_ELF != 2.
18628
18629         (elf_machine_matches_host): Verify ABI version matches.
18630         (RTLD_START): Use LOCALENTRY.
18631         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18632         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18633         (PLT_ENTRY_WORDS): New macro.
18634         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18635         (elf_machine_runtime_setup): Support ELFv2 ABI.
18636         (elf_machine_fixup_plt): Likewise.
18637         (elf_machine_plt_conflict): Likewise.
18638         (resolve_ifunc): Likewise.
18639         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18640         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18641         Likewise.
18642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18643         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18645         (makecontext): Support ELFv2 ABI.
18646         * elf/elf.h (EF_PPC64_ABI): Define.
18647
18648 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18649
18650         * sysdeps/powerpc/powerpc64/sysdep.h
18651         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18652         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18653         (ENTRY) [ASSEMBLER]: ... but instead here ...
18654         (EALIGN) [ASSEMBLER]: ... and here.
18655         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18656         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18657         (ENTRY_2) [!ASSEMBLER]: Use it.
18658         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18659         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18660         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18661         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18662         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18664         Use PPC64_LOAD_FUNCPTR.
18665
18666         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18667
18668 2013-12-04  Alan Modra  <amodra@gmail.com>
18669
18670         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18671         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18672         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18673         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18674
18675         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18676         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18677         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18678         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18679         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18680         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18681
18682 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18683
18684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18685         (__makecontext): Fix incorrect CFI when backtracing out of
18686         context created via makecontext.
18687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18688         (__setcontext): Fix incorrect CFI during switch to new context.
18689         (__novec_setcontext): Likewise.
18690
18691 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18692
18693         [BZ #4772]
18694         * time/strptime_l.c (__strptime_internal): Allow modifiers
18695         in strptime.
18696         * time/tst-strptime.c (day_tests): Add testcase.
18697
18698 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18699
18700         * scripts/bench.pl: Skip over blank lines.
18701
18702 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18703
18704         [BZ #926]
18705         * manual/time.texi (Calendar Time): Clarify what timezone functions
18706         use.
18707
18708 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18709
18710         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18711
18712 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18713
18714         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18715         implementation.
18716         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18717         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18718         * debug/memset_chk.c (__memset_chk): Likewise.
18719         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18720         * debug/strncpy_chk.c: Likewise.
18721
18722 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18723
18724         [BZ #15268]
18725         [BZ #15425]
18726         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18727         (__ieee754_exp): For possibly underflowing results, check size of
18728         result and force underflow exception if required.
18729         * math/auto-libm-test-in: Add more tests of exp.
18730         * math/auto-libm-test-out: Regenerated.
18731         * sysdeps/i386/fpu/libm-test-ulps: Update.
18732         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18733
18734         [BZ #16283]
18735         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18736         * math/w_exp2f.c (__exp2f): Likewise.
18737         * math/w_exp2l.c (__exp2l): Likewise.
18738         * math/auto-libm-test-in: Do not allow missing errno on exp2
18739         underflow.
18740         * math/auto-libm-test-out: Regenerated.
18741
18742 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18743
18744         [BZ #16274]
18745         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18746         handle filename validation.
18747         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18748         (do_open): Delete.
18749
18750 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18751
18752         [BZ #6786]
18753         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18754         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18755         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18756         <float.h>.
18757         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18758         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18759         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18760         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18761         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18762         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18763         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18764         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18765         Add more erfc tests.
18766         * math/auto-libm-test-out: Regenerated.
18767         * sysdeps/i386/fpu/libm-test-ulps: Update.
18768         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18769
18770         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18771         exp2, expm1, j0 and j1.
18772         * math/auto-libm-test-out: Regenerated.
18773         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18774         (erfc_test_data): Likewise.
18775         (exp_test_data): Likewise.
18776         (exp_tonearest_test_data): Likewise.
18777         (exp_towardzero_test_data): Likewise.
18778         (exp_downward_test_data): Likewise.
18779         (exp_upward_test_data): Likewise.
18780         (exp10_test_data): Likewise.
18781         (exp2_test_data): Likewise.
18782         (expm1_test_data): Likewise.
18783         (j0_test_data): Likewise.
18784         (j1_test_data): Likewise.
18785         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18786         (input_flag_type): Add flag_xfail_rounding.
18787         (input_flags): Add xfail-rounding.
18788         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18789         (output_for_one_input_case): Handle flag_xfail_rounding.
18790         * sysdeps/i386/fpu/libm-test-ulps: Update.
18791         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18792
18793 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18794
18795         [BZ #16289]
18796         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18797         division by 0.
18798
18799 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18800
18801         [BZ #16195]
18802         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18803         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18804         (STAP_PROBE0): New macro.
18805         (STAP_PROBE1): Likewise.
18806         (STAP_PROBE2): Likewise.
18807         (STAP_PROBE3): Likewise.
18808         (STAP_PROBE4): Likewise.
18809
18810 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18811
18812         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18813
18814 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18815
18816         * benchtests/Makefile (bench): Add sqrt.
18817         (LDLIBS-bench-sqrt): New.
18818         * benchtests/sqrt-input: New.
18819
18820 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18821
18822         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18823         (GAIH_EAI): Likewise.
18824         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18825         (gaih_inet): Likewise.
18826         (getaddrinfo): Don't use GAIH_EAI.
18827
18828         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18829         (struct gaih): Remove definition.
18830
18831 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18832
18833         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18834         Use HERRNOP directly.
18835
18836 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18837
18838         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18839
18840 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18841
18842         * math/gen-auto-libm-tests.c (test_functions): Add more
18843         single-argument functions.
18844         (special_fill_pi_2): New function.
18845         (special_fill_minus_pi_2): Likewise.
18846         (special_fill_pi_6): Likewise.
18847         (special_fill_minus_pi_6): Likewise.
18848         (special_fill_pi_3): Likewise.
18849         (special_fill_2pi_3): Likewise.
18850         (special_fill_e): Likewise.
18851         (special_fill_1_e): Likewise.
18852         (special_fill_e_minus_1): Likewise.
18853         (special_real_inputs): Add more special inputs.
18854         (output_for_one_input_case): Do not require ERANGE on underflow to
18855         zero if round-to-nearest result does not underflow to zero, unless
18856         exact results required.
18857         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18858         atan, atanh, cbrt, cos and cosh.
18859         * math/auto-libm-test-out: Regenerated.
18860         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18861         (acos_tonearest_test_data): Likewise.
18862         (acos_towardzero_test_data): Likewise.
18863         (acos_downward_test_data): Likewise.
18864         (acos_upward_test_data): Likewise.
18865         (acosh_test_data): Likewise.
18866         (asin_test_data): Likewise.
18867         (asin_tonearest_test_data): Likewise.
18868         (asin_towardzero_test_data): Likewise.
18869         (asin_upward_test_data): Likewise.
18870         (asinh_test_data): Likewise.
18871         (atan_test_data): Likewise.
18872         (atanh_test_data): Likewise.
18873         (cbrt_test_data): Likewise.
18874         (cos_test_data): Likewise.
18875         (cos_tonearest_test_data): Likewise.
18876         (cos_towardzero_test_data): Likewise.
18877         (cos_downward_test_data): Likewise.
18878         (cos_upward_test_data): Likewise.
18879         (cosh_test_data): Likewise.
18880         (cosh_tonearest_test_data): Likewise.
18881         (cosh_towardzero_test_data): Likewise.
18882         (cosh_downward_test_data): Likewise.
18883         (cosh_upward_test_data): Likewise.
18884         * sysdeps/i386/fpu/libm-test-ulps: Update.
18885         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18886
18887 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18888
18889         [BZ #6787]
18890         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18891         * math/w_exp10f.c (__exp10f): Likewise.
18892         * math/w_exp10l.c (__exp10l): Likewise.
18893         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18894         errno settings in existing tests.
18895
18896         [BZ #14032]
18897         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18898         precision control set to double precision.
18899         * sysdeps/i386/fpu/w_sqrt.c: New file.
18900         * math/auto-libm-test-in: Add more tests.
18901         * math/auto-libm-test-out: Update.
18902
18903         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18904         (sqrt_test_tonearest): New function.
18905         (sqrt_towardzero_test_data): New variable.
18906         (sqrt_test_towardzero): New function.
18907         (sqrt_downward_test_data): New variable.
18908         (sqrt_test_downward): New function.
18909         (sqrt_upward_test_data): New variable.
18910         (sqrt_test_upward): New function.
18911         (main): Call the new functions.
18912
18913         * math/gen-auto-libm-tests.c: New file.
18914         * math/auto-libm-test-in: Likewise.
18915         * math/auto-libm-test-out: New generated file.
18916         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18917         variables.
18918         (%beautify): Add generated representations of zero.
18919         (top level): Set $auto_input and call parse_auto_input.
18920         (beautify): Remove trailing "f" from hex float constants.
18921         (parse_args): Handle XFAIL_TEST.
18922         (convert_condition): New function.
18923         (or_value): Likewise.
18924         (or_cond_value): Likewise.
18925         (generate_testfile): Handle AUTO_TESTS_* lines.
18926         (parse_auto_input): New function.
18927         * math/libm-test.inc (XFAIL_TEST): New macro.
18928         (ERRNO_UNCHANGED): Update value.
18929         (ERRNO_EDOM): Likewise.
18930         (ERRNO_ERANGE): Likewise.
18931         (IGNORE_RESULT): Likewise.
18932         (TEST_COND_flt_32): New macro.
18933         (TEST_COND_dbl_64): Likewise.
18934         (TEST_COND_ldbl_96_intel): Likewise.
18935         (TEST_COND_ldbl_96_m68k): Likewise.
18936         (TEST_COND_ldbl_128): Likewise.
18937         (TEST_COND_ldbl_128ibm): Likewise.
18938         (TEST_COND_long32): Likewise.
18939         (TEST_COND_long64): Likewise.
18940         (TEST_COND_before_rounding): Likewise.
18941         (TEST_COND_after_rounding): Likewise.
18942         (enable_test): Handle XFAIL_TEST flag.
18943         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18944         with finite results.
18945         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18946         auto-libm-test-out.
18947
18948 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18949             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18950
18951         [BZ #16214]
18952         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18953         __tls_get_addr_internal instead of __tls_get_offset in order to
18954         avoid GOT pointer dependency.  Make rtld export
18955         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18956         __tls_get_addr since we are a __tls_get_offset platform.
18957         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18958         GOT pointer being set up before.
18959         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18960
18961 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18962
18963         * manual/math.texi (Errors in Math Functions): Document accuracy
18964         goals.
18965
18966         [BZ #15004]
18967         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18968         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18969         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18970         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18971         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18972         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18973         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18974         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18975         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18976         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18977         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18978         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18979         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18980         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18981         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18982         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18983
18984         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18985         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18986         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18987         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18988         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18989         Likewise.
18990         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18991         Likewise.
18992         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18993         Likewise.
18994         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18995         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18996         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18997         atomic-feupdateenv and flt-rounds.
18998         * sysdeps/powerpc/nofpu/Versions (libc): Add
18999         __atomic_feholdexcept, __atomic_feclearexcept,
19000         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
19001         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
19002         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
19003         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
19004         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
19005         here.
19006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
19007         Update.
19008
19009         * manual/arith.texi (FP Exceptions): Document that exceptions may
19010         not be raised when matherr is used.
19011         (Math Error Reporting): Document overflow in directed rounding
19012         modes.  Document that errno may not be set when finite values are
19013         returned on overflow.  Document intent to set errno on underflow
19014         only for underflow to zero.
19015
19016         [BZ #16271]
19017         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
19018         round-to-nearest then adjust result for other rounding modes.
19019         * include/fenv.h (fegetround): Use libm_hidden_proto.
19020         * math/fegetround.c (fegetround): Use libm_hidden_def.
19021         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
19022         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
19023         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19024         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
19025         Likewise.
19026         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
19027         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
19028         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
19029         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
19030
19031 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19032
19033         [BZ #16077]
19034         * nss/Versions (libnss_files): Add
19035         _nss_files_gethostbyname3_r.
19036         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
19037         New function.
19038         (HOST_DB_LOOKUP): Remove macro.
19039         (_nss_files_gethostbyname_r): Implement function without the
19040         HOST_DB_LOOKUP macro.
19041         (_nss_files_gethostbyname2_r): Likewise.
19042
19043 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
19044
19045         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
19046
19047 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
19048
19049         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
19050         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
19051         warning.
19052
19053 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19054
19055         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
19056         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
19057         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
19058         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
19059         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
19060         __fe_nomask_env_priv and attribute_hidden.
19061         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
19062         (libc_feupdateenv_test_ppc): Likewise.
19063         (libc_feresetround_ppc): Likewise.
19064         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19065         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
19066         compat_symbol macro.
19067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19068         (__fe_nomask_env): Likewise.
19069         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
19070
19071 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19072
19073         * string/Makefile: Remove ifunc tests.
19074         * string/test-string.h: Define TEST_IFUNC.
19075         * string/test-bcopy-ifunc.c: Remove.
19076         * string/test-bzero-ifunc.c: Likewise.
19077         * string/test-memccpy-ifunc.c: Likewise.
19078         * string/test-memchr-ifunc.c: Likewise.
19079         * string/test-memcmp-ifunc.c: Likewise.
19080         * string/test-memcpy-ifunc.c: Likewise.
19081         * string/test-memmem-ifunc.c: Likewise.
19082         * string/test-memmove-ifunc.c: Likewise.
19083         * string/test-mempcpy-ifunc.c: Likewise.
19084         * string/test-memrchr-ifunc.c: Likewise.
19085         * string/test-memset-ifunc.c: Likewise.
19086         * string/test-rawmemchr-ifunc.c: Likewise.
19087         * string/test-stpcpy-ifunc.c: Likewise.
19088         * string/test-stpncpy-ifunc.c: Likewise.
19089         * string/test-strcasecmp-ifunc.c: Likewise.
19090         * string/test-strcasestr-ifunc.c: Likewise.
19091         * string/test-strcat-ifunc.c: Likewise.
19092         * string/test-strchr-ifunc.c: Likewise.
19093         * string/test-strchrnul-ifunc.c: Likewise.
19094         * string/test-strcmp-ifunc.c: Likewise.
19095         * string/test-strcpy-ifunc.c: Likewise.
19096         * string/test-strcspn-ifunc.c: Likewise.
19097         * string/test-strlen-ifunc.c: Likewise.
19098         * string/test-strncasecmp-ifunc.c: Likewise.
19099         * string/test-strncat-ifunc.c: Likewise.
19100         * string/test-strncmp-ifunc.c: Likewise.
19101         * string/test-strncpy-ifunc.c: Likewise.
19102         * string/test-strnlen-ifunc.c: Likewise.
19103         * string/test-strpbrk-ifunc.c: Likewise.
19104         * string/test-strrchr-ifunc.c: Likewise.
19105         * string/test-strspn-ifunc.c: Likewise.
19106         * string/test-strstr-ifunc.c: Likewise.
19107
19108 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19109
19110         * benchtests/Makefile: Remove ifunc tests.
19111         * benchtests/bench-string.h: Define TEST_IFUNC.
19112         * benchtests/bench-bcopy-ifunc.c: Remove.
19113         * benchtests/bench-bzero-ifunc.c: Likewise.
19114         * benchtests/bench-memccpy-ifunc.c: Likewise.
19115         * benchtests/bench-memchr-ifunc.c: Likewise.
19116         * benchtests/bench-memcmp-ifunc.c: Likewise.
19117         * benchtests/bench-memcpy-ifunc.c: Likewise.
19118         * benchtests/bench-memmem-ifunc.c: Likewise.
19119         * benchtests/bench-memmove-ifunc.c: Likewise.
19120         * benchtests/bench-mempcpy-ifunc.c: Likewise.
19121         * benchtests/bench-memrchr-ifunc.c: Likewise.
19122         * benchtests/bench-memset-ifunc.c: Likewise.
19123         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19124         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19125         * benchtests/bench-stpcpy-ifunc.c: Likewise.
19126         * benchtests/bench-stpncpy-ifunc.c: Likewise.
19127         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19128         * benchtests/bench-strcasestr-ifunc.c: Likewise.
19129         * benchtests/bench-strcat-ifunc.c: Likewise.
19130         * benchtests/bench-strchr-ifunc.c: Likewise.
19131         * benchtests/bench-strchrnul-ifunc.c: Likewise.
19132         * benchtests/bench-strcmp-ifunc.c: Likewise.
19133         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19134         * benchtests/bench-strcpy-ifunc.c: Likewise.
19135         * benchtests/bench-strcspn-ifunc.c: Likewise.
19136         * benchtests/bench-strlen-ifunc.c: Likewise.
19137         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19138         * benchtests/bench-strncat-ifunc.c: Likewise.
19139         * benchtests/bench-strncmp-ifunc.c: Likewise.
19140         * benchtests/bench-strncpy-ifunc.c: Likewise.
19141         * benchtests/bench-strnlen-ifunc.c: Likewise.
19142         * benchtests/bench-strpbrk-ifunc.c: Likewise.
19143         * benchtests/bench-strrchr-ifunc.c: Likewise.
19144         * benchtests/bench-strsep-ifunc.c: Likewise.
19145         * benchtests/bench-strspn-ifunc.c: Likewise.
19146         * benchtests/bench-strstr-ifunc.c: Likewise.
19147
19148 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19149
19150         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19151
19152 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19153
19154         * resolv/netdb.h: Use __glibc_reserved instead __unused.
19155         * rt/aio.h: Likewise.
19156         * sysdeps/gnu/bits/utmp.h: Likewise.
19157         * sysdeps/gnu/bits/utmpx.h: Likewise.
19158         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19159         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19160         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19161         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19162         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19163         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19164         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19165         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19166         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19167         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19168         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19169         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19170         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19172         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19173         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19174         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19175         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19176         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19177         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19178         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19179         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19180         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19181         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19182         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19183         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19184         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19185         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19186         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19187         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19188         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19189         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19190         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19191         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19192         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19193         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19194         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19195         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19196         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19197         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19198         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19199         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19200
19201 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
19202
19203         [BZ #16245]
19204         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19205         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19206
19207 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
19208
19209         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19210         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19211         Likewise.
19212
19213 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19214
19215         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19216         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19217         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19218         (__fesetround): Remove define.
19219         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19220         rounding and exceptions handling.
19221         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19222         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19223         (__fe_nomask_env): Likewise.
19224         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19225         __fegetround instead of fegetround.
19226         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19227         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19228
19229 2013-11-21  Roland McGrath  <roland@hack.frob.com>
19230
19231         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19232         it's there.
19233
19234         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19235
19236 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19237
19238         [BZ #11157]
19239         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19240         (encrypt_r): Likewise.
19241         * malloc/obstack.h (obstack_free): Likewise.
19242         * posix/unistd.h (encrypt): Likewise.
19243
19244 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19245
19246         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19247         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19248         DL_CALL_DT_FINI() that call the functions directly.
19249         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19250         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19251         * elf/dl-fini.c: Likewise.
19252
19253 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19254
19255         * malloc/hooks.c (memalign_check): Add alignment rounding.
19256         * malloc/malloc.c (_mid_memalign): New function.
19257         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19258         Implement by calling _mid_memalign.
19259         * manual/probes.texi (Memory Allocation Probes): Remove
19260         memory_valloc_retry and memory_pvalloc_retry.
19261
19262 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19263
19264         * locale/programs/locarchive.c (open_archive): Add const
19265         qualifier to ARCHIVEFNAME and copy default fname to
19266         DEFAULT_FNAME.
19267
19268         [BZ #15601]
19269         * libio/tst-widetext.input: Rename Oriya to Odia.
19270         * locale/iso-639.def: Likewise.
19271
19272         * manual/probes.texi (Mathematical Function Probes): Add
19273         documentation for sin, cos, asin and acos probes.
19274         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19275         (__sin32): Add slowasin probe.
19276         (__cos32): Add slowacos probe.
19277         (__mpsin): Add slowsin probe.
19278         (__mpcos): Add slowcos probe.
19279
19280 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19281
19282         [BZ #15483]
19283         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19284         thread-local __sim_exceptions_thread and global
19285         __sim_exceptions_global.
19286         (__sim_disabled_exceptions): Change to thread-local
19287         __sim_disabled_exceptions_thread and global
19288         __sim_disabled_exceptions_global.
19289         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19290         and global __sim_round_mode_global.
19291         (__simulate_exceptions): Use thread-local floating-point state and
19292         set global state from it as needed.
19293         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19294         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19295         __sim_round_mode_thread.
19296         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19297         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19298         and global __sim_exceptions_global.
19299         (__sim_disabled_exceptions): Change to thread-local
19300         __sim_disabled_exceptions_thread and global
19301         __sim_disabled_exceptions_global.
19302         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19303         and global __sim_round_mode_global.
19304         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19305         (SIM_SET_GLOBAL): Likewise.
19306         * sysdeps/powerpc/soft-fp/sfp-machine.h
19307         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19308         __sim_round_mode_thread.
19309         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19310         __sim_disabled_exceptions_thread.
19311         (__sim_exceptions): Change to __sim_exceptions_thread.
19312         (__sim_disabled_exceptions): Change to
19313         __sim_disabled_exceptions_thread.
19314         (__sim_round_mode): Change to __sim_round_mode_thread.
19315         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19316         thread-local floating-point state and set global state from it as
19317         needed.
19318         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19319         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19320         (__sim_disabled_exceptions): Remove extern declaration.
19321         (feenableexcept): Use thread-local floating-point state and set
19322         global state from it as needed.
19323         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19324         extern declaration.
19325         (__sim_disabled_exceptions): Likewise.
19326         (__sim_round_mode): Likewise.
19327         (__fegetenv): Use thread-local floating-point state.
19328         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19329         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19330         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19331         floating-point state and set global state from it as needed.
19332         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19333         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19334         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19335         Likewise.
19336         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19337         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19338         Likewise.
19339         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19340         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19341         Use __sim_round_mode_thread.
19342         * math/test-fenv-tls.c: New file.
19343         * math/Makefile (tests): Add test-fenv-tls.
19344         ($(objpfx)test-fenv-tls): Depend on
19345         $(common-objpfx)nptl/libpthread.so.
19346
19347 2013-11-19  Andreas Schwab  <schwab@suse.de>
19348
19349         * locale/programs/locale.c (show_info): Decode wordarray elements.
19350         * locale/categories.def (LC_MONETARY): Add element for
19351         _NL_MONETARY_CRNCYSTR.
19352         * locale/C-monetary.c (conversion_rate): New variable.
19353         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19354         element.
19355
19356 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19357
19358         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19359         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19360
19361 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19362
19363         * elf/Makefile (tst-auxv): New test.
19364         * elf/tst-auxv.c: New
19365         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19366
19367 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19368
19369         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19370         (hidden_proto): Caller changed.
19371         (hidden_tls_proto): New macro.
19372         (libc_hidden_tls_proto): Likewise.
19373         (rtld_hidden_tls_proto): Likewise.
19374         (libm_hidden_tls_proto): Likewise.
19375         (libresolv_hidden_tls_proto): Likewise.
19376         (librt_hidden_tls_proto): Likewise.
19377         (libdl_hidden_tls_proto): Likewise.
19378         (libnss_files_hidden_tls_proto): Likewise.
19379         (libnsl_hidden_tls_proto): Likewise.
19380         (libnss_nisplus_hidden_tls_proto): Likewise.
19381         (libutil_hidden_tls_proto): Likewise.
19382
19383 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19384
19385         [BZ #10253]
19386         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19387         (decompose_rpath): Defer expansion to fillin_rpath.
19388         (_dl_init_paths): Pass linkmap to fillin_rpath.
19389
19390 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19391
19392         * benchtests/Makefile: Add strsep.
19393         * benchtests/bench-strsep.c: New file: strsep benchtest.
19394         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19395
19396 2013-11-18  Andreas Schwab  <schwab@suse.de>
19397
19398         * locale/programs/locale.c (show_info) [case byte]: Check for
19399         '\377' instead of '\177'.
19400         * locale/C-monetary.c (not_available): Always use "\377".
19401         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19402         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19403         detect unavailable sign_posn locale elements.
19404         * locale/localeconv.c (__localeconv): For grouping and
19405         mon_grouping handle "\177" and "\377" like no grouping.
19406         (INT_ELEM): New macro.  Use it to set all numeric members.
19407         * locale/programs/ld-monetary.c (monetary_read)
19408         <tok_mon_grouping>: Normalize single -1 to the empty string.
19409         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19410         Likewise.
19411
19412 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19413
19414         [BZ #16055]
19415         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19416         when we match (nil).
19417         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19418
19419 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19420
19421         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19422         (NO_TEST_INLINE): Update value.
19423         (ERRNO_UNCHANGED): Likewise.
19424         (ERRNO_EDOM): Likewise.
19425         (ERRNO_ERANGE): Likewise.
19426         (IGNORE_RESULT): Likewise.
19427         (check_float_internal): Check signs of NaN results if
19428         TEST_NAN_SIGN used.
19429         (check_complex): Pass TEST_NAN_SIGN flag through to second
19430         check_float_internal call.
19431         (copysign_test_data): Add tests with quiet NaNs as second
19432         argument.  Use TEST_NAN_SIGN.
19433         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19434         TEST_NAN_SIGN.
19435         (signbit_test_data): Add tests of quiet NaN argument.
19436         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19437
19438         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19439         $ignore_result.
19440         (parse_args): Handle function results specified as IGNORE.
19441         * math/libm-test.inc (IGNORE_RESULT): New macro.
19442         (check_float_internal): Do not check numerical result if flag
19443         IGNORE_RESULT set.
19444         (check_complex): Pass through IGNORE_RESULT to second
19445         check_float_internal call.
19446         (check_int): Do not check numerical result if flag IGNORE_RESULT
19447         set.
19448         (check_long): Likewise.
19449         (check_bool): Likewise.
19450         (check_longlong): Likewise.
19451         (lrint_test_data): Add tests of infinite and NaN arguments.
19452         (lrint_tonearest_test_data): Likewise.
19453         (lrint_towardzero_test_data): Likewise.
19454         (lrint_downward_test_data): Likewise.
19455         (lrint_upward_test_data): Likewise.
19456         (llrint_test_data): Likewise.
19457         (llrint_tonearest_test_data): Likewise.
19458         (llrint_towardzero_test_data): Likewise.
19459         (llrint_downward_test_data): Likewise.
19460         (llrint_upward_test_data): Likewise.
19461         (lround_test_data): Likewise.
19462         (llround_test_data): Likewise.
19463
19464         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19465         (ERRNO_UNCHANGED): Update value.
19466         (ERRNO_EDOM): Likewise.
19467         (ERRNO_ERANGE): Likewise.
19468         (NO_TEST_INLINE_FLOAT): New macro.
19469         (NO_TEST_INLINE_DOUBLE): Likewise.
19470         (enable_test): New function.
19471         (RUN_TEST_f_f): Check enable_test before running test.
19472         (RUN_TEST_2_f): Likewise.
19473         (RUN_TEST_fff_f): Likewise.
19474         (RUN_TEST_c_f): Likewise.
19475         (RUN_TEST_f_f1): Likewise.
19476         (RUN_TEST_fF_f1): Likewise.
19477         (RUN_TEST_fI_f1): Likewise.
19478         (RUN_TEST_ffI_f1): Likewise.
19479         (RUN_TEST_c_c): Likewise.
19480         (RUN_TEST_cc_c): Likewise.
19481         (RUN_TEST_f_i): Likewise.
19482         (RUN_TEST_f_i_tg): Likewise.
19483         (RUN_TEST_ff_i_tg): Likewise.
19484         (RUN_TEST_f_b): Likewise.
19485         (RUN_TEST_f_b_tg): Likewise.
19486         (RUN_TEST_f_l): Likewise.
19487         (RUN_TEST_f_L): Likewise.
19488         (RUN_TEST_fFF_11): Likewise.
19489         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19490         conditionals.
19491         (cosh_test_data): Likewise.
19492         (exp_test_data): Likewise.
19493         (expm1_test_data): Likewise.
19494         (hypot_test_data): Likewise.
19495         (pow_test_data): Likewise.
19496         (sinh_test_data): Likewise.
19497         (tanh_test_data): Likewise.
19498         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19499         flags argument.
19500
19501         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19502         tests with quiet NaN input and output.
19503         (acosh_test_data): Likewise.
19504         (asin_test_data): Likewise.
19505         (asinh_test_data): Likewise.
19506         (atan_test_data): Likewise.
19507         (atanh_test_data): Likewise.
19508         (atan2_test_data): Likewise.
19509         (cbrt_test_data): Likewise.
19510         (cos_test_data): Likewise.
19511         (cosh_test_data): Likewise.
19512         (erf_test_data): Likewise.
19513         (erfc_test_data): Likewise.
19514         (exp_test_data): Likewise.
19515         (exp10_test_data): Likewise.
19516         (exp2_test_data): Likewise.
19517         (expm1_test_data): Likewise.
19518         (hypot_test_data): Likewise.
19519         (j0_test_data): Likewise.
19520         (j1_test_data): Likewise.
19521         (jn_test_data): Likewise.
19522         (lgamma_test_data): Likewise.
19523         (log_test_data): Likewise.
19524         (log10_test_data): Likewise.
19525         (log1p_test_data): Likewise.
19526         (log2_test_data): Likewise.
19527         (pow_test_data): Likewise.
19528         (scalb_test_data): Likewise.
19529         (sin_test_data): Likewise.
19530         (sincos_test_data): Likewise.
19531         (sinh_test_data): Likewise.
19532         (tan_test_data): Likewise.
19533         (tanh_test_data): Likewise.
19534         (tgamma_test_data): Likewise.
19535         (y0_test_data): Likewise.
19536         (y1_test_data): Likewise.
19537         (yn_test_data): Likewise.
19538
19539         [BZ #16167]
19540         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19541         argument being NaN and avoid computations with second argument in
19542         that case.
19543         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19544         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19545         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19546
19547 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19548
19549         * locale/iso-639.def: Add Chitwani Tharu (the).
19550
19551 2013-11-14  Andreas Schwab  <schwab@suse.de>
19552
19553         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19554         word instead of empty string.
19555
19556 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19557
19558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19559         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19561         (__fe_nomask_env): Likewise.
19562
19563 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19564
19565         * benchtests/bench-timing.h: Include time.h.
19566
19567 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19568
19569         [BZ #15997]
19570         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19571         to 3.4.0 for x32.
19572         * sysdeps/unix/sysv/linux/configure: Regenerated.
19573
19574 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19575
19576         [BZ #16151]
19577         * stdlib/strtod_l.c (round_and_return): Do not consider
19578         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19579         exponent one less than half the least subnormal exponent.
19580         * stdlib/test-strtod-round-data: Add more tests.
19581         * stdlib/tst-strtod-round.c (tests): Regenerated.
19582
19583 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19584
19585         [BZ #14143]
19586         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19587         (__fe_mask_env): Likewise.
19588         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19589         libm_hidden_proto and add function prototype.
19590         (__fe_mask_env): Add function prototype.
19591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19592         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19594         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19596         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19597
19598 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19599
19600         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19601         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19602
19603 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19604
19605         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19606         of htab_find_slot().
19607
19608 2013-11-11  David S. Miller  <davem@davemloft.net>
19609
19610         [BZ #16150]
19611         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19612         symbol in the non-vis3 case in static builds.
19613         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19614         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19615         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19616         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19617
19618 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19619
19620         [BZ #387]
19621         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19622         it is empty.
19623
19624 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19625
19626         * benchtests/Makefile: Add bench-strtod.
19627         * benchtests/bench-strtod.c: New file: strtod benchtest
19628
19629 2013-11-11  Andreas Schwab  <schwab@suse.de>
19630
19631         [BZ #16153]
19632         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19633         terminating NUL in key length.
19634
19635 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19636
19637         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19638         Add artificial ODP entry for vDSO symbol for PPC64.
19639         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19640         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19641
19642 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19643
19644         [BZ #15374]
19645         * nss/getent.c (services_keys): Recognize services starting with digit.
19646
19647 2013-11-06  David S. Miller  <davem@davemloft.net>
19648
19649         [BZ #15985]
19650         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19651         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19652
19653 2013-11-06  Will Newton  <will.newton@linaro.org>
19654
19655         * manual/memory.texi (Malloc Examples): Remove register
19656         keyword from examples.
19657
19658 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19659
19660         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19661
19662 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19663
19664         [BZ #6981]
19665         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19666         depending on [__GCC_IEC_559 > 0].
19667         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19668         depending on [__GCC_IEC_559_COMPLEX > 0].
19669
19670 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19671
19672         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19673         to iso-639.def.
19674
19675 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19676
19677         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19678
19679 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19680
19681         [BZ #16112]
19682         * malloc/malloc (malloc_info): Do not handle first bin as
19683         special case.
19684
19685 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19686
19687         * locale/iso-639.def: Add Central Nahuatl (nhn).
19688
19689 2013-11-01  Bruno Haible  <bruno@clisp.org>
19690
19691         [BZ #7003]
19692         * manual/math.texi (BSD Random): Specify range upper bound as
19693         in POSIX.
19694
19695 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19696
19697         * locale/iso-639.def: Add Meadow Mari (mhr).
19698
19699 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19700
19701         [BZ #14752], [BZ #15763]
19702         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19703         Validate name.
19704         * rt/tst_shm.c: Add test for escaping directory.
19705
19706 2013-10-31  Andreas Schwab  <schwab@suse.de>
19707
19708         [BZ #15917]
19709         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19710         followed by 'x' as part of digit sequence.
19711         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19712
19713 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19714
19715         [BZ #16037]
19716         * configure.ac: allow GNU Make 4.0 and greater.
19717         * configure: Regenerated.
19718
19719 2013-10-30  Will Newton  <will.newton@linaro.org>
19720
19721         [BZ #16038]
19722         * malloc/hooks.c (memalign_check): Limit alignment to the
19723         maximum representable power of two.
19724         * malloc/malloc.c (__libc_memalign): Likewise.
19725         * malloc/tst-memalign.c (do_test): Add test for very
19726         large alignment values.
19727         * malloc/tst-posix_memalign.c (do_test): Likewise.
19728
19729 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19730
19731         [BZ #11087]
19732         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19733         (munmap_chunk): Likewise.
19734         (mremap_chunk): Likewise.
19735
19736 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19737
19738         [BZ #15799]
19739         * stdlib/div.c (div): Remove obsolete code.
19740         * stdlib/ldiv.c (ldiv): Likewise.
19741         * stdlib/lldiv.c (lldiv): Likewise.
19742
19743 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19744
19745         [BZ #16071]
19746         * nss/nss_files/files-XXX.c (get_contents_ret): New
19747         enumerator.
19748         (get_contents): New function.
19749         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19750
19751 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19752
19753         * configure.in: Moved to ...
19754         * configure.ac: ... here. Change reference to configure.in
19755         to configure.ac.
19756         * sysdeps/arm/preconfigure.ac: ... here.
19757         configure.in to configure.ac.
19758         * sysdeps/gnu/configure.in: Moved to ...
19759         * sysdeps/gnu/configure.ac: ... here.
19760         * sysdeps/i386/configure.in: Moved to ...
19761         * sysdeps/i386/configure.ac: ... here.
19762         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19763         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19764         * sysdeps/mach/configure.in: Moved to ...
19765         * sysdeps/mach/configure.ac: ... here.
19766         * sysdeps/mach/hurd/configure.in: Moved to ...
19767         * sysdeps/mach/hurd/configure.ac: ... here.
19768         * sysdeps/powerpc/configure.in: Moved to ...
19769         * sysdeps/powerpc/configure.ac: ... here.
19770         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19771         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19772         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19773         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19774         * sysdeps/s390/s390-32/configure.in: Moved to ...
19775         * sysdeps/s390/s390-32/configure.ac: ... here.
19776         * sysdeps/s390/s390-64/configure.in: Moved to ...
19777         * sysdeps/s390/s390-64/configure.ac: ... here.
19778         * sysdeps/sh/configure.in: Moved to ...
19779         * sysdeps/sh/configure.ac: ... here.
19780         * sysdeps/sparc/configure.in: Moved to ...
19781         * sysdeps/sparc/configure.ac: ... here.
19782         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19783         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19784         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19785         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19786         * sysdeps/x86_64/configure.in: Moved to ...
19787         * sysdeps/x86_64/configure.ac: ... here.
19788         * sysdeps/x86_64/preconfigure.in: Moved to ...
19789         * sysdeps/x86_64/preconfigure.ac: ... here.
19790         * aclocal.m4: Change reference to configure.in to configure.ac.
19791         * config.h.in: Likewise.
19792         * manual/install.texi: Likewise.
19793         * manual/maint.texi: Likewise.
19794         * Makefile: Likewise.
19795         * malloc/Makefile: Likewise.
19796         * nscd/Makefile: Likewise.
19797         * Makeconfig: Change reference to configure.in and
19798         preconfigure.in to configure.ac and preconfigure.ac
19799         respectively.
19800         * INSTALL: Regenerated.
19801         * configure: Likewise.
19802         * sysdeps/gnu/configure: Likewise.
19803         * sysdeps/i386/configure: Likewise.
19804         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19805         * sysdeps/mach/configure: Likewise.
19806         * sysdeps/mach/hurd/configure: Likewise.
19807         * sysdeps/powerpc/configure: Likewise.
19808         * sysdeps/powerpc/powerpc32/configure: Likewise.
19809         * sysdeps/powerpc/powerpc64/configure: Likewise.
19810         * sysdeps/s390/s390-32/configure: Likewise.
19811         * sysdeps/s390/s390-64/configure: Likewise.
19812         * sysdeps/sh/configure: Likewise.
19813         * sysdeps/sparc/configure: Likewise.
19814         * sysdeps/unix/sysv/linux/configure: Likewise.
19815         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19816         * sysdeps/x86_64/configure: Likewise.
19817         * sysdeps/x86_64/preconfigure: Likewise.
19818
19819 2013-10-29  Andreas Schwab  <schwab@suse.de>
19820
19821         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19822
19823 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19824
19825         * benchtests/pow-inputs: Add new inputs.
19826
19827         * benchtests/exp-inputs: Add new inputs.
19828
19829         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19830         conditional check for return value.
19831         (__cos32): Likewise.
19832
19833 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19834
19835         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19836         to provide a boost for large inputs with word alignment.
19837         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19838         implementation based on optimized PPC64 strcpy.
19839         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19840         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19841         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19842         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19843
19844 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19845
19846         [BZ #2801]
19847         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19848
19849 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19850
19851         [BZ #14876]
19852         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19853         * time/tst-strptime.c (day_tests): Add testcase.
19854
19855 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19856
19857         [BZ #14029]
19858         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19859
19860 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19861
19862         [BZ #16074]
19863         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19864         MAP_FAILED on error.
19865
19866 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19867
19868         [BZ #16072]
19869         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19870         heap for large requests.
19871
19872 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19873
19874         [BZ #9954]
19875         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19876         result if the result has no associated interface.
19877         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19878         interface for all 127.X.Y.Z addresses.
19879
19880 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19881
19882         * locale/iso-639.def: Add Ligurian (lij)
19883
19884 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19885
19886         [BZ #15825]
19887         * sunrpc/rpc_main.c: Document rpcgen -5.
19888
19889 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19890
19891         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19892
19893 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19894
19895         [BZ #10278]
19896         * posix/glob.c: Match only directories when trailing slash is present.
19897         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19898         (main): Add testcase.
19899
19900 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19901
19902         [BZ #15670]
19903         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19904
19905 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19906
19907         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19908         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19909         AUTH_DES and cindex for FIPS 140-2.
19910         (DES Encryption): Add cindex FIPS 46-3.
19911
19912         * locale/locarchive.h (struct locarhandle): Add fname.
19913         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19914         if an optional argument was specified to --list-archive,
19915         otherwise NULL.
19916         * locale/programs/locarchive.c (show_archive_content): Take new
19917         argument fname and pass it via ah.fname to open_archive.
19918         * locale/programs/localedef.h: Update decl.
19919         (open_archive): If AH->fname is non-null, open that file
19920         rather than the default file name, and don't ignore ENOENT.
19921         (create_archive): Set AH.fname to NULL.
19922         (delete_locales_from_archive): Likewise.
19923         (add_locales_to_archive): Likewise.
19924         * locale/programs/locfile.c (write_all_categories): Likewise.
19925
19926 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19927             Aldy Hernandez  <aldyh@redhat.com>
19928
19929         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19930         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19931         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19932         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19933         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19934         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19935         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19936         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19937         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19938         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19939         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19940         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19941         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19942         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19943         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19944         Likewise.
19945         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19946         Likewise.
19947         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19948         Likewise.
19949         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19950         Likewise.
19951         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19952         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19953         Likewise.
19954         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19955         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19956         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19957         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19958         Likewise.
19959         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19960         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19961         * sysdeps/powerpc/preconfigure: Likewise.
19962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19963         Likewise.
19964         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19965         Replace contents of file by #include of <fenv_libc.h>.
19966         * sysdeps/powerpc/soft-fp/sfp-machine.h
19967         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19968         and <sys/prctl.h>.
19969         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19970         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19971         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19972         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19973         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19974         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19975         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19976         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19977         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19978         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19979         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19980         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19982         Allow copysignl PLT reference to be missing.
19983
19984 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19985             Joseph Myers  <joseph@codesourcery.com
19986
19987         [BZ #15948]
19988         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19989         single character.
19990         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19991
19992 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19993
19994         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19995         * elf/tst-tls1.c: Likewise.
19996         * elf/tst-tls10.h: Likewise.
19997         * elf/tst-tls14.c: Likewise.
19998         * elf/tst-tls2.c: Likewise.
19999         * elf/tst-tls3.c: Likewise.
20000         * elf/tst-tls4.c: Likewise.
20001         * elf/tst-tls5.c: Likewise.
20002         * elf/tst-tls6.c: Likewise.
20003         * elf/tst-tls7.c: Likewise.
20004         * elf/tst-tls8.c: Likewise.
20005         * elf/tst-tls9.c: Likewise.
20006         * elf/tst-tlsmod1.c: Likewise.
20007         * elf/tst-tlsmod13.c: Likewise.
20008         * elf/tst-tlsmod13a.c: Likewise.
20009         * elf/tst-tlsmod14a.c: Likewise.
20010         * elf/tst-tlsmod16a.c: Likewise.
20011         * elf/tst-tlsmod16b.c: Likewise.
20012         * elf/tst-tlsmod2.c: Likewise.
20013         * elf/tst-tlsmod3.c: Likewise.
20014         * elf/tst-tlsmod4.c: Likewise.
20015         * elf/tst-tlsmod5.c: Likewise.
20016         * elf/tst-tlsmod6.c: Likewise.
20017
20018 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
20019
20020         [BZ #12486]
20021         * malloc/malloc.c: remove checks for statistics.
20022
20023 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20024
20025         [BZ #15277]
20026         * inet/inet_net.c (inet_network): Detect additional invalid strings.
20027         * inet/tst-network.c: Add testcase.
20028
20029 2013-10-17  Andreas Schwab  <schwab@suse.de>
20030
20031         [BZ #15218]
20032         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
20033         to determine canonical name.
20034
20035 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20036
20037         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
20038         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
20039         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
20040         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
20041         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
20042         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
20043         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
20044         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
20045         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
20046         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
20047         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
20048         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
20049         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20050         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
20051         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
20052         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
20053         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
20054         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
20055         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
20056         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
20057         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
20058         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
20059         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20060         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
20061         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
20062         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
20063         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
20064         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
20065         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
20066         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
20067         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
20068         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
20069         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
20070         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
20071         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
20072         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20073         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20074         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
20075         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
20076         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
20077         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
20078         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
20079         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
20080         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
20081         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
20082         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20083         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
20084         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
20085         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
20086         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
20087         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
20088         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
20089         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
20090         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
20091         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20092         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
20093         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
20094         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
20095
20096 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
20097
20098         [BZ #16041]
20099         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
20100         make result into a quiet NaN.
20101
20102 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
20103
20104         * soft-fp/adddf3.c: Fix horizontal whitespace.
20105         * soft-fp/addsf3.c: Likewise.
20106         * soft-fp/addtf3.c: Likewise.
20107         * soft-fp/divdf3.c: Likewise.
20108         * soft-fp/divsf3.c: Likewise.
20109         * soft-fp/divtf3.c: Likewise.
20110         * soft-fp/double.h: Likewise.
20111         * soft-fp/eqdf2.c: Likewise.
20112         * soft-fp/eqsf2.c: Likewise.
20113         * soft-fp/eqtf2.c: Likewise.
20114         * soft-fp/extenddftf2.c: Likewise.
20115         * soft-fp/extended.h: Likewise.
20116         * soft-fp/extendsfdf2.c: Likewise.
20117         * soft-fp/extendsftf2.c: Likewise.
20118         * soft-fp/extendxftf2.c: Likewise.
20119         * soft-fp/fixdfdi.c: Likewise.
20120         * soft-fp/fixdfsi.c: Likewise.
20121         * soft-fp/fixdfti.c: Likewise.
20122         * soft-fp/fixsfdi.c: Likewise.
20123         * soft-fp/fixsfsi.c: Likewise.
20124         * soft-fp/fixsfti.c: Likewise.
20125         * soft-fp/fixtfdi.c: Likewise.
20126         * soft-fp/fixtfsi.c: Likewise.
20127         * soft-fp/fixtfti.c: Likewise.
20128         * soft-fp/fixunsdfdi.c: Likewise.
20129         * soft-fp/fixunsdfsi.c: Likewise.
20130         * soft-fp/fixunsdfti.c: Likewise.
20131         * soft-fp/fixunssfdi.c: Likewise.
20132         * soft-fp/fixunssfsi.c: Likewise.
20133         * soft-fp/fixunssfti.c: Likewise.
20134         * soft-fp/fixunstfdi.c: Likewise.
20135         * soft-fp/fixunstfsi.c: Likewise.
20136         * soft-fp/fixunstfti.c: Likewise.
20137         * soft-fp/floatdidf.c: Likewise.
20138         * soft-fp/floatdisf.c: Likewise.
20139         * soft-fp/floatditf.c: Likewise.
20140         * soft-fp/floatsidf.c: Likewise.
20141         * soft-fp/floatsisf.c: Likewise.
20142         * soft-fp/floatsitf.c: Likewise.
20143         * soft-fp/floattidf.c: Likewise.
20144         * soft-fp/floattisf.c: Likewise.
20145         * soft-fp/floattitf.c: Likewise.
20146         * soft-fp/floatundidf.c: Likewise.
20147         * soft-fp/floatundisf.c: Likewise.
20148         * soft-fp/floatunditf.c: Likewise.
20149         * soft-fp/floatunsidf.c: Likewise.
20150         * soft-fp/floatunsisf.c: Likewise.
20151         * soft-fp/floatunsitf.c: Likewise.
20152         * soft-fp/floatuntidf.c: Likewise.
20153         * soft-fp/floatuntisf.c: Likewise.
20154         * soft-fp/floatuntitf.c: Likewise.
20155         * soft-fp/fmadf4.c: Likewise.
20156         * soft-fp/fmasf4.c: Likewise.
20157         * soft-fp/fmatf4.c: Likewise.
20158         * soft-fp/gedf2.c: Likewise.
20159         * soft-fp/gesf2.c: Likewise.
20160         * soft-fp/getf2.c: Likewise.
20161         * soft-fp/ledf2.c: Likewise.
20162         * soft-fp/lesf2.c: Likewise.
20163         * soft-fp/letf2.c: Likewise.
20164         * soft-fp/muldf3.c: Likewise.
20165         * soft-fp/mulsf3.c: Likewise.
20166         * soft-fp/multf3.c: Likewise.
20167         * soft-fp/negdf2.c: Likewise.
20168         * soft-fp/negsf2.c: Likewise.
20169         * soft-fp/negtf2.c: Likewise.
20170         * soft-fp/op-1.h: Likewise.
20171         * soft-fp/op-2.h: Likewise.
20172         * soft-fp/op-4.h: Likewise.
20173         * soft-fp/op-8.h: Likewise.
20174         * soft-fp/op-common.h: Likewise.
20175         * soft-fp/quad.h: Likewise.
20176         * soft-fp/single.h: Likewise.
20177         * soft-fp/soft-fp.h: Likewise.
20178         * soft-fp/sqrtdf2.c: Likewise.
20179         * soft-fp/sqrtsf2.c: Likewise.
20180         * soft-fp/sqrttf2.c: Likewise.
20181         * soft-fp/subdf3.c: Likewise.
20182         * soft-fp/subsf3.c: Likewise.
20183         * soft-fp/subtf3.c: Likewise.
20184         * soft-fp/truncdfsf2.c: Likewise.
20185         * soft-fp/trunctfdf2.c: Likewise.
20186         * soft-fp/trunctfsf2.c: Likewise.
20187         * soft-fp/trunctfxf2.c: Likewise.
20188         * soft-fp/unorddf2.c: Likewise.
20189         * soft-fp/unordsf2.c: Likewise.
20190         * soft-fp/unordtf2.c: Likewise.
20191
20192 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
20193
20194         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20195         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20196
20197 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
20198
20199         * elf/dl-libc.c: Clear initfini list after freeing.
20200
20201 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
20202
20203         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20204         * soft-fp/addsf3.c: Likewise.
20205         * soft-fp/addtf3.c: Likewise.
20206         * soft-fp/divdf3.c: Likewise.
20207         * soft-fp/divsf3.c: Likewise.
20208         * soft-fp/divtf3.c: Likewise.
20209         * soft-fp/double.h: Likewise.
20210         * soft-fp/eqdf2.c: Likewise.
20211         * soft-fp/eqsf2.c: Likewise.
20212         * soft-fp/eqtf2.c: Likewise.
20213         * soft-fp/extenddftf2.c: Likewise.
20214         * soft-fp/extended.h: Likewise.
20215         * soft-fp/extendsfdf2.c: Likewise.
20216         * soft-fp/extendsftf2.c: Likewise.
20217         * soft-fp/extendxftf2.c: Likewise.
20218         * soft-fp/fixdfdi.c: Likewise.
20219         * soft-fp/fixdfsi.c: Likewise.
20220         * soft-fp/fixdfti.c: Likewise.
20221         * soft-fp/fixsfdi.c: Likewise.
20222         * soft-fp/fixsfsi.c: Likewise.
20223         * soft-fp/fixsfti.c: Likewise.
20224         * soft-fp/fixtfdi.c: Likewise.
20225         * soft-fp/fixtfsi.c: Likewise.
20226         * soft-fp/fixtfti.c: Likewise.
20227         * soft-fp/fixunsdfdi.c: Likewise.
20228         * soft-fp/fixunsdfsi.c: Likewise.
20229         * soft-fp/fixunsdfti.c: Likewise.
20230         * soft-fp/fixunssfdi.c: Likewise.
20231         * soft-fp/fixunssfsi.c: Likewise.
20232         * soft-fp/fixunssfti.c: Likewise.
20233         * soft-fp/fixunstfdi.c: Likewise.
20234         * soft-fp/fixunstfsi.c: Likewise.
20235         * soft-fp/fixunstfti.c: Likewise.
20236         * soft-fp/floatdidf.c: Likewise.
20237         * soft-fp/floatdisf.c: Likewise.
20238         * soft-fp/floatditf.c: Likewise.
20239         * soft-fp/floatsidf.c: Likewise.
20240         * soft-fp/floatsisf.c: Likewise.
20241         * soft-fp/floatsitf.c: Likewise.
20242         * soft-fp/floattidf.c: Likewise.
20243         * soft-fp/floattisf.c: Likewise.
20244         * soft-fp/floattitf.c: Likewise.
20245         * soft-fp/floatundidf.c: Likewise.
20246         * soft-fp/floatundisf.c: Likewise.
20247         * soft-fp/floatunsidf.c: Likewise.
20248         * soft-fp/floatunsisf.c: Likewise.
20249         * soft-fp/floatuntidf.c: Likewise.
20250         * soft-fp/floatuntisf.c: Likewise.
20251         * soft-fp/floatuntitf.c: Likewise.
20252         * soft-fp/fmadf4.c: Likewise.
20253         * soft-fp/fmasf4.c: Likewise.
20254         * soft-fp/fmatf4.c: Likewise.
20255         * soft-fp/gedf2.c: Likewise.
20256         * soft-fp/gesf2.c: Likewise.
20257         * soft-fp/getf2.c: Likewise.
20258         * soft-fp/ledf2.c: Likewise.
20259         * soft-fp/lesf2.c: Likewise.
20260         * soft-fp/letf2.c: Likewise.
20261         * soft-fp/muldf3.c: Likewise.
20262         * soft-fp/mulsf3.c: Likewise.
20263         * soft-fp/multf3.c: Likewise.
20264         * soft-fp/negdf2.c: Likewise.
20265         * soft-fp/negsf2.c: Likewise.
20266         * soft-fp/negtf2.c: Likewise.
20267         * soft-fp/op-1.h: Likewise.
20268         * soft-fp/op-2.h: Likewise.
20269         * soft-fp/op-4.h: Likewise.
20270         * soft-fp/op-8.h: Likewise.
20271         * soft-fp/op-common.h: Likewise.
20272         * soft-fp/quad.h: Likewise.
20273         * soft-fp/single.h: Likewise.
20274         * soft-fp/soft-fp.h: Likewise.
20275         * soft-fp/sqrtdf2.c: Likewise.
20276         * soft-fp/sqrtsf2.c: Likewise.
20277         * soft-fp/sqrttf2.c: Likewise.
20278         * soft-fp/subdf3.c: Likewise.
20279         * soft-fp/subsf3.c: Likewise.
20280         * soft-fp/subtf3.c: Likewise.
20281         * soft-fp/truncdfsf2.c: Likewise.
20282         * soft-fp/trunctfdf2.c: Likewise.
20283         * soft-fp/trunctfsf2.c: Likewise.
20284         * soft-fp/trunctfxf2.c: Likewise.
20285         * soft-fp/unorddf2.c: Likewise.
20286         * soft-fp/unordsf2.c: Likewise.
20287         * soft-fp/unordtf2.c: Likewise.
20288
20289 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20290
20291         [BZ #15672]
20292         * misc/error.c (error_tail): Fix possible buffer overflow.
20293
20294 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20295
20296         [BZ #13028]
20297         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20298         address.
20299
20300 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20301
20302         [BZ #832]
20303         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20304         testing pipefail option.
20305
20306 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20307
20308         * soft-fp/double.h: Indent preprocessor directives inside #if.
20309         * soft-fp/extended.h: Likewise.
20310         * soft-fp/op-2.h: Likewise.
20311         * soft-fp/op-4.h: Likewise.
20312         * soft-fp/op-common.h: Likewise.
20313         * soft-fp/quad.h: Likewise.
20314         * soft-fp/single.h: Likewise.
20315         * soft-fp/soft-fp.h: Likewise.
20316
20317 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20318
20319         * iconv/iconv_prog.c: Fix typos.
20320         * stdio-common/psiginfo-data.h: Likewise.
20321
20322 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20323
20324         [BZ #15764]
20325         * locale/setlocale.c: Fix typo.
20326
20327 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20328
20329         [BZ #16036]
20330         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20331         signaling NaN arguments.
20332         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20333         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20334
20335         [BZ #14910]
20336         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20337         unordered operands.
20338         * soft-fp/gesf2.c (__gesf2): Likewise.
20339         * soft-fp/getf2.c (__getf2): Likewise.
20340         * soft-fp/ledf2.c (__ledf2): Likewise.
20341         * soft-fp/lesf2.c (__lesf2): Likewise.
20342         * soft-fp/letf2.c (__letf2): Likewise.
20343
20344         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20345         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20346         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20347         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20348         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20349         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20350         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20351         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20352         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20353         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20354         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20355         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20356         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20357         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20358         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20359         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20360         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20361         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20362         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20363         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20364         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20365         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20366         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20367         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20368         * soft-fp/floattidf.c (__floattidf): Likewise.
20369         * soft-fp/floattisf.c (__floattisf): Likewise.
20370         * soft-fp/floattitf.c (__floattitf): Likewise.
20371         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20372         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20373         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20374         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20375         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20376         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20377         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20378         * soft-fp/gesf2.c (__gesf2): Likewise.
20379         * soft-fp/getf2.c (__getf2): Likewise.
20380         * soft-fp/ledf2.c (__ledf2): Likewise.
20381         * soft-fp/lesf2.c (__lesf2): Likewise.
20382         * soft-fp/letf2.c (__letf2): Likewise.
20383
20384         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20385         Undefine and redefine.
20386         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20387         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20388         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20389         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20390         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20391         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20392         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20393         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20394         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20395         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20396         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20397         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20398         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20399         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20400         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20401
20402         [BZ #16032]
20403         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20404         without decrementing exponent if mantissa >= that for the
20405         denominator, not >.
20406         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20407         denominator, not >.  Decrement exponent in < case instead of
20408         incrementing in >= case.
20409         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20410         without decrementing exponent if mantissa >= that for the
20411         denominator, not >.
20412
20413         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20414         computing saturated result for unsigned overflow.
20415
20416 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20417             Jeff Law  <law@redhat.com>
20418
20419         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20420         (atan2Mp): Add systemtap probe marker.
20421         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20422         (__ieee754_log): Add systemtap probe marker.
20423         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20424         (atanMp): Add systemtap probe marker.
20425         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20426         (tanMp): Add systemtap probe marker.
20427         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20428         (__slowexp): Add systemtap probe marker.
20429         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20430         (__slowpow): Add systemtap probe marker.
20431         * manual/probes.texi: Document probes.
20432
20433 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20434
20435         [BZ #15362]
20436         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20437         written.
20438         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20439         written.
20440         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20441         written to buffer but not flushed.
20442         * libio/iofwrite_u.c:  Likewise.
20443         * libio/iopadn.c:  Return bytes returned even if EOF was
20444         encountered.
20445         * libio/iowpadn.c:  Likewise.
20446         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20447         if _IO_padn does not write the whole buffer.
20448         [!COMPILE_WPRINTF] (PAD): Likewise.
20449
20450 2013-10-10  David S. Miller  <davem@davemloft.net>
20451
20452         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20453         directory block.
20454
20455 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20456
20457         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20458         instead of FSF address.
20459         * soft-fp/fixdfti.c: Likewise.
20460         * soft-fp/fixsfti.c: Likewise.
20461         * soft-fp/fixtfti.c: Likewise.
20462         * soft-fp/fixunsdfti.c: Likewise.
20463         * soft-fp/fixunssfti.c: Likewise.
20464         * soft-fp/fixunstfti.c: Likewise.
20465         * soft-fp/floattidf.c: Likewise.
20466         * soft-fp/floattisf.c: Likewise.
20467         * soft-fp/floattitf.c: Likewise.
20468         * soft-fp/floatuntidf.c: Likewise.
20469         * soft-fp/floatuntisf.c: Likewise.
20470         * soft-fp/floatuntitf.c: Likewise.
20471         * soft-fp/trunctfxf2.c: Likewise.
20472
20473         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20474         * soft-fp/fixdfti.c: Likewise.
20475         * soft-fp/fixsfti.c: Likewise.
20476         * soft-fp/fixtfti.c: Likewise.
20477         * soft-fp/fixunsdfti.c: Likewise.
20478         * soft-fp/fixunssfti.c: Likewise.
20479         * soft-fp/fixunstfti.c: Likewise.
20480         * soft-fp/floattidf.c: Likewise.
20481         * soft-fp/floattisf.c: Likewise.
20482         * soft-fp/floattitf.c: Likewise.
20483         * soft-fp/floatuntidf.c: Likewise.
20484         * soft-fp/floatuntisf.c: Likewise.
20485         * soft-fp/floatuntitf.c: Likewise.
20486         * soft-fp/trunctfxf2.c: Likewise.
20487
20488 2013-10-10  David S. Miller  <davem@davemloft.net>
20489
20490         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20491
20492 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20493
20494         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20495         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20496         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20497         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20498         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20499         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20500         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20501
20502         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20503         for NaNs before doing comparisons on argument.
20504         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20505         Likewise.
20506
20507 2013-10-10  Will Newton  <will.newton@linaro.org>
20508
20509         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20510         passed to _int_memalign does not overflow.
20511
20512 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20513
20514         * scripts/bench.pl: Add include-sources directive.
20515         * benchtests/README: Update documentation.
20516
20517 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20518
20519         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20520         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20521         instead of FP_INIT_ROUNDMODE.
20522         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20523         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20524
20525         [BZ #16034]
20526         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20527         copy class of input value.
20528         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20529         not handle exceptions.
20530         * soft-fp/negsf2.c (__negsf2): Likewise.
20531         * soft-fp/negtf2.c (__negtf2): Likewise.
20532         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20533
20534 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20535
20536         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20537         semicolon.  From Linux kernel.
20538
20539 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20540
20541         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20542
20543 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20544
20545         [BZ #156]
20546         * manual/socket.texi: Added statement about buffer
20547         for gethostbyname2_r.
20548
20549 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20550
20551         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20552         Use .p2align directive instead, throughout.
20553         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20554         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20555         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20556         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20557         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20558         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20559         * sysdeps/x86_64/strchr.S: Likewise.
20560         * sysdeps/x86_64/strrchr.S: Likewise.
20561
20562 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20563
20564         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20565
20566         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20567
20568         * sysdeps/generic/math_private.h (__mpsin1): Remove
20569         declaration.
20570         (__mpcos1): Likewise.
20571         (__mpsin): New argument __range_reduce.
20572         (__mpcos): Likewise.
20573         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20574         (slow): Use __mpsin and __mpcos.
20575         (slow1): Likewise.
20576         (slow2): Likewise.
20577         (sloww): Likewise.
20578         (sloww1): Likewise.
20579         (sloww2): Likewise.
20580         (bsloww): Likewise.
20581         (bsloww1): Likewise.
20582         (bsloww2): Likewise.
20583         (cslow2): Likewise.
20584         (csloww): Likewise.
20585         (csloww1): Likewise.
20586         (csloww2): Likewise.
20587         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20588         range_reduce.  Merge in __mpsin1.
20589         (__mpcos): Likewise.
20590         (__mpsin1): Remove.
20591         (__mpcos1): Likewise.
20592
20593 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20594
20595         * locale/loadlocale.c (_nl_intern_locale_data): Use
20596         LOCFILE_ALIGNED_P.
20597         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20598         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20599         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20600         obstack data is appropriately aligned.
20601         (obstack_int32_grow_fast): Likewise.
20602         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20603         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20604         (add_locale_uint32_array): Likewise.
20605
20606 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20607
20608         * benchtests/Makefile: Remove ARGLIST and RET variables.
20609         ($(objpfx)bench-%.c): Pass only function name to the script.
20610         * benchtests/README: Update documentation.
20611         * benchtests/acos-inputs: Add new directives.
20612         * benchtests/acosh-inputs: Likewise.
20613         * benchtests/asin-inputs: Likewise.
20614         * benchtests/asinh-inputs: Likewise.
20615         * benchtests/atan-inputs: Likewise.
20616         * benchtests/atanh-inputs: Likewise.
20617         * benchtests/cos-inputs: Likewise.
20618         * benchtests/cosh-inputs: Likewise.
20619         * benchtests/exp-inputs: Likewise.
20620         * benchtests/log-inputs: Likewise.
20621         * benchtests/pow-inputs: Likewise.
20622         * benchtests/rint-inputs: Likewise.
20623         * benchtests/sin-inputs: Likewise.
20624         * benchtests/sinh-inputs: Likewise.
20625         * benchtests/tan-inputs: Likewise.
20626         * benchtests/tanh-inputs: Likewise.
20627         * scripts/bench.pl: Add support for new directives.
20628
20629 2013-10-07  Alan Modra  <amodra@gmail.com>
20630
20631         * README: Fix careless merge.
20632
20633 2013-10-05  Alan Modra  <amodra@gmail.com>
20634
20635         * NEWS: Mention powerpc64le support and bugs fixed.
20636         * README: Both big-endian and little-endian powerpc64 supported.
20637
20638 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20639
20640         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20641         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20642         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20643         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20644
20645 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20646
20647         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20648         match prototype.
20649
20650 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20651
20652         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20653         Move -mhard-float appending from
20654         ports/sysdeps/powerpc/powerpc32/Makefile.
20655         [$(with-fp) = yes] (ASFLAGS): Likewise.
20656         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20657         * sysdeps/powerpc/nofpu: Move directory from
20658         ports/sysdeps/powerpc/nofpu.
20659         * sysdeps/powerpc/soft-fp: Move directory from
20660         ports/sysdeps/powerpc/soft-fp.
20661         * sysdeps/powerpc/powerpc32/405: Move directory from
20662         ports/sysdeps/powerpc/powerpc32/405.
20663         * sysdeps/powerpc/powerpc32/440: Move directory from
20664         ports/sysdeps/powerpc/powerpc32/440.
20665         * sysdeps/powerpc/powerpc32/464: Move directory from
20666         ports/sysdeps/powerpc/powerpc32/464.
20667         * sysdeps/powerpc/powerpc32/476: Move directory from
20668         ports/sysdeps/powerpc/powerpc32/476.
20669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20670         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20672         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20674         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20676         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20678         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20679         * README: Update for powerpc-*-linux-gnu software floating point
20680         support in libc.
20681
20682         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20683         case to powerpc/powerpc32*.
20684         * sysdeps/unix/sysv/linux/configure: Regenerated.
20685
20686         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20687         (_FPU_MASK_OM): Define as 0x04.
20688         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20689         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20690         0x00c10080.
20691         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20692         0x0000003c.
20693         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20694
20695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20696         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20697         getcontext_e500.
20698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20699         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20700         setcontext_e500.
20701         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20702         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20703         and setcontext_e500.
20704
20705 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20706
20707         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20708
20709 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20710
20711         * manual/threads.texi (Default Thread Attributes): Fix typo.
20712
20713 2013-10-04  Will Newton  <will.newton@linaro.org>
20714
20715         * malloc/Makefile: Add tst-memalign.
20716         * malloc/tst-memalign.c: New file.
20717
20718         * malloc/tst-posix_memalign.c: Add comments.
20719         (do_test): Add comments and call free on all potentially
20720         allocated pointers. Add space after cast.
20721
20722         * malloc/tst-pvalloc.c: Add comments.
20723         (do_test): Add comments and call free on all potentially
20724         allocated pointers. Remove duplicate check for NULL pointer.
20725         Add space after cast.
20726
20727         * malloc/tst-valloc.c: Add comments.
20728         (do_test): Add comments and call free on all potentially
20729         allocated pointers. Remove duplicate check for NULL pointer.
20730         Add space after cast.
20731
20732 2013-10-04  Alan Modra  <amodra@gmail.com>
20733
20734         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20735         Use stdint types in rather than __attribute__((mode())).
20736         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20737
20738 2013-10-04  Alan Modra  <amodra@gmail.com>
20739
20740         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20741         Correct handling of unaligned relocs for little-endian.
20742         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20743
20744 2013-10-04  Alan Modra  <amodra@gmail.com>
20745
20746         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20747         * configure: Regenerate.
20748         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20749         * shlib-versions: Likewise.
20750
20751 2013-10-04  Alan Modra  <amodra@gmail.com>
20752
20753         * string/tester.c (test_memrchr): Increment reported test cycle.
20754
20755 2013-10-04  Alan Modra  <amodra@gmail.com>
20756
20757         * string/test-memcpy.c (do_one_test): When reporting errors, print
20758         string address and don't overrun end of string.
20759
20760 2013-10-04  Alan Modra  <amodra@gmail.com>
20761
20762         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20763         insrdi.  Make better use of reg selection to speed exit slightly.
20764         Schedule entry path a little better.  Remove useless "are we done"
20765         checks on entry to main loop.  Handle wrapping around zero address.
20766         Correct main loop count.  Handle single left-over word from main
20767         loop inline rather than by using loop_small.  Remove extra word
20768         case in loop_small caused by wrong loop count.  Add little-endian
20769         support.
20770         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20771         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20772         cache hint.
20773         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20774         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20775         support.  Avoid rlwimi.
20776         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20777
20778 2013-10-04  Alan Modra  <amodra@gmail.com>
20779
20780         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20781         insrdi.  Formatting.
20782         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20783         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20784         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20785         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20786         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20787         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20788
20789 2013-10-04  Alan Modra  <amodra@gmail.com>
20790
20791         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20792         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20793         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20794         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20795         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20796         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20797         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20798         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20799         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20800         use of regs.  Use power7 mtocrf.  Tidy function tails.
20801
20802 2013-10-04  Alan Modra  <amodra@gmail.com>
20803
20804         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20805         Formatting.  Consistently use rXXX register defines or rN defines.
20806         Use early exit labels that avoid restoring unused non-volatile regs.
20807         Make cr field use more consistent with rWORDn compares.  Rename
20808         regs used as shift registers for unaligned loop, using rN defines
20809         for short lifetime/multiple use regs.
20810         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20811         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20812         addi 1,1,64 to pop stack frame.  Simplify return value code.
20813         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20814
20815 2013-10-04  Alan Modra  <amodra@gmail.com>
20816
20817         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20818         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20819         rather than rlwimi.
20820         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20821         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20822         little-endian support.  Correct typos.
20823         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20824         rather than rlwimi.
20825         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20826         in loop and entry code to keep "and." results.
20827         (strchr): Add little-endian support.  Comment.  Move cntlzd
20828         earlier in tail.
20829         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20830
20831 2013-10-04  Alan Modra  <amodra@gmail.com>
20832
20833         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20834         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20835         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20836         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20837
20838 2013-10-04  Alan Modra  <amodra@gmail.com>
20839
20840         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20841         (rTMP): Define as r11.
20842         (strcmp): Add little-endian support.  Optimise tail.
20843         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20844         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20845         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20846         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20847         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20848         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20849         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20850
20851 2013-10-04  Alan Modra  <amodra@gmail.com>
20852
20853         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20854         little-endian support.  Remove unnecessary "are we done" tests.
20855         Handle "s" wrapping around zero and extremely large "size".
20856         Correct main loop count.  Handle single left-over word from main
20857         loop inline rather than by using small_loop.  Correct comments.
20858         Delete "zero" tail, use "end_max" instead.
20859         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20860
20861 2013-10-04  Alan Modra  <amodra@gmail.com>
20862
20863         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20864         support.  Don't branch over align.
20865         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20866         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20867         support.  Rearrange tmp reg use to suit.  Comment.
20868         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20869
20870 2013-10-04  Alan Modra  <amodra@gmail.com>
20871
20872         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20873
20874 2013-10-04  Alan Modra  <amodra@gmail.com>
20875
20876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20877         conditional form of branch and link when obtaining pc.
20878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20879
20880 2013-10-04  Alan Modra  <amodra@gmail.com>
20881
20882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20883         HIWORD/LOWORD.
20884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20886
20887 2013-10-04  Alan Modra  <amodra@gmail.com>
20888
20889         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20890         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20891         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20892         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20893         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20894         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20895         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20896         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20897         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20898         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20899
20900 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20901             Alistair Popple <alistair@ozlabs.au.ibm.com>
20902             Alan Modra <amodra@gmail.com>
20903
20904         [BZ #15723]
20905         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20906         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20907         _dl_hwcap access for little-endian.
20908         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20909         destroy vmx regs when saving unaligned.
20910         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20911         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20912         destroy vmx regs when saving unaligned.
20913
20914 2013-10-04  Alan Modra  <amodra@gmail.com>
20915
20916         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20917         Don't use a union to pack hi/low value.
20918
20919 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20920
20921         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20922         for little-endian.
20923         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20924         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20925         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20926         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20927         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20928
20929 2013-10-04  Alan Modra  <amodra@gmail.com>
20930
20931         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20932         constants to usual value for .cst8 section, and remove redundant
20933         high address load.
20934         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20935         constant for 0x1p52.  Load little-endian words of double from
20936         correct stack offsets.
20937
20938 2013-10-04  Alan Modra  <amodra@gmail.com>
20939
20940         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20941         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20942         words of double from correct stack offsets.
20943         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20944         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20945         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20946         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20947         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20948         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20949         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20950         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20951         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20952         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20953         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20954         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20955         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20956         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20957         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20958         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20959         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20960
20961 2013-10-04  Alan Modra  <amodra@gmail.com>
20962
20963         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20964         64-bit int/double union.
20965         (_FPU_SETCW): Likewise.
20966         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20967         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20968
20969 2013-10-04  Alan Modra  <amodra@gmail.com>
20970
20971         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20972         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20973
20974 2013-10-04  Alan Modra  <amodra@gmail.com>
20975
20976         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20977         use vector int constants.
20978         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20979
20980 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20981
20982         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20983         array with long long.
20984         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20985         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20986         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20987         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20988         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20989         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20990         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20991         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20992         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20993         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20994         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20995         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20996         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20997
20998 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20999
21000         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
21001         (__signbit): Likewise.  Correct for little-endian.
21002         (__signbitl): Call __signbit.
21003         (lrint): Correct for little-endian.
21004         (lrintf): Call lrint.
21005
21006 2013-10-04  Alan Modra  <amodra@gmail.com>
21007
21008         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
21009         union 32-bit int array member with 64-bit int array.
21010         (t515, tm256): Double rather than long double.
21011         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
21012
21013 2013-10-04  Alan Modra  <amodra@gmail.com>
21014
21015         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
21016         Delete.
21017         (IEEE854_LONG_DOUBLE_BIAS): Delete.
21018         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
21019         version of math_ldbl.h.
21020
21021 2013-10-04  Alan Modra  <amodra@gmail.com>
21022
21023         [BZ #15734], [BZ #15735]
21024         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
21025         all uses of ieee875 long double macros and unions.  Simplify test
21026         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
21027         ldbl_extract_mantissa value for ix,iy exponents.  Properly
21028         normalize after ldbl_extract_mantissa, and don't add hidden bit
21029         already handled.  Don't treat low word of ieee854 mantissa like
21030         low word of IBM long double and mask off bit when testing for
21031         zero.
21032         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
21033         all uses of ieee875 long double macros and unions.  Simplify tests
21034         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
21035         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
21036         two1022, instead use their values.  Recognise that tests for large
21037         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
21038         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
21039         Rewrite all uses of ieee875 long double macros and unions.  Simplify
21040         test for 0.0L and nan.  Correct negation.
21041         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
21042         ieee875 long double macros and unions.  Correct output for large
21043         magnitude x.  Correct absolute value calculation.
21044         (__erfcl): Likewise.
21045         * math/libm-test.inc: Add tests for errors discovered in IBM long
21046         double versions of fmodl, remainderl, erfl and erfcl.
21047
21048 2013-10-04  Alan Modra  <amodra@gmail.com>
21049
21050         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
21051         all uses of ieee854 long double macros and unions.  Simplify tests
21052         for long doubles that are fully specified by the high double.
21053         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
21054         Likewise.
21055         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
21056         Remove dead code too.
21057         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
21058         (__ieee754_ynl): Likewise.
21059         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
21060         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
21061         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
21062         Remove dead code too.
21063         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
21064         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
21065         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
21066         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
21067         Simplify.
21068         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
21069         Simplify.
21070         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
21071         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
21072         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
21073         Comment on variable precision.
21074         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
21075         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
21076         Likewise.
21077         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
21078         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
21079         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
21080         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
21081         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
21082
21083 2013-10-04  Alan Modra  <amodra@gmail.com>
21084
21085         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
21086         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
21087         all uses of ieee854 long double macros and unions.
21088         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
21089         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
21090         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
21091         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
21092         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
21093         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
21094         Likewise.
21095         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
21096         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
21097         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
21098         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
21099         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
21100         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
21101         Simplify sign and nan test too.
21102         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
21103         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
21104         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
21105         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
21106         Likewise.
21107         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
21108         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
21109         Likewise.
21110         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21111         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
21112         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
21113         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
21114         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
21115         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
21116
21117 2013-10-04  Alan Modra  <amodra@gmail.com>
21118
21119         * stdio-common/printf_size.c (__printf_size): Don't use
21120         union ieee854_long_double in fpnum union.
21121         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
21122         signbit macro to retrieve sign from long double.
21123         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21124         retrieve sign from long double.
21125         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21126         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21127         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21128         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21129         * math/test-misc.c (main): Don't use union ieee854_long_double.
21130
21131 2013-10-04  Alan Modra  <amodra@gmail.com>
21132
21133         [BZ #15680]
21134         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21135         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21136         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21137         calculation.  Remove unnecessary test for denormal exponent.
21138         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21139         Correct handling of denormals.  Avoid undefined shift behaviour.
21140         Correct normalisation of low mantissa when low double is denormal.
21141         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21142         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
21143         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21144         Correct normalisation of low mantissa.  Test for overflow of high
21145         mantissa and normalise.
21146         (ldbl_nearbyint): Use more readable constant for two52.
21147         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21148         (__mpn_construct_long_double): Fix test for overflow of high
21149         mantissa and correct normalisation.  Avoid undefined shift.
21150
21151 2013-10-04  Alan Modra  <amodra@gmail.com>
21152
21153         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21154         (union ibm_extended_long_double): Define as an array of ieee754_double.
21155         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21156         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21157         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21158         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21159         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21160         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21161         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21162         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21163         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21164         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21165         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21166
21167 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
21168
21169         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21170         page size instead of calling getpagesize.
21171
21172         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21173         (LOCFILE_ALIGN_MASK): Likewise.
21174         (LOCFILE_ALIGN_UP): Likewise.
21175         (LOCFILE_ALIGNED_P): Likewise.
21176         * locale/programs/ld-collate.c (collate_output): Use the new
21177         macros instead of __alignof__ (int32_t).
21178         * locale/weight.h (findidx): Likewise.
21179
21180 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
21181
21182         [BZ #431]
21183         * manual/string.texi: Fix strncat and wcsncat.
21184
21185 2013-10-03  Brooks Moses  <bmoses@google.com>
21186
21187         [BZ #15915]
21188         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21189         * Makerules: ...here, and adjust associated comments.
21190
21191 2013-10-02  Will Newton  <will.newton@linaro.org>
21192
21193         * malloc/Makefile: Add tst-pvalloc.
21194         * malloc/tst-pvalloc.c: New file.
21195
21196 2013-10-02  Will Newton  <will.newton@linaro.org>
21197
21198         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21199         improve test coverage.
21200
21201 2013-10-02  Will Newton  <will.newton@linaro.org>
21202
21203         * malloc/Makefile: Add tst-posix_memalign.
21204         * malloc/tst-posix_memalign.c: New file.
21205
21206 2013-10-01  Eric Blake  <eblake@redhat.com>
21207
21208         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21209         Use __THROWNL rather than __THROW on static functions.
21210
21211 2013-09-30  Petr Machata  <pmachata@redhat.com>
21212
21213         * elf/elf.h (R_AARCH64_ABS16): New macro.
21214         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21215         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21216         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21217         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21218         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21219         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21220         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21221         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21222         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21223         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21224         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21225         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21226         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21227         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21228         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21229         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21230         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21231         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21232         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21233         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21234         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21235         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21236         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21237         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21238         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21239         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21240         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21241         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21242         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21243         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21244         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21245         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21246         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21247         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21248         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21249         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21250         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21251         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21252         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21253         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21254         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21255         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21256         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21257         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21258         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21259         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21260         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21261         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21262         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21263         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21264         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21265         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21266         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21267         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21268         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21269         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21270         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21271         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21272         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21273         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21274         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21275         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21276         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21277         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21278         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21279         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21280         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21281         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21282         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21283         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21284         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21285         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21286         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21287         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21288         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21289         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21290         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21291         (R_AARCH64_TLSDESC_LDR): Likewise.
21292         (R_AARCH64_TLSDESC_ADD): Likewise.
21293         (R_AARCH64_TLSDESC_CALL): Likewise.
21294
21295 2013-09-30  Andreas Schwab  <schwab@suse.de>
21296
21297         [BZ #15048]
21298         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21299         the nss database lookup.
21300         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21301         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21302
21303 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21304
21305         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21306
21307 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21308
21309         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21310         ${Bash-specific parameter/pattern/string} parameter expansion.
21311         * sysdeps/unix/make-syscalls.sh: Likewise.
21312
21313 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21314
21315         * sysdeps/sh/stackguard-macros.h: New file.
21316
21317 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21318
21319         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21320         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21321         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21322         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21323         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21324         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21325
21326 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21327
21328         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21329         Fix thread ID register.
21330
21331 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21332
21333         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21334         [POSIX || UNIX98]: Require rather than permitting all symbols from
21335         <time.h>.
21336         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21337         element of struct sched_param.
21338         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21339         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21340         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21341         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21342         constant.
21343
21344 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21345
21346         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21347         argument calculation.
21348
21349 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21350
21351         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21352         Expect macro.
21353         [POSIX] (pthread_attr_t): Do not require type.
21354         [POSIX] (pthread_cond_t): Likewise.
21355         [POSIX] (pthread_condattr_t): Likewise.
21356         [POSIX] (pthread_key_t): Likewise.
21357         [POSIX] (pthread_mutex_t): Likewise.
21358         [POSIX] (pthread_mutexattr_t): Likewise.
21359         [POSIX] (pthread_once_t): Likewise.
21360         [POSIX] (pthread_t): Likewise.
21361         [POSIX-based standards] (pthread_atfork): Expect function.
21362
21363 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21364             Richard Sandiford  <richard@codesourcery.com>
21365
21366         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21367         (swap_endianness_p): New extern variable.
21368         (set_big_endian): New inline function.
21369         (maybe_swap_uint32): Likewise.
21370         (maybe_swap_uint32_array): Likewise.
21371         (maybe_swap_uint32_obstack): Likewise.
21372         * locale/programs/locfile.c: Include <stdbool.h>.
21373         (swap_endianness_p): New variable.
21374         (add_locale_uint32): Call maybe_swap_uint32.
21375         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21376         (write_locale_data): Call maybe_swap_uint32_array.
21377         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21378         maybe_swap_uint32.
21379         (obstack_int32_grow_fast): Likewise.
21380         (output_weightwc): Call maybe_swap_uint32_obstack.
21381         (collate_output): Likewise.
21382         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21383         (OPT_LITTLE_ENDIAN): Likewise.
21384         (options): Add --little-endian and --big-endian options.
21385         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21386         * locale/programs/locarchive.c: Include "locfile.h".
21387         (GET): New macro.
21388         (SET): Likewise.
21389         (INC): Likewise.
21390         (create_archive): Use the new macros to access fields of
21391         structures directly mapped from or written to locale archives.
21392         (oldlocrecentcmp): Likewise.
21393         (enlarge_archive): Likewise.
21394         (insert_name): Likewise.
21395         (add_alias): Likewise.
21396         (add_locale): Likewise.
21397         (delete_locales_from_archive): Likewise.
21398         (show_archive_content): Likewise.
21399         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21400         locale data.
21401
21402 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21403
21404         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21405         http://www.gnu.org/doc/freemanuals.texi.
21406         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21407
21408 2013-09-24  Will Newton  <will.newton@linaro.org>
21409
21410         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21411         macro.
21412
21413 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21414
21415         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21416         unsigned char.
21417
21418 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21419
21420         * manual/threads.texi (POSIX Threads): Fix a typo.
21421
21422 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21423
21424         [BZ #14547]
21425         * string/tst-strcoll-overflow.c: New test case.
21426         * string/Makefile (xtests): Add tst-strcoll-overflow.
21427         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21428         cache if string sizes may cause integer overflow.
21429
21430         [BZ #14547]
21431         * string/strcoll_l.c (coll_seq): New members rule, idx,
21432         save_idx and back_us.
21433         (get_next_seq_nocache): New function.
21434         (do_compare_nocache): New function.
21435         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21436         when malloc fails.
21437
21438 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21439
21440         [BZ #15754]
21441         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21442         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21443         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21444
21445         [BZ #15754]
21446         * elf/Makefile (tests): Add tst-ptrguard1.
21447         (tests-static): Add tst-ptrguard1-static.
21448         (tst-ptrguard1-ARGS): Define.
21449         (tst-ptrguard1-static-ARGS): Define.
21450         * elf/tst-ptrguard1.c: New file.
21451         * elf/tst-ptrguard1-static.c: New file.
21452         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21453         * sysdeps/i386/stackguard-macros.h: Likewise.
21454         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21455         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21456         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21457         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21458         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21459         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21460
21461 2013-09-23  Hector Marco  <hecmargi@upv.es>
21462             Ismael Ripoll  <iripoll@disca.upv.es>
21463             Carlos O'Donell  <carlos@redhat.com>
21464
21465         [BZ #15754]
21466         * sysdeps/generic/stackguard-macros.h: Define
21467         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21468         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21469         Define __pointer_chk_guard_local.
21470         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21471         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21472
21473 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21474
21475         [BZ #15859]
21476         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21477
21478 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21479
21480         * include/string.h (__ffs): Declare as hidden.
21481         * string/ffs.c (__ffs): Define as hidden.
21482         * sysdeps/i386/ffs.c (__ffs): Likewise.
21483         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21484         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21485         * sysdeps/s390/ffs.c (__ffs): Likewise.
21486         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21487
21488 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21489
21490         * NEWS: Mention malloc probes.
21491
21492         * malloc/arena.c (new_heap): New memory_heap_new probe.
21493         (grow_heap): New memory_heap_more probe.
21494         (shrink_heap): New memory_heap_less probe.
21495         (heap_trim): New memory_heap_free probe.
21496         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21497         (systrim): New memory_sbrk_less probe.
21498         * manual/probes.texi: Document them.
21499
21500         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21501         * manual/probes.texi: Document it.
21502
21503         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21504         (__libc_realloc): Add memory_realloc_retry probe.
21505         (__libc_memalign): Add memory_memalign_retry probe.
21506         (__libc_valloc): Add memory_valloc_retry probe.
21507         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21508         (__libc_calloc): Add memory_calloc_retry probe.
21509         * manual/probes.texi: Document them.
21510
21511         * malloc/arena.c (get_free_list): Add probe
21512         memory_arena_reuse_free_list.
21513         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21514         and memory_arena_reuse.
21515         (arena_get2) [!PER_THREAD]: Likewise.
21516         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21517         memory_arena_reuse_realloc.
21518         * manual/probes.texi: Document them.
21519
21520         * malloc/malloc.c (__libc_free): Add
21521         memory_mallopt_free_dyn_thresholds probe.
21522         (__libc_mallopt): Add multiple memory_mallopt probes.
21523         * manual/probes.texi: Document them.
21524
21525         * malloc/malloc.c: Include stap-probe.h.
21526         (__libc_mallopt): Add memory_mallopt probe.
21527         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21528         * manual/probes.texi: New.
21529         * manual/Makefile (chapters): Add probes.
21530         * manual/threads.texi: Set next node.
21531
21532 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21533
21534         [BZ #15963, #13985]
21535         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21536         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21537         Add `Chinese' to `nan' entry name.
21538
21539 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21540
21541         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21542         (POLYNOMIAL): Likewise.
21543         (TAYLOR_SINCOS): Likewise.
21544         (TAYLOR_SLOW): Likewise.
21545         (__sin): Use TAYLOR_SINCOS.
21546         (__cos): Likewise.
21547         (slow): Use TAYLOR_SLOW.
21548         (sloww): Likewise.
21549         (bsloww): Likewise.
21550         (csloww): Likewise.
21551
21552 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21553
21554         * stdlib/strtod_l.c: Fix buffer overrun.
21555
21556 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21557
21558         * benchtests/Makefile (bench): Add sincos.
21559         * benchtests/bench-sincos.c: New file.
21560
21561         * math/libm-test.inc (cos_test_data): New test inputs.
21562         (sin_test_data): Likewise.
21563
21564         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21565         macro.
21566         (__sin): Use it.
21567         (__cos): Likewise.
21568         (slow1): Likewise.
21569         (slow2): Likewise.
21570         (sloww1): Likewise.
21571         (sloww2): Likewise.
21572         (bsloww1): Likewise.
21573         (bsloww2): Likewise.
21574         (cslow2): Likewise.
21575         (csloww1): Likewise.
21576         (csloww2): Likewise.
21577
21578         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21579         function.
21580         (__sin): Use it.
21581         (__cos): Likewise.
21582
21583         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21584         gotos.
21585         (__cos): Likewise.
21586
21587 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21588
21589         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21590         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21591         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21592         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21593         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21594         * elf/cache.c (print_entry): Handle the new cache flags.
21595
21596 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21597             Aldy Hernandez  <aldyh@redhat.com>
21598
21599         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21600         Change condition to [_SOFT_FLOAT].
21601         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21602         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21603         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21604         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21605         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21606         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21607         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21608         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21609         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21610         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21611         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21612         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21613         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21614         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21615         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21616         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21617         declaration.
21618
21619 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21620
21621         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21622         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21623         (__longjmp): Use LOAD_GP to load saved GPRs.
21624         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21625         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21626         (__sigsetjmp): Use SAVE_GP to save GPRs.
21627
21628         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21629         Do not append -msoft-float.
21630         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21631
21632 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21633
21634         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21635
21636 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21637
21638         [BZ #15966]
21639         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21640         (_FPU_GETCW): Use initial "__" on variable and field names but not
21641         on macro parameter name.
21642         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21643         parentheses around reference to macro parameter.
21644
21645 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21646
21647         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21648         prototype.
21649         (ctype_startup): Use uint32_t in cast and sizeof for
21650         ctype->charnames.
21651
21652 2013-09-11  Jia Liu  <proljc@gmail.com>
21653
21654         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21655         __daddr_t_defined.
21656         [__FreeBSD__]: Likewise.
21657
21658 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21659
21660         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21661         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21662         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21663         (strchr): Remove __strchr_sse42 ifunc selection.
21664         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21665         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21666
21667 2013-09-11  Will Newton  <will.newton@linaro.org>
21668
21669         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21670         parameter to RES. Remove hardcoded 1000 value.
21671         * benchtests/bench-skeleton.c (main): Pass RES parameter
21672         to TIMING_INIT and multiply result by 1000.
21673
21674 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21675
21676         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21677
21678 2013-09-11  Andreas Schwab  <schwab@suse.de>
21679
21680         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21681         if not defined.
21682         (O_TMPFILE) [__USE_GNU]: Define.
21683         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21684         Define.
21685
21686 2013-09-11  Will Newton  <will.newton@linaro.org>
21687
21688         [BZ #15857]
21689         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21690         does not overflow.
21691
21692 2013-09-11  Will Newton  <will.newton@linaro.org>
21693
21694         [BZ #15856]
21695         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21696         does not overflow.
21697
21698 2013-09-11  Will Newton  <will.newton@linaro.org>
21699
21700         [BZ #15855]
21701         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21702         does not overflow.
21703
21704 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21705
21706         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21707         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21708         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21709         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21710         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21711
21712 2013-09-10  Allan McRae  <allan@archlinux.org>
21713
21714         [BZ #15748]
21715         * manual/arith.texi (Parsing of Floats): Clarify
21716         cross-reference.
21717
21718         [BZ #15849]
21719         * manual/install.texi (Running make install): Mention
21720         --enable-pt-chown.
21721         * INSTALL: Regenerated.
21722
21723 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21724
21725         * csu/init-first.c (_init): Remove the !SHARED condition around
21726         FPU control word initialization.
21727         * elf/dl-support.c (_dl_fpu_control): New variable.
21728         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21729         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21730         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21731         * math/test-fpucw-static.c: New file.
21732         * math/test-fpucw-ieee.c: New file.
21733         * math/test-fpucw-ieee-static.c: New file.
21734         * math/Makefile (tests): Add `test-fpucw-ieee' and
21735         `$(tests-static)'.
21736         (tests-static): New variable.
21737         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21738         dependency to...
21739         [($(build-shared),yes)]
21740         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21741         ... this.
21742         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21743         New dependency.
21744
21745 2013-09-09  Allan McRae  <allan@archlinux.org>
21746
21747         [BZ #15939]
21748         * manual/string.texi (Collation Functions): Fix typo in
21749         strcoll example.
21750         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21751
21752         [BZ #15893]
21753         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21754
21755         [BZ #15892]
21756         * libio/memstream.c (open_memstream): Fix memory leak.
21757         * libio/wmemstream.c (open_wmemstream): Likewise.
21758
21759         [BZ #15895]
21760         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21761
21762 2013-09-09  Will Newton  <will.newton@linaro.org>
21763
21764         * malloc/Makefile: Add tst-realloc to tests.
21765         * malloc/tst-realloc.c: New file.
21766
21767 2013-09-09  Allan McRae  <allan@archlinux.org>
21768
21769         [BZ #15844]
21770         * COPYING: Update from GNU website to fix FSF address.
21771         * COPYING.LIB: Likewise.
21772
21773 2013-09-06  David S. Miller  <davem@davemloft.net>
21774
21775         * po/zh_TW.po: Update Chinese (traditional) translation from
21776         translation project.
21777
21778 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21779             Joseph Myers  <joseph@codesourcery.com>
21780
21781         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21782         "localeinfo.h".
21783         (obstack_chunk_alloc): New macro.
21784         (obstack_chunk_free): Likewise.
21785         (record_offset): New function.
21786         (init_locale_data): Likewise.
21787         (align_locale_data): Likewise.
21788         (add_locale_empty): Likewise.
21789         (add_locale_raw_data): Likewise.
21790         (add_locale_raw_obstack): Likewise.
21791         (add_locale_string): Likewise.
21792         (add_locale_wstring): Likewise.
21793         (add_locale_uint32): Likewise.
21794         (add_locale_uint32_array): Likewise.
21795         (add_locale_char): Likewise.
21796         (start_locale_structure): Likewise.
21797         (end_locale_structure): Likewise.
21798         (start_locale_prelude): Likewise.
21799         (end_locale_prelude): Likewise.
21800         (write_locale_data): Take locale_file structure rather than an
21801         iovec.
21802         * locale/programs/locfile.h: Include "obstack.h".
21803         (struct locale_file): Change to store locale file contents instead
21804         of header.
21805         (init_locale_data): New prototype.
21806         (align_locale_data): Likewise.
21807         (add_locale_empty): Likewise.
21808         (add_locale_raw_data): Likewise.
21809         (add_locale_raw_obstack): Likewise.
21810         (add_locale_string): Likewise.
21811         (add_locale_wstring): Likewise.
21812         (add_locale_uint32): Likewise.
21813         (add_locale_uint32_array): Likewise.
21814         (add_locale_char): Likewise.
21815         (start_locale_structure): Likewise.
21816         (end_locale_structure): Likewise.
21817         (start_locale_prelude): Likewise.
21818         (end_locale_prelude): Likewise.
21819         (write_locale_data): Update prototype.
21820         * locale/programs/3level.h (struct TABLE): Remove result field.
21821         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21822         Use new locale_file interface.
21823         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21824         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21825         * locale/programs/ld-address.c (address_output): Use new
21826         locale_file interface.
21827         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21828         NO_ADD_LOCALE.
21829         (collate_finish): Don't call collseq_table_finalize.
21830         (collate_output): Use new locale_file interface.
21831         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21832         in file.
21833         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21834         (TABLE): Move defines earlier in file.
21835         (ELEMENT): Likewise.
21836         (DEFAULT): Likewise.
21837         (wctrans_table_add): Move macro and inline function earlier in
21838         file.
21839         (struct wctype_table): Move type earlier in file.
21840         (add_locale_wctype_table): New static prototype.
21841         (struct locale_ctype_t): Use logical types instead of struct iovec
21842         pointers for members.
21843         (ctype_output): Use new locale_file interface.
21844         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21845         new locale_file interface.
21846         (allocate_arrays): Update for use of new locale_file interface.
21847         * locale/programs/ld-identification.c (identification_output): Use
21848         new locale_file interface.
21849         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21850         * locale/programs/ld-messages.c (messages_output): Likewise.
21851         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21852         * locale/programs/ld-name.c (name_output): Likewise.
21853         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21854         * locale/programs/ld-paper.c (paper_output): Likewise.
21855         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21856         * locale/programs/ld-time.c (time_output): Likewise.
21857
21858 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21859
21860         * benchtests/Makefile: Add memrchr benchmark.
21861         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21862         benchmark as memrchr.
21863         * benchtests/bench-memrchr-ifunc.c: New file.
21864         * benchtests/bench-memrchr.c: New file.
21865
21866 2013-09-06   Will Newton  <will.newton@linaro.org>
21867
21868         * benchtests/Makefile (string-bench): Add memcpy.
21869
21870 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21871             Cong Wang  <amwang@redhat.com>
21872
21873         [BZ #15850]
21874         * sysdeps/unix/sysv/linux/bits/in.h
21875         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21876         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21877         before __USE_KERNEL_IPV6_DEFS uses.
21878         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21879         IPPROTO_BEETPH.
21880         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21881         sockaddr_in6, or ipv6_mreq.
21882
21883 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21884
21885         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21886         memory access for final bytes in some large inputs.
21887         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21888
21889 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21890
21891         * string/test-memrchr.c: New file.
21892         * string/test-memrchr-ifunc.c: New file.
21893         * string/Makefile: Add new memrchr testcase.
21894
21895 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21896
21897         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21898         fanotify_init returns EPERM.
21899
21900 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21901
21902         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21903         errors.
21904         (top level): Treat second token from macro or constant entries for
21905         allowed headers as allowed.
21906         * include/complex.h: Condition internal declarations on
21907         [!_ISOMAC].
21908         * include/fenv.h: Condition include of <stdbool.h> and internal
21909         declarations on [!_ISOMAC].
21910
21911 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21912
21913         [BZ #15923]
21914         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21915
21916 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21917
21918         * configure.in (--enable-versioning): Remove configure option.
21919         (libc_cv_asm_symver_directive): Remove configure test.
21920         (libc_cv_ld_version_script_option): Likewise.
21921         (VERSIONING): Remove variable and AC_SUBST.
21922         (DO_VERSIONING): Remove AC_DEFINE.
21923         * configure: Regenerated.
21924         * config.h.in (DO_VERSIONING): Remove macro.
21925         * Makerules [$(versioning) = yes]: Change conditionals to
21926         [$(build-shared) = yes].
21927         * config.make.in (versioning): Remove variable.
21928         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21929         [$(build-shared) = yes].
21930         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21931         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21932         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21933         [$(build-shared) = yes].
21934         * extra-lib.mk [$(versioning) = yes]: Likewise.
21935         * hurd/Makefile [$(versioning) = yes]: Likewise.
21936         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21937         [SHARED].
21938         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21939         [SHARED].
21940         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21941         [SHARED && !NO_HIDDEN].
21942         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21943         [SHARED].
21944         [SHARED && DO_VERSIONING]: Likewise..
21945         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21946         [$(build-shared) = yes].
21947         * manual/install.texi (--disable-versioning): Remove
21948         documentation.
21949         * INSTALL: Regenerated.
21950         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21951         to [SHARED].
21952         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21953         [$(build-shared) = yes].
21954         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21955         * sysdeps/i386/i686/multiarch/strstr-c.c
21956         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21957         [SHARED && !NO_HIDDEN].
21958         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21959         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21960         * sysdeps/powerpc/powerpc32/dl-machine.c
21961         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21962         * sysdeps/powerpc/powerpc32/sysdep.h
21963         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21964         to [SHARED && PIC && !NO_HIDDEN].
21965         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21966         conditional to [SHARED].
21967
21968 2013-09-04   Will Newton  <will.newton@linaro.org>
21969
21970         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21971         * benchtests/bench-string.h: Include bench-timing.h instead
21972         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21973         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21974         call to HP_TIMING_DIFF_INIT.
21975         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21976         instead of hp-timing.h macros.
21977         * benchtests/bench-memchr.c: Likewise.
21978         * benchtests/bench-memcmp.c: Likewise.
21979         * benchtests/bench-memcpy.c: Likewise.
21980         * benchtests/bench-memmem.c: Likewise.
21981         * benchtests/bench-memmove.c: Likewise.
21982         * benchtests/bench-memset.c: Likewise.
21983         * benchtests/bench-rawmemchr.c: Likewise.
21984         * benchtests/bench-strcasecmp.c: Likewise.
21985         * benchtests/bench-strcasestr.c: Likewise.
21986         * benchtests/bench-strcat.c: Likewise.
21987         * benchtests/bench-strchr.c: Likewise.
21988         * benchtests/bench-strcmp.c: Likewise.
21989         * benchtests/bench-strcpy.c: Likewise.
21990         * benchtests/bench-strcpy_chk.c: Likewise.
21991         * benchtests/bench-strlen.c: Likewise.
21992         * benchtests/bench-strncasecmp.c: Likewise.
21993         * benchtests/bench-strncat.c: Likewise.
21994         * benchtests/bench-strncmp.c: Likewise.
21995         * benchtests/bench-strncpy.c: Likewise.
21996         * benchtests/bench-strnlen.c: Likewise.
21997         * benchtests/bench-strpbrk.c: Likewise.
21998         * benchtests/bench-strrchr.c: Likewise.
21999         * benchtests/bench-strspn.c: Likewise.
22000         * benchtests/bench-strstr.c: Likewise.
22001
22002 2013-09-04  Will Newton  <will.newton@linaro.org>
22003
22004         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
22005
22006 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
22007
22008         [BZ #15427]
22009         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
22010         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
22011         * math/libm-test.inc (lgamma_test_data): Add more tests.
22012         * sysdeps/i386/fpu/libm-test-ulps: Update.
22013         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22014
22015 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
22016
22017         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
22018         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22019         Add ifunc.
22020         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22021         Add strcmp-sse2-unaligned
22022         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
22023
22024 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22025
22026         * Versions.def (libc): Add GLIBC_2.19.
22027
22028 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22029
22030         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
22031         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
22032
22033 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
22034
22035         [BZ #14155]
22036         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
22037         intermediate calculations in recurrence.
22038         (__ieee754_ynf): Likewise.
22039         * math/libm-test.inc (jn_test_data): Do not allow spurious
22040         underflow exception.  Add more tests.
22041         (yn_test_data): Add more tests.
22042         * sysdeps/i386/fpu/libm-test-ulps: Update.
22043         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22044
22045 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
22046
22047         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
22048
22049 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22050
22051         * csu/init-first.c: Fix then/than typos.
22052         * locale/programs/ld-collate.c: Likewise.
22053         * locale/programs/linereader.h: Likewise.
22054         * manual/charset.texi: Likewise.
22055         * manual/filesys.texi: Likewise.
22056         * manual/stdio.texi: Likewise.
22057         * manual/string.texi: Likewise.
22058         * stdlib/fmtmsg.c: Likewise.
22059         * sysdeps/i386/stpncpy.S: Likewise.
22060         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22061         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22062         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22063         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22064
22065 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22066
22067         * elf/dl-open.c: Fix typos.
22068         * iconvdata/gbbig5.c: Likewise.
22069         * iconvdata/iso-2022-jp.c: Likewise.
22070         * iconv/gconv_int.h: Likewise.
22071         * iconv/loop.c: Likewise.
22072         * nis/rpcsvc/nis.h: Likewise.
22073         * resolv/ns_name.c: Likewise.
22074         * stdio-common/vfscanf.c: Likewise.
22075         * streams/stropts.h: Likewise.
22076         * sunrpc/rpc_thread.c: Likewise.
22077         * sysdeps/i386/strpbrk.S: Likewise.
22078         * sysdeps/ieee754/k_standard.c: Likewise.
22079         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22080         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22081         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
22082         * sysdeps/mach/hurd/profil.c: Likewise.
22083         * sysdeps/s390/dl-procinfo.h: Likewise.
22084         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
22085         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
22086         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
22087         * sysdeps/x86_64/dl-trampoline.S: Likewise.
22088         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
22089
22090 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
22091
22092         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
22093         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
22094
22095 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
22096
22097         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
22098         aix specific files.
22099         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
22100         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
22101         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
22102         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
22103         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
22104         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
22105         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
22106         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
22107
22108 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22109             Roland McGrath  <roland@hack.frob.com>
22110
22111         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
22112         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
22113
22114 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22115
22116         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
22117         __executable_start symbol instead of _start.
22118
22119 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22120
22121         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22122         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22123         Move macros to...
22124         * sysdeps/gnu/ldsodefs.h: ... this new file.
22125
22126         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22127         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22128         instead of ELFOSABI_LINUX.
22129
22130         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
22131         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22132         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22133         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22134         Likewise.
22135         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22136         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22137         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22138         Likewise.
22139         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22140         (ibm_extended_long_double): Add ieee_nan member.
22141         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22142         (do_test): New function.
22143
22144         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22145         TEST_TRUNC.
22146         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22147         functions, renamed from truncdfsf_test, trunctfsf_test,
22148         trunctfdf_test.
22149         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22150         functions.
22151         (do_test): Run all these.
22152
22153 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
22154
22155         * argp/argp-help.c: Fix typos.
22156         * argp/argp-parse.c: Likewise.
22157         * debug/backtracesyms.c: Likewise.
22158         * elf/elf.h: Likewise.
22159         * malloc/malloc.c: Likewise.
22160         * nis/nis_print.c: Likewise.
22161         * resolv/res_comp.c: Likewise.
22162         * stdlib/stdlib.h: Likewise.
22163         * sunrpc/clnt_tcp.c: Likewise.
22164         * sunrpc/clnt_udp.c: Likewise.
22165         * sunrpc/clnt_unix.c: Likewise.
22166         * sysdeps/unix/bsd/ptsname.c: Likewise.
22167         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22168         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
22169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22170         Likewise.
22171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22172         Likewise.
22173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22174         Likewise.
22175         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22176
22177 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22178
22179         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22180         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22181
22182 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
22183
22184         [BZ #15897]
22185         * dlfcn/Makefile (tests): Add bug-dl-leaf.
22186         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22187         ($(objpfx)bug-dl-leaf): New rule.
22188         ($(objpfx)bug-dl-leaf.so): Likewise.
22189         ($(objpfx)bug-dl-leaf.out): Likewise.
22190         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22191         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22192         * dlfcn/bug-dl-leaf.c: New test.
22193         * dlfcn/bug-dl-leaf-lib.c: Likewise.
22194         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22195         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22196         (dlclose): Likewise.
22197         (dlmopen): Likewise.
22198
22199 2013-08-27  Roland McGrath  <roland@hack.frob.com>
22200
22201         * include/netdb.h [!_ISOMAC]:
22202         Don't include <tls.h>.
22203         (h_errno, __libc_h_errno): Move declaration and macros out of
22204         [_LIBC_REENTRANT].
22205
22206         * include/resolv.h [_RESOLV_H_]:
22207         Don't include <tls.h>.
22208         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22209         * resolv/res_libc.c: Don't include <tls.h>.
22210         (_res): Use __attribute__ ((nocommon)) in place of
22211         __attribute__ ((section (".bss"))).
22212
22213         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22214         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22215
22216         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22217
22218         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22219         only under [SIOCGIFCONF && SIOCGIFNETMASK].
22220
22221         * resolv/res_mkquery.c: Include <sys/time.h>.
22222
22223         * inet/ifreq.c: Moved to ...
22224         * sysdeps/unix/ifreq.c: ... here.
22225         * inet/ifreq.c: New file, true stub version.
22226
22227         * socket/sa_len.c: New file.
22228         * socket/Makefile (aux): Add it.
22229         * sysdeps/unix/sysv/linux/Makefile
22230         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22231         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22232         and #include <socket/sa_len.c>.
22233         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22234         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22235
22236         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22237         * bits/socket.h: ... here.
22238
22239         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22240         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22241         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22242
22243 2013-08-27  Andreas Schwab  <schwab@suse.de>
22244
22245         [BZ #15736]
22246         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22247         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22248         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22249         * string/test-strcasecmp.c (test_main): Run tests in several
22250         locales.
22251         * string/test-strncasecmp.c (test_main): Likewise.
22252
22253         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22254         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22255         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22256         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22257         (__strncasecmp_ssse3) [PIC]: Likewise.
22258
22259 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22260
22261         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22262
22263         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22264         instead of explicitly declaring xdecrypt.
22265         * nis/nss_nis/nis-publickey.c: Likewise.
22266
22267 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22268
22269         [BZ #15890]
22270         * nscd/aicache.c: Include res_hconf.h.
22271         (addhstaiX): Initialize res_hconf.
22272
22273 2013-08-26  Andreas Schwab  <schwab@suse.de>
22274
22275         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22276         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22277
22278 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22279
22280         * nscd/aicache.c (addhstaiX): Fix indentation.
22281
22282 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22283
22284         * configure.ac: Quote $build_pt_chown test.
22285         * configure: Regenerated.
22286
22287 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22288
22289         [BZ #15532]
22290         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22291         * math/s_cexpf.c (__cexpf): Likewise.
22292         * math/s_cexpl.c (__cexpl): Likewise.
22293         * math/libm-test.inc (cexp_test_data): Correct expected return
22294         value for NaN + i0.  Add another test.
22295
22296 2013-08-22  David S. Miller  <davem@davemloft.net>
22297
22298         * po/ca.po: Update Catalan translation from translation project.
22299         * po/uk.po: Add Ukrainian translations from translation project.
22300
22301 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22302
22303         [BZ #15797]
22304         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22305         is infinite, not alongside NaN test.
22306         * math/s_fdimf.c (__fdimf): Likewise.
22307         * math/s_fdiml.c (__fdiml): Likewise.
22308         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22309         errno is unchanged.
22310
22311 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22312
22313         * argp/argp-help.c: Fix typos.
22314         * crypt/speeds.c: Likewise.
22315         * csu/check_fds.c: Likewise.
22316         * elf/dl-load.c: Likewise.
22317         * elf/dl-open.c: Likewise.
22318         * elf/reldep3.c: Likewise.
22319         * elf/reldep.c: Likewise.
22320         * elf/sprof.c: Likewise.
22321         * iconv/iconv_charmap.c: Likewise.
22322         * iconv/skeleton.c: Likewise.
22323         * iconv/strtab.c: Likewise.
22324         * io/lockf64.c: Likewise.
22325         * libio/libioP.h: Likewise.
22326         * resolv/gai_notify.c: Likewise.
22327         * resolv/ns_name.c: Likewise.
22328         * resolv/ns_samedomain.c: Likewise.
22329         * resolv/res_send.c: Likewise.
22330         * stdlib/random.c: Likewise.
22331         * sunrpc/rpc/xdr.h: Likewise.
22332         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22333         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22334         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22335         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22336         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22337         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22338         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22339         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22340         * sysdeps/mach/hurd/check_fds.c: Likewise.
22341         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22342         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22343         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22344         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22345         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22346         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22347         * sysdeps/pthread/aio_notify.c: Likewise.
22348         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22349         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22350         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22351         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22352         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22353
22354 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22355
22356         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22357         version if bit_Slow_SSE4_2 is set.
22358         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22359         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22360
22361 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22362
22363         [BZ #15867]
22364         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22365         trampoline stack frame information.
22366         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22367         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22368         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22369         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22370         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22371         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22372         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22373         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22374         sa_flags value.
22375         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22376         interrupting a syscall and set with option SA_SIGINFO.
22377
22378 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22379
22380         [BZ #15531]
22381         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22382         argument is infinite.
22383         * math/s_cprojf.c (__cprojf): Likewise.
22384         * math/s_cprojl.c (__cprojl): Likewise.
22385         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22386         * math/libm-test.inc (cproj_test_data): Add more tests.
22387
22388         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22389
22390         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22391         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22392         size.  Use __ffs to determine corresponding shift.
22393
22394 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22395             Roland McGrath  <roland@hack.frob.com>
22396
22397         * Makefile (INSTALL): Remove trailing blank lines from output of
22398         makeinfo.
22399
22400 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22401
22402         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22403         Align 32 bit compat elf_greg to 8 bytes.
22404
22405 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22406
22407         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22408
22409 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22410
22411         * string/strcoll_l.c (coll_seq): New structure.
22412         (get_next_seq_cached): New function.
22413         (get_next_seq): New function.
22414         (do_compare): New function.
22415         (STRCOLL): Use GNU style definition.  Simplify implementation
22416         by using get_next_seq, get_next_seq_cached and do_compare.
22417
22418 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22419
22420         [BZ #14699]
22421         CVE-2013-4237
22422         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22423         member.
22424         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22425         member.
22426         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22427         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22428         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22429         conditional.
22430         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22431         GETDENTS_64BIT_ALIGNED.
22432         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22433         * manual/filesys.texi (Reading/Closing Directory): Document
22434         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22435         strongly.
22436         * manual/conf.texi (Limits for Files): Add portability note to
22437         NAME_MAX, PATH_MAX.
22438         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22439
22440 2013-08-13  Andreas Schwab  <schwab@suse.de>
22441
22442         [BZ #15749]
22443         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22444         of fabs.
22445         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22446         LDBL_MAX_EXP >= 16384]: Add tests for it.
22447
22448 2013-08-12  David S. Miller  <davem@davemloft.net>
22449
22450         * version.h (RELEASE): Set to "development".
22451         (VERSION): Set to "2.18.90".
22452         * NEWS: Add 2.19 section.
22453
22454 2013-08-03  David S. Miller  <davem@davemloft.net>
22455
22456         * po/ko.po: Update Korean translation from translation project.
22457
22458 2013-08-01  David S. Miller  <davem@davemloft.net>
22459
22460         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22461         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22462         Bilka.
22463
22464 2013-07-30  David S. Miller  <davem@davemloft.net>
22465
22466         * po/fr.po: Update French translation from translation project.
22467
22468 2013-07-28  David S. Miller  <davem@davemloft.net>
22469
22470         * po/cs.po: Update Czech translation from translation project.
22471
22472         * po/sv.po: Update Swedish translation from translation project.
22473
22474 2013-07-27  David S. Miller  <davem@davemloft.net>
22475
22476         * po/eo.po: Update Esperanto translation from translation project.
22477
22478         * po/vi.po: Update Vietnamese translation from translation project.
22479
22480         * po/de.po: Update German translation from translation project.
22481
22482 2013-07-26  David S. Miller  <davem@davemloft.net>
22483
22484         * po/bg.po: Update Bulgarian translation from translation project.
22485
22486         * po/nl.po: Update Dutch translation from translation project.
22487         * po/pl.po: Update Polish translation from translation project.
22488         * po/ru.po: Update Russian translation from translation project.
22489
22490 2013-07-24  David S. Miller  <davem@davemloft.net>
22491
22492         * po/libc.pot: Update.
22493
22494 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22495
22496         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22497         variable page size.
22498         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22499         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22500         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22501
22502 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22503
22504         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22505
22506 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22507             Andreas Schwab  <schwab@suse.de>
22508             Roland McGrath  <roland@hack.frob.com>
22509             Joseph Myers  <joseph@codesourcery.com>
22510             Carlos O'Donell  <carlos@redhat.com>
22511
22512         [BZ #15755]
22513         * config.h.in: Define HAVE_PT_CHOWN.
22514         * config.make.in (build-pt-chown): New variable.
22515         * configure.in (--enable-pt_chown): New configure option.
22516         * configure: Regenerate.
22517         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22518         build-pt-chown is enabled.
22519         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22520         pt_chown to fix pty ownership.
22521         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22522         CLOSE_ALL_FDS.
22523         * manual/install.texi (Configuring and compiling): Mention
22524         --enable-pt_chown. Add @findex for grantpt.
22525         * INSTALL: Regenerate.
22526
22527 2013-07-20  David S. Miller  <davem@davemloft.net>
22528
22529         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22530         difference between 32-bit and 64-bit.
22531
22532 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22533
22534         [BZ #15711]
22535         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22536         Avoid system header dependency with -ffreestanding.
22537         ($(objpfx)bits/syscall%d): Likewise.
22538
22539 2013-07-13  David S. Miller  <davem@davemloft.net>
22540
22541         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22542         underflows from atanl/atan2l due to bug 15319.
22543         (casinh_test_data): Likewise.
22544
22545 2013-07-07  David S. Miller  <davem@davemloft.net>
22546
22547         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22548
22549 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22550
22551         * sysdeps/i386/fpu/libm-test-ulps: Update.
22552         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22553
22554 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22555
22556         * configure.in (--enable-lock-elision): Fix message text.
22557         * INSTALL: Regenerate.
22558         * configure: Regenerate.
22559
22560 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22561
22562         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22563
22564 2013-07-03  Andreas Jaeger  <aj@suse.de>
22565
22566         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22567         define.
22568         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22569         (ptrace_peeksiginfo_args): Add.
22570         (__ptrace_peeksiginfo_flags): Add.
22571         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22572         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22573         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22574
22575 2013-07-03  Allan McRae  <allan@archlinux.org>
22576
22577         * sysdeps/i386/fpu/libm-test-ulps: Update.
22578
22579 2013-07-02  David S. Miller  <davem@davemloft.net>
22580
22581         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22582
22583 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22584
22585         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22586
22587 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22588
22589         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22590         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22591
22592 2013-07-02  Andi Kleen <ak@linux.intel.com>
22593
22594         * config.h.in (ENABLE_LOCK_ELISION): Add.
22595         * configure.in (--enable-lock-elision): Add option.
22596         * manual/install.texi: Document --enable lock elision.
22597         * configure: Regenerate
22598         * INSTALL: Regenerate.
22599
22600 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22601
22602         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22603         SSE4.2 strcasecmp for libc.a.
22604         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22605
22606 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22607
22608         [BZ #13304]
22609         * soft-fp/op-common.h (_FP_FMA): New macro.
22610         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22611         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22612         (_FP_MUL_MEAT_1_imm): ... here.
22613         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22614         (_FP_MUL_MEAT_1_wide): ... here.
22615         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22616         (_FP_MUL_MEAT_1_hard): ... here.
22617         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22618         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22619         (_FP_MUL_MEAT_2_wide): ... here.
22620         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22621         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22622         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22623         (_FP_MUL_MEAT_2_gmp): ... here.
22624         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22625         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22626         (_FP_MUL_MEAT_4_wide): ... here.
22627         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22628         (_FP_MUL_MEAT_4_gmp): ... here.
22629         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22630         (_FP_WFRACBITS_DW_S): Likewise.
22631         (_FP_WFRACXBITS_DW_S): Likewise.
22632         (_FP_HIGHBIT_DW_S): Likewise.
22633         (FP_FMA_S): Likewise.
22634         (_FP_FRAC_HIGH_DW_S): Likewise.
22635         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22636         (_FP_WFRACBITS_DW_D): Likewise.
22637         (_FP_WFRACXBITS_DW_D): Likewise.
22638         (_FP_HIGHBIT_DW_D): Likewise.
22639         (FP_FMA_D): Likewise.
22640         (_FP_FRAC_HIGH_DW_D): Likewise.
22641         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22642         (_FP_WFRACBITS_DW_E): Likewise.
22643         (_FP_WFRACXBITS_DW_E): Likewise.
22644         (_FP_HIGHBIT_DW_E): Likewise.
22645         (FP_FMA_E): Likewise.
22646         (_FP_FRAC_HIGH_DW_E): Likewise.
22647         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22648         (_FP_WFRACBITS_DW_Q): Likewise.
22649         (_FP_WFRACXBITS_DW_Q): Likewise.
22650         (_FP_HIGHBIT_DW_Q): Likewise.
22651         (FP_FMA_Q): Likewise.
22652         (_FP_FRAC_HIGH_DW_Q): Likewise.
22653         * soft-fp/fmasf4.c: New file.
22654         * soft-fp/fmadf4.c: Likewise.
22655         * soft-fp/fmatf4.c: Likewise.
22656
22657 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22658
22659         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22660         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22661         Silvermont.
22662         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22663         macro.
22664         (index_Slow_SSE4_2): Likewise.
22665         (index_Prefer_PMINUB_for_stringop): Likewise.
22666         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22667         bit_Slow_SSE4_2 is set.
22668         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22669         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22670
22671 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22672
22673         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22674         rtld_global._dl_hwcap2.
22675         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22676         POWER8.
22677         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22678         POWER8 feature descriptions defined in _dl_hwcap2.
22679         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22680         string handling for POWER8 feature bits.
22681         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22682         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22683         _dl_powerpc_cap_flags.
22684         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22685         * sysdeps/powerpc/rtld-global-offsets.sym
22686         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22687         _dl_hwcap2 in the rtld_global_ro structure.
22688
22689 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22690
22691         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22692         hardware capabilities in support of AT_HWCAP2.
22693         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22694         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22695         GLRO(dl_hwcap2).
22696         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22697         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22698         explicitly the unknown a_type display mechanism is used.
22699         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22700         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22701         struct member.
22702         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22703         to macro prototype for AT_HWCAP2 support.
22704         * sysdeps/i386/dl-procinfo.h: Likewise.
22705         * sysdeps/s390/dl-procinfo.h: Likewise.
22706         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22707         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22708         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22709         return -1 for unknown a_type display fallback.
22710         * sysdeps/sparc/dl-procinfo.h: Likewise.
22711         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22712         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22713
22714 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22715
22716         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22717         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22718
22719 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22720
22721         [BZ #12492]
22722         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22723         mprotect making __stack_prot writable.
22724
22725 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22726             Joseph Myers  <joseph@codesourcery.com>
22727
22728         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22729         as being properly aligned.
22730
22731 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22732
22733         * dlfcn/modstatic5.c: New file.
22734         * dlfcn/tststatic5.c: New file.
22735         * dlfcn/Makefile (tests): Add tststatic5.
22736         (tests-static): Likewise.
22737         (modules-names): Add modstatic5.
22738         (tststatic5-ENV): New variable.
22739         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22740
22741         [BZ #15022]
22742         * elf/dl-support.c (_dl_main_map): New variable.
22743         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22744         (_dl_nns, _dl_load_adds): Set to 1.
22745         (_dl_initial_searchlist): Refer to _dl_main_map.
22746         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22747         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22748         call to _dl_get_origin.
22749         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22750         around call_map.
22751         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22752         * dlfcn/modstatic3.c: New file.
22753         * dlfcn/tststatic3.c: New file.
22754         * dlfcn/tststatic4.c: New file.
22755         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22756         (tests-static): Likewise.
22757         (modules-names): Add modstatic3.
22758         (tststatic3-ENV, tststatic4-ENV): New variables.
22759         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22760         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22761
22762 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22763
22764         * configure.in (CC): Require GCC version 4.4 or later.
22765         * configure: Regenerated.
22766         * manual/install.texi (Tools for Compilation): Update GCC version
22767         requirement.
22768         * INSTALL: Regenerated.
22769
22770 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22771
22772         [BZ #15674]
22773         * string/test-memcmp.c (check2): New.
22774         (main): Call check2.
22775
22776         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22777
22778 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22779
22780         [BZ #15022]
22781         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22782         over to...
22783         (dl_open_worker) [!SHARED]: ... here.
22784
22785 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22786
22787         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22788
22789 2013-06-25  Richard Henderson  <rth@redhat.com>
22790
22791         * locale/programs/locarchive.c: Include <libc-internal.h>
22792
22793 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22794
22795         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22796         trailing whitespace removed.
22797
22798 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22799
22800         [BZ #10283]
22801         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22802         * locale/programs/locarchive.c: Include libc-mmap.h.
22803         (prepare_address_space): Take two new outputs (the mmap base and len).
22804         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22805         values.
22806         (create_archive): Declare new mmap base and len values for
22807         prepare_address_space, and store the result in ah.
22808         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22809         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22810         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22811         Declare new mmap base and len values for
22812         prepare_address_space, and store the result in new_ah.
22813         (open_archive): Declare new mmap base and len values for
22814         prepare_address_space, and store the result in ah.
22815         (close_archive): If ah->mmap_base is not NULL, use that and
22816         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22817         * sysdeps/generic/libc-mmap.h: New file.
22818
22819 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22820
22821         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22822         (ALIGN_UP): Likewise.
22823         (PTR_ALIGN_DOWN): Likewise.
22824         (PTR_ALIGN_UP): Likewise.
22825
22826 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22827
22828         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22829         entry mapped to PPC_PLATFORM_POWER8.
22830         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22831         POWER8.
22832         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22833         (_dl_string_platform): Add case for exporting platform position for
22834         POWER8.
22835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22836         search path to sysdeps/powerpc/powerpc32/power8 directory.
22837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22838         search path to sysdeps/powerpc/powerpc64/power8 directory.
22839         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22840         power7 directories.
22841         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22842         power7 directories.
22843
22844 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22845
22846         * INSTALL: Regenerate.
22847
22848         * nscd/connections.c (nscd_init): Fix comment.
22849
22850 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22851
22852         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22853
22854         [BZ #15667]
22855         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22856         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22857
22858 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22859
22860         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22861         DL_DST_REQ_STATIC.
22862         (DL_DST_REQ_STATIC): Remove macro.
22863
22864 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22865
22866         [BZ #7006]
22867         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22868         with a shift of 0 bits.
22869
22870 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22871
22872         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22873         $(tststatic-ENV).
22874
22875 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22876
22877         [BZ #15655]
22878         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22879
22880 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22881
22882         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22883         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22884         accepts -fno-tree-loop-distribute-patterns.
22885         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22886         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22887         recursive call.
22888         * string/memset.c (memset): Likewise.
22889         * string/test-memmove.c (simple_memmove): Disable loop transformation
22890         to library calls.
22891         * string/test-memset.c (simple_memset): Likewise.
22892         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22893         * benchtests/bench-memset.c (simple_memset): Likewise.
22894         * configure: Regenerated.
22895
22896 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22897
22898         * math/test-misc.c (main): Ignore fesetround failure when failures
22899         of subsequent rounding tests would be ignored.
22900
22901         [BZ #15654]
22902         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22903         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22904         * math/fegetenv.c (__fegetenv): Return 0.
22905         * math/fegetexcept.c (fegetexcept): Return 0.
22906         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22907         FE_TONEAREST.
22908         * math/feholdexcpt.c (feholdexcept): Return 0.
22909         * math/fesetenv.c (__fesetenv): Return 0.
22910         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22911         argument FE_TONEAREST.
22912         * math/feupdateenv.c (__feupdateenv): Return 0.
22913         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22914
22915 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22916
22917         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22918         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22919         ($(objpfx)rtld-%.os rules): Use them.
22920
22921 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22922
22923         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22924         fields.
22925
22926 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22927
22928         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22929         length of target pattern, then descending length of dependency pattern.
22930         * configure.in (AWK): Require gawk 3.1.2 or newer.
22931         * manual/install.texi (Tools for Compilation): Say that we do.
22932         * configure: Regenerated.
22933
22934         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22935         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22936         * scripts/sysd-rules.awk: ... this new script.
22937         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22938         than a glob-style pattern.
22939
22940 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22941
22942         * math/test-misc.c (main): Do not treat incorrectly rounded
22943         conversions as failure unless ROUNDING_TESTS passes.
22944
22945 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22946
22947         [BZ #15631]
22948         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22949         restore exception state around main square root computation, then
22950         check for inexactness explicitly.
22951
22952         * math/libm-test.inc (fma_test_data): Add another test.
22953
22954 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22955
22956         * manual/threads.texi (Non-POSIX Extensions): New document
22957         node.  Document pthread_getattr_default_np and
22958         pthread_setattr_default_np.
22959
22960         * Versions.def (libpthread): Add GLIBC_2.18.
22961         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22963         Likewise.
22964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22965         Likewise.
22966         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22967         Likewise.
22968         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22969         Likewise.
22970         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22971         Likewise.
22972         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22973         Likewise.
22974         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22975         Likewise.
22976         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22977         Likewise.
22978         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22979         Likewise.
22980
22981 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22982
22983         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22984         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22985
22986 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22987             H.J. Lu  <hjl.tools@gmail.com>
22988
22989         [BZ #15627]
22990         * sysdeps/x86_64/rtld-memset.c: Remove file.
22991         * sysdeps/x86_64/rtld-memset.S: New file.
22992
22993 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22994
22995         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22996         (test_in_one_mode): Take arguments for whether the rounding mode
22997         is supported for each floating-point type.
22998         (do_test): Pass new arguments to test_in_one_mode using
22999         ROUNDING_TESTS.
23000
23001 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23002
23003         * posix/tst-waitid.c (do_test): Distinguish different instances of
23004         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
23005         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
23006         before entering the kernel for waitpid.
23007
23008 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23009
23010         * NEWS: Fix note on clock function precision.  Text by Roland
23011         McGrath.
23012
23013 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23014
23015         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
23016         it into place only when and if the sanity check passes.
23017
23018 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
23019
23020         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
23021         output for whether conversion result is exact.  Take argument
23022         indicating whether type is IBM long double.
23023         (round_for_all): Change need_exact field to ibm_ld.
23024         * stdlib/tst-strtod-round.c (struct exactness): New type.
23025         (struct test): Change bool ld_ok field to struct exactness exact.
23026         (TEST): Update all definitions for change to field.
23027         (tests): Regenerate array contents.
23028         (test_in_one_mode): Take pointer to new field instead of old ld_ok
23029         field value.  Check for IBM long double here.
23030         (do_test): Update calls to test_in_one_mode.
23031
23032 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23033
23034         [BZ #12515]
23035         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
23036         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
23037
23038 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23039
23040         [BZ #15605]
23041         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
23042         generated by the compiler on loop optimizations.
23043         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
23044         general definitions.
23045
23046 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
23047
23048         * math/bug-nextafter.c: Include <math-tests.h>.
23049         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23050         the relevant type.
23051         * math/bug-nexttoward.c: Include <math-tests.h>.
23052         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23053         the relevant type.
23054         * math/test-misc.c: Include <math-tests.h>.
23055         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23056         the relevant type.
23057
23058 2013-06-12  Andreas Jaeger  <aj@suse.de>
23059
23060         * po/ia.po: Update Interlingua translation from translation
23061         project.
23062
23063 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23064
23065         * include/fenv.h: Include stdbool.h.
23066         (struct rm_ctx): New structure.
23067         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
23068         Define macro.
23069         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
23070         (SET_RESTORE_ROUNDF): Likewise.
23071         (SET_RESTORE_ROUNDL): Likewise.
23072         (SET_RESTORE_ROUND_NOEX): Likewise.
23073         (SET_RESTORE_ROUND_NOEXF): Likewise.
23074         (SET_RESTORE_ROUND_NOEXL): Likewise.
23075         (SET_RESTORE_ROUND_53BIT): Likewise.
23076         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
23077         (libc_feresetround_noexf_ctx): Likewise.
23078         (libc_feresetround_noexl_ctx): Likewise.
23079         (libc_feholdsetround_53bit_ctx): Likewise.
23080         (libc_feresetround_53bit_ctx): Likewise.
23081         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
23082         (libc_feholdexcept_setround_sse_ctx): New function.
23083         (libc_fesetenv_sse_ctx): Likewise.
23084         (libc_feupdateenv_sse_ctx): Likewise.
23085         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
23086         (libc_feholdexcept_setround_387_ctx): Likewise.
23087         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
23088         (libc_feholdsetround_387_prec_ctx): Likewise.
23089         (libc_feholdsetround_387_ctx): Likewise.
23090         (libc_feholdsetround_387_53bit_ctx): Likewise.
23091         (libc_feholdsetround_sse_ctx): Likewise.
23092         (libc_feresetround_sse_ctx): Likewise.
23093         (libc_feresetround_387_ctx): Likewise.
23094         (libc_feupdateenv_387_ctx): Likewise.
23095         (libc_feholdexcept_setroundf_ctx): Define macro.
23096         (libc_fesetenvf_ctx): Likewise.
23097         (libc_feupdateenvf_ctx): Likewise.
23098         (libc_feholdsetroundf_ctx): Likewise.
23099         (libc_feresetroundf_ctx): Likewise.
23100         (libc_feholdexcept_setround_ctx): Likewise.
23101         (libc_fesetenv_ctx): Likewise.
23102         (libc_feupdateenv_ctx): Likewise.
23103         (libc_feholdsetround_ctx): Likewise.
23104         (libc_feresetround_ctx): Likewise.
23105         (libc_feholdexcept_setroundl_ctx): Likewise.
23106         (libc_feupdateenvl_ctx): Likewise.
23107         (libc_feholdsetroundl_ctx): Likewise.
23108         (libc_feresetroundl_ctx): Likewise.
23109         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
23110         (libc_feresetround_53bit_ctx): Likewise.
23111
23112 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23113
23114         * locale/iso-639.def: Convert to UTF-8.
23115
23116 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
23117
23118         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
23119         (EXCEPTION_TESTS_double): Likewise.
23120         (EXCEPTION_TESTS_long_double): Likewise.
23121         (EXCEPTION_TESTS): Likewise.
23122         * math/libm-test.inc (test_exceptions): Only test exceptions if
23123         EXCEPTION_TESTS (FLOAT).
23124
23125 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23126
23127         * benchtests/Makefile (string-bench): Add strcpy_chk and
23128         stpcpy_chk.
23129         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23130         * benchtests/bench-stpcpy_chk.c: New file.
23131         * benchtests/bench-strcpy_chk-ifunc.c: New file.
23132         * benchtests/bench-strcpy_chk.c: New file.
23133         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23134         code.
23135         (do_test): Likewise.
23136
23137 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23138
23139         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23140         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23141         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23142         with tabs where appropriate.
23143         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23144         dl-procinfo.h.
23145         [PPC_PLATFORM_PPC440]: Likewise.
23146         [PPC_PLATFORM_PPC464]: Likewise.
23147         [PPC_PLATFORM_PPC476]: Likewise.
23148         (_dl_string_platform): Add support for detecting ppc405, ppc440,
23149         ppc464, and ppc476 platform strings merging from ports/
23150         dl-procinfo.h.
23151
23152 2013-06-11  Andreas Schwab  <schwab@suse.de>
23153
23154         [BZ #14991]
23155         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23156         (from_ucs4_idx): Regenerate.
23157         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23158         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23159         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23160         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23161         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23162         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23163         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23164         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23165         from FROM_LOOP and TO_LOOP specific macros.
23166         (BODY): Handle combining characters.
23167         * iconvdata/BIG5HKSCS.irreversible: Update.
23168         * iconvdata/BIG5HKSCS.precomposed: New file.
23169         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23170         characters.
23171         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23172
23173 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23174
23175         * include/sys/time.h: Fix indentation and add copyright header.
23176
23177         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23178         (do_test): Likewise.
23179         * string/test-memchr.c (do_one_test): Likewise.
23180         (do_test): Likewise.
23181         * string/test-memcmp.c (do_one_test): Likewise.
23182         (do_test): Likewise.
23183         * string/test-memcpy.c (do_one_test): Likewise.
23184         (do_test): Likewise.
23185         * string/test-memmem.c (do_one_test): Likewise.
23186         (do_test): Likewise.
23187         (do_random_tests): Likewise.
23188         * string/test-memmove.c (do_one_test): Likewise.
23189         (do_test): Likewise.
23190         * string/test-memset.c (do_one_test): Likewise.
23191         (do_test): Likewise.
23192         * string/test-rawmemchr.c (do_one_test): Likewise.
23193         (do_test): Likewise.
23194         * string/test-strcasecmp.c (do_one_test): Likewise.
23195         (do_test): Likewise.
23196         * string/test-strcasestr.c (do_one_test): Likewise.
23197         (do_test): Likewise.
23198         * string/test-strcat.c (do_one_test): Likewise.
23199         (do_test): Likewise.
23200         * string/test-strchr.c (do_one_test): Likewise.
23201         (do_test): Likewise.
23202         * string/test-strcmp.c (do_one_test): Likewise.
23203         (do_test): Likewise.
23204         * string/test-strcpy.c (do_one_test): Likewise.
23205         (do_test): Likewise.
23206         * string/test-string.h: Likewise.
23207         (test_init): Likewise.
23208         * string/test-strlen.c (do_one_test): Likewise.
23209         (do_test): Likewise.
23210         * string/test-strncasecmp.c (do_one_test): Likewise.
23211         (do_test): Likewise.
23212         * string/test-strncat.c (do_one_test): Likewise.
23213         (do_test): Likewise.
23214         * string/test-strncmp.c (do_one_test): Likewise.
23215         (do_test_limit): Likewise.
23216         (do_test): Likewise.
23217         * string/test-strncpy.c (do_one_test): Likewise.
23218         (do_test): Likewise.
23219         * string/test-strnlen.c (do_one_test): Likewise.
23220         (do_test): Likewise.
23221         * string/test-strpbrk.c (do_one_test): Likewise.
23222         (do_test): Likewise.
23223         * string/test-strrchr.c (do_one_test): Likewise.
23224         (do_test): Likewise.
23225         * string/test-strspn.c (do_one_test): Likewise.
23226         (do_test): Likewise.
23227         * string/test-strstr.c (do_one_test): Likewise.
23228         (do_test): Likewise.
23229
23230         * benchtests/Makefile (string-bench): Add string benchmarks.
23231         * benchtests/bench-bcopy-ifunc.c: New file.
23232         * benchtests/bench-bcopy.c: New file.
23233         * benchtests/bench-bzero-ifunc.c: New file.
23234         * benchtests/bench-bzero.c: New file.
23235         * benchtests/bench-memccpy-ifunc.c: New file.
23236         * benchtests/bench-memccpy.c: New file.
23237         * benchtests/bench-memchr-ifunc.c: New file.
23238         * benchtests/bench-memchr.c: New file.
23239         * benchtests/bench-memcmp-ifunc.c: New file.
23240         * benchtests/bench-memcmp.c: New file.
23241         * benchtests/bench-memmem-ifunc.c: New file.
23242         * benchtests/bench-memmem.c: New file.
23243         * benchtests/bench-memmove-ifunc.c: New file.
23244         * benchtests/bench-memmove.c: New file.
23245         * benchtests/bench-mempcpy-ifunc.c: New file.
23246         * benchtests/bench-mempcpy.c: New file.
23247         * benchtests/bench-memset-ifunc.c: New file.
23248         * benchtests/bench-memset.c: New file.
23249         * benchtests/bench-rawmemchr-ifunc.c: New file.
23250         * benchtests/bench-rawmemchr.c: New file.
23251         * benchtests/bench-stpcpy-ifunc.c: New file.
23252         * benchtests/bench-stpcpy.c: New file.
23253         * benchtests/bench-stpncpy-ifunc.c: New file.
23254         * benchtests/bench-stpncpy.c: New file.
23255         * benchtests/bench-strcasecmp-ifunc.c: New file.
23256         * benchtests/bench-strcasecmp.c: New file.
23257         * benchtests/bench-strcasestr-ifunc.c: New file.
23258         * benchtests/bench-strcasestr.c: New file.
23259         * benchtests/bench-strcat-ifunc.c: New file.
23260         * benchtests/bench-strcat.c: New file.
23261         * benchtests/bench-strchr-ifunc.c: New file.
23262         * benchtests/bench-strchr.c: New file.
23263         * benchtests/bench-strchrnul-ifunc.c: New file.
23264         * benchtests/bench-strchrnul.c: New file.
23265         * benchtests/bench-strcmp-ifunc.c: New file.
23266         * benchtests/bench-strcmp.c: New file.
23267         * benchtests/bench-strcpy-ifunc.c: New file.
23268         * benchtests/bench-strcpy.c: New file.
23269         * benchtests/bench-strcspn-ifunc.c: New file.
23270         * benchtests/bench-strcspn.c: New file.
23271         * benchtests/bench-strlen-ifunc.c: New file.
23272         * benchtests/bench-strlen.c: New file.
23273         * benchtests/bench-strncasecmp-ifunc.c: New file.
23274         * benchtests/bench-strncasecmp.c: New file.
23275         * benchtests/bench-strncat-ifunc.c: New file.
23276         * benchtests/bench-strncat.c: New file.
23277         * benchtests/bench-strncmp-ifunc.c: New file.
23278         * benchtests/bench-strncmp.c: New file.
23279         * benchtests/bench-strncpy-ifunc.c: New file.
23280         * benchtests/bench-strncpy.c: New file.
23281         * benchtests/bench-strnlen-ifunc.c: New file.
23282         * benchtests/bench-strnlen.c: New file.
23283         * benchtests/bench-strpbrk-ifunc.c: New file.
23284         * benchtests/bench-strpbrk.c: New file.
23285         * benchtests/bench-strrchr-ifunc.c: New file.
23286         * benchtests/bench-strrchr.c: New file.
23287         * benchtests/bench-strspn-ifunc.c: New file.
23288         * benchtests/bench-strspn.c: New file.
23289         * benchtests/bench-strstr-ifunc.c: New file.
23290         * benchtests/bench-strstr.c: New file.
23291
23292         * benchtests/Makefile: Disable parallel execution of targets.
23293         (string-bench): Add memcpy.
23294         (benchset): New variable to store a list of benchmark sets.
23295         (bench-func): Renamed from bench.
23296         (bench-set): New target.
23297         (bench): Depend on bench-func and bench-set.
23298         * benchtests/README: Add section on benchmark sets.
23299         * benchtests/bench-memcpy-ifunc.c: New file.
23300         * benchtests/bench-memcpy.c: New file.
23301         * benchtests/bench-string.h: New file.
23302
23303 2013-06-11  Andreas Schwab  <schwab@suse.de>
23304
23305         [BZ #15577]
23306         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23307         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23308         values in the triple.
23309         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23310         terminator in the group key.
23311
23312 2013-06-11  Andreas Jaeger  <aj@suse.de>
23313
23314         * po/zh_TW.po: Update Chinese (traditional) translation from
23315         translation project.
23316
23317 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23318
23319         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23320         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23321         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23322         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23323         (clock_getcpuclockid): Likewise.
23324         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23325         Add weak_alias and libc_hidden_def.
23326         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23327         * rt/clock_gettime.c (clock_gettime): Rename to
23328         __clock_gettime.  Add weak_alias and libc_hidden_def.
23329         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23330         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23331         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23332         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23333         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23334         Likewise.
23335         * rt/clock_settime.c (clock_settime): Rename to
23336         __clock_settime.  Add weak_alias and libc_hidden_def.
23337         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23338
23339 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23340
23341         * mach/err_boot.sub: Remove trailing whitespace.
23342         * mach/err_ipc.sub: Likewise.
23343         * mach/err_mach.sub: Likewise.
23344
23345         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23346         (ROUNDING_TESTS_double): Likewise.
23347         (ROUNDING_TESTS_long_double): Likewise.
23348         (ROUNDING_TESTS): Likewise.
23349         * math/libm-test.inc: Include <math-tests.h>.
23350         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23351         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23352         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23353         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23354
23355 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23356
23357         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23358         of assigning.
23359
23360 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23361
23362         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23363         otherwise empty TRANS lines.
23364         * sysdeps/gnu/errlist.c: Regenerated.
23365
23366         * catgets/gencat.c (error_print): Use (void) in function
23367         definition.
23368         * crypt/crypt_util.c (__init_des): Likewise.
23369         * crypt/speeds.c (Stop): Likewise.
23370         (main): Likewise.
23371         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23372         * inet/ruserpass.c (token): Likewise.
23373         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23374         * intl/localealias.c (extend_alias_table): Likewise.
23375         * intl/plural-exp.c (init_germanic_plural): Likewise.
23376         * libio/fcloseall.c (__fcloseall): Likewise.
23377         * libio/genops.c (_IO_flush_all): Likewise.
23378         (_IO_flush_all_linebuffered): Likewise.
23379         (_IO_cleanup): Likewise.
23380         (_IO_iter_begin): Likewise.
23381         (_IO_iter_end): Likewise.
23382         (_IO_list_lock): Likewise.
23383         (_IO_list_unlock): Likewise.
23384         (_IO_list_resetlock): Likewise.
23385         * libio/getchar.c (getchar): Likewise.
23386         * libio/getchar_u.c (getchar_unlocked): Likewise.
23387         * libio/getwchar.c (getwchar): Likewise.
23388         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23389         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23390         * login/getpt.c (__getpt): Likewise.
23391         * login/tst-utmp.c (main): Likewise.
23392         * malloc/hooks.c (__malloc_check_init): Likewise.
23393         * malloc/malloc.c (__malloc_stats): Likewise.
23394         * malloc/mtrace.c (tr_break): Likewise.
23395         (mtrace): Likewise.
23396         (muntrace): Likewise.
23397         * misc/fstab.c (endfsent): Likewise.
23398         * misc/getclktck.c (__getclktck): Likewise.
23399         * misc/getdtsz.c (__getdtablesize): Likewise.
23400         * misc/gethostid.c (gethostid): Likewise.
23401         * misc/getpagesize.c (__getpagesize): Likewise.
23402         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23403         (__get_nprocs): Likewise.
23404         (__get_phys_pages): Likewise.
23405         (__get_avphys_pages): Likewise.
23406         * misc/getttyent.c (getttyent): Likewise.
23407         (setttyent): Likewise.
23408         (endttyent): Likewise.
23409         * misc/getusershell.c (getusershell): Likewise.
23410         (endusershell): Likewise.
23411         (setusershell): Likewise.
23412         (initshells): Likewise.
23413         * misc/hsearch.c (__hdestroy): Likewise.
23414         * misc/sync.c (sync): Likewise.
23415         * misc/syslog.c (closelog_internal): Likewise.
23416         (closelog): Likewise.
23417         * misc/ttyslot.c (ttyslot): Likewise.
23418         * misc/vhangup.c (vhangup): Likewise.
23419         * posix/fork.c (__fork): Likewise.
23420         * posix/getegid.c (__getegid): Likewise.
23421         * posix/geteuid.c (__geteuid): Likewise.
23422         * posix/getgid.c (__getgid): Likewise.
23423         * posix/getpid.c (__getpid): Likewise.
23424         * posix/getppid.c (__getppid): Likewise.
23425         * posix/getuid.c (__getuid): Likewise.
23426         * posix/pause.c (pause): Likewise.
23427         * posix/setpgrp.c (setpgrp): Likewise.
23428         * posix/setsid.c (__setsid): Likewise.
23429         * posix/test-vfork.c (noop): Likewise.
23430         * resolv/gethnamaddr.c (_endhtent): Likewise.
23431         (_gethtent): Likewise.
23432         (ht_endhostent): Likewise.
23433         (gethostent): Likewise.
23434         (dns_service): Likewise.
23435         * stdlib/drand48.c (drand48): Likewise.
23436         * stdlib/lrand48.c (lrand48): Likewise.
23437         * stdlib/mrand48.c (mrand48): Likewise.
23438         * stdlib/rand.c (rand): Likewise.
23439         * stdlib/random.c (__random): Likewise.
23440         * stdlib/setenv.c (clearenv): Likewise.
23441         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23442         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23443         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23444         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23445         (__get_nprocs): Likewise.
23446         (__get_phys_pages): Likewise.
23447         (__get_avphys_pages): Likewise.
23448         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23449         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23450         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23451         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23452         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23453         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23454         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23455         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23456         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23457         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23458         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23459         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23460         * sysdeps/posix/clock.c (clock): Likewise.
23461         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23462         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23463         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23464         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23465         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23466         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23467         (__get_nprocs_conf): Likewise.
23468         (__get_phys_pages): Likewise.
23469         (__get_avphys_pages): Likewise.
23470         * time/clock.c (clock): Likewise.
23471         * time/tzset.c (__tzname_max): Likewise.
23472
23473 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23474
23475         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23476         (__bswap_32): Do not use "register".
23477         * crypt/crypt.c (_ufc_doit_r): Likewise.
23478         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23479         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23480         * gmon/gmon.c (__monstartup): Likewise.
23481         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23482         * hurd/hurdmalloc.c (more_memory): Likewise.
23483         (malloc): Likewise.
23484         (free): Likewise.
23485         (realloc): Likewise.
23486         (malloc_fork_prepare): Likewise.
23487         (malloc_fork_parent): Likewise.
23488         (malloc_fork_child): Likewise.
23489         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23490         (_svcauth_des): Likewise.
23491         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23492         * inet/inet_net.c (inet_network): Likewise.
23493         * inet/inet_netof.c (inet_netof): Likewise.
23494         * inet/rcmd.c (__validuser2_sa): Likewise.
23495         * io/fts.c (fts_open): Likewise.
23496         (fts_load): Likewise.
23497         (fts_close): Likewise.
23498         (fts_read): Likewise.
23499         (fts_children): Likewise.
23500         (fts_build): Likewise.
23501         (fts_stat): Likewise.
23502         (fts_sort): Likewise.
23503         (fts_alloc): Likewise.
23504         (fts_lfree): Likewise.
23505         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23506         (_IO_file_xsgetn): Likewise.
23507         (_IO_file_xsgetn_mmap): Likewise.
23508         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23509         (_IO_cookie_write): Likewise.
23510         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23511         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23512         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23513         * malloc/obstack.c (_obstack_begin): Likewise.
23514         (_obstack_begin_1): Likewise.
23515         (_obstack_newchunk): Likewise.
23516         (_obstack_allocated_p): Likewise.
23517         (obstack_free): Likewise.
23518         (_obstack_memory_used): Likewise.
23519         * misc/getttyent.c (getttynam): Likewise.
23520         (getttyent): Likewise.
23521         (skip): Likewise.
23522         (value): Likewise.
23523         * misc/getusershell.c (initshells): Likewise.
23524         * misc/syslog.c (__vsyslog_chk): Likewise.
23525         * misc/ttyslot.c (ttyslot): Likewise.
23526         * nis/nis_hash.c (__nis_hash): Likewise.
23527         * posix/fnmatch_loop.c (FCT): Likewise.
23528         * posix/getconf.c (print_all): Likewise.
23529         (main): Likewise.
23530         * posix/getopt.c (exchange): Likewise.
23531         * posix/glob.c (globfree): Likewise.
23532         (prefix_array): Likewise.
23533         (__glob_pattern_type): Likewise.
23534         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23535         (NS_GET32): Likewise.
23536         (NS_PUT16): Likewise.
23537         (NS_PUT32): Likewise.
23538         * resolv/gethnamaddr.c (getanswer): Likewise.
23539         (gethostbyname2): Likewise.
23540         (gethostbyaddr): Likewise.
23541         (_gethtent): Likewise.
23542         (_gethtbyname2): Likewise.
23543         (_gethtbyaddr): Likewise.
23544         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23545         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23546         * resolv/res_init.c (__res_vinit): Likewise.
23547         (net_mask): Likewise.
23548         * resolv/res_mkquery.c (outchar): Likewise.
23549         (PRINT): Likewise.
23550         * stdio-common/printf_fp.c (outchar): Likewise.
23551         (PRINT): Likewise.
23552         * stdio-common/printf_fphex.c (outchar): Likewise.
23553         (PRINT): Likewise.
23554         * stdio-common/printf_size.c (outchar): Likewise.
23555         (PRINT): Likewise.
23556         * stdio-common/test_rdwr.c (main): Likewise.
23557         * stdio-common/tfformat.c (matches): Likewise.
23558         * stdio-common/vfprintf.c (outchar): Likewise.
23559         (printf_unknown): Likewise.
23560         (buffered_vfprintf): Likewise.
23561         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23562         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23563         (ReadFile): Likewise.
23564         * stdlib/qsort.c (SWAP): Likewise.
23565         (_quicksort): Likewise.
23566         * stdlib/setenv.c (__add_to_environ): Likewise.
23567         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23568         * stdlib/strtol_l.c (__strtol_l): Likewise.
23569         * stdlib/tst-strtod.c (main): Likewise.
23570         * stdlib/tst-strtol.c (main): Likewise.
23571         * stdlib/tst-strtoll.c (main): Likewise.
23572         * string/bits/string2.h (__strcmp_cc): Likewise.
23573         (__strcmp_cg): Likewise.
23574         (__strcspn_c1): Likewise.
23575         (__strcspn_c2): Likewise.
23576         (__strcspn_c3): Likewise.
23577         (__strspn_c1): Likewise.
23578         (__strspn_c2): Likewise.
23579         (__strspn_c3): Likewise.
23580         (__strsep_1c): Likewise.
23581         (__strsep_2c): Likewise.
23582         (__strsep_3c): Likewise.
23583         * string/memccpy.c (__memccpy): Likewise.
23584         * string/stpcpy.c (__stpcpy): Likewise.
23585         * string/strcmp.c (strcmp): Likewise.
23586         * string/strrchr.c (strrchr): Likewise.
23587         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23588         Likewise.
23589         * sysdeps/mach/hurd/getcwd.c
23590         (_hurd_canonicalize_directory_name_internal): Likewise.
23591         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23592         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23593         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23594         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23595         Likewise, in both definitions.
23596         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23597         definitions.
23598         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23599         64] (__bswap_64): Likewise.
23600         * time/test_time.c (main): Likewise.
23601         * time/tzfile.c (__tzfile_read): Likewise.
23602         (__tzfile_compute): Likewise.
23603         * time/tzset.c (__tzset_parse_tz): Likewise.
23604         (tzset_internal): Likewise.
23605         (compute_change): Likewise.
23606         * wcsmbs/wcscat.c (__wcscat): Likewise.
23607         * wcsmbs/wcschr.c (wcschr): Likewise.
23608         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23609         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23610         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23611         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23612         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23613         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23614         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23615         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23616         * wcsmbs/wmemset.c (wmemset): Likewise.
23617
23618 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23619
23620         * scripts/config.guess: Update to version 2013-05-16.
23621         * scripts/config.sub: Update to version 2013-04-24.
23622         * scripts/install-sh: Update to version 2011-11-20.07.
23623         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23624         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23625
23626 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23627
23628         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23629         * elf/sln.c: Likewise.
23630         * hurd/hurd/ioctl.h: Likewise.
23631         * hurd/hurdmalloc.c: Likewise.
23632         * hurd/xattr.c: Likewise.
23633         * include/shlib-compat.h: Likewise.
23634         * inet/ruserpass.c: Likewise.
23635         * libio/iofgets_u.c: Likewise.
23636         * libio/iofgetws_u.c: Likewise.
23637         * locale/programs/ld-identification.c: Likewise.
23638         * locale/programs/ld-time.c: Likewise.
23639         * mach/msg-destroy.c: Likewise.
23640         * nss/nss_files/files-netgrp.c: Likewise.
23641         * resolv/res_data.c: Likewise.
23642         * soft-fp/op-1.h: Likewise.
23643         * soft-fp/op-2.h: Likewise.
23644         * soft-fp/op-4.h: Likewise.
23645         * soft-fp/op-common.h: Likewise.
23646         * stdio-common/printf_fphex.c: Likewise.
23647         * stdlib/strtod_l.c: Likewise.
23648         * sunrpc/rpc/clnt.h: Likewise.
23649         * sysdeps/generic/framestate.c: Likewise.
23650         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23651         * sysdeps/i386/bsd-setjmp.S: Likewise.
23652         * sysdeps/i386/__longjmp.S: Likewise.
23653         * sysdeps/i386/setjmp.S: Likewise.
23654         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23655         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23656         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23657         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23658         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23659         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23660         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23661         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23662         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23663         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23664         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23665         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23666         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23667         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23668         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23669         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23670         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23671         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23672         * sysdeps/ieee754/support.c: Likewise.
23673         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23674         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23675         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23676         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23677         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23678         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23679         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23680         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23681         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23682         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23683         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23684         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23685         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23686         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23687         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23688         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23689         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23690         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23691
23692 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23693
23694         * posix/transbug.c: Remove executable mode.
23695
23696 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23697
23698         * crypt/speeds.c: Remove trailing whitespace.
23699         * dlfcn/default.c: Likewise.
23700         * elf/ifuncdep2.c: Likewise.
23701         * elf/ifuncmain1.c: Likewise.
23702         * elf/ifuncmain1vis.c: Likewise.
23703         * elf/testobj.h: Likewise.
23704         * elf/tst-stackguard1.c: Likewise.
23705         * gmon/sys/gmon.h: Likewise.
23706         * hurd/hurdmsg.c: Likewise.
23707         * hurd/new-fd.c: Likewise.
23708         * hurd/ports-get.c: Likewise.
23709         * iconvdata/ibm1008_420.c: Likewise.
23710         * inet/tst-getni1.c: Likewise.
23711         * inet/tst-getni2.c: Likewise.
23712         * libio/ioungetc.c: Likewise.
23713         * libio/wfiledoalloc.c: Likewise.
23714         * manual/libm-err-tab.pl: Likewise.
23715         * math/w_dremf.c: Likewise.
23716         * misc/ftruncate.c: Likewise.
23717         * posix/bug-glob2.c: Likewise.
23718         * posix/tst-pcre.c: Likewise.
23719         * posix/wait4.c: Likewise.
23720         * resolv/README: Likewise.
23721         * resolv/res_debug.h: Likewise.
23722         * resolv/tst-inet_ntop.c: Likewise.
23723         * setjmp/bug269-setjmp.c: Likewise.
23724         * soft-fp/extended.h: Likewise.
23725         * soft-fp/op-1.h: Likewise.
23726         * soft-fp/op-2.h: Likewise.
23727         * soft-fp/op-4.h: Likewise.
23728         * soft-fp/op-8.h: Likewise.
23729         * soft-fp/testit.c: Likewise.
23730         * stdio-common/bug16.c: Likewise.
23731         * stdlib/random.c: Likewise.
23732         * sunrpc/rpcsvc/rquota.x: Likewise.
23733         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23734         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23735         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23736         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23737         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23738         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23739         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23740         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23741         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23742         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23743         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23744         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23745         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23746         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23747         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23748         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23749         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23750         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23751         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23752         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23753         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23754         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23755         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23756         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23757         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23758         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23759         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23760         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23761         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23762         * sysdeps/ieee754/s_lib_version.c: Likewise.
23763         * sysdeps/mach/hurd/check_fds.c: Likewise.
23764         * sysdeps/mach/hurd/getsockname.c: Likewise.
23765         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23766         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23767         * sysdeps/powerpc/bits/link.h: Likewise.
23768         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23769         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23770         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23771         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23772         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23773         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23774         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23775         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23776         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23777         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23778         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23779         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23780         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23781         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23782         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23783         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23784         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23785         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23786         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23787         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23788         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23789         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23790         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23791         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23792         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23793         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23794         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23795         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23796         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23797         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23798         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23799         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23800         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23801         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23802         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23803         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23804         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23805         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23806         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23807         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23808         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23809         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23810         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23811         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23812         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23813         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23814         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23815         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23816         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23817         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23818         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23819         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23820         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23821         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23822         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23823         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23824         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23825         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23826         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23827         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23828         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23829         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23830         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23831         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23832         * sysdeps/powerpc/sysdep.h: Likewise.
23833         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23834         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23835         * sysdeps/sh/dl-trampoline.S: Likewise.
23836         * sysdeps/sh/memset.S: Likewise.
23837         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23838         * sysdeps/sh/strlen.S: Likewise.
23839         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23840         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23841         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23842         * sysdeps/sparc/sparc32/rem.S: Likewise.
23843         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23844         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23845         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23846         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23847         * sysdeps/sparc/sparc32/urem.S: Likewise.
23848         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23849         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23850         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23851         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23852         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23853         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23854         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23855         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23856         * sysdeps/unix/bsd/times.c: Likewise.
23857         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23858         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23862         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23863         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23864         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23865         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23866         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23867         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23868         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23869         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23870         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23871         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23872         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23873         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23874         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23875         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23876         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23877         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23878         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23879         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23880         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23881         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23882         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23883         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23884         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23885         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23886         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23887         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23888         * sysdeps/x86_64/strcspn.S: Likewise.
23889
23890 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23891
23892         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23893         generated file.  Regenerate properly from gen-translit.pl.
23894         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23895         locale/C-translit.h.
23896
23897 2013-06-05  Andreas Schwab  <schwab@suse.de>
23898
23899         [BZ #15100]
23900         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23901         week as 6 instead of -1.
23902         * time/tst-strptime.c (day_tests): Add test case.
23903
23904 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23905
23906         * sysdeps/generic/math_private.h
23907         (libc_feholdexcept_setround_53bit): Replace with
23908         libc_feholdsetround_53bit.
23909         (libc_feupdateenv_53bit): Replace with
23910         libc_feresetround_53bit.
23911         (SET_RESTORE_ROUND_53BIT): Adjust.
23912
23913 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23914
23915         * string/test-strchrnul.c: Add copyright header.
23916
23917         * posix/tst-getaddrinfo4.c: Increase test timeout.
23918
23919 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23920
23921         [BZ #15536]
23922         * math/libm-test.inc (MAX_EXP): Remove
23923         (MIN_EXP): Define.
23924         (ulp): Use MIN_EXP - MANT_DIG.
23925         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23926
23927 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23928
23929         * po/be.po: Revert last change.
23930         * po/zh_CN.po: Likewise.
23931         * po/header.pot: Likewise.
23932
23933 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23934
23935         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23936         link-libc-deps to empty as target-specific variable.
23937         * Makerules (link-libc-args): New variable.
23938         (libc-for-link): Likewise.
23939         (link-libc-deps): Likewise.
23940         (lib%.so): Depend on $(link-libc-deps).  Link with
23941         $(link-libc-args).
23942         (build-module): Link with $(link-libc-args).
23943         (build-module-asneeded): Likewise.
23944         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23945         list of objects.
23946         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23947         target-specific variable.
23948         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23949         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23950         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23951         libc.
23952         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23953         libc and ld.so.
23954         ($(objpfx)libpcprofile.so): Likewise.
23955         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23956         libc_nonshared.a.
23957         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23958         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23959         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23960         $(link-libc-deps).
23961         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23962         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23963         * login/Makefile ($(objpfx)libutil.so): Likewise.
23964         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23965         * math/Makefile ($(objpfx)libm.so): Likewise.
23966         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23967         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23968         variable instead of depending directly on libc.
23969         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23970         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23971         $(link-libc-deps).
23972         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23973         libc.
23974         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23975         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23976         ($(objpfx)libanl.so): Likewise.
23977         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23978         ld.so.
23979         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23980         $(link-libc-deps).
23981         * sysdeps/i386/fpu/Makefile: Remove file.
23982         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23983         ($(objpfx)libm.so): Remove dependency on ld.so.
23984
23985 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23986
23987         [BZ # 15553]
23988         * nis/yp_xdr.c (XDRMAXNAME): Define.
23989         (XDRMAXRECORD): Define.
23990         (xdr_domainname): Use XDRMAXNAME.
23991         (xdr_mapname): Likewise.
23992         (xdr_peername): Likewise.
23993         (xdr_keydat): Use XDRMAXRECORD.
23994         (xdr_valdat): Likewise.
23995
23996 2013-05-30  Jeff Law  <law@redhat.com>
23997
23998         [BZ #14256]
23999         * manual/errno.texi (ESTALE): Update to account for more than
24000         just NFS file systems.
24001         * sysdeps/gnu/errlist.c: Regenerated.
24002
24003 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
24004
24005         [BZ #15465]
24006         * elf/Makefile (tests): Add tst-null-argv.
24007         (modules-names):  Add tst-null-argv-lib.
24008         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
24009         (tst-null-argv-ENV): Set environment for tst-null-argv.
24010         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
24011         (RTLD_PROGNAME): New macro.
24012         * elf/tst-null-argv.c: New test case.
24013         * elf/tst-null-argv-lib.c: Library for test case.
24014         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
24015         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
24016         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
24017         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
24018         * elf/dl-init.c (call_init): Likewise.
24019         (_dl_init): Likewise.
24020         * elf/dl-load.c (print_search_path): Likewise.
24021         (_dl_map_object): Likewise.
24022         * elf/dl-lookup.c (do_lookup_x): Likewise.
24023         (add_dependency): Likewise.
24024         (_dl_lookup_symbol_x): Likewise.
24025         (_dl_debug_bindings): Likewise.
24026         * elf/dl-open.c (_dl_show_scope): Likewise.
24027         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
24028         * elf/dl-version.c (match_symbol): Likewise.
24029         (_dl_check_map_versions): Likewise.
24030         * elf/rtld.c (dl_main): Likewise.
24031         (print_unresolved): Use RTLD_PROGNAME.
24032         (print_missing_version): Likewise.
24033         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
24034         (elf_machine_rela): Likewise.
24035         * sysdeps/powerpc/powerpc32/dl-machine.c
24036         (__process_machine_rela): Likewise.
24037         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
24038         Likewise.
24039         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
24040         Likewise.
24041         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
24042         Likewise.
24043         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
24044         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
24045         Likewise.
24046         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
24047         Likewise.
24048         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
24049
24050 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
24051
24052         * po/be.po: Add descriptive title.
24053         * po/zh_CN.po: Likewise.
24054         * po/header.pot: Likewise.
24055
24056 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
24057
24058         * locale/programs/locarchive.c (create_archive): Inlucde fname in
24059         error message.
24060         (enlarge_archive): Likewise.
24061
24062 2013-05-28  Ben North  <ben@redfrontdoor.org>
24063
24064         * manual/arith.texi (frexp): It is the magnitude of the return
24065         value which lies in [0.5, 1), not the return value itself.
24066
24067 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24068
24069         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24070
24071 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
24072
24073         * stdio-common/bug26.c (main): Correct fscanf template.
24074
24075         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
24076         declare _dl_skip_args.
24077
24078         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
24079         Don't declare.
24080
24081         * manual/platform.texi: Add missing @end deftypefun.
24082
24083 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24084
24085         [BZ #15529]
24086         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
24087         bit of mantissa of 2^16382.
24088         * math/libm-test.inc (hypot_test_data): Add more tests.
24089
24090         * math/libm-test.inc: Add drem and pow10 to list of tested
24091         functions.
24092         (pow10_test): New function.
24093         (drem_test): Likewise.
24094         (drem_test_tonearest): Likewise.
24095         (drem_test_towardzero): Likewise.
24096         (drem_test_downward): Likewise.
24097         (drem_test_upward): Likewise.
24098         (main): Call the new functions.
24099
24100         * math/libm-test.inc (finite_test_data): Remove.
24101         (finite_test): Run tests from isfinite_test_data.
24102         (gamma_test_data): Remove.
24103         (gamma_test): Run tests from lgamma_test_data.
24104         * sysdeps/i386/fpu/libm-test-ulps: Update.
24105         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24106
24107 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24108
24109         * manual/platform.texi: Add PowerPC PPR function set documentation.
24110         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
24111         implementation.
24112
24113 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
24114
24115         * math/libm-test.inc (MAX_EXP): Define.
24116         (ULPDIFF): Define.
24117         (ulp): New function.
24118         (check_float_internal): Use ULPDIFF.
24119         (cpow_test): Disable failing test.
24120         (check_ulp): Test ulp() implemetnation.
24121         (main): Call check_ulp before starting tests.
24122
24123 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24124
24125         * math/gen-libm-test.pl (generate_testfile): Do not handle
24126         START_DATA and END_DATA.
24127         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24128         END_DATA.
24129         (acos_tonearest_test_data): Likewise.
24130         (acos_towardzero_test_data): Likewise.
24131         (acos_downward_test_data): Likewise.
24132         (acos_upward_test_data): Likewise.
24133         (acosh_test_data): Likewise.
24134         (asin_test_data): Likewise.
24135         (asin_tonearest_test_data): Likewise.
24136         (asin_towardzero_test_data): Likewise.
24137         (asin_downward_test_data): Likewise.
24138         (asin_upward_test_data): Likewise.
24139         (asinh_test_data): Likewise.
24140         (atan_test_data): Likewise.
24141         (atanh_test_data): Likewise.
24142         (atan2_test_data): Likewise.
24143         (cabs_test_data): Likewise.
24144         (cacos_test_data): Likewise.
24145         (cacosh_test_data): Likewise.
24146         (carg_test_data): Likewise.
24147         (casin_test_data): Likewise.
24148         (casinh_test_data): Likewise.
24149         (catan_test_data): Likewise.
24150         (catanh_test_data): Likewise.
24151         (cbrt_test_data): Likewise.
24152         (ccos_test_data): Likewise.
24153         (ccosh_test_data): Likewise.
24154         (ceil_test_data): Likewise.
24155         (cexp_test_data): Likewise.
24156         (cimag_test_data): Likewise.
24157         (clog_test_data): Likewise.
24158         (clog10_test_data): Likewise.
24159         (conj_test_data): Likewise.
24160         (copysign_test_data): Likewise.
24161         (cos_test_data): Likewise.
24162         (cos_tonearest_test_data): Likewise.
24163         (cos_towardzero_test_data): Likewise.
24164         (cos_downward_test_data): Likewise.
24165         (cos_upward_test_data): Likewise.
24166         (cosh_test_data): Likewise.
24167         (cosh_tonearest_test_data): Likewise.
24168         (cosh_towardzero_test_data): Likewise.
24169         (cosh_downward_test_data): Likewise.
24170         (cosh_upward_test_data): Likewise.
24171         (cpow_test_data): Likewise.
24172         (cproj_test_data): Likewise.
24173         (creal_test_data): Likewise.
24174         (csin_test_data): Likewise.
24175         (csinh_test_data): Likewise.
24176         (csqrt_test_data): Likewise.
24177         (ctan_test_data): Likewise.
24178         (ctan_tonearest_test_data): Likewise.
24179         (ctan_towardzero_test_data): Likewise.
24180         (ctan_downward_test_data): Likewise.
24181         (ctan_upward_test_data): Likewise.
24182         (ctanh_test_data): Likewise.
24183         (ctanh_tonearest_test_data): Likewise.
24184         (ctanh_towardzero_test_data): Likewise.
24185         (ctanh_downward_test_data): Likewise.
24186         (ctanh_upward_test_data): Likewise.
24187         (erf_test_data): Likewise.
24188         (erfc_test_data): Likewise.
24189         (exp_test_data): Likewise.
24190         (exp_tonearest_test_data): Likewise.
24191         (exp_towardzero_test_data): Likewise.
24192         (exp_downward_test_data): Likewise.
24193         (exp_upward_test_data): Likewise.
24194         (exp10_test_data): Likewise.
24195         (exp2_test_data): Likewise.
24196         (expm1_test_data): Likewise.
24197         (fabs_test_data): Likewise.
24198         (fdim_test_data): Likewise.
24199         (finite_test_data): Likewise.
24200         (floor_test_data): Likewise.
24201         (fma_test_data): Likewise.
24202         (fma_towardzero_test_data): Likewise.
24203         (fma_downward_test_data): Likewise.
24204         (fma_upward_test_data): Likewise.
24205         (fmax_test_data): Likewise.
24206         (fmin_test_data): Likewise.
24207         (fmod_test_data): Likewise.
24208         (fpclassify_test_data): Likewise.
24209         (frexp_test_data): Likewise.
24210         (gamma_test_data): Likewise.
24211         (hypot_test_data): Likewise.
24212         (ilogb_test_data): Likewise.
24213         (isfinite_test_data): Likewise.
24214         (isgreater_test_data): Likewise.
24215         (isgreaterequal_test_data): Likewise.
24216         (isinf_test_data): Likewise.
24217         (isless_test_data): Likewise.
24218         (islessequal_test_data): Likewise.
24219         (islessgreater_test_data): Likewise.
24220         (isnan_test_data): Likewise.
24221         (isnormal_test_data): Likewise.
24222         (issignaling_test_data): Likewise.
24223         (isunordered_test_data): Likewise.
24224         (j0_test_data): Likewise.
24225         (j1_test_data): Likewise.
24226         (jn_test_data): Likewise.
24227         (ldexp_test_data): Likewise.
24228         (lgamma_test_data): Likewise.
24229         (lrint_test_data): Likewise.
24230         (lrint_tonearest_test_data): Likewise.
24231         (lrint_towardzero_test_data): Likewise.
24232         (lrint_downward_test_data): Likewise.
24233         (lrint_upward_test_data): Likewise.
24234         (llrint_test_data): Likewise.
24235         (llrint_tonearest_test_data): Likewise.
24236         (llrint_towardzero_test_data): Likewise.
24237         (llrint_downward_test_data): Likewise.
24238         (llrint_upward_test_data): Likewise.
24239         (log_test_data): Likewise.
24240         (log10_test_data): Likewise.
24241         (log1p_test_data): Likewise.
24242         (log2_test_data): Likewise.
24243         (logb_test_data): Likewise.
24244         (logb_downward_test_data): Likewise.
24245         (lround_test_data): Likewise.
24246         (llround_test_data): Likewise.
24247         (modf_test_data): Likewise.
24248         (nearbyint_test_data): Likewise.
24249         (nextafter_test_data): Likewise.
24250         (nexttoward_test_data): Likewise.
24251         (pow_test_data): Likewise.
24252         (pow_tonearest_test_data): Likewise.
24253         (pow_towardzero_test_data): Likewise.
24254         (pow_downward_test_data): Likewise.
24255         (pow_upward_test_data): Likewise.
24256         (remainder_test_data): Likewise.
24257         (remainder_tonearest_test_data): Likewise.
24258         (remainder_towardzero_test_data): Likewise.
24259         (remainder_downward_test_data): Likewise.
24260         (remainder_upward_test_data): Likewise.
24261         (remquo_test_data): Likewise.
24262         (rint_test_data): Likewise.
24263         (rint_tonearest_test_data): Likewise.
24264         (rint_towardzero_test_data): Likewise.
24265         (rint_downward_test_data): Likewise.
24266         (rint_upward_test_data): Likewise.
24267         (round_test_data): Likewise.
24268         (scalb_test_data): Likewise.
24269         (scalbn_test_data): Likewise.
24270         (scalbln_test_data): Likewise.
24271         (signbit_test_data): Likewise.
24272         (sin_test_data): Likewise.
24273         (sin_tonearest_test_data): Likewise.
24274         (sin_towardzero_test_data): Likewise.
24275         (sin_downward_test_data): Likewise.
24276         (sin_upward_test_data): Likewise.
24277         (sincos_test_data): Likewise.
24278         (sinh_test_data): Likewise.
24279         (sinh_tonearest_test_data): Likewise.
24280         (sinh_towardzero_test_data): Likewise.
24281         (sinh_downward_test_data): Likewise.
24282         (sinh_upward_test_data): Likewise.
24283         (sqrt_test_data): Likewise.
24284         (tan_test_data): Likewise.
24285         (tan_tonearest_test_data): Likewise.
24286         (tan_towardzero_test_data): Likewise.
24287         (tan_downward_test_data): Likewise.
24288         (tan_upward_test_data): Likewise.
24289         (tanh_test_data): Likewise.
24290         (tgamma_test_data): Likewise.
24291         (trunc_test_data): Likewise.
24292         (y0_test_data): Likewise.
24293         (y1_test_data): Likewise.
24294         (yn_test_data): Likewise.
24295         (significand_test_data): Likewise.
24296
24297         * math/gen-libm-test.pl (@functions): Remove variable.
24298         (generate_testfile): Don't handle START and END lines.
24299         * math/libm-test.inc (START): New macro.
24300         (END): Likewise.
24301         (END_COMPLEX): Likewise.
24302         (acos_test): Use END macro without arguments.
24303         (acos_test_tonearest): Likewise.
24304         (acos_test_towardzero): Likewise.
24305         (acos_test_downward): Likewise.
24306         (acos_test_upward): Likewise.
24307         (acosh_test): Likewise.
24308         (asin_test): Likewise.
24309         (asin_test_tonearest): Likewise.
24310         (asin_test_towardzero): Likewise.
24311         (asin_test_downward): Likewise.
24312         (asin_test_upward): Likewise.
24313         (asinh_test): Likewise.
24314         (atan_test): Likewise.
24315         (atanh_test): Likewise.
24316         (atan2_test): Likewise.
24317         (cabs_test): Likewise.
24318         (cacos_test): Use END_COMPLEX macro without arguments.
24319         (cacosh_test): Likewise.
24320         (carg_test): Use END macro without arguments.
24321         (casin_test): Use END_COMPLEX macro without arguments.
24322         (casinh_test): Likewise.
24323         (catan_test): Likewise.
24324         (catanh_test): Likewise.
24325         (cbrt_test): Use END macro without arguments.
24326         (ccos_test): Use END_COMPLEX macro without arguments.
24327         (ccosh_test): Likewise.
24328         (ceil_test): Use END macro without arguments.
24329         (cexp_test): Use END_COMPLEX macro without arguments.
24330         (cimag_test): Use END macro without arguments.
24331         (clog_test): Use END_COMPLEX macro without arguments.
24332         (clog10_test): Likewise.
24333         (conj_test): Likewise.
24334         (copysign_test): Use END macro without arguments.
24335         (cos_test): Likewise.
24336         (cos_test_tonearest): Likewise.
24337         (cos_test_towardzero): Likewise.
24338         (cos_test_downward): Likewise.
24339         (cos_test_upward): Likewise.
24340         (cosh_test): Likewise.
24341         (cosh_test_tonearest): Likewise.
24342         (cosh_test_towardzero): Likewise.
24343         (cosh_test_downward): Likewise.
24344         (cosh_test_upward): Likewise.
24345         (cpow_test): Use END_COMPLEX macro without arguments.
24346         (cproj_test): Likewise.
24347         (creal_test): Use END macro without arguments.
24348         (csin_test): Use END_COMPLEX macro without arguments.
24349         (csinh_test): Likewise.
24350         (csqrt_test): Likewise.
24351         (ctan_test): Likewise.
24352         (ctan_test_tonearest): Likewise.
24353         (ctan_test_towardzero): Likewise.
24354         (ctan_test_downward): Likewise.
24355         (ctan_test_upward): Likewise.
24356         (ctanh_test): Likewise.
24357         (ctanh_test_tonearest): Likewise.
24358         (ctanh_test_towardzero): Likewise.
24359         (ctanh_test_downward): Likewise.
24360         (ctanh_test_upward): Likewise.
24361         (erf_test): Use END macro without arguments.
24362         (erfc_test): Likewise.
24363         (exp_test): Likewise.
24364         (exp_test_tonearest): Likewise.
24365         (exp_test_towardzero): Likewise.
24366         (exp_test_downward): Likewise.
24367         (exp_test_upward): Likewise.
24368         (exp10_test): Likewise.
24369         (exp2_test): Likewise.
24370         (expm1_test): Likewise.
24371         (fabs_test): Likewise.
24372         (fdim_test): Likewise.
24373         (finite_test): Likewise.
24374         (floor_test): Likewise.
24375         (fma_test): Likewise.
24376         (fma_test_towardzero): Likewise.
24377         (fma_test_downward): Likewise.
24378         (fma_test_upward): Likewise.
24379         (fmax_test): Likewise.
24380         (fmin_test): Likewise.
24381         (fmod_test): Likewise.
24382         (fpclassify_test): Likewise.
24383         (frexp_test): Likewise.
24384         (gamma_test): Likewise.
24385         (hypot_test): Likewise.
24386         (ilogb_test): Likewise.
24387         (isfinite_test): Likewise.
24388         (isgreater_test): Likewise.
24389         (isgreaterequal_test): Likewise.
24390         (isinf_test): Likewise.
24391         (isless_test): Likewise.
24392         (islessequal_test): Likewise.
24393         (islessgreater_test): Likewise.
24394         (isnan_test): Likewise.
24395         (isnormal_test): Likewise.
24396         (issignaling_test): Likewise.
24397         (isunordered_test): Likewise.
24398         (j0_test): Likewise.
24399         (j1_test): Likewise.
24400         (jn_test): Likewise.
24401         (ldexp_test): Likewise.
24402         (lgamma_test): Likewise.
24403         (lrint_test): Likewise.
24404         (lrint_test_tonearest): Likewise.
24405         (lrint_test_towardzero): Likewise.
24406         (lrint_test_downward): Likewise.
24407         (lrint_test_upward): Likewise.
24408         (llrint_test): Likewise.
24409         (llrint_test_tonearest): Likewise.
24410         (llrint_test_towardzero): Likewise.
24411         (llrint_test_downward): Likewise.
24412         (llrint_test_upward): Likewise.
24413         (log_test): Likewise.
24414         (log10_test): Likewise.
24415         (log1p_test): Likewise.
24416         (log2_test): Likewise.
24417         (logb_test): Likewise.
24418         (logb_test_downward): Likewise.
24419         (lround_test): Likewise.
24420         (llround_test): Likewise.
24421         (modf_test): Likewise.
24422         (nearbyint_test): Likewise.
24423         (nextafter_test): Likewise.
24424         (nexttoward_test): Likewise.
24425         (pow_test): Likewise.
24426         (pow_test_tonearest): Likewise.
24427         (pow_test_towardzero): Likewise.
24428         (pow_test_downward): Likewise.
24429         (pow_test_upward): Likewise.
24430         (remainder_test): Likewise.
24431         (remainder_test_tonearest): Likewise.
24432         (remainder_test_towardzero): Likewise.
24433         (remainder_test_downward): Likewise.
24434         (remainder_test_upward): Likewise.
24435         (remquo_test): Likewise.
24436         (rint_test): Likewise.
24437         (rint_test_tonearest): Likewise.
24438         (rint_test_towardzero): Likewise.
24439         (rint_test_downward): Likewise.
24440         (rint_test_upward): Likewise.
24441         (round_test): Likewise.
24442         (scalb_test): Likewise.
24443         (scalbn_test): Likewise.
24444         (scalbln_test): Likewise.
24445         (signbit_test): Likewise.
24446         (sin_test): Likewise.
24447         (sin_test_tonearest): Likewise.
24448         (sin_test_towardzero): Likewise.
24449         (sin_test_downward): Likewise.
24450         (sin_test_upward): Likewise.
24451         (sincos_test): Likewise.
24452         (sinh_test): Likewise.
24453         (sinh_test_tonearest): Likewise.
24454         (sinh_test_towardzero): Likewise.
24455         (sinh_test_downward): Likewise.
24456         (sinh_test_upward): Likewise.
24457         (sqrt_test): Likewise.
24458         (tan_test): Likewise.
24459         (tan_test_tonearest): Likewise.
24460         (tan_test_towardzero): Likewise.
24461         (tan_test_downward): Likewise.
24462         (tan_test_upward): Likewise.
24463         (tanh_test): Likewise.
24464         (tgamma_test): Likewise.
24465         (trunc_test): Likewise.
24466         (y0_test): Likewise.
24467         (y1_test): Likewise.
24468         (yn_test): Likewise.
24469         (significand_test): Likewise.
24470
24471 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24472
24473         [BZ #15381]
24474         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24475
24476 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24477
24478         [BZ #14894]
24479         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24480         __ppc_mdoio and __ppc_mdoom.
24481         * manual/platform.texi: Document new functions __ppc_yield,
24482         __ppc_mdoio and __ppc_mdoom.
24483
24484 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24485
24486         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24487         (main): Mention "tls" pseudo-hwcap is legacy.
24488         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24489
24490 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24491
24492         * math/gen-libm-test.pl (parse_args): Output only string of
24493         arguments as text for test name, not full call or descriptions of
24494         tests for extra outputs.
24495         (generate_testfile): Do not pass function name to parse_args.
24496         Generate this_func variable from START.
24497         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24498         field to arg_str.
24499         (struct test_ff_f_data): Likewise.
24500         (test_ff_f_data_nexttoward): Likewise.
24501         (struct test_fi_f_data): Likewise.
24502         (struct test_fl_f_data): Likewise.
24503         (struct test_if_f_data): Likewise.
24504         (struct test_fff_f_data): Likewise.
24505         (struct test_c_f_data): Likewise.
24506         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24507         (struct test_fF_f1_data): Likewise.
24508         (struct test_ffI_f1_data): Likewise.
24509         (struct test_c_c_data): Rename test_name field to arg_str.
24510         (struct test_cc_c_data): Likewise.
24511         (struct test_f_i_data): Likewise.
24512         (struct test_ff_i_data): Likewise.
24513         (struct test_f_l_data): Likewise.
24514         (struct test_f_L_data): Likewise.
24515         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24516         and extra2_name.
24517         (COMMON_TEST_SETUP): New macro.
24518         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24519         (COMMON_TEST_CLEANUP): Likewise.
24520         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24521         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24522         macros.
24523         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24524         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24525         macros.
24526         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24527         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24528         cleanup macros.
24529         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24530         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24531         macros.
24532         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24533         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24534         macros.
24535         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24536         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24537         cleanup macros.
24538         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24539         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24540         cleanup macros.
24541         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24542         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24543         cleanup macros.
24544         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24545         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24546         macros.
24547         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24548         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24549         macros.
24550         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24551         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24552         macros.
24553         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24554         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24555         cleanup macros.
24556         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24557         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24558         cleanup macros.
24559         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24560         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24561         macros.
24562         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24563         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24564         cleanup macros.
24565         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24566         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24567         macros.
24568         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24569         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24570         macros.
24571         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24572         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24573         cleanup macros.
24574         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24575
24576 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24577
24578         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24579         to _sifields.sigfault.
24580         (si_addr_lsb): Define new macro.
24581         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24582         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24583         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24584
24585 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24586
24587         [BZ #15441]
24588         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24589         returns -1.
24590         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24591         null return -1.
24592         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24593         loading the domain.
24594
24595 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24596
24597         * math/gen-libm-test.pl (parse_args): Do not include expected
24598         result in test name.
24599         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24600         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24601         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24602         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24603         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24604         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24605
24606 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24607
24608         * benchtests/Makefile: Sort function entries.
24609
24610         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24611         tanh, asinh, acosh, atanh.
24612         * benchtests/acos-inputs: New file.
24613         * benchtests/acosh-inputs: New file.
24614         * benchtests/asin-inputs: New file.
24615         * benchtests/asinh-inputs: New file.
24616         * benchtests/atanh-inputs: New file.
24617         * benchtests/cosh-inputs: New file.
24618         * benchtests/log-inputs: New file.
24619         * benchtests/sinh-inputs: New file.
24620         * benchtests/tanh-inputs: New file.
24621
24622 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24623
24624         [BZ #15339]
24625         * posix/tst-getaddrinfo4.c: New test.
24626         * posix/Makefile (tests): Add it.
24627
24628 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24629
24630         [BZ #15339]
24631         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24632         when no services were used.
24633         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24634         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24635
24636 2013-05-21  Andreas Schwab  <schwab@suse.de>
24637
24638         [BZ #15014]
24639         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24640         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24641         successful.
24642         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24643         redundant variable declarations and reallocation of buffer when
24644         parsing as IPv6 address.  Always set NSS status when called from
24645         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24646         buffer too small.  Correct computation of needed size.
24647         * nss/Makefile (tests): Add test-digits-dots.
24648         * nss/test-digits-dots.c: New test.
24649
24650 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24651
24652         * benchtests/Makefile: Remove instructions for adding
24653         benchmark tests.
24654         * benchtests/README: New file to explain how to execute and
24655         enhance the benchmark tests.
24656
24657 2013-05-21  Andreas Schwab  <schwab@suse.de>
24658
24659         [BZ #15493]
24660         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24661         * setjmp/tst-sigsetjmp.c: New test.
24662
24663 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24664
24665         * sysdeps/x86_64/memset.S (memset): New implementation.
24666         (__bzero): Likewise.
24667         (__memset_tail): New function.
24668
24669 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24670
24671         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24672         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24673         __memcpy_sse2_unaligned ifunc selection.
24674         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24675         Add memcpy-sse2-unaligned.S.
24676         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24677         Add: __memcpy_sse2_unaligned.
24678
24679 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24680
24681         [BZ #15490]
24682         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24683         math_force_eval before restoring floating-point envrionment.
24684         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24685         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24686         Likewise.
24687         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24688         <math_private.h>.
24689         (__nearbyintl): Use math_force_eval before restoring
24690         floating-point environment.
24691         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24692
24693         * math/gen-libm-test.pl (special_functions): Remove.
24694         (parse_args): Don't handle TEST_extra.  Handle functions with no
24695         return value.
24696         * math/libm-test.inc (struct test_sincos_data): Replace with
24697         struct test_fFF_11_data.
24698         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24699         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24700         (sincos_test_data): Change element type to struct
24701         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24702         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24703         RUN_TEST_LOOP_sincos.
24704         * math/README.libm-test: Don't mention special handling of
24705         individual functions.
24706         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24707         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24708         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24709         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24710         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24711         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24712
24713         * math/gen-libm-test.pl (get_variable): Remove function.
24714         (parse_args): Don't show pointer parameters to call in test
24715         names.  Use "extra output N" in test names for extra outputs
24716         rather than naming variables.
24717
24718 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24719
24720         [BZ #15488]
24721         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24722         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24723         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24724         double tests.
24725         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24726         disable.
24727         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24728         check_long_double.
24729
24730         * math/gen-libm-test.pl (@tests): Remove variable.
24731         ($count): Likewise.
24732         (new_test): Remove function.
24733         (show_exceptions): New function.
24734         (special_functions): Use show_exceptions instead of new_test.
24735         (parse_args): Likewise.
24736         (generate_testfile): Pass only function name in generated call to
24737         print_max_error or print_complex_max_error.
24738         (get_ulps): Do not handle complex tests specially.
24739         (output_test): Rename to ...
24740         (get_all_ulps_for_test): ... this.  Return a string rather than
24741         printing to a file.  Require ulps to be present.
24742         (output_ulps): Generate arrays rather than #defines.
24743         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24744         (struct ulp_data): New type.
24745         (BUILD_COMPLEX_ULP): Remove macro.
24746         (compare_ulp_data): New function.
24747         (find_ulps): Likewise.
24748         (find_test_ulps): Likewise.
24749         (find_function_ulps): Likewise.
24750         (find_complex_function_ulps): Likewise.
24751         (print_max_error): Determine allowed ulps using
24752         find_function_ulps.
24753         (print_complex_max_error): Determine allowed ulps using
24754         find_complex_function_ulps.
24755         (check_float_internal): Determine max ulps using find_test_ulps.
24756         (check_float): Do not take max_ulp parameter.  Update call to
24757         check_float_internal.
24758         (check_complex): Likewise.
24759         (check_int): Do not take max_ulp parameter.
24760         (check_long): Likewise.
24761         (check_bool): Likewise.
24762         (check_longlong): Likewise.
24763         (struct test_f_f_data): Remove max_ulp field.
24764         (struct test_ff_f_data): Likewise.
24765         (struct test_ff_f_data_nexttoward): Likewise.
24766         (struct test_fi_f_data): Likewise.
24767         (struct test_fl_f_data): Likewise.
24768         (struct test_if_f_data): Likewise.
24769         (struct test_fff_f_data): Likewise.
24770         (struct test_c_f_data): Likewise.
24771         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24772         (struct test_fF_f1_data): Likewise.
24773         (struct test_ffI_f1_data): Likewise.
24774         (struct test_c_c_data): Remove max_ulp field.
24775         (struct test_cc_c_data): Likewise.
24776         (struct test_f_i_data): Likewise.
24777         (struct test_ff_i_data): Likewise.
24778         (struct test_f_l_data): Likewise.
24779         (struct test_f_L_data): Likewise.
24780         (struct test_sincos_data): Likewise.
24781         (RUN_TEST_f_f): Do not handle ulps.
24782         (RUN_TEST_LOOP_f_f): Likewise.
24783         (RUN_TEST_2_f): Likewise.
24784         (RUN_TEST_LOOP_2_f): Likewise.
24785         (RUN_TEST_fff_f): Likewise.
24786         (RUN_TEST_LOOP_fff_f): Likewise.
24787         (RUN_TEST_c_f): Likewise.
24788         (RUN_TEST_LOOP_c_f): Likewise.
24789         (RUN_TEST_f_f1): Likewise.
24790         (RUN_TEST_LOOP_f_f1): Likewise.
24791         (RUN_TEST_fF_f1): Likewise.
24792         (RUN_TEST_LOOP_fF_f1): Likewise.
24793         (RUN_TEST_fI_f1): Likewise.
24794         (RUN_TEST_LOOP_fI_f1): Likewise.
24795         (RUN_TEST_ffI_f1): Likewise.
24796         (RUN_TEST_LOOP_ffI_f1): Likewise.
24797         (RUN_TEST_c_c): Likewise.
24798         (RUN_TEST_LOOP_c_c): Likewise.
24799         (RUN_TEST_cc_c): Likewise.
24800         (RUN_TEST_LOOP_cc_c): Likewise.
24801         (RUN_TEST_f_i): Likewise.
24802         (RUN_TEST_LOOP_f_i): Likewise.
24803         (RUN_TEST_f_i_tg): Likewise.
24804         (RUN_TEST_LOOP_f_i_tg): Likewise.
24805         (RUN_TEST_ff_i_tg): Likewise.
24806         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24807         (RUN_TEST_f_b): Likewise.
24808         (RUN_TEST_LOOP_f_b): Likewise.
24809         (RUN_TEST_f_b_tg): Likewise.
24810         (RUN_TEST_LOOP_f_b_tg): Likewise.
24811         (RUN_TEST_f_l): Likewise.
24812         (RUN_TEST_LOOP_f_l): Likewise.
24813         (RUN_TEST_f_L): Likewise.
24814         (RUN_TEST_LOOP_f_L): Likewise.
24815         (RUN_TEST_sincos): Likewise.
24816         (RUN_TEST_LOOP_sincos): Likewise.
24817
24818 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24819
24820         [BZ #15480]
24821         [BZ #15485]
24822         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24823         main case of finite arguments, set rounding mode to FE_TONEAREST
24824         and discard exceptions.
24825         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24826         exceptions.
24827         (remainder_tonearest_test_data): New variable.
24828         (remainder_test_tonearest): New function.
24829         (remainder_towardzero_test_data): New variable.
24830         (remainder_test_towardzero): New function.
24831         (remainder_downward_test_data): New variable.
24832         (remainder_test_downward): New function.
24833         (remainder_upward_test_data): New variable.
24834         (remainder_test_upward): New function.
24835         (main): Call the new test functions.
24836
24837         * math/libm-test.inc (struct test_f_f1_data): Remove field
24838         extra_init.
24839         (struct test_fF_f1_data): Likewise.
24840         (struct test_ffI_f1_data): Likewise.
24841         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24842         based on value of EXTRA_EXPECTED.
24843         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24844         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24845         EXTRA_VAR based on value of EXTRA_EXPECTED.
24846         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24847         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24848         EXTRA_VAR based on value of EXTRA_EXPECTED.
24849         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24850         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24851         EXTRA_VAR based on value of EXTRA_EXPECTED.
24852         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24853         * math/gen-libm-test.pl (parse_args): Don't output initializers
24854         for extra output values.
24855
24856         * math/libm-test.inc (check_int): Expect result to be exactly
24857         equal to expected value and do not handle ulps.
24858         (check_long): Likewise.
24859         (check_longlong): Likewise.
24860
24861         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24862         exceptions.
24863         (cimag_test_data): Likewise.
24864         (conj_test_data): Likewise.
24865         (copysign_test_data): Likewise.
24866         (cproj_test_data): Likewise.
24867         (creal_test_data): Likewise.
24868         (fabs_test_data): Likewise.
24869         (fdim_test_data): Likewise.
24870         (finite_test_data): Likewise.
24871         (floor_test_data): Likewise.
24872         (fmax_test_data): Likewise.
24873         (fmin_test_data): Likewise.
24874         (fmod_test_data): Likewise.
24875         (fpclassify_test_data): Likewise.
24876         (frexp_test_data): Likewise.
24877         (ilogb_test_data): Likewise.
24878         (isfinite_test_data): Likewise.
24879         (isgreater_test_data): Likewise.
24880         (isgreaterequal_test_data): Likewise.
24881         (isinf_test_data): Likewise.
24882         (isless_test_data): Likewise.
24883         (islessequal_test_data): Likewise.
24884         (islessgreater_test_data): Likewise.
24885         (isnan_test_data): Likewise.
24886         (isnormal_test_data): Likewise.
24887         (issignaling_test_data): Likewise.
24888         (isunordered_test_data): Likewise.
24889         (ldexp_test_data): Likewise.
24890         (lrint_test_data): Likewise.
24891         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24892         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24893         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24894         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24895         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24896         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24897         test input.
24898         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24899         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24900         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24901         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24902         that test input.
24903         (lrint_downward_test_data): Test for "inexact" exceptions.
24904         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24905         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24906         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24907         test input.
24908         (lrint_upward_test_data): Test for "inexact" exceptions.
24909         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24910         test input.
24911         (llrint_test_data): Test for "inexact" exceptions.
24912         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24913         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24914         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24915         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24916         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24917         (llrint_downward_test_data): Test for "inexact" exceptions.
24918         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24919         (llrint_upward_test_data): Test for "inexact" exceptions.
24920         (logb_test_data): Likewise.
24921         (logb_downward_test_data): Likewise.
24922         (nextafter_test_data): Likewise.
24923         (nexttoward_test_data): Likewise.
24924         (remainder_test_data): Likewise.
24925         (remquo_test_data): Likewise.
24926         (scalbn_test_data): Likewise.
24927         (scalbln_test_data): Likewise.
24928         (signbit_test_data): Likewise.
24929         (sqrt_test_data): Likewise.
24930         (significand_test_data): Likewise.
24931
24932 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24933
24934         [BZ #15424]
24935         * benchtests/bench-modf.c (struct args): Mark arg0 as
24936         volatile.
24937         * scripts/bench.pl: Mark members of struct args as volatile.
24938
24939 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24940
24941         [BZ # 15497]
24942         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24943         negative infinity on POWER6 or lower.
24944         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24945
24946 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24947
24948         [BZ #15442]
24949         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24950         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24951         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24952         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24953         (_FP_SETQNAN): New macro.
24954         (_FP_SETQNAN_SEMIRAW): Likewise.
24955         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24956         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24957         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24958         (FP_EXTEND): Use _FP_FRAC_SNANP.
24959         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24960         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24961         into account.
24962         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24963         New macro.
24964         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24965         Likewise.
24966
24967 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24968
24969         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24970         with DIVIDE_BY_ZERO_EXCEPTION.
24971         (gamma_test_data): Likewise.
24972         (lgamma_test_data): Likewise.
24973         (log_test_data): Likewise.
24974         (log10_test_data): Likewise.
24975         (log2_test_data): Likewise.
24976         (tgamma_test_data): Likewise.
24977
24978         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24979         (acos_test_tonearest): Likewise.
24980         (acos_test_towardzero): Likewise.
24981         (acos_test_downward): Likewise.
24982         (acos_test_upward): Likewise.
24983         (acosh_test): Likewise.
24984         (asin_test): Likewise.
24985         (asin_test_tonearest): Likewise.
24986         (asin_test_towardzero): Likewise.
24987         (asin_test_downward): Likewise.
24988         (asin_test_upward): Likewise.
24989         (asinh_test): Likewise.
24990         (atan_test): Likewise.
24991         (atanh_test): Likewise.
24992         (atan2_test): Likewise.
24993         (cabs_test): Likewise.
24994         (cacos_test): Likewise.
24995         (cacosh_test): Likewise.
24996         (casin_test): Likewise.
24997         (casinh_test): Likewise.
24998         (catan_test): Likewise.
24999         (catanh_test): Likewise.
25000         (cbrt_test): Likewise.
25001         (ccos_test): Likewise.
25002         (ccosh_test): Likewise.
25003         (cexp_test): Likewise.
25004         (clog_test): Likewise.
25005         (clog10_test): Likewise.
25006         (cos_test): Likewise.
25007         (cos_test_tonearest): Likewise.
25008         (cos_test_towardzero): Likewise.
25009         (cos_test_downward): Likewise.
25010         (cos_test_upward): Likewise.
25011         (cosh_test): Likewise.
25012         (cosh_test_tonearest): Likewise.
25013         (cosh_test_towardzero): Likewise.
25014         (cosh_test_downward): Likewise.
25015         (cosh_test_upward): Likewise.
25016         (cpow_test): Likewise.
25017         (csin_test): Likewise.
25018         (csinh_test): Likewise.
25019         (csqrt_test): Likewise.
25020         (ctan_test): Likewise.
25021         (ctan_test_tonearest): Likewise.
25022         (ctan_test_towardzero): Likewise.
25023         (ctan_test_downward): Likewise.
25024         (ctan_test_upward): Likewise.
25025         (ctanh_test): Likewise.
25026         (ctanh_test_tonearest): Likewise.
25027         (ctanh_test_towardzero): Likewise.
25028         (ctanh_test_downward): Likewise.
25029         (ctanh_test_upward): Likewise.
25030         (erf_test): Likewise.
25031         (erfc_test): Likewise.
25032         (exp_test): Likewise.
25033         (exp_test_tonearest): Likewise.
25034         (exp_test_towardzero): Likewise.
25035         (exp_test_downward): Likewise.
25036         (exp_test_upward): Likewise.
25037         (exp10_test): Likewise.
25038         (exp2_test): Likewise.
25039         (expm1_test): Likewise.
25040         (fmod_test): Likewise.
25041         (gamma_test): Likewise.
25042         (hypot_test): Likewise.
25043         (j0_test): Likewise.
25044         (j1_test): Likewise.
25045         (jn_test): Likewise.
25046         (lgamma_test): Likewise.
25047         (log_test): Likewise.
25048         (log10_test): Likewise.
25049         (log1p_test): Likewise.
25050         (log2_test): Likewise.
25051         (logb_test_downward): Likewise.
25052         (pow_test): Likewise.
25053         (pow_test_tonearest): Likewise.
25054         (pow_test_towardzero): Likewise.
25055         (pow_test_downward): Likewise.
25056         (pow_test_upward): Likewise.
25057         (remainder_test): Likewise.
25058         (remquo_test): Likewise.
25059         (sin_test): Likewise.
25060         (sin_test_tonearest): Likewise.
25061         (sin_test_towardzero): Likewise.
25062         (sin_test_downward): Likewise.
25063         (sin_test_upward): Likewise.
25064         (sincos_test): Likewise.
25065         (sinh_test): Likewise.
25066         (sinh_test_tonearest): Likewise.
25067         (sinh_test_towardzero): Likewise.
25068         (sinh_test_downward): Likewise.
25069         (sinh_test_upward): Likewise.
25070         (sqrt_test): Likewise.
25071         (tan_test): Likewise.
25072         (tan_test_tonearest): Likewise.
25073         (tan_test_towardzero): Likewise.
25074         (tan_test_downward): Likewise.
25075         (tan_test_upward): Likewise.
25076         (tanh_test): Likewise.
25077         (tgamma_test): Likewise.
25078         (y0_test): Likewise.
25079         (y1_test): Likewise.
25080         (yn_test): Likewise.
25081
25082         * math/gen-libm-test.pl (adjust_arg): Remove function.
25083         (special_function): Remove argument $in_func.  Only handle
25084         generating output for tables of tests, not inside functions.
25085         (parse_args): Likewise.
25086         (generate_testfile): Remove variable $in_func.  Update call to
25087         parse_args.
25088         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
25089         (MINUS_ZERO_INIT): Rename macro to minus_zero.
25090         (PLUS_INFTY_INIT): Rename macro to plus_infty.
25091         (MINUS_INFTY_INIT): Rename macro to minus_infty.
25092         (QNAN_VALUE_INIT): Rename macro to qnan_value.
25093         (MAX_VALUE_INIT): Rename macro to max_value.
25094         (MIN_VALUE_INIT): Rename macro to min_value.
25095         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
25096         (plus_zero): Remove variable.
25097         (minus_zero): Likewise.
25098         (plus_infty): Likewise.
25099         (minus_infty): Likewise.
25100         (qnan_value): Likewise.
25101         (max_value): Likewise.
25102         (min_value): Likewise.
25103         (min_subnorm_value): Likewise.
25104
25105 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25106
25107         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
25108         uint64_t or uint32_t usage.
25109         * crypt/sha256-block.c: Likewise.
25110         * crypt/sha256-crypt.c: Likewise.
25111         * crypt/sha256.c: Likewise.
25112         * crypt/sha512-block.c: Likewise.
25113         * crypt/sha512-crypt.c: Likewise.
25114         * crypt/sha512.c: Likewise.
25115         * debug/backtrace-tst.c: Likewise.
25116         * debug/pcprofiledump.c: Likewise.
25117         * elf/cache.c: Likewise.
25118         * elf/dl-cache.c: Likewise.
25119         * elf/dl-misc.c: Likewise.
25120         * elf/dl-profile.c: Likewise.
25121         * elf/dl-support.c: Likewise.
25122         * elf/ldconfig.c: Likewise.
25123         * elf/sprof.c: Likewise.
25124         * iconv/dummy-repertoire.c: Likewise.
25125         * iconv/iconv_charmap.c: Likewise.
25126         * iconv/skeleton.c: Likewise.
25127         * iconvdata/8bit-generic.c: Likewise.
25128         * iconvdata/cp737.h: Likewise.
25129         * iconvdata/cp775.h: Likewise.
25130         * iconvdata/ibm1008.h: Likewise.
25131         * iconvdata/ibm1025.h: Likewise.
25132         * iconvdata/ibm1046.h: Likewise.
25133         * iconvdata/ibm1097.h: Likewise.
25134         * iconvdata/ibm1112.h: Likewise.
25135         * iconvdata/ibm1122.h: Likewise.
25136         * iconvdata/ibm1123.h: Likewise.
25137         * iconvdata/ibm1124.h: Likewise.
25138         * iconvdata/ibm1129.h: Likewise.
25139         * iconvdata/ibm1130.h: Likewise.
25140         * iconvdata/ibm1132.h: Likewise.
25141         * iconvdata/ibm1133.h: Likewise.
25142         * iconvdata/ibm1137.h: Likewise.
25143         * iconvdata/ibm1140.h: Likewise.
25144         * iconvdata/ibm1141.h: Likewise.
25145         * iconvdata/ibm1142.h: Likewise.
25146         * iconvdata/ibm1143.h: Likewise.
25147         * iconvdata/ibm1144.h: Likewise.
25148         * iconvdata/ibm1145.h: Likewise.
25149         * iconvdata/ibm1146.h: Likewise.
25150         * iconvdata/ibm1147.h: Likewise.
25151         * iconvdata/ibm1148.h: Likewise.
25152         * iconvdata/ibm1149.h: Likewise.
25153         * iconvdata/ibm1153.h: Likewise.
25154         * iconvdata/ibm1154.h: Likewise.
25155         * iconvdata/ibm1155.h: Likewise.
25156         * iconvdata/ibm1156.h: Likewise.
25157         * iconvdata/ibm1157.h: Likewise.
25158         * iconvdata/ibm1158.h: Likewise.
25159         * iconvdata/ibm1160.h: Likewise.
25160         * iconvdata/ibm1161.h: Likewise.
25161         * iconvdata/ibm1162.h: Likewise.
25162         * iconvdata/ibm1163.h: Likewise.
25163         * iconvdata/ibm1164.h: Likewise.
25164         * iconvdata/ibm1166.h: Likewise.
25165         * iconvdata/ibm1167.h: Likewise.
25166         * iconvdata/ibm12712.h: Likewise.
25167         * iconvdata/ibm1390.h: Likewise.
25168         * iconvdata/ibm1399.h: Likewise.
25169         * iconvdata/ibm16804.h: Likewise.
25170         * iconvdata/ibm4517.h: Likewise.
25171         * iconvdata/ibm4899.h: Likewise.
25172         * iconvdata/ibm4909.h: Likewise.
25173         * iconvdata/ibm4971.h: Likewise.
25174         * iconvdata/ibm5347.h: Likewise.
25175         * iconvdata/ibm803.h: Likewise.
25176         * iconvdata/ibm856.h: Likewise.
25177         * iconvdata/ibm901.h: Likewise.
25178         * iconvdata/ibm902.h: Likewise.
25179         * iconvdata/ibm9030.h: Likewise.
25180         * iconvdata/ibm9066.h: Likewise.
25181         * iconvdata/ibm921.h: Likewise.
25182         * iconvdata/ibm922.h: Likewise.
25183         * iconvdata/ibm9448.h: Likewise.
25184         * iconvdata/isiri-3342.h: Likewise.
25185         * iconvdata/jis0201.h: Likewise.
25186         * include/link.h: Likewise.
25187         * include/netdb.h: Likewise.
25188         * inet/check_native.c: Likewise.
25189         * inet/check_pf.c: Likewise.
25190         * inet/getipv4sourcefilter.c: Likewise.
25191         * inet/getnameinfo.c: Likewise.
25192         * inet/getsourcefilter.c: Likewise.
25193         * inet/htonl.c: Likewise.
25194         * inet/setipv4sourcefilter.c: Likewise.
25195         * inet/setsourcefilter.c: Likewise.
25196         * inet/test-inet6_opt.c: Likewise.
25197         * inet/tst-network.c: Likewise.
25198         * locale/C-collate.c: Likewise.
25199         * locale/C-ctype.c: Likewise.
25200         * locale/C-time.c: Likewise.
25201         * locale/C-translit.h: Likewise.
25202         * locale/loadarchive.c: Likewise.
25203         * locale/programs/3level.h: Likewise.
25204         * locale/programs/charmap.c: Likewise.
25205         * locale/programs/charmap.h: Likewise.
25206         * locale/programs/ld-address.c: Likewise.
25207         * locale/programs/ld-collate.c: Likewise.
25208         * locale/programs/ld-ctype.c: Likewise.
25209         * locale/programs/ld-identification.c: Likewise.
25210         * locale/programs/ld-measurement.c: Likewise.
25211         * locale/programs/ld-messages.c: Likewise.
25212         * locale/programs/ld-monetary.c: Likewise.
25213         * locale/programs/ld-name.c: Likewise.
25214         * locale/programs/ld-numeric.c: Likewise.
25215         * locale/programs/ld-paper.c: Likewise.
25216         * locale/programs/ld-telephone.c: Likewise.
25217         * locale/programs/ld-time.c: Likewise.
25218         * locale/programs/linereader.c: Likewise.
25219         * locale/programs/locale.c: Likewise.
25220         * locale/programs/locarchive.c: Likewise.
25221         * locale/programs/locfile.h: Likewise.
25222         * locale/programs/repertoire.c: Likewise.
25223         * locale/programs/simple-hash.c: Likewise.
25224         * locale/programs/simple-hash.h: Likewise.
25225         * malloc/memusage.c: Likewise.
25226         * malloc/memusagestat.c: Likewise.
25227         * nis/nis_defaults.c: Likewise.
25228         * nis/nis_hash.c: Likewise.
25229         * nis/nis_print.c: Likewise.
25230         * nis/nis_xdr.c: Likewise.
25231         * nscd/connections.c: Likewise.
25232         * nscd/hstcache.c: Likewise.
25233         * nscd/nscd_gethst_r.c: Likewise.
25234         * nscd/nscd_getserv_r.c: Likewise.
25235         * nscd/nscd_helper.c: Likewise.
25236         * nscd/servicescache.c: Likewise.
25237         * nss/makedb.c: Likewise.
25238         * nss/nss_db/db-XXX.c: Likewise.
25239         * nss/nss_db/db-initgroups.c: Likewise.
25240         * nss/nss_db/db-netgrp.c: Likewise.
25241         * nss/nss_files/files-network.c: Likewise.
25242         * nss/nss_files/files-parse.c: Likewise.
25243         * posix/bug-regex5.c: Likewise.
25244         * posix/fnmatch_loop.c: Likewise.
25245         * posix/regcomp.c: Likewise.
25246         * posix/regexec.c: Likewise.
25247         * posix/tst-rfc3484-2.c: Likewise.
25248         * posix/tst-rfc3484-3.c: Likewise.
25249         * posix/tst-rfc3484.c: Likewise.
25250         * resolv/nss_dns/dns-canon.c: Likewise.
25251         * resolv/nss_dns/dns-network.c: Likewise.
25252         * resolv/res_init.c: Likewise.
25253         * resolv/res_mkquery.c: Likewise.
25254         * resolv/tst-aton.c: Likewise.
25255         * stdlib/cxa_atexit.c: Likewise.
25256         * stdlib/cxa_finalize.c: Likewise.
25257         * stdlib/gen-fpioconst.c: Likewise.
25258         * stdlib/strtol_l.c: Likewise.
25259         * string/tst-endian.c: Likewise.
25260         * sunrpc/auth_des.c: Likewise.
25261         * sunrpc/clnt_udp.c: Likewise.
25262         * sunrpc/rtime.c: Likewise.
25263         * sunrpc/svcauth_des.c: Likewise.
25264         * sunrpc/xdr.c: Likewise.
25265         * sunrpc/xdr_intXX_t.c: Likewise.
25266         * sunrpc/xdr_rec.c: Likewise.
25267         * sysdeps/generic/ldconfig.h: Likewise.
25268         * sysdeps/generic/ldsodefs.h: Likewise.
25269         * sysdeps/generic/memusage.h: Likewise.
25270         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25271         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25272         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25273         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25274         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25275         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25276         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25277         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25278         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25279         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25280         * sysdeps/posix/getaddrinfo.c: Likewise.
25281         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25282         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25283         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25284         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25285         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25286         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25287         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25288         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25289         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25290         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25291         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25292         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25293         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25294         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25295         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25296         * sysdeps/x86_64/dl-tls.h: Likewise.
25297         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25298         * time/alt_digit.c: Likewise.
25299         * time/era.c: Likewise.
25300         * wcsmbs/tst-c16c32-1.c: Likewise.
25301
25302 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25303
25304         * math/libm-test.inc (struct test_sincos_data): New type.
25305         (RUN_TEST_LOOP_sincos): New macro.
25306         (sincos_test_data): New variable.
25307         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25308
25309 2013-05-16  Richard Henderson  <rth@redhat.com>
25310
25311         * math/atest-exp2.c (LIMB64): New macro.
25312         (CONSTSZ): New macro.
25313         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25314         (hexdig): Move ...
25315         (print_mpn_fp): ... to function scope.
25316         (read_mpn_hex): Remove.
25317         (get_log2): Remove.
25318         (exp2_mpn): Use mp_log2.
25319         (main): Use mp_exp1.
25320
25321 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25322
25323         * math/libm-test.inc: Remove comment about not testing "inexact"
25324         exceptions.
25325         (INEXACT_EXCEPTION): New macro.
25326         (NO_INEXACT_EXCEPTION): Likewise.
25327         (INVALID_EXCEPTION_OK): Update value.
25328         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25329         (OVERFLOW_EXCEPTION_OK): Likewise.
25330         (UNDERFLOW_EXCEPTION_OK): Likewise.
25331         (IGNORE_ZERO_INF_SIGN): Likewise.
25332         (ERRNO_UNCHANGED): Likewise.
25333         (ERRNO_EDOM): Likewise.
25334         (ERRNO_ERANGE): Likewise.
25335         (test_exceptions): Handle testing "inexact" exceptions.
25336         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25337         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25338         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25339         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25340         INEXACT_EXCEPTION.
25341         (rint_towardzero_test_data): Likewise.
25342         (rint_downward_test_data): Likewise.
25343         (rint_upward_test_data): Likewise.
25344
25345         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25346         with OVERFLOW_EXCEPTION.
25347         (exp10_test_data): Likewise.
25348         (exp2_test_data): Likewise.
25349         (expm1_test_data): Likewise.
25350         (lgamma_test_data): Likewise.
25351         (pow_test_data): Likewise.
25352         (tgamma_test_data): Likewise.
25353         (yn_test_data): Remove duplicate test of overflow.
25354
25355         * math/libm-test.inc (struct test_cc_c_data): New type.
25356         (RUN_TEST_LOOP_cc_c): New macro.
25357         (cpow_test_data): New variable.
25358         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25359
25360         * math/libm-test.inc (struct test_f_L_data): New type.
25361         (RUN_TEST_LOOP_f_L): New macro.
25362         (llrint_test_data): New variable.
25363         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25364         (llrint_tonearest_test_data): New variable.
25365         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25366         (llrint_towardzero_test_data): New variable.
25367         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25368         (llrint_downward_test_data): New variable.
25369         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25370         (llrint_upward_test_data): New variable.
25371         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25372         (llround_test_data): New variable.
25373         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25374
25375 2013-05-13  Peter Collingbourne  <pcc@google.com>
25376
25377         * math/atest-exp2.c (get_log2): Remove const attribute.
25378
25379 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25380
25381         * math/libm-test.inc (struct test_f_l_data): New type.
25382         (RUN_TEST_LOOP_f_l): New macro.
25383         (lrint_test_data): New variable.
25384         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25385         (lrint_tonearest_test_data): New variable.
25386         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25387         (lrint_towardzero_test_data): New variable.
25388         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25389         (lrint_downward_test_data): New variable.
25390         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25391         (lrint_upward_test_data): New variable.
25392         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25393         (lround_test_data): New variable.
25394         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25395
25396 2013-05-15  Peter Collingbourne  <pcc@google.com>
25397
25398         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25399         (EXTRACT_WORDS64) Use where appropriate.
25400         (INSERT_WORDS64) Likewise.
25401
25402         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25403         constraints with x constraints.
25404         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25405
25406         * malloc/obstack.c (_obstack_compat): Add initializer.
25407
25408 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25409
25410         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25411         si_trapno and add si_addr_lsb to _sifields.sigfault.
25412         (si_trapno): Remove macro.
25413         (si_addr_lsb): Define new macro.
25414         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25415
25416 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25417
25418         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25419         instead of TEST_f_l.
25420         (llrint_test_tonearest): Likewise.
25421         (llrint_test_towardzero): Likewise.
25422         (llrint_test_downward): Likewise.
25423         (llrint_test_upward): Likewise.
25424         (llround_test): Likewise.
25425
25426         * math/libm-test.inc (struct test_f_i_data): Add comment.
25427         (RUN_TEST_LOOP_f_b): New macro.
25428         (RUN_TEST_LOOP_f_b_tg): Likewise.
25429         (finite_test_data): New variable.
25430         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25431         (isfinite_test_data): New variable.
25432         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25433         (isinf_test_data): New variable.
25434         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25435         (isnan_test_data): New variable.
25436         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25437         (isnormal_test_data): New variable.
25438         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25439         (issignaling_test_data): New variable.
25440         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25441         (signbit_test_data): New variable.
25442         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25443
25444         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25445         with INVALID_EXCEPTION.
25446         (acosh_test_data): Likewise.
25447         (asin_test_data): Likewise.
25448         (atanh_test_data): Likewise.
25449         (fmod_test_data): Likewise.
25450         (log_test_data): Likewise.
25451         (log10_test_data): Likewise.
25452         (log2_test_data): Likewise.
25453         (pow_test_data): Likewise.
25454         (sqrt_test_data): Likewise.
25455         (y0_test_data): Likewise.
25456         (y1_test_data): Likewise.
25457         (yn_test_data): Likewise.
25458
25459         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25460         function contents.
25461
25462         * math/libm-test.inc (struct test_ff_i_data): New type.
25463         (RUN_TEST_LOOP_ff_i_tg): New macro.
25464         (isgreater_test_data): New variable.
25465         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25466         (isgreaterequal_test_data): New variable.
25467         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25468         (isless_test_data): New variable.
25469         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25470         (islessequal_test_data): New variable.
25471         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25472         (islessgreater_test_data): New variable.
25473         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25474         (isunordered_test_data): New variable.
25475         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25476
25477 2013-05-14  David S. Miller  <davem@davemloft.net>
25478
25479         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25480
25481 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25482
25483         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25484
25485         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25486         extra_test to int.
25487         (struct test_f_i_data): Change type of max_ulp to int.
25488
25489         * math/libm-test.inc (test_ffI_f1_data): New type.
25490         (RUN_TEST_LOOP_ffI_f1): New macro.
25491         (remquo_test_data): New variable.
25492         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25493
25494         * setjmp/tst-setjmp-fp.c: New file.
25495         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25496         (link-libm): New variable.
25497         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25498
25499         * math/libm-test.inc (struct test_f_i_data): New type.
25500         (RUN_TEST_LOOP_f_i): New macro.
25501         (RUN_TEST_LOOP_f_i_tg): Likewise.
25502         (fpclassify_test_data): New variable.
25503         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25504         (ilogb_test_data): New variable.
25505         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25506
25507         * math/libm-test.inc (scalbln_test): Correct function name in END
25508         call.
25509
25510         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25511         (RUN_TEST_LOOP_fI_f1): New macro.
25512         (frexp_test_data): New variable.
25513         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25514
25515         * math/libm-test.inc (struct test_fF_f1_data): New type.
25516         (RUN_TEST_LOOP_fF_f1): New macro.
25517         (modf_test_data): New variable.
25518         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25519
25520         * math/libm-test.inc (struct test_f_f1_data): New type.
25521         (RUN_TEST_LOOP_f_f1): New macro.
25522         (gamma_test_data): New variable.
25523         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25524         (lgamma_test_data): New variable.
25525         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25526
25527 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25528
25529         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25530         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25531         (main): Comment "tls" pseudo-hwcap.
25532
25533 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25534
25535         * math/libm-test.inc (struct test_fl_f_data): New type.
25536         (RUN_TEST_LOOP_fl_f): New variable.
25537         (scalbln_test_data): New variable.
25538         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25539
25540         * math/libm-test.inc (struct test_fi_f_data): New type.
25541         (RUN_TEST_LOOP_fi_f): New macro.
25542         (ldexp_test_data): New variable.
25543         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25544         (scalbn_test_data): New variable.
25545         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25546
25547         * math/libm-test.inc (struct test_c_f_data): New type.
25548         (RUN_TEST_LOOP_c_f): New macro.
25549         (cabs_test_data): New variable.
25550         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25551         (carg_test_data): New variable.
25552         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25553         (cimag_test_data): New variable.
25554         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25555         (creal_test_data): New variable.
25556         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25557
25558         * math/libm-test.inc (struct test_if_f_data): New type.
25559         (RUN_TEST_LOOP_if_f): New macro.
25560         (jn_test_data): New variable.
25561         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25562         (yn_test_data): New variable.
25563         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25564
25565         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25566
25567 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25568
25569         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25570         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25571
25572 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25573
25574         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25575         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25576         (bench-deps): Add bench-timing.h.
25577         * benchtests-bench-skeleton.c: Include bench-timing.h.
25578         (main): Use TIMING_* macros instead of clock_gettime.
25579         * benchtests/bench-timing.h: New file.
25580
25581         [BZ #14582]
25582         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25583         Renamed from _LIB_VERSION.
25584         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25585
25586 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25587
25588         * math/libm-test.inc (struct test_fff_f_data): New type.
25589         (RUN_TEST_LOOP_fff_f): New macro.
25590         (fma_test_data): New variable.
25591         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25592         (fma_towardzero_test_data): New variable.
25593         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25594         (fma_downward_test_data): New variable.
25595         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25596         (fma_upward_test_data): New variable.
25597         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25598
25599         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25600         (struct test_c_c_data): New type.
25601         (RUN_TEST_LOOP_c_c): New macro.
25602         (cacos_test_data): New variable.
25603         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25604         (cacosh_test_data): New variable.
25605         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25606         (casin_test_data): New variable.
25607         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25608         (casinh_test_data): New variable.
25609         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25610         (catan_test_data): New variable.
25611         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25612         (catanh_test_data): New variable.
25613         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25614         (ccos_test_data): New variable.
25615         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25616         (ccosh_test_data): New variable.
25617         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25618         (cexp_test_data): New variable.
25619         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25620         (clog_test_data): New variable.
25621         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25622         (clog10_test_data): New variable.
25623         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25624         (conj_test_data): New variable.
25625         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25626         (cproj_test_data): New variable.
25627         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25628         (csin_test_data): New variable.
25629         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25630         (csinh_test_data): New variable.
25631         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25632         (csqrt_test_data): New variable.
25633         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25634         (ctan_test_data): New variable.
25635         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25636         (ctan_tonearest_test_data): New variable.
25637         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25638         (ctan_towardzero_test_data): New variable.
25639         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25640         (ctan_downward_test_data): New variable.
25641         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25642         (ctan_upward_test_data): New variable.
25643         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25644         (ctanh_test_data): New variable.
25645         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25646         (ctanh_tonearest_test_data): New variable.
25647         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25648         (ctanh_towardzero_test_data): New variable.
25649         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25650         (ctanh_downward_test_data): New variable.
25651         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25652         (ctanh_upward_test_data): New variable.
25653         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25654         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25655         of BUILD_COMPLEX.
25656
25657         * math/libm-test.inc (struct test_ff_f_data): New type.
25658         (struct test_ff_f_data_nexttoward): Likewise.
25659         (RUN_TEST_LOOP_2_f): New macro.
25660         (RUN_TEST_LOOP_ff_f): Likewise.
25661         (atan2_test_data): New variable.
25662         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25663         (copysign_test_data): New variable.
25664         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25665         (fdim_test_data): New variable.
25666         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25667         (fmax_test_data): New variable.
25668         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25669         (fmin_test_data): New variable.
25670         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25671         (fmod_test_data): New variable.
25672         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25673         (hypot_test_data): New variable.
25674         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25675         (nextafter_test_data): New variable.
25676         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25677         (nexttoward_test_data): New variable.
25678         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25679         (pow_test_data): New variable.
25680         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25681         (pow_tonearest_test_data): New variable.
25682         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25683         (pow_towardzero_test_data): New variable.
25684         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25685         (pow_downward_test_data): New variable.
25686         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25687         (pow_upward_test_data): New variable.
25688         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25689         (remainder_test_data): New variable.
25690         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25691         (scalb_test_data): New variable.
25692         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25693         * sysdeps/i386/fpu/libm-test-ulps: Update.
25694
25695 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25696
25697         * math/libm-test.inc (fma_test): Use max_value instead of local
25698         variable fltmax.
25699         (nextafter_test): Likewise.
25700
25701         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25702         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25703         (acos_downward_test_data): New variable.
25704         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25705         (acos_upward_test_data): New variable.
25706         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25707         (acosh_test_data): New variable.
25708         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25709         (asin_test_data): New variable.
25710         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25711         (asin_tonearest_test_data): New variable.
25712         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25713         (asin_towardzero_test_data): New variable.
25714         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25715         (asin_downward_test_data): New variable.
25716         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25717         (asin_upward_test_data): New variable.
25718         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25719         (asinh_test_data): New variable.
25720         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25721         (atan_test_data): New variable.
25722         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25723         (atanh_test_data): New variable.
25724         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25725         (cbrt_test_data): New variable.
25726         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25727         (ceil_test_data): New variable.
25728         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25729         (cos_test_data): New variable.
25730         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25731         (cos_tonearest_test_data): New variable.
25732         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25733         (cos_towardzero_test_data): New variable.
25734         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25735         (cos_downward_test_data): New variable.
25736         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25737         (cos_upward_test_data): New variable.
25738         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25739         (cosh_test_data): New variable.
25740         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25741         (cosh_tonearest_test_data): New variable.
25742         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25743         (cosh_towardzero_test_data): New variable.
25744         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25745         (cosh_downward_test_data): New variable.
25746         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25747         (cosh_upward_test_data): New variable.
25748         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25749         (erf_test_data): New variable.
25750         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25751         (erfc_test_data): New variable.
25752         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25753         (exp_test_data): New variable.
25754         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25755         (exp_tonearest_test_data): New variable.
25756         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25757         (exp_towardzero_test_data): New variable.
25758         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25759         (exp_downward_test_data): New variable.
25760         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25761         (exp_upward_test_data): New variable.
25762         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25763         (exp10_test_data): New variable.
25764         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25765         (exp2_test_data): New variable.
25766         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25767         (expm1_test_data): New variable.
25768         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25769         (fabs_test_data): New variable.
25770         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25771         (floor_test_data): New variable.
25772         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25773         (j0_test_data): New variable.
25774         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25775         (j1_test_data): New variable.
25776         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25777         (log_test_data): New variable.
25778         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25779         (log10_test_data): New variable.
25780         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25781         (log1p_test_data): New variable.
25782         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25783         (log2_test_data): New variable.
25784         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25785         (logb_test_data): New variable.
25786         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25787         (logb_downward_test_data): New variable.
25788         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25789         (nearbyint_test_data): New variable.
25790         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25791         (rint_test_data): New variable.
25792         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25793         (rint_tonearest_test_data): New variable.
25794         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25795         (rint_towardzero_test_data): New variable.
25796         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25797         (rint_downward_test_data): New variable.
25798         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25799         (rint_upward_test_data): New variable.
25800         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25801         (round_test_data): New variable.
25802         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25803         (sin_test_data): New variable.
25804         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25805         (sin_tonearest_test_data): New variable.
25806         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25807         (sin_towardzero_test_data): New variable.
25808         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25809         (sin_downward_test_data): New variable.
25810         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25811         (sin_upward_test_data): New variable.
25812         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25813         (sinh_test_data): New variable.
25814         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25815         (sinh_tonearest_test_data): New variable.
25816         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25817         (sinh_towardzero_test_data): New variable.
25818         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25819         (sinh_downward_test_data): New variable.
25820         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25821         (sinh_upward_test_data): New variable.
25822         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25823         (sqrt_test_data): New variable.
25824         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25825         (tan_test_data): New variable.
25826         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25827         (tan_tonearest_test_data): New variable.
25828         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25829         (tan_towardzero_test_data): New variable.
25830         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25831         (tan_downward_test_data): New variable.
25832         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25833         (tan_upward_test_data): New variable.
25834         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25835         (tanh_test_data): New variable.
25836         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25837         (tgamma_test_data): New variable.
25838         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25839         (trunc_test_data): New variable.
25840         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25841         (y0_test_data): New variable.
25842         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25843         (y1_test_data): New variable.
25844         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25845         (significand_test_data): New variable.
25846         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25847
25848 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25849
25850         [BZ #12387]
25851         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25852
25853 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25854
25855         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25856
25857 2013-05-10  Andreas Jaeger  <aj@suse.de>
25858
25859         [BZ #15448]
25860         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25861         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25862
25863 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25864
25865         * math/gen-libm-test.pl (adjust_arg): New function.
25866         (special_functions): Handle generating output in both functions
25867         and arrays.
25868         (parse_args): Likewise.
25869         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25870         $in_func argument to parse_args.
25871         * math/libm-test.inc (struct test_f_f_data): New type.
25872         (IF_ROUND_INIT_): New macro.
25873         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25874         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25875         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25876         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25877         (ROUND_RESTORE_): Likewise.
25878         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25879         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25880         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25881         (ROUND_RESTORE_FE_UPWARD): Likewise.
25882         (RUN_TEST_LOOP_f_f): New macro.
25883         (acos_test_data): New variable.
25884         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25885         (acos_tonearest_test_data): New variable.
25886         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25887
25888 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25889
25890         * benchtests/bench-skeleton.c (startup): Fix coding style.
25891
25892 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25893
25894         [BZ #6809]
25895         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25896         negative infinity argument.
25897         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25898         negative infinity argument.
25899         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25900         negative infinity argument.
25901         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25902         domain errors.
25903
25904 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25905
25906         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25907         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25908         * iconv/iconv_prog.c (main): Likewise.
25909         * locale/programs/charmap-dir.c (charmap_readdir)
25910         (fopen_uncompressed): Likewise.
25911         * locale/programs/locfile.c (siblings_uncached)
25912         (write_locale_data): Use lstat64 instead of lstat.
25913         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25914         stat.
25915
25916 2013-05-10  Andreas Jaeger  <aj@suse.de>
25917
25918         [BZ #15395]
25919         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25920         localization.
25921         Include <locale.h>.
25922
25923 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25924
25925         * elf/dl-close.c (_dl_close_worker): Add comments.
25926
25927 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25928
25929         [BZ #15359]
25930         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25931         high part of pi/2.
25932         (__ieee754_rem_pio2l): Update comments.
25933
25934         [BZ #15429]
25935         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25936         high part of pi/2.
25937         (__ieee754_rem_pio2l): Update comments.
25938
25939         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25940         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25941
25942         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25943         M_PI_4l.
25944
25945         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25946         (M_PI_34_LOG10El): Likewise.
25947         (M_PI2_LOG10El): Likewise.
25948         (M_PI4_LOG10El): Likewise.
25949         (M_PI_LOG10El): Likewise.
25950
25951 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25952
25953         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25954
25955 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25956
25957         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25958         (MINUS_ZERO_INIT): Likewise.
25959         (PLUS_INFTY_INIT): Likewise.
25960         (MINUS_INFTY_INIT): Likewise.
25961         (QNAN_VALUE_INIT): Likewise.
25962         (MAX_VALUE_INIT): Likewise.
25963         (MIN_VALUE_INIT): Likewise.
25964         (MIN_SUBNORM_VALUE_INIT): Likewise.
25965         (plus_zero): Initialize with PLUS_ZERO_INIT.
25966         (minus_zero): Initialize with MINUS_ZERO_INIT.
25967         (plus_infty): Initialize with PLUS_INFTY_INIT.
25968         (minus_infty): Initialize with MINUS_INFTY_INIT.
25969         (qnan_value): Initialize with QNAN_VALUE_INIT.
25970         (max_value): Initialize with MAX_VALUE_INIT.
25971         (min_value): Initialize with MIN_VALUE_INIT.
25972         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25973
25974         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25975         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25976         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25977         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25978
25979         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25980         (RUN_TEST_2_f): Likewise.
25981         (RUN_TEST_ff_f): Likewise.
25982         (RUN_TEST_fi_f): Likewise.
25983         (RUN_TEST_fl_f): Likewise.
25984         (RUN_TEST_fff_f): Likewise.
25985         (RUN_TEST_c_f): Likewise.
25986         (RUN_TEST_f_f1): Likewise.
25987         (RUN_TEST_fF_f1): Likewise.
25988         (RUN_TEST_fI_f1): Likewise.
25989         (RUN_TEST_ffI_f1): Likewise.
25990         (RUN_TEST_c_c): Likewise.
25991         (RUN_TEST_cc_c): Likewise.
25992         (RUN_TEST_f_i): Likewise.
25993         (RUN_TEST_f_i_tg): Likewise.
25994         (RUN_TEST_ff_i_tg): Likewise.
25995         (RUN_TEST_f_b): Likewise.
25996         (RUN_TEST_f_b_tg): Likewise.
25997         (RUN_TEST_f_l): Likewise.
25998         (RUN_TEST_f_L): Likewise.
25999         (RUN_TEST_sincos): Likewise.
26000         * math/gen-libm-test.pl (new_test): Take new argument to indicate
26001         whether to show exceptions.  Do not include ");\n" in return
26002         value.
26003         (special_functions): Output call to RUN_TEST_sincos instead of
26004         check_float calls.  Update calls to new_test.
26005         (parse_args): Output call to single RUN_TEST_* macro instead of
26006         check_* calls and other assignments.  Update calls to new_test.
26007
26008         [BZ #2546]
26009         [BZ #2560]
26010         [BZ #5159]
26011         [BZ #15426]
26012         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
26013         input to result for tgamma overflow.
26014         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
26015         (gamma_coeff): New variable.
26016         (NCOEFF): New macro.
26017         (gamma_positive): New function.
26018         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
26019         underflow here.  Use gamma_positive instead of exp (lgamma) for
26020         other arguments.
26021         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
26022         (gamma_coeff): New variable.
26023         (NCOEFF): New macro.
26024         (gammaf_positive): New function.
26025         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
26026         underflow here.  Use gamma_positive instead of exp (lgamma) for
26027         other arguments.
26028         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
26029         (gamma_coeff): New variable.
26030         (NCOEFF): New macro.
26031         (gammal_positive): New function.
26032         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
26033         underflow here.  Use gamma_positive instead of exp (lgamma) for
26034         other arguments.
26035         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
26036         (gamma_coeff): New variable.
26037         (NCOEFF): New macro.
26038         (gammal_positive): New function.
26039         (__ieee754_gammal_r): Handle positive infinity, overflow and
26040         underflow here.  Handle NaN the same as positive infinity.  Remove
26041         check x < 0xffffffff for negative integers.  Use gamma_positive
26042         instead of exp (lgamma) for other arguments.
26043         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
26044         (gamma_coeff): New variable.
26045         (NCOEFF): New macro.
26046         (gammal_positive): New function.
26047         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
26048         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
26049         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
26050         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
26051         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
26052         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
26053         * sysdeps/generic/math_private.h (__gamma_productf): New
26054         prototype.
26055         (__gamma_product): Likewise.
26056         (__gamma_productl): Likewise.
26057         * math/Makefile (libm-calls): Add gamma_product.
26058         * math/libm-test.inc (tgamma_test): Add more tests.
26059         * sysdeps/i386/fpu/libm-test-ulps: Update.
26060         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26061
26062 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
26063
26064         * benchtests/bench-skeleton.c (main): Preheat CPU.
26065
26066 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
26067
26068         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
26069
26070 2013-05-07  Roland McGrath  <roland@hack.frob.com>
26071
26072         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
26073         and _dl_skip_args_internal.
26074
26075 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
26076
26077         * manual/message.texi (Message Translation): Talk about users.
26078         Message to key mapping impacts design.
26079
26080 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26081
26082         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
26083
26084         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
26085
26086         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
26087         * sysdeps/wordsize-64/glob64.c: ... here.
26088
26089         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
26090         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
26091         New macros.
26092
26093         * debug/getlogin_r_chk.c: Moved to ...
26094         * login/getlogin_r_chk.c: ... here.
26095         * debug/Makefile (routines): Move getlogin_r_chk to ...
26096         * login/Makefile (routines): ... here.
26097         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
26098         * login/Versions (libc: GLIBC_2.4): ... here.
26099
26100         * io/poll.c (__poll): Renamed from poll.
26101         Add libc_hidden_def.
26102         (poll): Define as weak alias.
26103
26104         * debug/ptsname_r_chk.c: Moved to ...
26105         * login/ptsname_r_chk.c: ... here.
26106         * debug/Makefile (routines): Move ptsname_r_chk to ...
26107         * login/Makefile (routines): ... here.
26108         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
26109         * login/Versions (libc: GLIBC_2.4): ... here.
26110
26111         * posix/getlogin.c: Moved to ...
26112         * login/getlogin.c: ... here.
26113         * posix/getlogin_r.c: Moved to ...
26114         * login/getlogin_r.c: ... here.
26115         * posix/getlogin_r.c: Moved to ...
26116         * login/getlogin_r.c: ... here.
26117         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
26118         * login/Makefile (routines): ... here.
26119         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
26120         * login/Versions (libc: GLIBC_2.0): ... here.
26121
26122         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26123         (setrlimit): Define as weak alias.
26124
26125         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26126         Call __ names for open, ftruncate, and close.
26127         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26128         (truncate): Define as weak alias.
26129
26130 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
26131
26132         * math/gen-libm-test.pl (parse_args): Initialize x before each
26133         test of frexp, modf and remquo.
26134
26135         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26136         test signgam value.
26137
26138 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26139
26140         [BZ #15418]
26141         [BZ #15419]
26142         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26143         internal tests.
26144         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26145
26146 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26147
26148         * elf/dl-writev.h: New file.
26149         * elf/dl-misc.c: Include it.
26150         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26151         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26152
26153 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
26154
26155         * math/libm-test.inc (noXFails): Remove variable.
26156         (noXPasses): Likewise.
26157         (BUILD_COMPLEX_INT): Remove macro.
26158         (print_screen): Remove xfail argument.
26159         (print_screen_max_error): Likewise.
26160         (update_stats): Likewise.
26161         (print_max_error): Likewise.  Update calls to other affected
26162         functions.
26163         (print_complex_max_error): Likewise.
26164         (test_single_exception): Update calls to print_screen.
26165         (test_single_errno): Likewise.
26166         (check_float_internal): Remove xfail argument.  Update calls to
26167         other affected functions.
26168         (check_float): Likewise.
26169         (check_complex): Likewise.
26170         (check_int): Likewise.
26171         (check_long): Likewise.
26172         (check_bool): Likewise.
26173         (check_longlong): Likewise.
26174         (main): Don't print noXFails and noXPasses.
26175         * math/gen-libm-test.pl (top level): Don't mention expected
26176         failure handling in comment.
26177         (new_test): Don't handle expected failures.
26178         (parse_args): Don't mention expected failure handling in comment.
26179         (generate_testfile): Don't handle expected failures.
26180         (parse_ulps): Likewise.
26181         (print_ulps_file): Likewise.
26182         (get_failure): Remove function.
26183         (output_test): Don't handle expected failures.
26184         * make/README.libm-test: Don't mention expected failure handling.
26185
26186         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
26187         (minus_zero): Likewise.
26188         (plus_infty): Likewise.
26189         (minus_infty): Likewise.
26190         (qnan_value): Likewise.
26191         (max_value): Likewise.
26192         (min_value): Likewise.
26193         (min_subnorm_value): Likewise.
26194         (initialize): Do not initialize those variables dynamically.
26195
26196 2013-05-03  Roland McGrath  <roland@hack.frob.com>
26197
26198         * io/open.c (__open_2): Moved to ...
26199         * io/open_2.c: ... this new file.
26200         * io/open64.c (__open64_2): Moved to ...
26201         * io/open64_2.c: ... this new file.
26202         * io/openat.c (__openat_2): Moved to ...
26203         * io/openat_2.c: ... this new file.
26204         * io/openat64.c (__openat64_2): Moved to ...
26205         * io/openat64_2.c: ... this new file.
26206         * io/Makefile (routines): Add them.
26207         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26208         * sysdeps/unix/sysv/linux/open_2.c: File removed.
26209         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26210         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26211         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26212         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26213         (__openat64): Add hidden_ver.
26214         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26215         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26216
26217         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26218         Separately conditionalize setting of GLRO(dl_sysinfo) so
26219         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26220         as well, but the actual setting is only under [NEED_DL_SYSINFO].
26221
26222 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26223
26224         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26225         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26226         definition.
26227         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26228         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26229         (_libc_vdso_platform_setup): Add __vdso_time initialization.
26230         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26231         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26232
26233 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26234
26235         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26236         test signgam value.
26237
26238         * math/libm-test.inc (hypot_test): Do not use
26239         IGNORE_ZERO_INF_SIGN.
26240
26241 2013-05-03  Andreas Jaeger  <aj@suse.de>
26242
26243         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26244         Linux 3.9.
26245         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26246         (PF_MAX): Adjust for VSOCK change.
26247
26248 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26249
26250         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26251
26252 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26253
26254         [BZ #15264]
26255         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26256         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26257         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26258
26259 2013-05-02  David S. Miller  <davem@davemloft.net>
26260
26261         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26262
26263 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26264
26265         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26266
26267 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26268
26269         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26270
26271 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26272
26273         [BZ #14952]
26274         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26275         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26276         Use __attribute__ ((__gnu_inline__)).
26277         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26278         Don't use __attribute__ ((__gnu_inline__)).
26279
26280 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26281
26282         [BZ #15423]
26283         * math/s_catan.c (__catan): Handle small real or imaginary part of
26284         input specially to avoid spurious underflow.
26285         * math/s_catanf.c (__catanf): Likewise.
26286         * math/s_catanh.c (__catanh): Likewise.
26287         * math/s_catanhf.c (__catanhf): Likewise.
26288         * math/s_catanhl.c (__catanhl): Likewise.
26289         * math/s_catanl.c (__catanl): Likewise.
26290         * math/libm-test.inc (catan_test): Add more tests.
26291         (catanh_test): Likewise.
26292         * sysdeps/i386/fpu/libm-test-ulps: Update.
26293         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26294
26295 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26296
26297         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26298
26299 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26300
26301         [BZ #15416]
26302         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26303         accurately for denominator in atan2.
26304         * math/s_catanf.c (__catanf): Likewise.
26305         * math/s_catanh.c (__catanh): Likewise.
26306         * math/s_catanhf.c (__catanhf): Likewise.
26307         * math/s_catanhl.c (__catanhl): Likewise.
26308         * math/s_catanl.c (__catanl): Likewise.
26309         * math/libm-test.inc (catan_test): Add more tests.
26310         (catanh_test): Likewise.
26311         * sysdeps/i386/fpu/libm-test-ulps: Update.
26312         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26313
26314 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26315
26316         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26317
26318         * benchtests/Makefile (bench): Remove slow benchmarks.
26319         * benchtests/atan-inputs: Add slow benchmark inputs.
26320         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26321         (BENCH_FUNC): Accept variant offset.
26322         (VARIANT): Define.
26323         * benchtests/bench-skeleton.c (main): Run benchmark for each
26324         variant.
26325         * benchtests/cos-inputs: Add slow benchmark inputs.
26326         * benchtests/exp-inputs: Likewise.
26327         * benchtests/pow-inputs: Likewise.
26328         * benchtests/sin-inputs: Likewise.
26329         * benchtests/slowatan-inputs: Remove.
26330         * benchtests/slowatan.c: Remove.
26331         * benchtests/slowcos-inputs: Remove.
26332         * benchtests/slowcos.c: Remove.
26333         * benchtests/slowexp-inputs: Remove.
26334         * benchtests/slowexp.c: Remove.
26335         * benchtests/slowpow-inputs: Remove.
26336         * benchtests/slowpow.c: Remove.
26337         * benchtests/slowsin-inputs: Remove.
26338         * benchtests/slowsin.c: Remove.
26339         * benchtests/slowtan-inputs: Remove.
26340         * benchtests/slowtan.c: Remove.
26341         * benchtests/tan-inputs: Add slow benchmark inputs.
26342         * scripts/bench.pl: Parse comments and directives.
26343
26344         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26345         in CPPFLAGS.
26346         ($(objpfx)bench-%.c): Remove *-ITER.
26347         * benchtests/bench-modf.c: Remove definition of ITER.
26348         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26349         (main): Loop for DURATION seconds instead of fixed number of
26350         iterations.
26351         * scripts/bench.pl: Don't expect iterations in parameters.
26352
26353 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26354
26355         * io/fchdir.c (__fchdir): Renamed from fchdir.
26356         (fchdir): Define as weak alias.
26357
26358 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26359
26360         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26361         (ERRNO_EDOM): Likewise.
26362         (ERRNO_ERANGE): Likewise.
26363         (noErrnoTests): New variable.
26364         (init_max_error): Set errno to 0.
26365         (test_single_errno): New function.
26366         (test_errno): Likewise.
26367         (check_float_internal): Call test_errno.  Set errno to 0.
26368         (check_complex): Refer to errno tests in comment.
26369         (check_int): Call test_errno.  Set errno to 0.
26370         (check_long): Likewise.
26371         (check_bool): Likewise.
26372         (check_longlong): Likewise.
26373         (cos_test): Use ERRNO_* flags for errno tests instead of
26374         check_int.
26375         (expm1_test): Likewise.
26376         (fmod_test): Likewise.
26377         (ilogb_test): Likewise.
26378         (lgamma_test): Likewise.
26379         (pow_test): Likewise.
26380         (remainder_test): Likewise.
26381         (sin_test): Likewise.
26382         (tan_test): Likewise.
26383         (yn_test): Likewise.
26384         (initialize): Set errno to 0.
26385         (main): Print number of errno tests.
26386         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26387
26388 2013-04-29  Andreas Jaeger  <aj@suse.de>
26389
26390         [BZ #15084]
26391         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26392         and RES_USEVC.
26393
26394         [BZ #15085]
26395         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26396         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26397         unimplemented.
26398
26399         [BZ #15380]
26400         * stdlib/random.c (__initstate): Return NULL if
26401         __initstate fails.
26402
26403         [BZ #15086]
26404         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26405         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26406         RES_SNGLKUPREOP.
26407
26408 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26409
26410         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26411
26412 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26413
26414         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26415         of individual tests.
26416         (casin_test): Likewise.
26417         (casinh_test): Likewise.
26418
26419 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26420
26421         [BZ #15409]
26422         * math/s_catan.c (__catan): Handle arguments with large real or
26423         imaginary part separately without squaring.
26424         * math/s_catanf.c (__catanf): Likewise.
26425         * math/s_catanh.c (__catanh): Likewise.
26426         * math/s_catanhf.c (__catanhf): Likewise.
26427         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26428         and redefine.
26429         (__catanhl): Handle arguments with large real or imaginary part
26430         separately without squaring.
26431         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26432         and redefine.
26433         (__catanl): Handle arguments with large real or imaginary part
26434         separately without squaring.
26435         * math/libm-test.inc (catan_test): Add more tests.
26436         (catanh_test): Likewise.
26437         * sysdeps/i386/fpu/libm-test-ulps: Update.
26438         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26439
26440 2013-04-27  Andreas Jaeger  <aj@suse.de>
26441
26442         [BZ #15007]
26443         * stdlib/stdlib.h: Update guards for qecvt.
26444         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26445         <stdlib.h>.
26446
26447 2013-04-27  Allan McRae  <allan@archlinux.org>
26448
26449         * sysdeps/i386/fpu/libm-test-ulps: Update.
26450
26451 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26452
26453         [BZ #15406]
26454         * math/s_catan.c: Include <float.h>.
26455         (__catan): Ensure underflow exception occurs for underflowed
26456         result.
26457         * math/s_catanf.c: Include <float.h>.
26458         (__catanf): Ensure underflow exception occurs for underflowed
26459         result.
26460         * math/s_catanh.c: Include <float.h>.
26461         (__catanh): Ensure underflow exception occurs for underflowed
26462         result.
26463         * math/s_catanhf.c: Include <float.h>.
26464         (__catanhf): Ensure underflow exception occurs for underflowed
26465         result.
26466         * math/s_catanhl.c: Include <float.h>.
26467         (__catanhl): Ensure underflow exception occurs for underflowed
26468         result.
26469         * math/s_catanl.c: Include <float.h>.
26470         (__catanl): Ensure underflow exception occurs for underflowed
26471         result.
26472         * math/libm-test.inc (catan_test): Add more tests.
26473         (catanh_test): Likewise.
26474
26475         [BZ #15405]
26476         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26477         underflowed result.
26478         * math/s_ccoshf.c (__ccoshf): Likewise.
26479         * math/s_ccoshl.c (__ccoshl): Likewise.
26480         * math/s_csin.c (__csin): Likewise.
26481         * math/s_csinf.c (__csinf): Likewise.
26482         * math/s_csinh.c (__csinh): Likewise.
26483         * math/s_csinhf.c (__csinhf): Likewise.
26484         * math/s_csinhl.c (__csinhl): Likewise.
26485         * math/s_csinl.c (__csinl): Likewise.
26486         * math/libm-test.inc (ccos_test): Add more tests.
26487         (ccosh_test): Likewise.
26488         (csin_test): Likewise.
26489         (csinh_test): Likewise.
26490
26491 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26492
26493         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26494         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26495         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26496         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26497         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26498         powerpc/power5+/fpu folders.
26499         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26500
26501
26502 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26503
26504         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26505
26506 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26507
26508         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26509         additions to variable.
26510         [$(config-machine) = x86_64] (modules-names): Likewise.
26511         ($(objpfx)tst-audit3): Remove dependency.
26512         ($(objpfx)tst-audit3.out): Likewise.
26513         ($(objpfx)tst-audit4): Likewise.
26514         ($(objpfx)tst-audit4.out): Likewise.
26515         ($(objpfx)tst-audit5): Likewise.
26516         ($(objpfx)tst-audit5.out): Likewise.
26517         ($(objpfx)tst-audit6): Likewise.
26518         ($(objpfx)tst-audit6.out): Likewise.
26519         ($(objpfx)tst-audit7): Likewise.
26520         ($(objpfx)tst-audit7.out): Likewise.
26521         (tst-audit3-ENV): Remove variable.
26522         (tst-audit4-ENV): Likewise.
26523         (tst-audit5-ENV): Likewise.
26524         (tst-audit6-ENV): Likewise.
26525         (tst-audit7-ENV): Likewise.
26526         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26527         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26528         addition to variable.
26529         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26530         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26531         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26532         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26533         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26534         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26535         tst-audit3, tst-audit4 and tst-audit5.
26536         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26537         tst-audit6 and tst-audit7.
26538         [$(subdir) = elf] (modules-names): Add audit modules for those
26539         tests.
26540         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26541         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26542         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26543         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26544         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26545         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26546         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26547         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26548         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26549         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26550         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26551         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26552         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26553         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26554         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26555         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26556         Likewise.
26557         [$(subdir) = elf && $(config-cflags-avx) = yes]
26558         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26559         [$(subdir) = elf && $(config-cflags-avx) = yes]
26560         (CFLAGS-tst-auditmod4a.c): Likewise.
26561         [$(subdir) = elf && $(config-cflags-avx) = yes]
26562         (CFLAGS-tst-auditmod4b.c): Likewise.
26563         [$(subdir) = elf && $(config-cflags-avx) = yes]
26564         (CFLAGS-tst-auditmod6b.c): Likewise.
26565         [$(subdir) = elf && $(config-cflags-avx) = yes]
26566         (CFLAGS-tst-auditmod6c.c): Likewise.
26567         [$(subdir) = elf && $(config-cflags-avx) = yes]
26568         (CFLAGS-tst-auditmod7b.c): Likewise.
26569         * elf/tst-audit3.c: Move to ...
26570         * sysdeps/x86_64/tst-audit3.c: ... here.
26571         * elf/tst-audit4.c: Move to ...
26572         * sysdeps/x86_64/tst-audit4.c: ... here.
26573         * elf/tst-audit5.c: Move to ...
26574         * sysdeps/x86_64/tst-audit5.c: ... here.
26575         * elf/tst-audit6.c: Move to ...
26576         * sysdeps/x86_64/tst-audit6.c: ... here.
26577         * elf/tst-audit7.c: Move to ...
26578         * sysdeps/x86_64/tst-audit7.c: ... here.
26579         * elf/tst-auditmod3a.c: Move to ...
26580         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26581         * elf/tst-auditmod3b.c: Move to ...
26582         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26583         * elf/tst-auditmod4a.c: Move to ...
26584         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26585         * elf/tst-auditmod4b.c: Move to ...
26586         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26587         * elf/tst-auditmod5a.c: Move to ...
26588         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26589         * elf/tst-auditmod5b.c: Move to ...
26590         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26591         * elf/tst-auditmod6a.c: Move to ...
26592         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26593         * elf/tst-auditmod6b.c: Move to ...
26594         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26595         * elf/tst-auditmod6c.c: Move to ...
26596         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26597         * elf/tst-auditmod7a.c: Move to ...
26598         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26599         * elf/tst-auditmod7b.c: Move to ...
26600         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26601
26602 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26603
26604         [BZ #15366]
26605         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26606         define unconditionally.
26607         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26608         define unconditionally.
26609         (INT8_C, INT16_C, etc.): Likewise.
26610
26611 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26612
26613         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26614         __ehdr_start with hidden visibility.
26615
26616         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26617
26618 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26619
26620         * math/libm-test.inc (cos_test): Use accurate hex constants.
26621         (sincost_test): Likewise.
26622
26623 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26624
26625         * math/libm-test.inc (catan_test): Add more tests.
26626         (catanh_test): Likewise.
26627
26628         * math/s_catanf.c (__catanf): Use suffixed floating-point
26629         constants.
26630         * math/s_catanhf.c (__catanhf): Likewise.
26631         * math/s_catanhl.c (__catanhl): Likewise.
26632         * math/s_catanl.c (__catanl): Likewise.
26633
26634         [BZ #15394]
26635         * math/s_catan.c (__catan): Calculate imaginary part of result
26636         with log1p not log unless computing log of number close to 0.
26637         * math/s_catanf.c (__catanf): Likewise.
26638         * math/s_catanl.c (__catanl): Likewise.
26639         * math/s_catanh.c (__catanh): Calculate real part of result with
26640         log1p not log unless computing log of number close to 0.
26641         * math/s_catanhf.c (__catanhf): Likewise.
26642         * math/s_catanhl.c (__catanhl): Likewise.
26643         * math/libm-test.inc (catan_test): Add more tests.
26644         (catanh_test): Likewise.
26645         * sysdeps/i386/fpu/libm-test-ulps: Update.
26646         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26647
26648 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26649
26650         * benchtests/Makefile: Mention files in which fast and slow
26651         paths of math functions are implemented.
26652
26653 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26654
26655         * sysdeps/posix/timespec_get.c: New file.
26656
26657 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26658
26659         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26660         POWER.
26661         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26662         for POWER.
26663         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26664         powerpc/power5/fpu folders.
26665         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26666         * benchtests/Makefile: Add modf testcase.
26667         * benchtests/bench-modf.c: New file: Benchmark test for mo
26668
26669 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26670
26671         [BZ #14888]
26672         * time/Makefile (tests): Add tst-strptime-whitespace.
26673         * time/strptime_l.c (get_number): Use ISSPACE.
26674         (__strptime_internal): Likewise.
26675         * time/tst-strptime-whitespace.c: New test case.
26676
26677 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26678
26679         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26680         member.
26681         (_nss_files_init): Set it here.
26682
26683 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26684
26685         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26686         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26687         unsigned.
26688
26689 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26690
26691         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26692
26693 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26694
26695         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26696         size just once.
26697
26698 2013-04-21  David S. Miller  <davem@davemloft.net>
26699
26700         * po/ru.po: Update Russion translation from translation project.
26701
26702 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26703
26704         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26705         and setfsgid.
26706
26707 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26708
26709         * configure.in: Remove i386 configure warning. Remove i386 case.
26710         * configure: Regenerate.
26711         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26712         Add example to error message.
26713         * sysdeps/i386/configure: Regenerate.
26714
26715 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26716
26717         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26718         slowtan.
26719         * benchtests/cos-inputs: New file.
26720         * benchtests/slowcos-inputs: New file.
26721         * benchtests/slowcos.c: New file.
26722         * benchtests/slowtan-inputs: New file.
26723         * benchtests/slowtan.c: New file.
26724         * benchtests/tan-inputs: New file.
26725
26726 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26727
26728         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26729         considered kosher.
26730
26731 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26732
26733         * benchtests/Makefile: Include cppflags-iterator.mk to add
26734         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26735
26736         * Makefile.in (bench-clean): New target.
26737         * benchtests/Makefile (bench-clean): Likewise.
26738
26739 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26740
26741         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26742
26743 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26744
26745         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26746
26747 2013-04-15  Andreas Schwab  <schwab@suse.de>
26748
26749         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26750         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26751         * nscd/pwdcache.c (cache_addpw): Likewise.
26752         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26753         more than recsize.
26754
26755 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26756
26757         * benchtests/Makefile (bench): Write all output to
26758         bench-out.tmp together.
26759
26760 2013-04-15  Andreas Schwab  <schwab@suse.de>
26761
26762         * nscd/nscd.c (main): Don't fork again after closing files.
26763
26764 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26765
26766         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26767
26768         * benchtests/Rules (bench-deps): Collect dependencies into a
26769         single variable.  Add Makefile to dependencies.
26770         ($(objpfx)bench-%.c): Depend on bench-deps.
26771
26772 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26773             Xavier Roche  <roche+kml2@exalead.com>
26774
26775         [BZ #15361]
26776         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26777         just that it's a file descriptor.
26778         * manual/llio.texi (Synchronizing AIO Operations): Update description
26779         for EBADF error from aio_fsync.
26780
26781 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26782
26783         * Rules (bench): Move target definition...
26784         * benchtests/Makefile: ... here.
26785
26786 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26787
26788         * math/libm-test.inc (cos_test): Fix PI/2 test.
26789         (sincos_test): Likewise.
26790         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26791         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26792
26793 2013-04-11  Andreas Schwab  <schwab@suse.de>
26794
26795         [BZ #13988]
26796         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26797         accept exponent character only when digits were seen.
26798         * stdio-common/Makefile (tests): Add bug26.
26799         * stdio-common/bug26.c: New file.
26800
26801         [BZ #14293]
26802         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26803         non-freeable.
26804
26805 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26806
26807         * Makeconfig (rtld-prefix): Define built linker prefix.
26808         * Rules (run-bench): Use it.
26809         * math/Makefile (run-regen-ulps): Likewise.
26810
26811         * Rules (bench): Remove eval.
26812
26813 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26814             Roland McGrath  <roland@hack.frob.com>
26815             Ondrej Bilka  <neleai@seznam.cz>
26816
26817         [BZ #15346]
26818         * time/getdate.c: Include ctype.h and alloca.h.
26819         (__getdate_r): Trim leading and trailing spaces of input.
26820         * time/tst-getdate.c (tests): Add tests with leading and
26821         trailing spaces.
26822
26823 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26824
26825         [BZ #14280]
26826         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26827         when computing value.
26828
26829 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26830
26831         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26832         Use testrun.sh to run libm tests.
26833
26834         [BZ #15309]
26835         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26836
26837 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26838
26839         [BZ #15264]
26840         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26841
26842 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26843
26844         * Makefile.in (regen-ulps): New target.
26845         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26846         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26847         [ifneq (no,$(PERL)] (regen-ulps): New target.
26848         [ifeq (no,$(PERL)] (regen-ulps): New target.
26849         * math/libm-test.inc (ulps_file_name): Define.
26850         (output_dir): New variable.
26851         (options): Add "output-dir" option.
26852         (parse_opt): Handle 'o' case.
26853         (main): If output_dir is non-NULL use it as a prefix
26854         otherwise use "".
26855         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26856
26857 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26858
26859         [BZ #10060, #10062]
26860         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26861         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26862         fail configure if __sync_val_compare_and_swap is not inlined.
26863         * sysdeps/i386/configure: Regenerate.
26864         * configure.in: Build for i686 when configured for i386.
26865         * configure: Regenerate.
26866         * README: Remove i386 reference.
26867
26868 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26869
26870         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26871         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26872
26873 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26874
26875         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26876         (lmsnanval): New variables.
26877         (F): Add conversion tests.
26878         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26879         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26880
26881         * stdio-common/tstdiomisc.c (F): Properly collect individual
26882         tests' results.
26883
26884         [BZ #14686, #15336]
26885         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26886         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26887         Instead, use input NaN values or generate a qNaN by arithmetic
26888         operation.  Also fix bugs to comply with the standard.
26889         * math/libm-test.inc (remainder_test): Add more tests.
26890
26891         [BZ #15335, #15342]
26892         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26893         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26894         input NaN values or generate a qNaN by arithmetic operation.
26895
26896         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26897         unreachable code.
26898
26899         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26900         definitions.
26901
26902 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26903
26904         [BZ #14478]
26905         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26906         underflowed result.
26907         * math/s_cexpf.c (__cexpf): Likewise.
26908         * math/s_cexpl.c (__cexpl): Likewise.
26909         * math/libm-test.inc (cexp_test): Add more tests.
26910
26911 2013-04-03  Andreas Schwab  <schwab@suse.de>
26912
26913         [BZ #15330]
26914         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26915         order arrays from heap if bigger than alloca cutoff.
26916
26917 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26918
26919         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26920         (SNAN_TESTS_double): Refer to GCC PR56831.
26921         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26922         GCC PR56828.
26923
26924 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26925
26926         * Rules (bench): Move bench.out after the run is complete.
26927
26928         * Rules (bench): Echo currently running benchmark.
26929
26930         * benchtests/Makefile (bench): Add atan and slowatan.
26931         * benchtests/atan-inputs: New file.
26932         * benchtests/slowatan-inputs: New file.
26933         * benchtests/slowatan.c: New file.
26934
26935         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26936         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26937         its value.
26938
26939         [BZ #15305]
26940         * sysdeps/unix/sysv/linux/kernel-features.h
26941         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26942         __ASSUME_XFS_RESTRICTED_CHOWN.
26943         * sysdeps/unix/sysv/linux/pathconf.c
26944         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26945         Save and restore errno.
26946
26947 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26948
26949         [BZ #15327]
26950         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26951         arguments using __kernel_casinh.
26952         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26953         arguments using __kernel_casinhf.
26954         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26955         arguments using __kernel_casinhl.
26956         * math/libm-test.inc (cacosh_test): Add more tests.
26957         * sysdeps/i386/fpu/libm-test-ulps: Update.
26958         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26959
26960 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26961
26962         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26963         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26964
26965         * bench/Makefile (bench): Add sin and slowsin.
26966         * benchtests/sin-inputs: New file.
26967         * benchtests/slowsin-inputs: New file.
26968         * benchtests/slowsin.c: New file.
26969
26970         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26971         (bench): Add slowexp and slowpow.
26972         (exp-ITER): Increase iterations.
26973         (pow-ITER): Likewise.
26974         * benchtests/exp-inputs: Change input.
26975         * benchtests/pow-inputs: Likewise.
26976         * benchtests/slowexp-inputs: New file.
26977         * benchtests/slowexp.c: New file.
26978         * benchtests/slowpow-inputs: New file.
26979         * benchtests/slowpow.c: New file.
26980
26981 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26982
26983         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26984         instructions.
26985         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26986         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26987         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26988         * benchtests/Makefile: Add rint benchtest.
26989         * benchtests/rint-inputs: Input for rint benchtest.
26990
26991 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26992
26993         * Versions.def (libm): Add GLIBC_2.18.
26994         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26995         hidden libm prototypes.
26996         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26997         * math/Makefile (libm-calls): Add s_issignaling.
26998         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26999         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
27000         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
27001         declaration.
27002         * math/math.h [__USE_GNU] (issignaling): New macro.
27003         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
27004         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
27005         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
27006         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
27007         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
27008         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
27009         * manual/arith.texi (issignaling): New section.
27010         * manual/libm-err-tab.pl (@all_functions): Update comment.
27011         * math/gen-libm-test.pl (parse_args): Apply special handling for
27012         issignaling.
27013         * math/libm-test.inc (print_float, issignaling_test): New
27014         functions.
27015         (check_float_internal): Add issignaling checks.
27016         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
27017         default definition.
27018         * sysdeps/powerpc/math-tests.h: New file.
27019         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
27020         tests.
27021         * math/test-snan.c (TEST_FUNC): Likewise.
27022
27023 2013-03-30  David S. Miller  <davem@davemloft.net>
27024
27025         * po/de.po: Update from translation team.
27026
27027 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
27028
27029         [BZ #10357]
27030         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27031         imaginary part less than 1.0 and real part less than 0.5
27032         specially.
27033         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27034         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27035         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
27036         (cacos_test): Add more tests.
27037         (casin_test): Likewise.
27038         (casinh_test): Likewise.
27039         * sysdeps/i386/fpu/libm-test-ulps: Update.
27040         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27041
27042 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27043
27044         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
27045         ONE with its value.
27046
27047         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
27048         (__pow_mp): Replace ONE and MONE with their values.
27049         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27050         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
27051         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27052         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
27053         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27054         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27055
27056         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
27057
27058         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
27059         (__pow_mp): Replace ZERO and MZERO with their values.
27060         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27061         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27062         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27063         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27064         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27065         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
27066         (__sqr): Likewise.
27067
27068         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
27069
27070         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
27071
27072 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27073
27074         * include/stdlib.h [!SHARED] (__call_tls_dtors):
27075         Declare with __attribute__ ((weak)).
27076         * stdlib/exit.c (__libc_atexit) [!SHARED]:
27077         Call __call_tls_dtors only if it's not NULL.
27078
27079 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27080
27081         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
27082         didn't do it already, then set _dl_phdr and _dl_phnum based on the
27083         magic __ehdr_start linker symbol if it's defined.
27084         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
27085         them up here if it was already done.
27086
27087         * elf/dl-support.c (_dl_phdr): Make pointer to const.
27088         (_dl_aux_init): Use const in cast when setting it.
27089         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
27090         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
27091         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
27092
27093         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
27094         Declare them here.
27095         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
27096         * csu/libc-tls.c: Nor here.
27097         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
27098
27099         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
27100         (__libc_message): Never call vsyslog.
27101
27102 2013-03-28  Alan Modra  <amodra@gmail.com>
27103
27104         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
27105         Define as empty.
27106         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
27107         Likewise.
27108
27109 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27110
27111         [BZ #15214]
27112         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
27113         underflow.
27114         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27115
27116 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27117
27118         [BZ #15304]
27119         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
27120         Don't add gid passed as argument.
27121
27122         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27123
27124 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
27125
27126         [BZ #15307]
27127         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27128         imaginary part between 1.0 and 1.5 and real part less than 0.5
27129         specially.
27130         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27131         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27132         * math/libm-test.inc (cacos_test): Add more tests.
27133         (casin_test): Likewise.
27134         (casinh_test): Likewise.
27135         * sysdeps/i386/fpu/libm-test-ulps: Update.
27136         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27137
27138 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27139
27140         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27141         constants.
27142         (norm): Likewise.
27143         (denorm): Likewise.
27144         (__dbl_mp): Likewise.
27145         (add_magnitudes): Likewise.
27146         (sub_magnitudes): Likewise.
27147         (__add): Likewise.
27148         (__sub): Likewise.
27149         (__mul): Likewise.
27150         (__sqr): Likewise.
27151         (__inv): Likewise.
27152         (__dvd): Likewise.
27153
27154         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27155         commented code.
27156         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27157         (__dubcos): Likewise.
27158         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27159         (__ieee754_acos): Likewise.
27160         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27161         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27162         (__exp1): Likewise.
27163         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27164         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27165         (log1): Likewise.
27166         (my_log2): Likewise.
27167         (checkint): Likewise.
27168         * sysdeps/ieee754/dbl-64/e_remainder.c
27169         (__ieee754_remainder): Likewise.
27170         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27171         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27172         (bsloww): Likewise.
27173         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27174
27175         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27176         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27177         MANTISSA_STORE_T to store computations on mantissa.  Use
27178         macros for rounding and division.
27179         (denorm): Likewise.
27180         (__dbl_mp): Likewise.
27181         (add_magnitudes): Likewise.
27182         (sub_magnitudes): Likewise.
27183         (__mul): Likewise.
27184         (__sqr): Likewise.
27185         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27186         powers of two in terms of TWOPOW macro.
27187         (mp_no): Make type of mantissa as MANTISSA_T.
27188         [!RADIXI]: Define RADIXI.
27189         [!TWO52]: Define TWO52.
27190         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27191
27192 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27193
27194         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27195         llroundl symbol when building for PPC32.
27196
27197 2013-03-24  Mark H Weaver  <mhw@netris.org>
27198
27199         * manual/arith.texi (Normalization Functions): Fix prototypes for
27200         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27201
27202 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27203
27204         [BZ #13889]
27205         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27206         high value to check if expl overflow.
27207         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27208         to check for underflow and overflow.
27209         * math/libm-test.inc: Add exp test.
27210
27211 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
27212
27213         [BZ #11120]
27214         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27215         with NOT_IN_libc.
27216
27217 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27218
27219         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27220         symbol.
27221
27222 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
27223
27224         * math/gen-libm-test.pl (parse_args, special_functions): Properly
27225         wrap blocks consisting of several statements.
27226
27227         * sysdeps/generic/math-tests.h: New file.
27228         * sysdeps/i386/fpu/math-tests.h: Likewise.
27229         * math/test-snan.c: Include it.
27230         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27231
27232 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27233
27234         [BZ #15285]
27235         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27236         (__ieee754_j0l): Do not improve calculations using cos of twice
27237         input for inputs above LDBL_MAX / 2.0L.
27238         (__ieee754_y0l): Likewise.
27239         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27240         (__ieee754_j1l): Do not improve calculations using cos of twice
27241         input for inputs above LDBL_MAX / 2.0L.
27242         (__ieee754_y1l): Likewise.
27243         * math/libm-test.inc (j0_test): Add another test.
27244         (j1_test): Likewise.
27245         (y0_test): Likewise.
27246         (y1_test): Likewise.
27247         * sysdeps/i386/fpu/libm-test-ulps: Update.
27248
27249 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27250
27251         * Rules ($(objpfx)bench-%.c): Include code from a C source
27252         file.
27253
27254 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27255
27256         [BZ #15287]
27257         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27258         imaginary part 1.0 and real part less than 0.5 specially.
27259         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27260         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27261         * math/libm-test.inc (cacos_test): Add more tests.
27262         (casin_test): Likewise.
27263         (casinh_test): Likewise.
27264         * sysdeps/i386/fpu/libm-test-ulps: Update.
27265         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27266
27267 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27268
27269         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27270         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27271
27272 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27273
27274         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27275         * config.make.in (config-cflags-sse4): Remove variable.
27276         (config-cflags-avx): Likewise.
27277         (config-cflags-sse2avx): Likewise.
27278         (config-cflags-novzeroupper): Likewise.
27279         (config-asflags-i686): Likewise.
27280         (have-mfma4): Likewise.
27281         (have-as-vis3): Likewise.
27282         (MIG): Likewise.
27283         * configure.in (MIG): Do not AC_SUBST.
27284         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27285         (libc_cv_cc_sse4): Do not AC_SUBST.
27286         (libc_cv_cc_avx): Likewise.
27287         (libc_cv_cc_sse2avx): Likewise.
27288         (libc_cv_cc_novzeroupper): Likewise.
27289         (libc_cv_cc_fma4): Likewise.
27290         (libc_cv_as_i686): Likewise.
27291         (libc_cv_sparc_as_vis3): Likewise.
27292         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27293         LIBC_CONFIG_VAR.
27294         (config-asflags-i686): Likewise.
27295         (config-cflags-avx): Likewise.
27296         (config-cflags-sse2avx): Likewise.
27297         (have-mfma4): Likewise.
27298         (config-cflags-novzeroupper): Likewise.
27299         * sysdeps/mach/configure.in (MIG): Likewise.
27300         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27301         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27302         LIBC_CONFIG_VAR.
27303         (config-cflags-avx): Likewise.
27304         (config-cflags-sse2avx): Likewise.
27305         (have-mfma4): Likewise.
27306         (config-cflags-novzeroupper): Likewise.
27307         * configure: Regenerated.
27308         * sysdeps/i386/configure: Likewise.
27309         * sysdeps/mach/configure: Likewise.
27310         * sysdeps/sparc/configure: Likewise.
27311         * sysdeps/x86_64/configure: Likewise.
27312
27313 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27314
27315         [BZ #14812]
27316         * locale/programs/localedef.c (options): Put N_ translation marker
27317         on argument names, not just descriptions.
27318
27319 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27320
27321         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27322
27323 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27324
27325         [BZ #14176]
27326         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27327
27328 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27329
27330         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27331         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27332         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27333         [!BEFORE_ABORT] (before_abort): New function.
27334         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27335         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27336         (writev_for_fatal): New function.
27337         (WRITEV_FOR_FATAL): New macro; call that.
27338         (backtrace_and_maps): New function.
27339         (BEFORE_ABORT): New macro; call that.
27340         (struct str_list): Type removed.
27341         (__libc_message, __libc_fatal): Functions removed.
27342         Include <sysdeps/posix/libc_fatal.c> instead.
27343
27344 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27345
27346         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27347         constants.
27348         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27349         double constants.
27350
27351 2013-03-19  Andreas Schwab  <schwab@suse.de>
27352
27353         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27354         * sysdeps/gnu/configure: Regenerate.
27355
27356         * configure.in: Substitute libc_cv_rtlddir.
27357         * configure: Regenerate.
27358         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27359         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27360         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27361         * elf/Makefile (install-others, CFLAGS-interp.c)
27362         (ldso_install, common-ldd-rewrite): Likewise.
27363         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27364         $(inst_slibdir)/$(rtld-installed-name).
27365         * scripts/rellns-sh: Add -p option.
27366         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27367         for source.
27368
27369 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27370
27371         * manual/nptl.texi: Renamed to ...
27372         * manual/threads.texi: ... this.
27373         * manual/Makefile (chapters): Update.
27374
27375 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27376
27377         [BZ #14812]
27378         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27379         on argument names, not just descriptions.
27380         * malloc/memusagestat.c (options): Likewise.
27381         * nss/getent.c (options): Likewise.
27382
27383 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27384
27385         [BZ #14812]
27386         * iconv/iconv_prog.c (options): Put N_ translation marker
27387         on argument names, not just descriptions.
27388         * iconv/iconvconfig.c (options): Likewise.
27389
27390 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27391
27392         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27393         implementation which is faster on all x86_64 architectures.
27394         Tested on AMD, Intel Nehalem, SNB, IVB.
27395         * sysdeps/x86_64/strnlen.S: Likewise.
27396
27397         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27398         Remove all multiarch strlen and strnlen versions.
27399         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27400         Remove strlen and strnlen related parts.
27401
27402         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27403         Inline strlen part.
27404         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27405
27406         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27407         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27408         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27409         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27410         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27411         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27412
27413 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27414
27415         * manual/memory.texi (Malloc Tunable Parameters):
27416         Sort parameters alphabetically. Add comments for missing entries.
27417
27418 2013-03-17  David S. Miller  <davem@davemloft.net>
27419
27420         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27421
27422 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27423
27424         [BZ #15283]
27425         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27426         for arguments at most half maximum finite value.
27427         * math/libm-test.inc (j0_test): Add more tests.
27428         (j1_test): Likewise.
27429         (y0_test): Likewise.
27430         (y1_test): Likewise.
27431         * sysdeps/i386/fpu/libm-test-ulps: Update.
27432         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27433
27434         [BZ #14155]
27435         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27436         1 / x and functions P and Q for arguments above 0x1p256L.
27437         (__ieee754_y0l): Likewise.
27438         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27439         (__ieee754_y1l): Likewise.
27440         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27441         (j1_test): Likewise.
27442         (y0_test): Likewise.
27443         (y1_test): Likewise.
27444
27445 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27446
27447         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27448         variable.
27449
27450 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27451
27452         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27453         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27454         zero since it's initialized to EXEC_PAGESIZE.
27455
27456         * sysdeps/unix/sysv/linux/ldsodefs.h
27457         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27458         * sysdeps/generic/ldsodefs.h: ... here.
27459
27460 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27461
27462         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27463
27464         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27465         math/test-snan.c.
27466         * math/test-snan.c: Renamed from
27467         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27468         * math/Makefile (tests): Add test-snan.
27469         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27470         test-powerpc-snan.
27471
27472         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27473         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27474         functions.
27475         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27476         __builtin_nan family of functions.
27477         * math/libm-test.inc (initialize): Initialize qnan_value with
27478         __builtin_nan family of functions.
27479         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27480         Remove variables.
27481         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27482         Remove functions.
27483         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27484         storage class.  Initialize qNaN_var and sNaN_var with
27485         __builtin_nan and __builtin_nans families of functions,
27486         respectively.
27487
27488         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27489         (sqrt_test): Remove duplicate test with qNaN input.
27490         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27491         (round_test, signbit_test, significand_test): Note missing +/-Inf
27492         as well as qNaN tests.
27493
27494         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27495         qNaN_var.  Fix a few strings, too.
27496         * math/libm-test.inc (nan_value): Rename to qnan_value.
27497         * math/gen-libm-test.pl (%beautify): Adjust to that.
27498         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27499         * math/test-misc.c (main): Likewise.
27500         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27501         to __qnan_bytes, and __qnan_union, respectively.
27502         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27503         Likewise.
27504         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27505         and lqnanval, respectively.
27506         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27507         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27508         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27509         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27510
27511         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27512         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27513         doubles.
27514
27515         * math/test-misc.c (main): Fix copy'n'pastos.
27516         * misc/tst-efgcvt.c (special): Likewise.
27517
27518         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27519         Remove declarations.
27520
27521 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27522
27523         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27524         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27525         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27526         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27527
27528 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27529
27530         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27531         macro to return vdso values correctly in IFUNC implementations.
27532         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27533         Optimization by using IFUNC.
27534
27535 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27536             Richard Henderson  <rth@redhat.com>
27537             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27538
27539         * Makefile.in (bench): New target.
27540         * NEWS: Mention the benchmark framework.
27541         * Rules (bench): Likewise.
27542         (binaries-bench): Generate binaries for functions to
27543         benchmark.
27544         * benchtests/Makefile: New makefile for benchmark tests.
27545         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27546         programs.
27547         * benchtests/exp-inputs: New input file for EXP function.
27548         * benchtests/pow-inputs: New input file for POW function.
27549         * scripts/bench.pl: New script to generate source files for
27550         benchmark programs.
27551
27552 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27553
27554         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27555         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27556         computations on mantissa.  Use macros for rounding and
27557         division.
27558         (denorm): Likewise.
27559         (__dbl_mp): Likewise.
27560         (add_magnitudes): Likewise.
27561         (sub_magnitudes): Likewise.
27562         (__mul): Likewise.
27563         (__sqr): Likewise.
27564         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27565         powers of two in terms of TWOPOW macro.
27566         (mp_no): Make type of mantissa as MANTISSA_T.
27567         [!RADIXI]: Define RADIXI.
27568         [!TWO52]: Define TWO52.
27569         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27570
27571         * manual/nptl.texi (cindex): Modify threads to pthreads.
27572
27573 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27574
27575         * sysdeps/x86_64/preconfigure: Regenerated.
27576
27577 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27578
27579         [BZ #14155]
27580         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27581         0x1p28 and above.
27582         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27583         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27584         0x1p28 and above.
27585         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27586         * math/libm-test.inc (j0_test): Do not allow one spurious
27587         underflow exception.
27588         (y1_test): Likewise.
27589
27590 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27591
27592         * manual/Makefile (chapters): Add nptl.
27593         * manual/debug.texi (Debugging Support): Add link to Threads
27594         chapter.
27595         * manual/nptl.texi: New file.
27596
27597         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27598
27599 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27600
27601         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27602         for non-NULL pointer before the memory validity test. Pointed
27603         out by Holger Brunck <holger.brunck@keymile.com>.
27604
27605 2013-03-13  Andreas Schwab  <schwab@suse.de>
27606
27607         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27608         instead of .os.
27609
27610 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27611
27612         * timezone/zic.c: Update from tzcode 2013b.
27613
27614 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27615
27616         * manual/install.texi (Configuring and compiling):
27617         Mention i686 and i586.
27618         * INSTALL: Regenerate.
27619
27620 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27621
27622         * sysdeps/init_array/elf-init.c: New file.
27623         * csu/elf-init.c
27624         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27625         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27626
27627         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27628         __gmon_start__ as global, but as static with a .preinit_array pointer.
27629         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27630         * sysdeps/init_array/crti.S: New file, empty except for comments.
27631         * sysdeps/init_array/crtn.S: Likewise.
27632
27633 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27634
27635         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27636         definining bcopy.
27637         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27638         Remove Prefer_SSE_for_memop.
27639         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27640         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27641         HAS_PREFER_SSE_FOR_MEMOP.
27642         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27643         memset-x86-64.
27644         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27645         Remove bzero, memset ifunc support.
27646         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27647         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27648         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27649         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27650
27651 2013-03-11  Andreas Schwab  <schwab@suse.de>
27652
27653         [BZ #15234]
27654         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27655         by SHLIB_COMPAT.
27656         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27657         (GLIBC_2.16): Remove pthread_atfork.
27658
27659 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27660
27661         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27662         (ptestcases.h): Likewise.
27663
27664 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27665
27666         * Makeconfig ($(common-objpfx)config.status): Depend on
27667         sysdeps/*/preconfigure{,.in} too.
27668
27669 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27670
27671         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27672         (__free_hook): Use void * instead of __malloc_ptr_t.
27673         (__malloc_hook): Likewise.
27674         (__realloc_hook): Likewise.
27675         (__memalign_hook): Likewise.
27676         (__after_morecore_hook): Likewise.
27677         * malloc/arena.c (save_malloc_hook): Likewise.
27678         (save_free_hook): Likewise.
27679         * malloc/hooks.c (malloc_hook_ini): Likewise.
27680         (realloc_hook_ini): Likewise.
27681         (memalign_hook_ini): Likewise.
27682         * malloc/malloc.c (malloc_hook_ini): Likewise.
27683         (realloc_hook_ini): Likewise.
27684         (memalign_hook_ini): Likewise.
27685         (__free_hook): Likewise.
27686         (__malloc_hook): Likewise.
27687         (__realloc_hook): Likewise.
27688         (__memalign_hook): Likewise.
27689         (__libc_malloc): Likewise.
27690         (__libc_free): Likewise.
27691         (__libc_realloc): Likewise.
27692         (__libc_memalign): Likewise.
27693         (__libc_valloc): Likewise.
27694         (__libc_pvalloc): Likewise.
27695         (__libc_calloc): Likewise.
27696         (__posix_memalign): Likewise.
27697         * malloc/morecore.c (__sbrk): Likewise.
27698         (__default_morecore): Likewise.
27699
27700         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27701
27702         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27703         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27704         __malloc_ptrdiff_t.
27705
27706         * malloc/malloc.h (__malloc_size_t): Remove macro.
27707         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27708         __malloc_size_t.
27709         (old_memalign_hook): Likewise.
27710         (old_realloc_hook): Likewise.
27711         (struct hdr): Likewise.
27712         (flood): Likewise.
27713         (mallochook): Likewise.
27714         (memalignhook): Likewise.
27715         (reallochook): Likewise.
27716         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27717         (tr_old_realloc_hook): Likewise.
27718         (tr_old_memalign_hook): Likewise.
27719         (tr_mallochook): Likewise.
27720         (tr_reallochook): Likewise.
27721         (tr_memalignhook): Likewise.
27722
27723 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27724
27725         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27726         default_ldbl_pack and using as default implementation.
27727         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27728         implementation.
27729         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27730         redundant definition.
27731         (ldbl_insert_mantissa): Likewise.
27732         (ldbl_canonicalize): Likewise.
27733         (ldbl_nearbyint): Likewise.
27734         (ldbl_pack): Rename to ldbl_pack_ppc.
27735         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27736         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27737         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27738
27739 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27740
27741         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27742         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27743         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27744         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27745         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27746         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27747         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27748         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27749
27750 2013-03-07  Andreas Jaeger  <aj@suse.de>
27751
27752         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27753         bits/mman-linux.h.
27754
27755 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27756
27757         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27758         Include mpa.h and declare __MPEXP.
27759         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27760         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27761         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27762         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27763         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27764         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27765         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27766
27767         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27768         (__slowpow): Use long double EXPL and LOGL functions to
27769         compute POW.
27770         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27771         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27772         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27773         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27774         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27775         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27776
27777         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27778         intermediate variable to calculate exponent.
27779         (__sqr): Likewise.
27780         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27781         Likewise.
27782         (__sqr): Likewise.
27783
27784         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27785         [!NO__SQR]: Define __sqr.
27786         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27787         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27788         sysdeps/ieee754/dbl-64/mpa.c.
27789         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27790
27791         [BZ #12723]
27792         * posix/Makefile (tests): Add tst-pathconf.
27793         * posix/tst-pathconf.c: New test case.
27794         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27795         _PC_PIPE_BUF.
27796         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27797
27798 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27799
27800         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27801
27802 2013-03-06  Andreas Jaeger  <aj@suse.de>
27803
27804         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27805         definition via __MAP_ANONYMOUS.
27806
27807         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27808         it's not part of Linux headers.
27809
27810         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27811         (MAP_HUGE_MASK): Define.
27812
27813         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27814         Define.
27815         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27816         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27817         Define.
27818         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27819         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27820         Define.
27821         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27822         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27823         Define.
27824         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27825
27826         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27827         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27828         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27829         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27830         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27831         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27832
27833         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27834         Handle f2fs.
27835
27836         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27837         Handle f2fs and efivarfs.
27838
27839         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27840         f2fs.
27841
27842         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27843         (EFIVARFS_MAGIC): Add.
27844         (F2FS_LINK_MAX): Add.
27845
27846 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27847
27848         * stdio-common/vfprintf.c: Replace __builtin_expect with
27849         __glibc_unlikely.
27850
27851 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27852
27853         [BZ #13550]
27854         * sysdeps/generic/bp-sym.h: Remove file.
27855         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27856         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27857         <bp-sym.h> and <bp-asm.h>.
27858         (__longjmp): Don't use BP_SYM.
27859         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27860         and <bp-asm.h>.
27861         (memcpy): Don't use BP_SYM.
27862         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27863         <bp-sym.h> and <bp-asm.h>.
27864         (memcpy): Don't use BP_SYM.
27865         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27866         <bp-asm.h>.
27867         (memcpy): Don't use BP_SYM.
27868         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27869         <bp-asm.h>.
27870         (memset): Don't use BP_SYM.
27871         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27872         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27873         (__bzero): Don't use BP_SYM.
27874         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27875         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27876         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27877         <bp-sym.h> and <bp-asm.h>.
27878         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27879         pointers.
27880         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27881         <bp-sym.h> and <bp-asm.h>.
27882         (memcpy): Don't use BP_SYM.
27883         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27884         <bp-sym.h> and <bp-asm.h>.
27885         (memset): Don't use BP_SYM.
27886         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27887         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27888         (__bzero): Don't use BP_SYM.
27889         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27890         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27891         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27892         <bp-sym.h> and <bp-asm.h>.
27893         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27894         pointers.
27895         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27896         <bp-sym.h> and <bp-asm.h>.
27897         (memcpy): Don't use BP_SYM.
27898         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27899         <bp-sym.h> and <bp-asm.h>.
27900         (memset): Don't use BP_SYM.
27901         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27902         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27903         (__bzero): Don't use BP_SYM.
27904         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27905         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27906         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27907         <bp-sym.h> and <bp-asm.h>.
27908         (__memchr): Don't use BP_SYM.
27909         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27910         <bp-sym.h> and <bp-asm.h>.
27911         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27912         pointers.
27913         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27914         <bp-sym.h> and <bp-asm.h>.
27915         (memcpy): Don't use BP_SYM.
27916         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27917         <bp-sym.h> and <bp-asm.h>.
27918         (__mempcpy): Don't use BP_SYM.
27919         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27920         <bp-sym.h> and <bp-asm.h>.
27921         (__memrchr): Don't use BP_SYM.
27922         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27923         <bp-sym.h> and <bp-asm.h>.
27924         (memset): Don't use BP_SYM.
27925         (__bzero): Likewise.
27926         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27927         <bp-sym.h> and <bp-asm.h>.
27928         (__rawmemchr): Don't use BP_SYM.
27929         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27930         <bp-sym.h> and <bp-asm.h>.
27931         (__STRCMP): Don't use BP_SYM.
27932         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27933         <bp-sym.h> and <bp-asm.h>.
27934         (strchr): Don't use BP_SYM.
27935         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27936         <bp-sym.h> and <bp-asm.h>.
27937         (__strchrnul): Don't use BP_SYM.
27938         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27939         <bp-sym.h> and <bp-asm.h>.
27940         (strlen): Don't use BP_SYM.
27941         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27942         <bp-sym.h> and <bp-asm.h>.
27943         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27944         pointers.
27945         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27946         <bp-sym.h> and <bp-asm.h>.
27947         (__strnlen): Don't use BP_SYM.
27948         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27949         <bp-sym.h> and <bp-asm.h>.
27950         (__GI__setjmp): Don't use BP_SYM.
27951         (_setjmp): Likewise.
27952         (__sigsetjmp): Likewise.
27953         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27954         (L(start_addresses)): Don't use BP_SYM.
27955         (_start): Likewise.
27956         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27957         <bp-asm.h>.
27958         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27959         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27960         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27961         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27962         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27963         <bp-asm.h>.
27964         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27965         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27966         about bounded pointers.
27967         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27968         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27969         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27970         <bp-asm.h>.
27971         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27972         about bounded pointers.  Remove GKM FIXME comments.
27973         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27974         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27975         <bp-asm.h>.
27976         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27977         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27978         Remove GKM FIXME comments.
27979         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27980         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27981         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27982         <bp-asm.h>.
27983         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27984         about bounded pointers.  Remove GKM FIXME comment.
27985         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27986         and <bp-asm.h>.
27987         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27988         pointers.
27989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27990         <bp-sym.h> and <bp-asm.h>.
27991         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27993         <bp-sym.h> and <bp-asm.h>.
27994         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27995         comment.
27996
27997 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27998
27999         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
28000         call free(NULL).
28001
28002 2013-03-05  David S. Miller  <davem@davemloft.net>
28003
28004         * po/es.po: Update from translation team.
28005
28006 2013-03-05  Andreas Jaeger  <aj@suse.de>
28007
28008         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
28009         <bits/mman-linux.h>.
28010         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28011         is fine.
28012         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
28013         <bits/mman-linux.h> to end of file.
28014         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28015         is fine.
28016         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
28017         <bits/mman-linux.h> to end of file.
28018         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28019         is fine.
28020         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
28021         <bits/mman-linux.h> to end of file.
28022
28023         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
28024         (MCL_CURRENT, MCL_FUTURE): Define here.
28025
28026 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28027
28028         [BZ #15232]
28029         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
28030         attribute_hidden.
28031         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
28032
28033 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28034
28035         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
28036         fourth parameter needed for rt_sigprocmask syscall.
28037         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
28038         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28039         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
28040         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28041         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28042         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
28043
28044 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
28045
28046         [BZ #13550]
28047         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
28048         comment about bounded pointers.
28049         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
28050         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
28051
28052 2013-03-04  Andreas Jaeger  <aj@suse.de>
28053
28054         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
28055         common definitions.
28056
28057         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
28058         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
28059         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
28060         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
28061         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
28062         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
28063
28064 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28065
28066         [BZ #15055]
28067         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
28068         __ieee754_sqrl instead of __sqrl.
28069
28070 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
28071
28072         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
28073         * sysdeps/powerpc/fpu_control.h: ... here.
28074         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
28075         * sysdeps/powerpc/bits/fenvinline.h: ... here.
28076         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
28077         * sysdeps/powerpc/bits/mathinline.h: ... here.
28078
28079 2013-03-01  Roland McGrath  <roland@hack.frob.com>
28080
28081         * elf/dl-hwcaps.c (_dl_important_hwcaps):
28082         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
28083         to just [NEED_DL_SYSINFO_DSO].
28084         * elf/dl-support.c: Likewise.
28085         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
28086         * elf/rtld.c (dl_main): Likewise.
28087         * elf/setup-vdso.h (setup_vdso): Likewise.
28088         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
28089         * sysdeps/unix/sysv/linux/dl-sysdep.c
28090         (_dl_discover_osversion): Likewise.
28091
28092 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
28093
28094         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
28095         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28096
28097 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
28098
28099         * NEWS: Mention libm performance improvements and non-x86 PI
28100         futex support.
28101
28102         * csu/libc-start.c (__pthread_initialize_minimal): Change
28103         function arguments.
28104         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28105
28106 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
28107
28108         [BZ #13550]
28109         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
28110         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
28111         <bp-sym.h> and <bp-asm.h>.
28112         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28113         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
28114         and <bp-asm.h>.
28115         (memcpy): Don't use BP_SYM.
28116         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
28117         <bp-asm.h>.
28118         (__mpn_add_n): Don't use BP_SYM.
28119         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
28120         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
28121         and <bp-asm.h>.
28122         (__mpn_addmul_1): Don't use BP_SYM.
28123         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28124         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28125         <bp-sym.h>.
28126         (_setjmp): Don't use BP_SYM.
28127         (__novmx_setjmp): Likewise.
28128         (__GI__setjmp): Likewise.
28129         (__vmx_setjmp): Likewise.
28130         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28131         <bp-sym.h>.
28132         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28133         (__bzero): Don't use BP_SYM.
28134         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28135         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28136         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28137         <bp-sym.h> and <bp-asm.h>.
28138         (memcpy): Don't use BP_SYM.
28139         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28140         <bp-sym.h> and <bp-asm.h>.
28141         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28142         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28143         <bp-sym.h> and <bp-asm.h>.
28144         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28145         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28146         <bp-asm.h>.
28147         (__mpn_lshift): Don't use BP_SYM.
28148         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28149         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28150         <bp-asm.h>.
28151         (memset): Don't use BP_SYM.
28152         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28153         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28154         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28155         <bp-asm.h>.
28156         (__mpn_mul_1): Don't use BP_SYM.
28157         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28158         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28159         <bp-sym.h> and <bp-asm.h>.
28160         (memcmp): Don't use BP_SYM.
28161         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28162         <bp-sym.h> and <bp-asm.h>.
28163         (memcpy): Don't use BP_SYM.
28164         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28165         <bp-sym.h> and <bp-asm.h>.
28166         (memset): Don't use BP_SYM.
28167         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28168         <bp-sym.h> and <bp-asm.h>.
28169         (strncmp): Don't use BP_SYM.
28170         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28171         <bp-sym.h> and <bp-asm.h>.
28172         (memcpy): Don't use BP_SYM.
28173         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28174         <bp-sym.h> and <bp-asm.h>.
28175         (memset): Don't use BP_SYM.
28176         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28177         <bp-sym.h> and <bp-asm.h>.
28178         (__memchr): Don't use BP_SYM.
28179         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28180         <bp-sym.h> and <bp-asm.h>.
28181         (memcmp): Don't use BP_SYM.
28182         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28183         <bp-sym.h> and <bp-asm.h>.
28184         (memcpy): Don't use BP_SYM.
28185         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28186         <bp-sym.h> and <bp-asm.h>.
28187         (__mempcpy): Don't use BP_SYM.
28188         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28189         <bp-sym.h> and <bp-asm.h>.
28190         (__memrchr): Don't use BP_SYM.
28191         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28192         <bp-sym.h> and <bp-asm.h>.
28193         (memset): Don't use BP_SYM.
28194         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28195         <bp-sym.h> and <bp-asm.h>.
28196         (__rawmemchr): Don't use BP_SYM.
28197         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28198         <bp-sym.h> and <bp-asm.h>.
28199         (__STRCMP): Don't use BP_SYM.
28200         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28201         <bp-sym.h> and <bp-asm.h>.
28202         (strchr): Don't use BP_SYM.
28203         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28204         <bp-sym.h> and <bp-asm.h>.
28205         (__strchrnul): Don't use BP_SYM.
28206         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28207         <bp-sym.h> and <bp-asm.h>.
28208         (strlen): Don't use BP_SYM.
28209         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28210         <bp-sym.h> and <bp-asm.h>.
28211         (strncmp): Don't use BP_SYM.
28212         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28213         <bp-sym.h> and <bp-asm.h>.
28214         (__strnlen): Don't use BP_SYM.
28215         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28216         <bp-asm.h>.
28217         (__mpn_rshift): Don't use BP_SYM.
28218         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28219         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28220         <bp-sym.h> and <bp-asm.h>.
28221         (__sigsetjmp): Don't use BP_SYM.
28222         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28223         (L(start_addresses)): Don't use BP_SYM.
28224         (_start): Likewise.
28225         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28226         <bp-asm.h>.
28227         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28228         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28229         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28230         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28231         <bp-asm.h>.
28232         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28233         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28234         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28235         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28236         <bp-asm.h>.
28237         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28238         comments.
28239         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28240         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28241         <bp-asm.h>.
28242         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28243         FIXME comments.
28244         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28245         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28246         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28247         <bp-asm.h>.
28248         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28249         comment.
28250         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28251         and <bp-asm.h>.
28252         (strncmp): Don't use BP_SYM,
28253         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28254         <bp-asm.h>.
28255         (__mpn_sub_n): Don't use BP_SYM.
28256         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28257         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28258         and <bp-asm.h>.
28259         (__mpn_submul_1): Don't use BP_SYM.
28260         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28262         <bp-sym.h> and <bp-asm.h>.
28263         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28265         <bp-sym.h> and <bp-asm.h>.
28266         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28267         comment.
28268
28269 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28270
28271         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28272         Use ZK to minimize writes to Z.
28273         (sub_magnitudes): Simplify code a bit.
28274         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28275         Use ZK to minimize writes to Z.
28276         (sub_magnitudes): Simplify code a bit.
28277
28278 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28279
28280         * csu/gmon-start.c: Add special exception to license text.
28281
28282 2013-02-27  Richard Henderson  <rth@redhat.com>
28283
28284         * scripts/config.guess: Update from config.git.
28285         * scripts/config.sub: Likewise.
28286
28287 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28288
28289         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28290
28291         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28292
28293         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28294
28295         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28296
28297         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28298
28299 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28300
28301         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28302         [$(build-shared = yes].
28303
28304 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28305
28306         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28307         (__mul): Reduce iterations for calculating mantissa.
28308
28309         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28310         MPTWO.
28311         (__mpranred): Likewise.
28312
28313         [BZ #15160]
28314         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28315         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28316
28317 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28318
28319         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28320         Define __attribute__.
28321
28322 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28323
28324         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28325         unused.
28326         * posix/regex_internal.h (__attribute): Remove.
28327         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28328         (re_string_context_at): Likewise.
28329         (bitset_not): Use __attribute__ and mark function as possibly
28330         unused.
28331         (bitset_merge): Likewise.
28332         (bitset_mask): Likewise.
28333         (re_string_char_size_at): Likewise.
28334         (re_string_wchar_at): Likewise.
28335         (re_string_elem_size_at): Likewise.
28336
28337 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28338
28339         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28340         code.
28341         (cc32): Likewise.
28342
28343         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28344         (__acr): Likewise.
28345         (__cpy): Likewise.
28346         (norm): Likewise.
28347         (denorm): Likewise.
28348         (__dbl_mp): Likewise.
28349         (add_magnitudes): Likewise.
28350         (sub_magnitudes): Likewise.
28351         (__mul): Likewise.
28352         (__inv): Likewise.
28353
28354         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28355         style.
28356
28357         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28358         style.
28359
28360         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28361         code.
28362
28363         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28364         up changes with default code.
28365         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28366         Likewise.
28367
28368 2013-02-24  Allan McRae  <allan@archlinux.org>
28369
28370         * manual/socket.texi (The Internet Namespace): Order menu items
28371         to match that in the file.
28372
28373         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28374         node listing of the info page menu.
28375
28376 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28377
28378         [BZ #13550]
28379         * sysdeps/i386/bp-asm.h: Remove file.
28380         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28381         (PARMS): Do not use macros from bp-asm.h.
28382         (S1): Likewise.
28383         (S2): Likewise.
28384         (SIZE): Likewise.
28385         (__mpn_add_n): Do not use BP_SYM
28386         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28387         "bp-asm.h".
28388         (PARMS): Do not use macros from bp-asm.h.
28389         (S1): Likewise.
28390         (SIZE): Likewise.
28391         (__mpn_addmul_1): Do not use BP_SYM
28392         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28393         "bp-asm.h".
28394         (PARMS): Do not use macros from bp-asm.h.
28395         (SIGMSK): Likewise.
28396         (_setjmp): Likewise.  Do not use BP_SYM.
28397         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28398         "bp-asm.h".
28399         (PARMS): Do not use macros from bp-asm.h.
28400         (SIGMSK): Likewise.
28401         (setjmp): Likewise.  Do not use BP_SYM.
28402         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28403         "bp-asm.h".
28404         (PARMS): Do not use macros from bp-asm.h.
28405         (__frexp): Do not use BP_SYM.
28406         (frexp): Likewise.
28407         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28408         "bp-asm.h".
28409         (PARMS): Do not use macros from bp-asm.h.
28410         (__frexpf): Do not use BP_SYM.
28411         (frexpf): Likewise.
28412         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28413         "bp-asm.h".
28414         (PARMS): Do not use macros from bp-asm.h.
28415         (__frexpl): Do not use BP_SYM.
28416         (frexpl): Likewise.
28417         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28418         "bp-asm.h".
28419         (PARMS): Do not use macros from bp-asm.h.
28420         (__remquo): Do not use BP_SYM.
28421         (remquo): Likewise.
28422         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28423         "bp-asm.h".
28424         (PARMS): Do not use macros from bp-asm.h.
28425         (__remquof): Do not use BP_SYM.
28426         (remquof): Likewise.
28427         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28428         "bp-asm.h".
28429         (PARMS): Do not use macros from bp-asm.h.
28430         (__remquol): Do not use BP_SYM.
28431         (remquol): Likewise.
28432         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28433         "bp-asm.h".
28434         (PARMS): Do not use macros from bp-asm.h.
28435         (DEST): Likewise.
28436         (SRC): Likewise.
28437         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28438         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28439         "bp-asm.h".
28440         (PARMS): Do not use macros from bp-asm.h.
28441         (strlen): Do not use BP_SYM.
28442         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28443         "bp-asm.h".
28444         (PARMS): Do not use macros from bp-asm.h.
28445         (S1): Likewise.
28446         (S2): Likewise.
28447         (SIZE): Likewise.
28448         (__mpn_add_n): Do not use BP_SYM.
28449         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28450         "bp-asm.h".
28451         (PARMS): Do not use macros from bp-asm.h.
28452         (S1): Likewise.
28453         (SIZE): Likewise.
28454         (__mpn_addmul_1): Do not use BP_SYM.
28455         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28456         weak_alias.
28457         (bzero): Likewise.
28458         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28459         "bp-asm.h".
28460         (PARMS): Do not use macros from bp-asm.h.
28461         (S): Likewise.
28462         (SIZE): Likewise.
28463         (__mpn_lshift): Do not use BP_SYM.
28464         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28465         "bp-asm.h".
28466         (PARMS): Do not use macros from bp-asm.h.
28467         (DEST): Likewise.
28468         (SRC): Likewise.
28469         (LEN): Likewise.
28470         (memcpy): Likewise.  Do not use BP_SYM.
28471         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28472         libc_hidden_def and weak_alias.
28473         (mempcpy): Do not use BP_SYM in weak_alias.
28474         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28475         "bp-asm.h".
28476         (PARMS): Do not use macros from bp-asm.h.
28477         (DEST): Likewise.
28478         (LEN): Likewise.
28479         [!BZERO_P] (CHR): Likewise.
28480         (memset): Likewise.  Do not use BP_SYM.
28481         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28482         "bp-asm.h".
28483         (PARMS): Do not use macros from bp-asm.h.
28484         (S1): Likewise.
28485         (SIZE): Likewise.
28486         (__mpn_mul_1): Do not use BP_SYM.
28487         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28488         "bp-asm.h".
28489         (PARMS): Do not use macros from bp-asm.h.
28490         (S): Likewise.
28491         (SIZE): Likewise.
28492         (__mpn_rshift): Do not use BP_SYM.
28493         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28494         "bp-asm.h".
28495         (PARMS): Do not use macros from bp-asm.h.
28496         (STR): Likewise.
28497         (CHR): Likewise.
28498         (strchr): Likewise.  Do not use BP_SYM.
28499         (index): Do not use BP_SYM in weak_alias.
28500         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28501         "bp-asm.h".
28502         (PARMS): Do not use macros from bp-asm.h.
28503         (DEST): Likewise.
28504         (SRC): Likewise.
28505         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28506         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28507         "bp-asm.h".
28508         (PARMS): Do not use macros from bp-asm.h.
28509         (strlen): Do not use BP_SYM.
28510         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28511         "bp-asm.h".
28512         (PARMS): Do not use macros from bp-asm.h.
28513         (S1): Likewise.
28514         (S2): Likewise.
28515         (SIZE): Likewise.
28516         (__mpn_sub_n): Do not use BP_SYM.
28517         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28518         "bp-asm.h".
28519         (PARMS): Do not use macros from bp-asm.h.
28520         (S1): Likewise.
28521         (SIZE): Likewise.
28522         (__mpn_submul_1): Do not use BP_SYM.
28523         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28524         "bp-asm.h".
28525         (PARMS): Do not use macros from bp-asm.h.
28526         (S1): Likewise.
28527         (S2): Likewise.
28528         (SIZE): Likewise.
28529         (__mpn_add_n): Do not use BP_SYM.
28530         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28531         weak_alias.
28532         (bzero): Likewise.
28533         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28534         "bp-asm.h".
28535         (PARMS): Do not use macros from bp-asm.h.
28536         (BLK2): Likewise.
28537         (LEN): Likewise.
28538         (memcmp): Do not use BP_SYM.
28539         (bcmp): Do not use BP_SYM in weak_alias.
28540         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28541         "bp-asm.h".
28542         (PARMS): Do not use macros from bp-asm.h.
28543         (DEST): Likewise.
28544         (SRC): Likewise.
28545         (LEN): Likewise.
28546         (memcpy): Likewise.  Do not use BP_SYM.
28547         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28548         "bp-asm.h".
28549         (PARMS): Do not use macros from bp-asm.h.
28550         (DEST): Likewise.
28551         (SRC): Likewise.
28552         (LEN): Likewise.
28553         (memmove): Likewise.  Do not use BP_SYM.
28554         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28555         "bp-asm.h".
28556         (PARMS): Do not use macros from bp-asm.h.
28557         (DEST): Likewise.
28558         (SRC): Likewise.
28559         (LEN): Likewise.
28560         (__mempcpy): Likewise.  Do not use BP_SYM.
28561         (mempcpy): Do not use BP_SYM in weak_alias.
28562         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28563         "bp-asm.h".
28564         (PARMS): Do not use macros from bp-asm.h.
28565         (DEST): Likewise.
28566         (LEN): Likewise.
28567         [!BZERO_P] (CHR): Likewise.
28568         (memset): Likewise.  Do not use BP_SYM.
28569         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28570         "bp-asm.h".
28571         (PARMS): Do not use macros from bp-asm.h.
28572         (STR2): Likewise.
28573         (strcmp): Do not use BP_SYM.
28574         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28575         "bp-asm.h".
28576         (PARMS): Do not use macros from bp-asm.h.
28577         (STR): Likewise.
28578         (DELIM): Likewise.
28579         [USE_AS_STRTOK_R] (SAVE): Likewise.
28580         (FUNCTION): Likewise.  Do not use BP_SYM.
28581         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28582         aliases.
28583         (strtok_r): Likewise.
28584         (__GI___strtok_r): Likewise.
28585         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28586         (PARMS): Do not use macros from bp-asm.h.
28587         (S): Likewise.
28588         (SIZE): Likewise.
28589         (__mpn_lshift): Do not use BP_SYM.
28590         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28591         (PARMS): Do not use macros from bp-asm.h.
28592         (STR): Likewise.
28593         (CHR): Likewise.
28594         (__memchr): Do not use BP_SYM.
28595         (memchr): Do not use BP_SYM in weak_alias.
28596         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28597         (PARMS): Do not use macros from bp-asm.h.
28598         (BLK2): Likewise.
28599         (LEN): Likewise.
28600         (memcmp): Do not use BP_SYM.
28601         (bcmp): Do not use BP_SYM in weak_alias.
28602         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28603         (PARMS): Do not use macros from bp-asm.h.
28604         (S1): Likewise.
28605         (SIZE): Likewise.
28606         (__mpn_mul_1): Do not use BP_SYM.
28607         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28608         "bp-asm.h".
28609         (PARMS): Do not use macros from bp-asm.h.
28610         (STR): Likewise.
28611         (CHR): Likewise.
28612         (__rawmemchr): Do not use BP_SYM.
28613         (rawmemchr): Do not use BP_SYM in weak_alias.
28614         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28615         (PARMS): Do not use macros from bp-asm.h.
28616         (S): Likewise.
28617         (SIZE): Likewise.
28618         (__mpn_rshift): Do not use BP_SYM.
28619         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28620         (PARMS): Do not use macros from bp-asm.h.
28621         (SIGMSK): Likewise.
28622         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28623         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28624         (_start): Do not use BP_SYM.
28625         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28626         (PARMS): Do not use macros from bp-asm.h.
28627         (DEST): Likewise.
28628         (SRC): Likewise.
28629         (__stpcpy): Likewise.  Do not use BP_SYM.
28630         (stpcpy): Do not use BP_SYM in weak_alias.
28631         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28632         "bp-asm.h".
28633         (PARMS): Do not use macros from bp-asm.h.
28634         (DEST): Likewise.
28635         (SRC): Likewise.
28636         (LEN): Likewise.
28637         (__stpncpy): Likewise.  Do not use BP_SYM.
28638         (stpncpy): Do not use BP_SYM in weak_alias.
28639         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28640         (PARMS): Do not use macros from bp-asm.h.
28641         (STR): Likewise.
28642         (CHR): Likewise.
28643         (strchr): Likewise.  Do not use BP_SYM.
28644         * sysdeps/i386/strchrnul.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         (CHR): Likewise.
28649         (__strchrnul): Likewise.  Do not use BP_SYM.
28650         (strchrnul): Do not use BP_SYM in weak_alias.
28651         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28652         "bp-asm.h".
28653         (PARMS): Do not use macros from bp-asm.h.
28654         (STOP): Likewise.
28655         (strcspn): Do not use BP_SYM.
28656         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28657         "bp-asm.h".
28658         (PARMS): Do not use macros from bp-asm.h.
28659         (STR): Likewise.
28660         (STOP): Likewise.
28661         (strpbrk): Likewise.  Do not use BP_SYM.
28662         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28663         "bp-asm.h".
28664         (PARMS): Do not use macros from bp-asm.h.
28665         (STR): Likewise.
28666         (CHR): Likewise.
28667         (strrchr): Likewise.  Do not use BP_SYM.
28668         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28669         (PARMS): Do not use macros from bp-asm.h.
28670         (SKIP): Likewise.
28671         (strspn): Do not use BP_SYM.
28672         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28673         (PARMS): Do not use macros from bp-asm.h.
28674         (STR): Likewise.
28675         (DELIM): Likewise.
28676         (SAVE): Likewise.
28677         (FUNCTION): Likewise.  Do not use BP_SYM.
28678         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28679         aliases.
28680         (strtok_r): Likewise.
28681         (__GI___strtok_r): Likewise.
28682         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28683         (PARMS): Do not use macros from bp-asm.h.
28684         (S1): Likewise.
28685         (S2): Likewise.
28686         (SIZE): Likewise.
28687         (__mpn_sub_n): Do not use BP_SYM.
28688         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28689         "bp-asm.h".
28690         (PARMS): Do not use macros from bp-asm.h.
28691         (S1): Likewise.
28692         (SIZE): Likewise.
28693         (__mpn_submul_1): Do not use BP_SYM.
28694         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28695         <bp-sym.h>.
28696         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28697         and <bp-asm.h>.
28698         (PARMS): Do not use macros from bp-asm.h.
28699         (FLAGS): Likewise.
28700         (PTID): Likewise.
28701         (TLS): Likewise.
28702         (CTID): Likewise.
28703         (__clone): Do not use BP_SYM.
28704         (clone): Do not use BP_SYM in weak_alias.
28705         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28706         and <bp-asm.h>.
28707         (PARMS): Do not use macros from bp-asm.h.
28708         (LEN): Likewise.
28709         (__mmap64): Do not use BP_SYM.
28710         (mmap64): Do not use BP_SYM in weak_alias.
28711         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28712         <bp-sym.h> and <bp-asm.h>.
28713         (PARMS): Do not use macros from bp-asm.h.
28714         (__posix_fadvise64_l64): Do not use BP_SYM.
28715         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28716         (PARMS): Do not use macros from bp-asm.h.
28717         (NSOPS): Likewise.
28718         (semtimedop): Do not use BP_SYM.
28719         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28720         and <bp-asm.h>.
28721
28722 2013-02-21  Allan McRae  <allan@archlinux.org>
28723
28724         * manual/message.texi (Charset conversion in gettext):
28725         Move @end statement to beginning of line.
28726
28727 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28728
28729         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28730         static.
28731         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28732         Likewise.
28733
28734         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28735         (denorm): Likewise.
28736         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28737         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28738
28739 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28740
28741         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28742         tail-call to the resolved function if pltexit isn't needed.
28743
28744 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28745
28746         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28747         or Y being zero as being unlikely.
28748         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28749         Likewise.
28750
28751 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28752
28753         * manual/nss.texi (System Databases and Name Service Switch):
28754         Remove frobnicate @pxref.
28755
28756 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28757
28758         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28759         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28760
28761 2013-02-20  Petr Machata  <pmachata@redhat.com>
28762
28763         * elf/elf.h (R_ARM_TARGET1): New macro.
28764         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28765         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28766         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28767         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28768         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28769         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28770         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28771         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28772         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28773         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28774         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28775         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28776         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28777         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28778         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28779         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28780         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28781         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28782         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28783         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28784         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28785         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28786         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28787         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28788         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28789         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28790         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28791         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28792         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28793         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28794         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28795         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28796         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28797         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28798         (R_ARM_THM_GOT_BREL12): Likewise.
28799         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28800         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28801         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28802         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28803         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28804         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28805         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28806         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28807         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28808
28809 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28810
28811         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28812         __attribute_used__ to __attribute__ ((unused)).
28813
28814 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28815
28816         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28817         powerpc mpa.c.
28818         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28819         comment formatting.
28820         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28821
28822 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28823
28824         [BZ #13550]
28825         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28826         Remove macro.
28827         (ENTER): Remove both macro definitions.
28828         (LEAVE): Likewise.
28829         (CHECK_BOUNDS_LOW): Likewise.
28830         (CHECK_BOUNDS_HIGH): Likewise.
28831         (CHECK_BOUNDS_BOTH): Likewise.
28832         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28833         (RETURN_BOUNDED_POINTER): Likewise.
28834         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28835         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28836         (POP_ERRNO_LOCATION_RETURN): Likewise.
28837         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28838         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28839         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28840         macros.
28841         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28842         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28843         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28844         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28845         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28846         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28847         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28848         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28849         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28850         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28851         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28852         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28853         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28854         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28855         removed macros.
28856         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28857         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28858         macros.
28859         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28860         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28861         * sysdeps/i386/i586/memset.S (memset): Likewise.
28862         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28863         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28864         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28865         macros.
28866         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28867         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28868         Change uses of L(2) to L(out).
28869         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28870         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28871         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28872         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28873         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28874         removed macros.
28875         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28876         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28877         macros.
28878         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28879         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28880         (RETURN): Do not use macro LEAVE.
28881         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28882         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28883         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28884         * sysdeps/i386/i686/memset.S (memset): Likewise.
28885         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28886         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28887         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28888         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28889         Likewise.
28890         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28891         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28892         L(1_2) and L(1_3) into L(1).
28893         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28894         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28895         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28896         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28897         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28898         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28899         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28900         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28901         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28902         macros.
28903         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28904         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28905         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28906         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28907         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28908         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28909         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28910         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28911         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28912         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28913         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28914         * sysdeps/i386/strspn.S (strspn): Likewise.
28915         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28916         conditional code.
28917         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28918         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28919         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28920         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28921         L(1_3) into L(1_1).
28922         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28923         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28924         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28925         macros.
28926         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28927
28928 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28929
28930         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28931         macro.
28932
28933 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28934
28935         * math/atest-exp.c (exp_mpn): Remove ROUND.
28936         * math/atest-exp2.c (exp_mpn): Likewise.
28937         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28938
28939         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28940         * stdlib/tst-tls-atexit-lib.c: Likewise.
28941         * stdlib/tst-tls-atexit.c: Likewise.
28942
28943 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28944
28945         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28946         and __attribute_alloc_size__.
28947
28948 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28949
28950         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28951         __attribute_alloc_size__.
28952         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28953         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28954
28955 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28956
28957         * include/programs/xmalloc.h: New file.
28958         * catgets/gencat.c: Include it.
28959         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28960         * elf/pldd.c: Likewise.
28961         * iconv/iconv_charmap.c: Likewise.
28962         * iconv/iconvconfig.c: Likewise.
28963         * iconv/strtab.c: Likewise.
28964         * locale/programs/locale.c: Likewise.
28965         * locale/programs/localedef.h: Likewise.
28966         * locale/programs/simple-hash.c: Likewise.
28967         * nscd/nscd.h: Likewise.
28968         * nss/makedb.c: Likewise.
28969         * sysdeps/generic/ldconfig.h: Likewise.
28970
28971 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28972
28973         * Versions.def: Add GLIBC_2.18.
28974         * include/link.h (struct link_map): New member l_tls_dtor_count.
28975         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28976         (__call_tls_dtors): Likewise.
28977         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28978         __cxa_thread_atexit_impl.
28979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28980         Likewise.
28981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28982         Likewise.
28983         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28984         Likewise.
28985         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28986         Likewise.
28987         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28988         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28989         Likewise.
28990         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28991         Likewise.
28992         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28993         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28994         Likewise.
28995         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28996         (tests): Add test case tst-tls-atexit.
28997         (modules-names): Add shared library for tst-tls-atexit.
28998         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28999         (GLIBC_PRIVATE): Add __call_tls_dtors.
29000         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
29001         for libstdc++.
29002         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
29003         * stdlib/tst-tls-atexit.c: New test case.
29004         * stdlib/tst-tls-atexit-lib.c: New test case.
29005
29006         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
29007
29008         * elf/Versions (ld): Add _dl_find_dso_for_object.
29009         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
29010         * elf/dl-open.c (_dl_find_dso_for_object): New function.
29011         (dl_open_worker): Use _dl_find_dso_for_object.
29012         * elf/dl-sym.c (do_sym): Likewise.
29013         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
29014
29015 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29016
29017         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
29018         Syntactic changes only.
29019         (_dl_runtime_profile): Do a tail-call to the resolved function.
29020
29021 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
29022
29023         [BZ #13550]
29024         * sysdeps/x86_64/bp-asm.h: Remove file.
29025         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
29026         <bp-sym.h> and <bp-asm.h>.
29027         (__clone): Do not use BP_SYM.
29028         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
29029         <bp-sym.h> and <bp-asm.h>.
29030         * sysdeps/unix/x86_64/sysdep.S: Likewise.
29031         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
29032         "bp-asm.h".
29033         (_setjmp): Do not use BP_SYM.
29034         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
29035         "bp-asm.h".
29036         (setjmp): Do not use BP_SYM.
29037         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
29038         libc_hidden_def.
29039         (mempcpy): Do not use BP_SYM in weak_alias.
29040         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
29041         "bp-asm.h".
29042         (strchr): Do not use BP_SYM.
29043         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
29044         "bp-asm.h".
29045         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
29046         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
29047         (_start): Do not use BP_SYM.
29048         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
29049         "bp-asm.h".
29050         (strcat): Do not use BP_SYM.
29051         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
29052         "bp-asm.h".
29053         (STRCMP): Do not use BP_SYM.
29054         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
29055         "bp-asm.h".
29056         (STRCPY): Do not use BP_SYM.
29057         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
29058         "bp-asm.h".
29059         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
29060         "bp-asm.h".
29061         (FUNCTION): Do not use BP_SYM.
29062         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
29063         weak_alias.
29064         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
29065
29066 2013-02-17  Andreas Jaeger  <aj@suse.de>
29067
29068         * time/Versions: Sort entries.
29069         * string/Versions: Likewise.
29070         * resolv/Versions: Likewise.
29071         * posix/Versions: Likewise.
29072         * iconv/Versions: Likewise.
29073         * elf/Versions: Likewise.
29074         * wcsmbs/Versions: Likewise.
29075
29076 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29077
29078         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
29079         loop termination condition.
29080
29081         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
29082         variable to calculate EZ.
29083         (__sqr): Likewise.
29084
29085         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
29086         the lower precision input.
29087
29088 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
29089
29090         [BZ #13550]
29091         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
29092         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
29093         (run-via-rtld-prefix): Do not handle %-bp tests.
29094         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
29095         (all-object-suffixes): Remove .ob.
29096         (bppfx): Remove variable.
29097         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
29098         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
29099         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
29100         [$(build-bounded) = yes] (libtype.ob): Likewise.
29101         * Makerules (elide-routines.ob): Remove variable.
29102         (do-tests-clean): Do not handle *-bp.out.
29103         (common-mostlyclean): Do not handle *-bp and *-bp.out.
29104         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
29105         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
29106         (tests): Do not include $(tests-bp.out).
29107         (xtests): Do not include $(xtests-bp.out).
29108         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
29109         [$(build-bounded) = yes] ($(addprefix
29110         $(objpfx),$(binaries-bounded))): Remove rule.
29111         ($(objpfx)%-bp.out): Remove rule.
29112         * config.make.in (build-bounded): Remove variable.
29113         * crypt/Makefile [$(build-bounded) = yes]
29114         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
29115         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
29116         append to variable.
29117         [$(build-bounded) = yes] (install-lib): Likewise.
29118         [$(build-bounded) = yes] (generated): Likewise.
29119         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
29120         Remove rule.
29121         * intl/Makefile [$(build-bounded) = yes]
29122         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29123         * math/Makefile [$(build-bounded) = yes]
29124         ($(tests:%=$(objpfx)%-bp): Likewise.
29125         * misc/Makefile [$(build-bounded) = yes]
29126         ($(objpfx)tst-tsearch-bp): Likewise.
29127         * nptl/Makeconfig (bounded-thread-library): Remove variable.
29128         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29129         Remove dependency.
29130         * string/Makefile (o-objects.ob): Remove variable.
29131         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29132         (CFLAGS-.ob): Remove variable.
29133         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29134         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29135         both definitions of variable.
29136         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29137         (ASFLAGS-.ob): Remove variable.
29138
29139 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
29140
29141         [BZ #13550]
29142         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29143         Remove __BOUNDED_POINTERS__ from condition.
29144         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29145         * string/bits/string2.h [!__NO_STRING_INLINES &&
29146         !__BOUNDED_POINTERS__]: Likewise.
29147         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29148         Likewise.
29149         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29150         Remove conditional code.
29151         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29152         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29153         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29154         condition.
29155
29156         [BZ #13550]
29157         * csu/libc-start.c: Do not include <bp-sym.h>.
29158         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29159         * elf/dl-open.c: Do not include <bp-sym.h>.
29160         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29161         * math/fegetenv.c: Do not include <bp-sym.h>.
29162         (fegetenv): Do not use BP_SYM in versioned symbols.
29163         * nptl/sysdeps/pthread/bits/libc-lockP.h
29164         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29165         <bp-sym.h>.
29166         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29167         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29168         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29169         (__pthread_mutex_destroy): Likewise.
29170         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29171         (__pthread_mutex_lock): Likewise.
29172         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29173         (__pthread_mutex_trylock): Likewise.
29174         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29175         (__pthread_mutex_unlock): Likewise.
29176         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29177         (__pthread_mutexattr_init): Likewise.
29178         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29179         (__pthread_mutexattr_destroy): Likewise.
29180         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29181         (__pthread_mutexattr_settype): Likewise.
29182         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29183         (__pthread_rwlock_init): Likewise.
29184         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29185         (__pthread_rwlock_destroy): Likewise.
29186         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29187         (__pthread_rwlock_rdlock): Likewise.
29188         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29189         (__pthread_rwlock_tryrdlock): Likewise.
29190         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29191         (__pthread_rwlock_wrlock): Likewise.
29192         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29193         (__pthread_rwlock_trywrlock): Likewise.
29194         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29195         (__pthread_rwlock_unlock): Likewise.
29196         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29197         (__pthread_key_create): Likewise.
29198         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29199         (__pthread_setspecific): Likewise.
29200         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29201         (__pthread_getspecific): Likewise.
29202         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29203         Likewise.
29204         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29205         (_pthread_cleanup_push_defer): Likewise.
29206         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29207         (_pthread_cleanup_pop_restore): Likewise.
29208         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29209         (pthread_setcancelstate): Likewise.
29210         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29211         <bp-sym.h>.
29212         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29213         (memchr): Do not use BP_SYM in weak_alias.
29214         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29215         (fegetenv): Do not use BP_SYM in versioned symbols.
29216         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29217         (fesetenv): Do not use BP_SYM in versioned symbols.
29218         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29219         (feupdateenv): Do not use BP_SYM in versioned symbols.
29220         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29221         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29222         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29223         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29224         (open64): Do not use BP_SYM in weak_alias.
29225         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29226         (fegetenv): Do not use BP_SYM in versioned symbols.
29227         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29228         (fesetenv): Do not use BP_SYM in versioned symbols.
29229         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29230         (feupdateenv): Do not use BP_SYM in versioned symbols.
29231         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29232         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29233         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29234         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29235         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29236         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29237         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29238         <bp-sym.h>.
29239         (__libc_start_main): Do not use BP_SYM.
29240
29241 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29242
29243         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29244         redundant return line.
29245         (norm): Likewise.
29246         (denorm): Likewise.
29247         (dbl_mp): Likewise.
29248         (sub_magnitudes): Likewise.
29249         (__add): Likewise.
29250         (__sub): Likewise.
29251         (__mul): Likewise.
29252         (__inv): Likewise.
29253         (__dvd): Likewise.
29254         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29255         (norm): Likewise.
29256         (denorm): Likewise.
29257         (dbl_mp): Likewise.
29258         (sub_magnitudes): Likewise.
29259         (__add): Likewise.
29260         (__sub): Likewise.
29261         (__mul): Likewise.
29262         (__inv): Likewise.
29263         (__dvd): Likewise.
29264
29265         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29266         instead of __mul.
29267         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29268         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29269         (cc32): Likewise.
29270
29271         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29272         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29273         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29274         of __mul for squares.
29275         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29276         function
29277         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29278         Likewise.
29279         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29280         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29281
29282 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29283
29284         [BZ #13550]
29285         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29286         code.
29287         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29288         prototype or function definition.  Rename ubp_* variables and
29289         parameters.  Remove argv definitions conditional on
29290         [__BOUNDED_POINTERS__].
29291         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29292         * elf/dl-runtime.c (_dl_fixup): Likewise.
29293         * include/set-hooks.h (RUN_HOOK): Likewise.
29294         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29295         definition.
29296         * string/strcpy.c (strcpy): Do not use __unbounded.
29297         * sysdeps/generic/frame.h (struct layout): Likewise.
29298         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29299         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29300         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29301         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29302         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29303         (__backtrace): Likewise.
29304         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29305         use __ptrvalue.
29306         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29307         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29308         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29309         Likewise.
29310         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29311         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29312         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29313         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29314         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29315         Do not use __unbounded.
29316         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29317         Rename __unboundedrlimits parameter to rlimits in prototype.
29318         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29319         Do not use __unbounded.
29320         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29321         not use __ptrvalue.
29322         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29323         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29324         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29325         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29326         __ptrvalue or __unbounded.
29327         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29328         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29329         use __unbounded.
29330         (__new_msgctl): Do not use __ptrvalue.
29331         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29332         __unbounded.
29333         (__libc_msgrcv): Do not use __ptrvalue.
29334         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29335         startup_info): Do not use __unbounded.
29336         (__libc_start_main): Likewise.  Rename ubp_* variables and
29337         parameters.  Remove argv definitions conditional on
29338         [__BOUNDED_POINTERS__].
29339         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29340         __ptrvalue.
29341         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29342         use __unbounded.
29343         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29344         or __ptrvalue.
29345         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29346         use __unbounded.
29347         (__new_shmctl): Do not use __ptrvalue.
29348         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29349         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29350         Likewise.
29351         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29352         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29353         (__libc_sigaction): Likewise.
29354         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29355         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29356         Likewise.
29357         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29358
29359 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29360
29361         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29362
29363         * string/mempcpy.c: Implement by calling memcpy.
29364
29365 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29366
29367         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29368
29369         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29370         evaluation.
29371
29372         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29373         values in the mantissa.
29374
29375         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29376         minimize writes to Z.
29377         (sub_magnitudes): Simplify code a bit.
29378
29379 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29380
29381         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29382         from the message.  The linker prefixes all warnings with that already.
29383
29384 2013-02-12  Andreas Schwab  <schwab@suse.de>
29385
29386         [BZ #15078]
29387         * posix/regexec.c (extend_buffers): Add parameter min_len.
29388         (check_matching): Pass minimum needed length.
29389         (clean_state_log_if_needed): Likewise.
29390         (get_subexp): Likewise.
29391         * posix/Makefile (tests): Add bug-regex34.
29392         (bug-regex34-ENV): Define.
29393         * posix/bug-regex34.c: New file.
29394
29395         [BZ #11561]
29396         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29397         elements compare against the byte sequence of it, not its name.
29398         * posix/Makefile (tests): Add bug-regex35.
29399         (bug-regex35-ENV): Define.
29400         * posix/bug-regex35.c: New file.
29401
29402 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29403
29404         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29405         comment.
29406         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29407         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29408         (CHECK_EOL): Add undef.
29409
29410 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29411
29412         * bits/stdlib-bsearch.h: New file.
29413         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29414         * stdlib/stdlib.h: Likewise.
29415
29416 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29417
29418         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29419         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29420         declaration.
29421         * manual/search.texi (Array Search Function): Add missing const in
29422         lfind prototype.
29423         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29424         declaration to use rlim_t.
29425         (Basic Scheduling Functions): Remove erroneous const from
29426         sched_getparam prototype.  Remove erroneous * from
29427         sched_get_priority_max and sched_get_priority_min prototypes.
29428         (Resource Usage): Fix summary @comment on vtimes to refer to
29429         sys/vtimes.h rather than vtimes.h.
29430         Add missing *s in vtimes prototype.
29431         (Limits on Resources): Fix ulimit prototype to return long int.
29432         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29433         prototypes to use long int rather than double.
29434         (BSD Random): Fix initstate and setstate to use char *, not void *.
29435         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29436         prototype to make second argument 'struct aiocb64 *const[]'.
29437         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29438         (Status of AIO Operations): Remove erroneous const in aio_return and
29439         aio_return64 prototypes.
29440         (Synchronizing I/O): Fix sync prototype to return void.
29441         * manual/startup.texi (Suboptions): Remove an erroneous const in
29442         getsubopt prototype.
29443         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29444         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29445         use size_t rather than int.
29446         (Scanning All Users): Likewise for getpwent_r.
29447         (Setting Groups): Add missing const to setgroups prototype.
29448         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29449         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29450         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29451         'const void *' rather than 'const char *'.
29452         (Host Address Functions): Likewise for inet_ntop.
29453         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29454         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29455         ssize_t for return value.
29456         (Sending Data): Likewise for send, sendto, sendmsg.
29457         (Socket Option Functions): Add a missing const in setsockopt prototype.
29458         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29459         use wchar_t for the argument.
29460         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29461         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29462         take no arguments.
29463         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29464         double/float/long double for second argument.
29465         Fix return types of significand, significandf, significandl.
29466         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29467         argument in fchmod prototype.
29468         (File Owner): Use uid_t and gid_t in fchown prototype.
29469         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29470         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29471         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29472         use 'const struct dirent **' as argument types to CMP function pointer
29473         argument.
29474         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29475         (File Times): Fix summary magic @comment for struct utimbuf and utime
29476         to refer to utime.h, not time.h.
29477         * manual/string.texi (Argz Functions): Add missing const in
29478         argz_extract and argz_next prototypes.
29479         (Finding Tokens in a String): Likewise for basename.
29480         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29481         (Copying and Concatenation): Fix typo in wmemmove prototype.
29482         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29483         (Signal Stack): Remove erroneous const in sigstack prototype.
29484         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29485         prototype.
29486         (Simple Calendar Time): Likewise for stime.
29487         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29488         prototype.
29489         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29490         say sys/sysctl.h instead.
29491         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29492         and vsyslog prototypes.
29493
29494 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29495
29496         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29497         Remove.
29498
29499 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29500
29501         * misc/sys/mman.h: Fix typo in mremap comment.
29502
29503 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29504
29505         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29506         the '\0' terminator.
29507
29508 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29509
29510         [BZ #13550]
29511         * debug/segfault.c: Don't include <bp-checks.h>.
29512         * sysdeps/generic/bp-checks.h: Remove file.
29513         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29514         (__GETDENTS): Don't use CHECK_N.
29515         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29516         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29517         (__getgroups): Don't use CHECK_N.
29518         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29519         (setgroups): Don't use CHECK_N.
29520         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29521         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29522         (__libc_msgrcv): Don't use CHECK_N.
29523         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29524         (__libc_msgsnd): Don't use CHECK_N.
29525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29526         <bp-checks.h>.
29527         (__libc_pread): Don't use CHECK_N.
29528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29529         include <bp-checks.h>.
29530         (__libc_pread64): Don't use CHECK_N.
29531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29532         include <bp-checks.h>.
29533         (__libc_pwrite): Don't use CHECK_N.
29534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29535         include <bp-checks.h>.
29536         (__libc_pwrite64): Don't use CHECK_N.
29537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29538         <bp-checks.h>.
29539         (__libc_pread): Don't use CHECK_N.
29540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29541         include <bp-checks.h>.
29542         (__libc_pread64): Don't use CHECK_N.
29543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29544         include <bp-checks.h>.
29545         (__libc_pwrite): Don't use CHECK_N.
29546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29547         include <bp-checks.h>.
29548         (__libc_pwrite64): Don't use CHECK_N.
29549         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29550         (do_pread): Don't use CHECK_N.
29551         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29552         (do_pread64): Don't use CHECK_N.
29553         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29554         (do_pwrite): Don't use CHECK_N.
29555         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29556         (do_pwrite64): Don't use CHECK_N.
29557         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29558         (__libc_readv): Don't use CHECK_N.
29559         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29560         (semop): Don't use CHECK_N.
29561         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29562         <bp-checks.h>.
29563         (semtimedop): Don't use CHECK_N.
29564         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29565         (__libc_pread): Don't use CHECK_N.
29566         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29567         <bp-checks.h>.
29568         (__libc_pread64): Don't use CHECK_N.
29569         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29570         <bp-checks.h>.
29571         (__libc_pwrite): Don't use CHECK_N.
29572         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29573         <bp-checks.h>.
29574         (__libc_pwrite64): Don't use CHECK_N.
29575         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29576         <bp-checks.h>.
29577         (__libc_msgrcv): Don't use CHECK_N.
29578         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29579         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29580         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29581         (__libc_writev): Don't use CHECK_N.
29582
29583 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29584
29585         * string/strcpy.c: Removed unused variable.
29586
29587         * Makeconfig (+sysdep-includes): Define with := rather than =.
29588         Use an existing include/ subdir of each sysdeps dir before it.
29589
29590 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29591
29592         * nscd/connection.c (register_traced_file): Comment function.
29593         [HAVE_INOTIFY] (union __inev): Define.
29594         [HAVE_INOTIFY] (inotify_check_files): New function.
29595         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29596         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29597         clear_db_cache.
29598         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29599
29600 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29601
29602         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29603         loaded if not already and that a failure is permanent.
29604
29605 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29606
29607         [BZ #15006]
29608         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29609         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29610
29611 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29612
29613         [BZ #13550]
29614         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29615         (CHECK_1_NULL_OK): Likewise.
29616         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29617         (__fxstat): Do not use CHECK_1.
29618         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29619         <bp-checks.h>.
29620         (___fxstat64): Do not use CHECK_1.
29621         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29622         <bp-checks.h>.
29623         (__fxstatat): Do not use CHECK_1.
29624         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29625         <bp-checks.h>.
29626         (__fxstatat64): Do not use CHECK_1.
29627         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29628         <bp-checks.h>.
29629         (__fxstat): Do not use CHECK_1.
29630         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29631         <bp-checks.h>.
29632         (__fxstatat): Do not use CHECK_1.
29633         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29634         <bp-checks.h>.
29635         (__getresgid): Do not use CHECK_1.
29636         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29637         <bp-checks.h>.
29638         (__getresuid): Do not use CHECK_1.
29639         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29640         <bp-checks.h>.
29641         (__lxstat): Do not use CHECK_1.
29642         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29643         <bp-checks.h>.
29644         (__old_msgctl): Do not use CHECK_1.
29645         (__new_msgctl): Likewise.
29646         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29647         <bp-checks.h>.
29648         (__new_setrlimit): Do not use CHECK_1.
29649         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29650         <bp-checks.h>.
29651         (__old_shmctl): Do not use CHECK_1.
29652         (__new_shmctl): Likewise.
29653         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29654         <bp-checks.h>.
29655         (__xstat): Do not use CHECK_1.
29656         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29657         (__lxstat): Do not use CHECK_1.
29658         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29659         <bp-checks.h>.
29660         (___lxstat64): Do not use CHECK_1.
29661         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29662         (__old_msgctl): Do not use CHECK_1.
29663         (__new_msgctl): Likewise.
29664         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29665         <bp-checks.h>.
29666         (__gettimeofday): Do not use CHECK_1.
29667         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29668         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29669         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29670         <bp-checks.h>.
29671         (__gettimeofday): Do not use CHECK_1.
29672         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29673         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29674         (__new_shmctl): Do not use CHECK_1.
29675         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29676         <bp-checks.h>.
29677         (do_sigtimedwait): Do not use CHECK_1.
29678         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29679         <bp-checks.h>.
29680         (do_sigwaitinfo): Do not use CHECK_1.
29681         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29682         <bp-checks.h>.
29683         (msgctl): Do not use CHECK_1.
29684         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29685         <bp-checks.h>.
29686         (shmctl): Do not use CHECK_1.
29687         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29688         (ustat): Do not use CHECK_1.
29689         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29690         <bp-checks.h>.
29691         (__fxstat): Do not use CHECK_1.
29692         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29693         <bp-checks.h>.
29694         (__fxstatat): Do not use CHECK_1.
29695         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29696         <bp-checks.h>.
29697         (__lxstat): Do not use CHECK_1.
29698         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29699         <bp-checks.h>.
29700         (__xstat): Do not use CHECK_1.
29701         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29702         (__xstat): Do not use CHECK_1.
29703         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29704         (___xstat64): Do not use CHECK_1.
29705
29706         [BZ #13550]
29707         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29708         definitions.
29709         (CHECK_BOUNDS_HIGH): Likewise.
29710         * string/strcpy.c: Do not include <bp-checks.h>.
29711         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29712
29713 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29714
29715         * nscd/nscd-client.h (__nscd_drop_map_ref):
29716         Add __attribute__ ((unused)).
29717         * nis/nss-nisplus.h (niserr2nss): Likewise.
29718
29719         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29720         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29721
29722         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29723         Remove inline keyword.
29724         * include/rounding-mode.h (round_away): Likewise.
29725         * libio/wfileops.c (adjust_wide_data): Likewise.
29726         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29727         (__m128i_strloadu_tolower): Likewise.
29728         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29729         (__m128i_strloadu_tolower): Likewise.
29730         * time/mktime.c (ydhms_diff): Likewise.
29731         * locale/elem-hash.h (elem_hash): Likewise.
29732         * locale/setlocale.c (setdata): Likewise.
29733         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29734         (re_string_wchar_at): Likewise.
29735         (bitset_not, bitset_merge, bitset_mask): Likewise.
29736         [!(__GNUC__ > 3)] (inline): Remove macro.
29737         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29738         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29739         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29740         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29741         * string/memcmp.c (memcmp_bytes): Likewise.
29742         * locale/programs/locarchive.c (compute_hashval): Likewise.
29743         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29744         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29745         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29746         * nss/getent.c (print_rpc, print_protocols): Likewise.
29747         (print_passwd, print_group, print_aliases): Likewise.
29748         * nis/nss-nisplus.h (niserr2nss): Likewise.
29749         * nscd/connections.c (restart_p): Likewise.
29750         Change return type to bool.
29751
29752 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29753
29754         * Makeconfig (all-Depend-files): Add existing
29755         $(sorted-subdirs:=/Depend) files.
29756         (all-subdirs): Remove nss.
29757         * sysdeps/unix/inet/Subdirs: Add it here instead.
29758         * hesiod/Depend: New file.
29759
29760         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29761         instead of calling alloca.
29762
29763         * io/lseek.c (__lseek): Rename to __libc_lseek.
29764         Define __lseek as an alias.
29765
29766         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29767
29768 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29769
29770         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29771         else clause and remove check for non-standard endianness.
29772
29773 2013-02-04  David S. Miller  <davem@davemloft.net>
29774
29775         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29776
29777 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29778
29779         [BZ #13550]
29780         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29781         (__ubp_memchr): Remove prototype.
29782         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29783         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29784         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29785         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29786         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29787         Remove alias.
29788         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29789         (__ubp_memchr): Likewise.
29790         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29791         (__ubp_memchr): Likewise.
29792         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29793         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29794         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29795         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29796         CHECK_STRING.
29797         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29798         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29799         (__getcwd): Do not use CHECK_STRING.
29800         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29801         <bp-checks.h>.
29802         (__real_chown): Do not use CHECK_STRING.
29803         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29804         <bp-checks.h>.
29805         (fchownat): Do not use CHECK_STRING.
29806         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29807         CHECK_STRING.
29808         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29809         <bp-checks.h>.
29810         (__lchown): Do not use CHECK_STRING.
29811         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29812         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29813         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29814         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29815         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29816         include <bp-checks.h>.
29817         (truncate64): Do not use CHECK_STRING.
29818         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29819         <bp-checks.h>.
29820         (__real_chown): Do not use CHECK_STRING.
29821         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29822         <bp-checks.h>.
29823         (__lchown): Do not use CHECK_STRING.
29824         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29825         <bp-checks.h>.
29826         (__chown): Do not use CHECK_STRING.
29827         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29828         <bp-checks.h>.
29829         (truncate64): Do not use CHECK_STRING.
29830         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29831         Likewise.
29832         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29833         (__xmknod): Do not use CHECK_STRING.
29834         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29835         <bp-checks.h>.
29836         (__xmknodat): Do not use CHECK_STRING.
29837         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29838         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29839
29840 2013-02-04  Andreas Schwab  <schwab@suse.de>
29841
29842         [BZ #14142]
29843         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29844         * include/netdb.h: Likewise for h_errno.
29845         * elf/tst-stackguard1.c: Include <tls.h>.
29846
29847 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29848
29849         * elf/link.h (struct link_map): Extend the l_addr comment.
29850         * include/link.h (struct link_map): Likewise.
29851
29852 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29853
29854         [BZ #13550]
29855         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29856         (BOUNDED_1): Remove macro.
29857         * debug/backtrace.c: Don't include <bp-checks.h>.
29858         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29859         (__backtrace): Likewise.
29860         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29861         <bp-checks.h>.
29862         (__backtrace): Don't use BOUNDED_1.
29863         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29864         <bp-checks.h>.
29865         (__backtrace): Don't use BOUNDED_1.
29866         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29867         (__backtrace): Don't use BOUNDED_1.
29868         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29869         (shmat): Don't use BOUNDED_N.
29870
29871 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29872
29873         [BZ #13550]
29874         * sysdeps/generic/bp-start.h: Remove file.
29875         * csu/libc-start.c: Don't include <bp-start.h>.
29876         (LIBC_START_MAIN): Set up __environ directly instead of using
29877         INIT_ARGV_and_ENVIRON.
29878         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29879         <bp-start.h>.
29880
29881         [BZ #13550]
29882         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29883         definitions.
29884         (CHECK_FCNTL): Likewise.
29885         (CHECK_N_PAGES): Likewise.
29886
29887         [BZ #13550]
29888         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29889         definitions.
29890         (CHECK_SIGSET_NULL_OK): Likewise.
29891         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29892         <bp-checks.h>.
29893         (sigpending): Don't use CHECK_SIGSET.
29894         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29895         <bp-checks.h>.
29896         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29897         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29898         <bp-checks.h>.
29899         (do_sigsuspend): Don't use CHECK_SIGSET.
29900         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29901         use CHECK_SIGSET.
29902         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29903         (do_sigwait): Don't use CHECK_SIGSET.
29904         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29905         use CHECK_SIGSET.
29906         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29907         include <bp-checks.h>.
29908         (sigpending): Don't use CHECK_SIGSET.
29909         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29910         include <bp-checks.h>.
29911         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29912         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29913         <bp-checks.h>.
29914         (sigpending): Don't use CHECK_SIGSET.
29915         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29916         <bp-checks.h>.
29917         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29918
29919         [BZ #13550]
29920         * sysdeps/generic/bp-semctl.h: Remove file.
29921         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29922         <bp-checks.h> and <bp-semctl.h>.
29923         (__old_semctl): Don't use CHECK_SEMCTL.
29924         (__new_semctl): Likewise.
29925         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29926         and <bp-semctl.h>.
29927         (__old_semctl): Don't use CHECK_SEMCTL.
29928         (__new_semctl): Likewise.
29929         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29930         <bp-checks.h> and <bp-semctl.h>.
29931         (__old_semctl): Don't use CHECK_SEMCTL.
29932         (__new_semctl): Likewise.
29933         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29934         <bp-checks.h> and <bp-semctl.h>.
29935         (semctl): Don't use CHECK_SEMCTL.
29936
29937         [BZ #13550]
29938         * Makerules (elide-bp-thunks): Remove variable.
29939         (elide-routines.oS): Don't use $(elide-bp-thunks).
29940         (elide-routines.os): Likewise.
29941         (elide-routines.o): Likewise.
29942         (elide-routines.op): Likewise.
29943         (elide-routines.og): Likewise.
29944         (objects): Don't use $(bp-thunks).
29945         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29946         include.
29947         (common-generated): Do not add s-proto-bp.d.
29948         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29949         (int): Likewise.
29950         (typ): Likewise.
29951         Do not generate makefile rules for bounded-pointer thunks.
29952         * sysdeps/generic/bp-thunks.h: Remove file.
29953         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29954         * sysdeps/unix/s-proto-bp.S: Likewise.
29955
29956         [BZ #15062]
29957         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29958         parts of result separately when argument is not close to line from
29959         -i to i and one part of argument is small.
29960         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29961         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29962         * math/libm-test.inc (cacos_test): Add more tests.
29963         (casin_test): Likewise.
29964         (casinh_test): Likewise.
29965         * sysdeps/i386/fpu/libm-test-ulps: Update.
29966         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29967
29968 2013-01-31  David S. Miller  <davem@davemloft.net>
29969
29970         * po/de.po: Update from translation team.
29971
29972 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29973
29974         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29975
29976 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29977
29978         * configure.in (_AC_PROG_CC_C89): New definition.
29979         * configure: Regenerate.
29980
29981         * configure.in (AC_PROG_CPP): New definition.
29982         * configure: Regenerate.
29983
29984 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29985
29986         * debug/tst-backtrace.h: New file.
29987         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29988         (ret): Remove variable.
29989         (x): Likewise.
29990         (FAIL): Remove macro.
29991         (NO_INLINE): Likewise.
29992         (fn1): Use match function instead of strstr.
29993         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29994         (ret): Remove variable.
29995         (x): Likewise.
29996         (FAIL): Remove macro.
29997         (NO_INLINE): Likewise.
29998         (fn): Use match function instead of strstr.
29999         * debug/tst-backtrace4.c: Include tst-backtrace.h.
30000         (ret): Remove variable.
30001         (x): Likewise.
30002         (FAIL): Remove macro.
30003         (NO_INLINE): Likewise.
30004         (handle_signal): Use match function instead of strstr.
30005         * debug/tst-backtrace5.c: Include tst-backtrace.h.
30006         (ret): Remove variable.
30007         (x): Likewise.
30008         (FAIL): Remove macro.
30009         (NO_INLINE): Likewise.
30010         (handle_signal): Use match function instead of strstr.
30011
30012 2013-01-23  Roland McGrath  <roland@hack.frob.com>
30013
30014         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
30015
30016 2013-01-23  David S. Miller  <davem@davemloft.net>
30017
30018         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
30019         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
30020         argument of CAS if possible.
30021         * sysdeps/sparc/sparc64/bits/atomic.h
30022         (__arch_compare_and_exchange_val_32_acq): Likewise.
30023         (__arch_compare_and_exchange_val_64_acq): Likewise.
30024
30025 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
30026
30027         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
30028         * sysdeps/posix/ulimit.c: ... this.
30029         Include <limits.h>.
30030         * sysdeps/unix/bsd/ulimit.c: Remove file.
30031
30032 2013-01-23  Adam Conrad  <adconrad@0c3.net>
30033
30034         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
30035         (LDFLAGS-tst-array5): Likewise.
30036
30037 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
30038
30039         [BZ #15036]
30040         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
30041         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
30042         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
30043         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
30044
30045 2013-01-21  David S. Miller  <davem@davemloft.net>
30046
30047         * sysdeps/sparc/backtrace.c: New file.
30048         * sysdeps/sparc/sparc32/backtrace.h: New file.
30049         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
30050         * sysdeps/sparc/sparc64/backtrace.h: New file.
30051         * sysdeps/sparc/sparc64/backtrace.c: Delete.
30052         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
30053         -funwind-tables.
30054
30055 2013-01-21  Andreas Schwab  <schwab@suse.de>
30056
30057         [BZ #15020]
30058         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
30059         closed its stdout.
30060
30061 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
30062
30063         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
30064         "mpa2.h".
30065         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30066
30067 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
30068             Mark Mitchell  <mark@codesourcery.com>
30069             Tom de Vries  <tom@codesourcery.com>
30070             Paul Pluzhnikov  <ppluzhnikov@google.com>
30071
30072         * debug/tst-backtrace2.c: New file.
30073         * debug/tst-backtrace3.c: Likewise.
30074         * debug/tst-backtrace4.c: Likewise.
30075         * debug/tst-backtrace5.c: Likewise.
30076         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
30077         (CFLAGS-tst-backtrace3.c): Likewise.
30078         (CFLAGS-tst-backtrace4.c): Likewise.
30079         (CFLAGS-tst-backtrace5.c): Likewise.
30080         (LDFLAGS-tst-backtrace2): Likewise.
30081         (LDFLAGS-tst-backtrace3): Likewise.
30082         (LDFLAGS-tst-backtrace4): Likewise.
30083         (LDFLAGS-tst-backtrace5): Likewise.
30084         (tests): Add new tests tst-backtrace2, tst-backtrace3,
30085         tst-backtrace4 and tst-backtrace5.
30086
30087 2013-01-18  Anton Blanchard  <anton@samba.org>
30088             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30089
30090         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
30091         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
30092         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
30093         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
30094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30095         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
30096         "+r" and remove output regs list as redundant.  Add explicit inline
30097         asm to specify register of return val to work around compiler codegen
30098         bug.  Remove (int) cast on return value.  Add return type parameter to
30099         use in macro so that this macro does not truncate return value for
30100         64-bit values.
30101         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
30102         pass to INTERNAL_VSYSCALL_NCS.
30103         (INLINE_VSYSCALL): Add 'long int' as return type to
30104         INTERNAL_VSYSCALL_NCS macro invocation.
30105         (INTERNAL_VSYSCALL): Add 'long int' as return type to
30106         INTERNAL_VSYSCALL_NCS macro invocation.
30107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30108
30109 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30110
30111         [BZ #14496]
30112         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
30113         Fix application of SIMD FP exception mask.
30114
30115         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
30116         mp_no from a power of two.
30117         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
30118         __mpexp_twomm1.  Use __pow_mp.
30119
30120         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
30121         multiplication.
30122
30123 2013-01-17  David S. Miller  <davem@davemloft.net>
30124
30125         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30126
30127 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30128
30129         [BZ #15023]
30130         * include/complex.h: Condition contents on [!_COMPLEX_H].
30131         (__kernel_casinhf): New prototype.
30132         (__kernel_casinh): Likewise.
30133         (__kernel_casinhl): Likewise.
30134         * math/Makefile (libm_calls): Add k_casinh.
30135         * math/k_casinh.c: New file.
30136         * math/k_casinhf.c: Likewise.
30137         * math/k_casinhl.c: Likewise.
30138         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30139         finite nonzero arguments.
30140         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30141         finite nonzero arguments.
30142         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30143         finite nonzero arguments.
30144         * math/s_casinh.c: Do not include <float.h>.
30145         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30146         * math/s_casinhf.c: Do not include <float.h>.
30147         (__casinhf): Move code for finite nonzero arguments to
30148         k_casinhf.c.
30149         * math/s_casinhl.c: Do not include <float.h>.
30150         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30151         redefine.
30152         (__casinhl): Move code for finite nonzero arguments to
30153         k_casinhl.c.
30154         * math/libm-test.inc (cacos_test): Add more tests.
30155         * sysdeps/i386/fpu/libm-test-ulps: Update.
30156         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30157
30158 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
30159
30160         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30161         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30162         [!HAVE_MREMAP]: Remove [defined linux] case.
30163         * malloc/arena.c: Do not include <malloc-sysdep.h>.
30164
30165 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30166
30167         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30168
30169 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30170
30171         * elf/elf.h (R_386_SIZE32): New relocation.
30172         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30173         R_386_SIZE32.
30174         (elf_machine_rela): Likewise.
30175         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30176         R_X86_64_SIZE64 and R_X86_64_SIZE32.
30177
30178 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30179
30180         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30181         (FP_FAST_FMA): Do not define.
30182         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30183         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30184         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30185         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30186         !_SOFT_FLOAT]: Likewise.
30187         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30188         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30189         value.
30190         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30191         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30192         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30193         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30194         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30195         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30196         file.
30197
30198 2013-01-16  Andreas Schwab  <schwab@suse.de>
30199
30200         [BZ #14327]
30201         * include/stdlib.h (__mktemp): Add declaration.
30202         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30203         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30204
30205 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30206
30207         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30208         definitions.
30209         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30210         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30211         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30212         definitions here.
30213         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30214         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30215         definitions.
30216         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30217         and ONE.
30218         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30219         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30220         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30221         definitions.
30222         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30223         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30224         definitions.
30225         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30226
30227         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30228
30229 2013-01-15  David S. Miller  <davem@davemloft.net>
30230
30231         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30232         trunc{,f} to libm-sysdep_routes.
30233         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30234         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30235         file.
30236         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30237         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30238         file.
30239         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30240         file.
30241         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30242         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30243         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30244         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30245         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30246         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30247         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30248         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30249
30250         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30251         nearbyint{,f} to libm-sysdep_routes.
30252         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30253         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30254         New file.
30255         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30256         file.
30257         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30258         New file.
30259         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30260         file.
30261         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30262         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30263         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30264         file.
30265         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30266         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30267         file.
30268         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30269         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30270         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30271
30272         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30273         libc_feholdexcept and libc_fesetenv.
30274
30275 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30276
30277         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30278
30279 2013-01-14  David S. Miller  <davem@davemloft.net>
30280
30281         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30282         (SPARC_ASM_VIS2_IFUNC): Likewise.
30283         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30284         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30285         use of 'siam' instruction.
30286         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30287         Likewise.
30288         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30289         Likewise.
30290         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30291         Likewise.
30292         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30293         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30294         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30295         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30296         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30297         file.
30298         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30299         file.
30300         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30301         file.
30302         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30303         file.
30304         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30305         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30306         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30307         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30308         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30309         new VIS2 routines.
30310         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30311         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30312         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30313         Likewise.
30314         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30315         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30316         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30317         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30318         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30319         routines to libm-sysdep_routines.
30320         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30321
30322         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30323         fdim/fdimf to libm-sysdep_routines.
30324         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30325         file.
30326         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30327         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30328         file.
30329         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30330         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30331         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30332         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30333         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30334         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30335         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30336
30337 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30338
30339         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30340         to optimize copies.
30341
30342         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30343         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30344         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30345
30346         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30347         local variable MPTWO.
30348         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30349         Likewise.
30350
30351 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30352
30353         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30354         GLOB_NOESCAPE.
30355
30356 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30357
30358         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30359
30360 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30361
30362         * manual/pattern.texi (glob_t): Document gl_flags.
30363         (glob64_t): Likewise.
30364
30365 2013-01-11  David S. Miller  <davem@davemloft.net>
30366
30367         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30368         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30369         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30370         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30371         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30372         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30373         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30374         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30375         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30376         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30377         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30378         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30379         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30380
30381         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30382         sparc V9 rather than using V8 code.
30383         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30384         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30385
30386         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30387         Move to...
30388         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30389         Here.
30390
30391 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30392
30393         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30394         not in the main loop.
30395         * configure: Regenerated.
30396
30397 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30398
30399         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30400         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30401         to just #else.
30402         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30403         [!__GLIBC_HAVE_LONG_LONG] case.
30404         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30405         condition to just #else.
30406         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30407         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30408         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30409         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30410         unconditional.
30411         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30412         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30413         #elif condition to just #else.
30414         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30415         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30416         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30417         #elif condition to just #else.
30418
30419 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30420
30421         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30422         (EF_MIPS_ARCH_64): Fix value.
30423         (EF_MIPS_ARCH_32R2): New.
30424         (EF_MIPS_ARCH_64R2): New.
30425
30426 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30427
30428         * Makeconfig (+link-pie-before-libc): New.
30429         (+link-pie-after-libc): Likewise.
30430         (+link-pie-tests): Likewise.
30431         (+link-pie): Rewritten.
30432         (link-before-libc): Remove $(config-LDFLAGS).
30433         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30434         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30435         (config-LDFLAGS): Renamed to ...
30436         (rtld-LDFLAGS): This.
30437         (rtld-tests-LDFLAGS): New macro.
30438         (link-libc-rpath-link): Likewise.
30439         (link-libc-tests-rpath-link): Likewise.
30440         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30441         (link-libc): Prepand $(link-libc-rpath-link).
30442         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30443         (test-program-prefix): New macro.
30444         (test-via-rtld-prefix): Likewise.
30445         (test-program-cmd): Likewise.
30446         (host-test-program-cmd): Likewise.
30447         * Makefile ($(common-objpfx)testrun.sh): Replace
30448         $(run-program-prefix) with $(test-program-prefix).
30449         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30450         $(rtld-LDFLAGS).
30451         ($(common-objpfx)shlib.lds): Likewise.
30452         (build-module-helper): Likewise.
30453         ($(common-objpfx)format.lds): Likewise.
30454         * Rules (binaries-pie-tests): New.
30455         (binaries-pie-notests): Likewise.
30456         (binaries-pie): Rewritten.
30457         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30458         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30459         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30460         (make-test-out): Replace $(host-built-program-cmd) with
30461         $(host-test-program-cmd).
30462         * config.make.in (build-hardcoded-path-in-tests): New variable.
30463         * configure.in (--enable-hardcoded-path-in-tests): New configure
30464         option.
30465         (hardcoded_path_in_tests): New AC_SUBST.
30466         * configure: Regenerated.
30467         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30468         $(built-program-cmd) with $(test-program-cmd).
30469         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30470         (test_program_cmd): This.
30471         * elf/Makefile ($(objpfx)order.out): Run test with
30472         $(test-program-prefix).
30473         ($(objpfx)order2.out): Likewise.
30474         ($(objpfx)tst-initorder.out): Likewise.
30475         ($(objpfx)tst-initorder2.out): Likewise.
30476         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30477         $(test-program-cmd).
30478         ($(objpfx)tst-array1-static.out): Likewise.
30479         ($(objpfx)tst-array2.out): Likewise.
30480         ($(objpfx)tst-array3.out): Likewise.
30481         ($(objpfx)tst-array4.out): Likewise.
30482         ($(objpfx)tst-array5.out): Likewise.
30483         ($(objpfx)tst-array5-static.out): Likewise.
30484         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30485         $(test-program-cmd).
30486         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30487         $(run-program-prefix) with $(test-program-prefix).
30488         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30489         (test_program_prefix): This.
30490         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30491         $(run-program-prefix) with $(test-program-prefix).
30492         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30493         (test_program_prefix): This.
30494         * iconvdata/tst-tables.sh: Likewise.
30495         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30496         $(run-program-prefix) with $(test-program-prefix).
30497         ($(objpfx)tst-translit.out): Likewise.
30498         ($(objpfx)tst-gettext2.out): Likewise.
30499         ($(objpfx)tst-gettext4.out): Likewise.
30500         ($(objpfx)tst-gettext6.out): Likewise.
30501         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30502         (test_program_prefix): This.
30503         * intl/tst-gettext2.sh: Likewise.
30504         * intl/tst-gettext4.sh  Likewise.
30505         * intl/tst-gettext6.sh: Likewise.
30506         * intl/tst-translit.sh: Likewise.
30507         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30508         with $(test-program-cmd).
30509         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30510         $(run-program-prefix) with $(test-program-prefix).
30511         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30512         (test_program_prefix): This.
30513         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30514         $(run-program-prefix) with $(test-program-prefix).
30515         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30516         (test_program_prefix): This.
30517         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30518         * posix/Makefile ($(objpfx)globtest.out): Replace
30519         $(run-via-rtld-prefix) and $(test-wrapper) with
30520         $(test-program-prefix) and $(test-via-rtld-prefix).
30521         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30522         $(test-program-prefix).
30523         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30524         $(host-test-program-cmd).
30525         (tst-spawn-ARGS): Likewise.
30526         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30527         $(test-program-prefix).
30528         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30529         (test_via_rtld_prefix): This.
30530         (test_wrapper): Renamed to ...
30531         (test_program_prefix): This.
30532         (run_program_prefix): Replaced by test_program_prefix.
30533         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30534         (test_program_prefix): This.
30535         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30536         with $(host-test-program-cmd).
30537         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30538         $(run-program-prefix) with $(test-program-prefix).
30539         ($(objpfx)tst-printf.out): Likewise.
30540         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30541         $(test-program-cmd).
30542         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30543         (test_program_prefix): This.
30544         * stdio-common/tst-unbputc.sh: Likewise.
30545         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30546         $(run-program-prefix) with $(test-program-prefix).
30547         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30548         (test_program_prefix): This.
30549         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30550         $(built-program-cmd) with $(test-program-cmd).
30551
30552 2013-01-11  Andreas Jaeger  <aj@suse.de>
30553
30554         [BZ #15003]
30555         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30556         value. Sync with Linux 3.7.
30557
30558 2013-01-10  David S. Miller  <davem@davemloft.net>
30559
30560         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30561         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30562         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30563
30564 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30565
30566         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30567         never set.
30568         * configure: Regenerated.
30569
30570 2013-01-10  David S. Miller  <davem@davemloft.net>
30571
30572         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30573         sparc V9 rather than using V8 code.
30574         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30575         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30576
30577 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30578
30579         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30580         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30581         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30582         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30583         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30584         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30585         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30586         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30587         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30588         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30589         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30590         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30591         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30592         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30593         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30594         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30595         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30596         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30597         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30598         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30599         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30600         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30601         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30602         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30603         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30604         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30605         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30606
30607 2013-01-10  David S. Miller  <davem@davemloft.net>
30608
30609         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30610
30611 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30612
30613         * posix/Makefile (tests-static): New variable.
30614         (tests): Add $(tests-static).
30615         (tst-exec-static-ARGS): New variable.
30616         (tst-spawn-static-ARGS): Likewise.
30617         * posix/tst-exec-static.c: New file.
30618         * posix/tst-spawn-static.c: Likewise.
30619         * posix/tst-exec.c: Support run directly.
30620         * posix/tst-spawn.c: Likewise.
30621
30622 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30623
30624         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30625         long.
30626         * math/bits/mathcalls.h (llrint): Likewise.
30627         (llround): Likewise.
30628         * stdlib/stdlib.h (struct drand48_data): Likewise.
30629         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30630         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30631         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30632         Likewise.
30633         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30634         Likewise.
30635         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30636         (elf_greg_t): Likewise.
30637         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30638         (__jmp_buf): Likewise.
30639         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30640         definitions.
30641         (llrint): Likewise, for all definitions.
30642         (llrintl): Likewise.
30643
30644         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30645         Remove [__GNUC__] condition.
30646         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30647         condition to just [__USE_ISOC99].
30648         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30649
30650 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30651
30652         [BZ #14200]
30653         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30654         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30655         defined.
30656         (_POSIX_V6_ILP32_OFF32): Likewise.
30657         (_XBS5_ILP32_OFF32): Likewise.
30658         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30659         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30660
30661 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30662
30663         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30664
30665         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30666         doubles __mpexp_twomm1.  Adjust usage.
30667         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30668         Remove.
30669
30670 2013-01-10  Andreas Schwab  <schwab@suse.de>
30671
30672         [BZ #14964]
30673         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30674         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30675
30676 2013-01-09  David S. Miller  <davem@davemloft.net>
30677
30678         [BZ #15003]
30679         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30680         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30681         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30682         (TCP_FASTOPEN): Define.
30683         (tcp_repair_opt): New structure.
30684         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30685         enum values.
30686         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30687         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30688         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30689         (tcp_cookie_transactions): New structure.
30690
30691 2013-01-09  Anton Blanchard  <anton@samba.org>
30692
30693         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30694         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30695         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30696         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30697
30698 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30699
30700         * include/features.h (__USE_ANSI): Remove.
30701
30702 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30703
30704         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30705
30706         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30707
30708 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30709
30710         * sysdeps/s390/fpu/libm-test-ulps: Update.
30711
30712         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30713
30714         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30715         (__acr): Likewise.
30716         (__cpy): Likewise.
30717         (norm): Likewise.
30718         (denorm): Likewise.
30719         (__mp_dbl): Likewise.
30720         (__dbl_mp): Likewise.
30721         (add_magnitudes): Likewise.
30722         (sub_magnitudes): Likewise.
30723         (__add): Likewise.
30724         (__sub): Likewise.
30725         (__mul): Likewise.
30726         (__inv): Likewise.
30727         (__dvd): Likewise.
30728         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30729         (__acr): Likewise.
30730         (__cpy): Likewise.
30731         (norm): Likewise.
30732         (denorm): Likewise.
30733         (__mp_dbl): Likewise.
30734         (__dbl_mp): Likewise.
30735         (add_magnitudes): Likewise.
30736         (sub_magnitudes): Likewise.
30737         (__add): Likewise.
30738         (__sub): Likewise.
30739         (__mul): Likewise.
30740         (__inv): Likewise.
30741         (__dvd): Likewise.
30742         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30743         (__acr): Likewise.
30744         (__cpy): Likewise.
30745         (norm): Likewise.
30746         (denorm): Likewise.
30747         (__mp_dbl): Likewise.
30748         (__dbl_mp): Likewise.
30749         (add_magnitudes): Likewise.
30750         (sub_magnitudes): Likewise.
30751         (__add): Likewise.
30752         (__sub): Likewise.
30753         (__mul): Likewise.
30754         (__inv): Likewise.
30755         (__dvd): Likewise.
30756
30757 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30758
30759         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30760         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30761         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30762         2 && __USE_EXTERN_INLINES]: Likewise.
30763
30764 2013-01-08  Andreas Jaeger  <aj@suse.de>
30765
30766         [BZ# 14985]
30767         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30768         Remove.
30769         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30770         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30771
30772 2013-01-07  Anton Blanchard  <anton@samba.org>
30773
30774         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30775         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30776         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30777         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30778         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30779         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30780         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30781         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30782         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30783         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30784         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30785         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30786         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30787         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30788         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30789         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30790         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30791         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30792         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30793         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30794         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30795         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30796         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30797         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30798         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30799         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30800         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30801         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30802         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30803         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30804         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30805         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30806         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30807         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30808         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30809         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30810         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30811         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30812         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30813         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30814         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30815         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30816         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30817
30818 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30819
30820         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30821         (__MALLOC_PMT): Likewise.
30822         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30823         [__GNUC__], only on [_LIBC].
30824         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30825         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30826         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30827         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30828         forward declaration.
30829         (realloc_hook_ini): Likewise.
30830         (memalign_hook_ini): Likewise.
30831         (__libc_memalign): Do not use __MALLOC_PMT in variable
30832         declaration.
30833         (__libc_valloc): Likewise.
30834         (__libc_pvalloc): Likewise.
30835         (__libc_calloc): Likewise.
30836         (__posix_memalign): Likewise.
30837
30838         [BZ #14996]
30839         * math/s_casinh.c: Include <float.h>.
30840         (__casinh): Do not do computation with squaring and square root
30841         for large arguments.
30842         * math/s_casinhf.c: Include <float.h>.
30843         (__casinhf): Do not do computation with squaring and square root
30844         for large arguments.
30845         * math/s_casinhl.c: Include <float.h>.
30846         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30847         (__casinhl): Do not do computation with squaring and square root
30848         for large arguments.
30849         * math/libm-test.inc (casin_test): Add more tests.
30850         (casinh_test): Likewise.
30851         * sysdeps/i386/fpu/libm-test-ulps: Update.
30852         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30853
30854 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30855
30856         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30857         (__x86_64_raw_data_cache_size): Likewise.
30858         (__x86_64_data_cache_size_half): Likewise.
30859         (__x86_64_raw_data_cache_size_half): Likewise.
30860         (__x86_64_shared_cache_size): Likewise.
30861         (__x86_64_raw_shared_cache_size): Likewise.
30862         (__x86_64_shared_cache_size_half): Likewise.
30863         (__x86_64_raw_shared_cache_size_half): Likewise.
30864         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30865         to ...
30866         (__x86_data_cache_size): This.
30867         (__x86_64_raw_data_cache_size): Renamed to ...
30868         (__x86_raw_data_cache_size): This.
30869         (__x86_64_data_cache_size_half): Renamed to ...
30870         (__x86_data_cache_size_half): This.
30871         (__x86_64_raw_data_cache_size_half): Renamed to ...
30872         (__x86_raw_data_cache_size_half): This.
30873         (__x86_64_shared_cache_size): Renamed to ...
30874         (__x86_shared_cache_size): This.
30875         (__x86_64_raw_shared_cache_size): Renamed to ...
30876         (__x86_raw_shared_cache_size): This.
30877         (__x86_64_shared_cache_size_half): Renamed to ...
30878         (__x86_shared_cache_size_half): This.
30879         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30880         (__x86_raw_shared_cache_size_half): This.
30881         * sysdeps/x86_64/memcpy.S: Updated.
30882         * sysdeps/x86_64/memset.S: Likewise.
30883         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30884         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30885         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30886
30887 2013-01-04  David S. Miller  <davem@davemloft.net>
30888
30889         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30890
30891 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30892
30893         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30894         1 to avoid redefinition warning.
30895         (__USE_GNU): Don't define.
30896         (init_signaling_nan): Protoize.
30897
30898         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30899
30900 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30901
30902         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30903         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30904         (__cpymn): Likewise.
30905         (norm): Remove commented code.
30906         (denorm): Likewise.
30907         (__mp_dbl): Likewise.
30908         (__inv): Likewise.
30909         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30910         (__cpymn): Likewise.
30911         (norm): Remove commented code.
30912         (denorm): Likewise.
30913         (__mp_dbl): Likewise.
30914         (__inv): Likewise.
30915
30916         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30917         mp_no value for 1.0 and 2.0.
30918         (norm): Use RADIXI instead of radixi.d.
30919         (denorm): Likewise.
30920         (__mul): Use 0.0 instead of zero.d.
30921         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30922         mp_no value for 1.0 and 2.0.
30923         (norm): Use RADIXI instead of radixi.d.
30924         (denorm): Likewise.
30925         (__mul): Use 0.0 instead of zero.d.
30926
30927 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30928
30929         [BZ #14994]
30930         * math/s_casinh.c (__casinh): Reduce finite argument to first
30931         quadrant then set signs of results at the end.
30932         * math/s_casinhf.c (__casinhf): Likewise.
30933         * math/s_casinhl.c (__casinhl): Likewise.
30934         * math/libm-test.inc (casin_test): Add more tests.
30935         (casinh_test): Likewise.
30936         * sysdeps/i386/fpu/libm-test-ulps: Update.
30937         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30938
30939 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30940
30941         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30942
30943         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30944
30945         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30946         declarations.
30947         (denorm): Likewise.
30948         (__mp_dbl): Likewise.
30949         (__inv): Likewise.
30950
30951         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30952         and adjust the header comment.
30953
30954         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30955         variable name from declaration.
30956
30957 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30958
30959         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30960         Initialize COMMON_CPUID_INDEX_7 element.
30961         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30962         (CPUID_RTM): Likewise.
30963         (HAS_RTM): Likewise.
30964         (COMMON_CPUID_INDEX_7): New enum.
30965
30966 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30967
30968         [BZ #14981]
30969         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30970         size is zero, record memory as freed.
30971
30972 2013-01-03  Andreas Jaeger  <aj@suse.de>
30973
30974         * po/ia.po: Add new Interlingua translation.
30975
30976 2012-01-03  Allan McRae  <allan@archlinux.org>
30977
30978         * locale/programs/localedef.c: Fix description of '--posix' flag.
30979
30980 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30981
30982         * NEWS: Update dates in second copyright notice.
30983         * README: Update copyright dates in example.
30984         * manual/libc.texinfo: Update copyright dates.
30985         * scripts/test-installation.pl: Update copyright date in --version
30986         output.
30987
30988         * hurd/ctty-input.c: Fix copyright notice formatting.
30989         * hurd/ctty-output.c: Likewise.
30990         * hurd/dtable.c: Likewise.
30991         * hurd/hurd-raise.c: Likewise.
30992         * hurd/hurdprio.c: Likewise.
30993         * hurd/msgportdemux.c: Likewise.
30994         * misc/sys/file.h: Likewise.
30995         * misc/sys/ioctl.h: Likewise.
30996         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30997         * sysdeps/mach/hurd/chdir.c: Likewise.
30998         * sysdeps/mach/hurd/fchdir.c: Likewise.
30999         * sysdeps/mach/hurd/rename.c: Likewise.
31000         * sysdeps/mach/hurd/rmdir.c: Likewise.
31001         * sysdeps/mach/hurd/seekdir.c: Likewise.
31002         * sysdeps/mach/hurd/setsid.c: Likewise.
31003         * sysdeps/posix/wait3.c: Likewise.
31004
31005         * All files with FSF copyright notices: Update copyright dates
31006         using scripts/update-copyrights.
31007         * intl/plural.c: Regenerated.
31008         * locale/programs/charmap-kw.h: Likewise.
31009         * locale/programs/locfile-kw.h: Likewise.
31010
31011 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
31012
31013         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
31014         four values.
31015
31016         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
31017         calculation loop and add branch prediction.
31018
31019         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
31020         check access beyond bounds of m1np.
31021
31022         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31023         MPTWO.
31024         (__inv): Remove local variable MPTWO to use the global
31025         constant.
31026         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
31027         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31028         variable MPTWO.
31029         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
31030         MP3HALFS static const.
31031
31032 2013-01-01  David S. Miller  <davem@davemloft.net>
31033
31034         * po/ca.po: Update from translation team.
31035
31036 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
31037
31038         * scripts/update-copyrights: New file.
31039         * Makeconfig: Reformat copyright notice.
31040         * ctype/ctype.h: Likewise.
31041         * debug/swprintf_chk.c: Likewise.
31042         * elf/dl-cache.c: Likewise.
31043         * elf/dl-debug.c: Likewise.
31044         * elf/dl-object.c: Likewise.
31045         * grp/initgroups.c: Likewise.
31046         * hurd/Makefile: Likewise.
31047         * hurd/hurd/signal.h: Likewise.
31048         * hurd/hurdfault.c: Likewise.
31049         * hurd/hurdioctl.c: Likewise.
31050         * hurd/hurdlookup.c: Likewise.
31051         * hurd/intr-msg.c: Likewise.
31052         * iconv/gconv_open.c: Likewise.
31053         * libio/swprintf.c: Likewise.
31054         * locale/lc-ctype.c: Likewise.
31055         * locale/nl_langinfo.c: Likewise.
31056         * mach/Machrules: Likewise.
31057         * mach/Makefile: Likewise.
31058         * malloc/obstack.h: Likewise.
31059         * manual/Makefile: Likewise.
31060         * manual/tsort.awk: Likewise.
31061         * misc/bits/stab.def: Likewise.
31062         * nis/nis_print_group_entry.c: Likewise.
31063         * nis/nis_table.c: Likewise.
31064         * nis/nss_compat/compat-pwd.c: Likewise.
31065         * nis/nss_compat/compat-spwd.c: Likewise.
31066         * po/Makefile: Likewise.
31067         * posix/fnmatch.c: Likewise.
31068         * posix/regex.h: Likewise.
31069         * resolv/Makefile: Likewise.
31070         * resolv/nss_dns/dns-network.c: Likewise.
31071         * resolv/res_hconf.c: Likewise.
31072         * scripts/gen-sorted.awk: Likewise.
31073         * soft-fp/soft-fp.h: Likewise.
31074         * stdio-common/printf.h: Likewise.
31075         * stdlib/monetary.h: Likewise.
31076         * stdlib/random.c: Likewise.
31077         * stdlib/random_r.c: Likewise.
31078         * sysdeps/generic/Makefile: Likewise.
31079         * sysdeps/gnu/Makefile: Likewise.
31080         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
31081         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31082         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31083         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31084         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31085         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31086         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31087         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
31088         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31089         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31090         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
31091         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
31092         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
31093         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
31094         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
31095         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
31096         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
31097         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31098         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
31099         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31100         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
31101         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
31102         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
31103         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
31104         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
31105         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
31106         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
31107         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
31108         * sysdeps/mach/hurd/errnos.awk: Likewise.
31109         * sysdeps/mach/hurd/fork.c: Likewise.
31110         * sysdeps/mach/hurd/getcwd.c: Likewise.
31111         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
31112         * sysdeps/mach/hurd/mmap.c: Likewise.
31113         * sysdeps/mach/hurd/utimes.c: Likewise.
31114         * sysdeps/mach/hurd/xmknod.c: Likewise.
31115         * sysdeps/posix/profil.c: Likewise.
31116         * sysdeps/posix/readdir_r.c: Likewise.
31117         * sysdeps/powerpc/bits/mathdef.h: Likewise.
31118         * sysdeps/powerpc/bits/setjmp.h: Likewise.
31119         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
31120         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31121         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31122         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31123         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31124         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31125         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31126         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31127         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31128         * sysdeps/pthread/lio_listio.c: Likewise.
31129         * sysdeps/sparc/dl-procinfo.h: Likewise.
31130         * sysdeps/unix/i386/sysdep.S: Likewise.
31131         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31132         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31133         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31134         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31136         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31137         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31138         * sysdeps/unix/sysv/linux/speed.c: Likewise.
31139         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31140         * sysdeps/wordsize-32/divdi3.c: Likewise.
31141         * time/sys/time.h: Likewise.
31142         * wcsmbs/Makefile: Likewise.
31143
31144 2013-01-01  David S. Miller  <davem@davemloft.net>
31145
31146         * po/fr.po: Update from translation team.
31147
31148         * catgets/gencat.c: Update copyright year.
31149         * csu/version.c: Likewise.
31150         * debug/catchsegv.sh: Likewise.
31151         * debug/pcprofiledump.c: Likewise.
31152         * debug/xtrace.sh: Likewise.
31153         * elf/ldconfig.c: Likewise.
31154         * elf/ldd.bash.in: Likewise.
31155         * elf/pldd.c: Likewise.
31156         * elf/sotruss.ksh: Likewise.
31157         * elf/sprof.c: Likewise.
31158         * iconv/iconv_prog.c: Likewise.
31159         * iconv/iconvconfig.c: Likewise.
31160         * locale/programs/locale.c: Likewise.
31161         * locale/programs/localedef.c: Likewise.
31162         * login/programs/pt_chown.c: Likewise.
31163         * malloc/memusage.sh: Likewise.
31164         * malloc/memusagestat.c: Likewise.
31165         * malloc/mtrace.pl: Likewise.
31166         * nscd/nscd.c: Likewise.
31167         * nss/getent.c: Likewise.
31168         * nss/makedb.c: Likewise.
31169         * posix/getconf.c: Likewise.
31170
31171 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
31172
31173         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31174         numbers.
31175
31176 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
31177
31178         * math/bits/mathcalls.h (modf): Use __nonnull.
31179
31180 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31181
31182         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31183         (split): Use macro CN instead of the bare value.
31184         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31185         could be used.
31186         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31187         instead of the bare value.
31188         (power1): Likewise.
31189
31190 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31191
31192         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31193         __ATAN_TWOM.
31194         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31195
31196         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31197         their values.
31198         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31199         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31200         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31201         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31202
31203 2012-12-28  Andreas Jaeger  <aj@suse.de>
31204
31205         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
31206         values are from Linux 3.7.
31207
31208         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31209         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
31210
31211 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31212
31213         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
31214         TRUE case.
31215
31216         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31217         (norm): Likewise.
31218         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31219         variables with preprocessor constants.
31220         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31221         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31222         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31223
31224 2012-12-27  Bruno Haible  <bruno@clisp.org>
31225
31226         [BZ #14317]
31227         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31228         only if needed.
31229
31230 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31231
31232         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31233         and use variable directly.
31234         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31235
31236         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31237         MPONE.
31238         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31239         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31240         variable MPONE.
31241         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31242         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31243         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31244         include directive.  Remove local variable MPONE.
31245         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31246         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31247         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31248
31249 2012-12-25  David S. Miller  <davem@davemloft.net>
31250
31251         * version.h (RELEASE): Set to "development".
31252         (VERSION): Set to "2.17.90".
31253         * NEWS: Add 2.18 section.
31254
31255 2012-12-21  David S. Miller  <davem@davemloft.net>
31256
31257         * po/hr.po: Update from translation team.
31258
31259 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31260
31261         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31262
31263 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31264
31265         * NEWS:  Mention new memcpy for MIPS.
31266
31267 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31268
31269         * manual/contrib.texi (Contributors): Spelling correction.
31270
31271 2012-12-15  David S. Miller  <davem@davemloft.net>
31272
31273         * po/ru.po: Update from translation team.
31274
31275 2012-12-13  David S. Miller  <davem@davemloft.net>
31276
31277         * NEWS: Mention IFUNC testsuite enhancements.
31278
31279         * po/pl.po: Update from translation team.
31280         * po/bg.po: Likewise.
31281
31282         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31283         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31284
31285 2012-12-11  David S. Miller  <davem@davemloft.net>
31286
31287         * po/sv.po: Update from translation team.
31288
31289         * po/vi.po: Update from translation team.
31290
31291         * po/cs.po: Update from translation team.
31292
31293         * po/de.po: Update from translation team.
31294         * po/eo.po: Likewise.
31295         * po/nl.po: Likewise.
31296
31297 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31298
31299         [BZ #14246]
31300         * manual/argp.texi (Argp Helper Functions): Move node to follow
31301         Argp Parsing State.
31302
31303         [BZ #14872]
31304         * manual/conf.texi (Limits on File System Capacity): Mention if
31305         terminating null is included in the max size.
31306
31307 2012-12-10  Andreas Jaeger  <aj@suse.de>
31308
31309         * po/cs.po: Update from translation team.
31310
31311 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31312
31313         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31314         void pointer and cast to uintptr_t.
31315         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31316         path.
31317         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31318         * sysdeps/s390/s390-64/memset.S: Likewise.
31319
31320 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31321
31322         [BZ #14833]
31323         * menual/message.texi (Message Translation): Fix typos.
31324         (Helper programs for gettext): Likewise.
31325
31326 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31327
31328         [BZ #14898]
31329         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31330         Change to -1.
31331
31332 2012-12-07  David S. Miller  <davem@davemloft.net>
31333
31334         * po/libc.pot: Update.
31335
31336 2012-12-07  Richard Henderson  <rth@redhat.com>
31337
31338         [BZ #10114]
31339         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31340         normal/normal case to before the switch.
31341         (_FP_DIV): Likewise.
31342
31343 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31344             Mike Frysinger  <vapier@gentoo.org>
31345
31346         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31347         check for __NR_fadvise64_64.
31348
31349 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31350
31351         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31352         0, not just to plain "0" as a statement.
31353         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31354         with cw.
31355
31356 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31357
31358         * NEWS: Use sourceware.org in Bugzilla URL.
31359
31360 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31361
31362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31363         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31364
31365         * stdio-common/tst-put-error.c (do_test): Add newline to the
31366         padded test to ensure flush.
31367
31368 2012-12-05  Jeff Law  <law@redhat.com>
31369
31370         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31371
31372 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31373
31374         * README: Don't refer to ports add-on as distributed separately.
31375         Mention AArch64 in list of systems supported in the ports add-on.
31376
31377         * LICENSES: Add more non-FSF copyright and license notices.
31378
31379         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31380         ((unused)).
31381
31382         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31383
31384         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31385         10000 as width of padded output.
31386
31387 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31388
31389         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31390
31391         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31392         variable LX with __attribute__ ((unused)).
31393         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31394         Likewise.
31395         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31396         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31397         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31398         with __attribute__ ((unused)).
31399
31400 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31401
31402         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31403
31404 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31405
31406         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31407         (CFLAGS-nldbl-acos.c): New variable.
31408         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31409         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31410         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31411         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31412         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31413         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31414         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31415         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31416         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31417         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31418         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31419         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31420         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31421         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31422         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31423         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31424         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31425         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31426         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31427         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31428         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31429         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31430         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31431         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31432         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31433         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31434         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31435         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31436         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31437         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31438         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31439         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31440         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31441         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31442         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31443         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31444         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31445         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31446         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31447         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31448         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31449         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31450         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31451         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31452         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31453         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31454         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31455         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31456         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31457         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31458         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31459         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31460         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31461         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31462         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31463         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31464         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31465         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31466         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31467         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31468         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31469         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31470         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31471         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31472         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31473         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31474         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31475         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31476         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31477         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31478         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31479         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31480         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31481         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31482         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31483         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31484         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31485         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31486         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31487         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31488         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31489         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31490         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31491         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31492         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31493         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31494         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31495         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31496         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31497         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31498         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31499         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31500         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31501         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31502         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31503         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31504         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31505
31506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31507         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31508
31509         [BZ #14914]
31510         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31511         whole low double instead of just low 47 bits when splitting values
31512         into two parts.
31513
31514 2012-12-03  Allan McRae  <allan@archlinux.org>
31515
31516         * manual/stdio.texi (Predefined Printf Handlers): Remove
31517         @hsep and @vsep usage.
31518
31519 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31520
31521         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31522         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31523
31524 2012-12-03  Jeff Law  <law@redhat.com>
31525
31526         * time/sys/time.h (settimeofday): Do not mark TV argument
31527         as __nonnull.
31528
31529 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31530
31531         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31532         when currently writing and seek to current position when not.
31533         * libio/Makefile (tests): Remove bug-fclose1.
31534         * libio/bug-fclose1.c: Delete.
31535
31536 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31537
31538         * manual/arith.texi (feenableexcept): Fix typo.
31539         (fedisableexcept): Likewise.
31540
31541 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31542
31543         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31544         second, differently-typed declaration, rather than a cast.
31545
31546 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31547
31548         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31549         * include/rpc/svc.h: ... here.
31550
31551 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31552
31553         [BZ #13013]
31554         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31555         depending n and resplen2 to catch cases where answer
31556         equals answerp2.
31557
31558 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31559
31560         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31561         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31562
31563 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31564
31565         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31566
31567 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31568
31569         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31570
31571 2012-11-28  Jeff Law  <law@redhat.com>
31572
31573         [BZ #13761]
31574         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31575         dataset_temporary.  Track alloca usage into alloca_used.
31576         If dataset is large allocate and release it via malloc/free.
31577
31578 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31579
31580         [BZ #14197]
31581         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31582
31583 2012-11-28  David S. Miller  <davem@davemloft.net>
31584
31585         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31586
31587 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31588
31589         [BZ #14803]
31590         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31591         of pi/2 rounded to nearest to 64 bits.
31592         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31593         nearest to 64 bits.
31594         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31595         bits.
31596
31597 2012-11-28  Jeff Law <law@redhat.com>
31598             Martin Osvald <mosvald@redhat.com>
31599
31600         [BZ #14889]
31601         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31602         * sunrpc/svc.c: Include time.h.
31603         (__svc_accept_failed): New function.
31604         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31605         any reason other than EINTR, call __svc_accept_failed.
31606         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31607         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31608
31609 2012-11-28  Andreas Schwab  <schwab@suse.de>
31610
31611         * scripts/abilist.awk: Also handle indirect functions in .opd
31612         section.
31613
31614 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31615
31616         [BZ #13881]
31617         * sysdeps/x86/fpu/powl_helper.c: New file.
31618         * sysdeps/x86/fpu/Makefile: Likewise.
31619         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31620         (p3): New object.
31621         (__ieee754_powl): Use __powl_helper for finite arguments except
31622         integer exponents below 8.
31623         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31624         (p3): New object.
31625         (__ieee754_powl): Use __powl_helper for finite arguments except
31626         integer exponents below 8.
31627         * math/libm-test.inc (pow_test): Add more tests and enable some
31628         previously disabled tests.
31629         * sysdeps/i386/fpu/libm-test-ulps: Update.
31630         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31631
31632 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31633             Carlos O'Donell  <carlos_odonell@mentor.com>
31634
31635         * nss/makedb.c (is_prime): Assert that input is odd and greater
31636         than 4.  Note that fact in a comment too.
31637         (next_prime): Add 4 to input.
31638
31639 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31640
31641         [BZ #11741]
31642         * libio/Makefile (tests): Add test case tst-fwrite-error.
31643         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31644         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31645         * libio/tst-fwrite-error.c: New test case.
31646
31647 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31648
31649         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31650         before casting to void *.
31651         * include/libc-internal.h (__pointer_type): New macro.
31652         (__integer_if_pointer_type_sub): Likewise.
31653         (__integer_if_pointer_type): Likewise.
31654         (cast_to_integer): Likewise.
31655         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31656         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31657         before casting to atomic64_t.
31658         (atomic_exchange_acq): Likewise.
31659         (__arch_exchange_and_add_body): Likewise.
31660         (__arch_add_body): Likewise.
31661         (atomic_add_negative): Likewise.
31662         (atomic_add_zero): Likewise.
31663
31664 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31665
31666         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31667         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31668         (add_fdes): Likewise.
31669         (linear_search_fdes): Likewise.
31670         (binary_search_unencoded_fdes): Likewise.
31671
31672 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31673
31674         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31675
31676 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31677
31678         * configure.in: Autodetect C++ header directories.
31679         * configure: Regenerated.
31680
31681 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31682
31683         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31684
31685 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31686
31687         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31688
31689 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31690
31691         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31692         LDBL_MANT_DIG == 106]: Disable some tests.
31693         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31694         Likewise.
31695         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31696         Likewise.
31697
31698         [BZ #14871]
31699         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31700         input for small inputs.  Return +/- pi/2 for large inputs.
31701         * math/libm-test.inc (atan_test): Add more tests.
31702
31703         * sysdeps/generic/unwind-dw2-fde-glibc.c
31704         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31705         __attribute__ ((unused)).
31706
31707         [BZ #14645]
31708         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31709         x * y if x and y are nonzero and z is zero.
31710
31711         [BZ #14811]
31712         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31713         nonzero exponents with absolute value below 0x1p-117 to +/-
31714         0x1p-117.
31715
31716         [BZ #14869]
31717         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31718         up arguments below 2**-450, not just those below 2**-500.
31719         * math/libm-test.inc (hypot_test): Add another test.
31720
31721         [BZ #14868]
31722         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31723         Return a+b for ratio over 2**120, not 2**60.
31724         * math/libm-test.inc (hypot_test): Add another test.
31725
31726         * math/libm-test.inc (clog_test): Use
31727         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31728         (clog10_test): Likewise.
31729
31730         [BZ #6778]
31731         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31732
31733 2012-11-22  Andreas Schwab  <schwab@suse.de>
31734
31735         * sysdeps/i386/fpu/libm-test-ulps: Update.
31736
31737 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31738
31739         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31740         printf output with newline.
31741
31742 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31743
31744         [BZ #14865]
31745         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31746         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31747         -z nodlopen, -z initfirst and -z execstack support.
31748         * configure: Regenerated.
31749
31750         * elf/elf.h (DF_1_NODIRECT): New macro.
31751         (DF_1_IGNMULDEF): Likewise.
31752         (DF_1_NOKSYMS): Likewise.
31753         (DF_1_NOHDR): Likewise.
31754         (DF_1_EDITED): Likewise.
31755         (DF_1_NORELOC): Likewise.
31756         (DF_1_SYMINTPOSE): Likewise.
31757         (DF_1_GLOBAUDIT): Likewise.
31758         (DF_1_SINGLETON): Likewise.
31759         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31760         DT_1_SUPPORTED_MASK bits.
31761         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31762
31763 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31764
31765         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31766
31767 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31768
31769         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31770         macro.
31771
31772         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31773         (sendmmsg): Move declarations...
31774         * socket/sys/socket.h: ... here.
31775         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31776         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31777         include it from...
31778         * socket/recvmmsg.c: ... this new file.
31779         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31780         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31781         definition of __sendmmsg hidden.
31782         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31783         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31784         Move ENOSYS stub into and include it from...
31785         * socket/sendmmsg.c: ... this new file.
31786         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31787         (sysdep_routines): Move recvmmsg and sendmmsg...
31788         * socket/Makefile (routines): ... here.
31789         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31790         (GLIBC_PRIVATE): Add __sendmmsg.
31791         * include/sys/socket.h (__sendmmsg): Add declarations.
31792         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31793         sendmmsg.
31794
31795 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31796
31797         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31798         variable I1 with __attribute__ ((unused)).
31799         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31800
31801 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31802
31803         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31804         DUMMY variables with __attribute__ ((unused)).
31805
31806         * bits/byteswap.h: Include <bits/types.h>.
31807         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31808
31809 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31810
31811         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31812         string_t.  Do not manually set errno.
31813         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31814         length with __strnlen.  Make sure to both set errno and return it on
31815         failure.
31816
31817 2012-11-19  David S. Miller  <davem@davemloft.net>
31818
31819         With help from Joseph Myers.
31820         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31821         very large arguments properly.
31822         * math/libm-test.inc (atan_test): New tests.
31823         (atan2_test): New tests.
31824         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31825         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31826
31827 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31828
31829         [BZ #14856]
31830         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31831         Define to 3.
31832
31833         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31834         [POSIX] (EADDRNOTAVAIL): Likewise.
31835         [POSIX] (EAFNOSUPPORT): Likewise.
31836         [POSIX] (EALREADY): Likewise.
31837         [POSIX] (ECONNABORTED): Likewise.
31838         [POSIX] (ECONNREFUSED): Likewise.
31839         [POSIX] (ECONNRESET): Likewise.
31840         [POSIX] (EDESTADDRREQ): Likewise.
31841         [POSIX] (EDQUOT): Likewise.
31842         [POSIX] (EHOSTUNREACH): Likewise.
31843         [POSIX] (EIDRM): Likewise.
31844         [POSIX] (EISCONN): Likewise.
31845         [POSIX] (ELOOP): Likewise.
31846         [POSIX] (EMULTIHOP): Likewise.
31847         [POSIX] (ENETDOWN): Likewise.
31848         [POSIX] (ENETUNREACH): Likewise.
31849         [POSIX] (ENOBUFS): Likewise.
31850         [POSIX] (ENODATA): Likewise.
31851         [POSIX] (ENOLINK): Likewise.
31852         [POSIX] (ENOMSG): Likewise.
31853         [POSIX] (ENOPROTOOPT): Likewise.
31854         [POSIX] (ENOSR): Likewise.
31855         [POSIX] (ENOSTR): Likewise.
31856         [POSIX] (ENOTCONN): Likewise.
31857         [POSIX] (ENOTSOCK): Likewise.
31858         [POSIX] (EOPNOTSUPP): Likewise.
31859         [POSIX] (EOVERFLOW): Likewise.
31860         [POSIX] (EPROTO): Likewise.
31861         [POSIX] (EPROTONOSUPPORT): Likewise.
31862         [POSIX] (EPROTOTYPE): Likewise.
31863         [POSIX] (ESTALE): Likewise.
31864         [POSIX] (ETIME): Likewise.
31865         [POSIX] (ETXTBSY): Likewise.
31866         [POSIX] (EWOULDBLOCK): Likewise.
31867         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31868         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31869         [POSIX] (SEEK_CUR): Likewise.
31870         [POSIX] (SEEK_END): Likewise.
31871         [POSIX || UNIX98] (mode_t): Do not require.
31872         [POSIX] (off_t): Likewise.
31873         [POSIX] (pid_t): Likewise.
31874         [POSIX] (sys/stat.h): Do not allow header.
31875         [POSIX] (unistd.h): Likewise.
31876         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31877         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31878         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31879         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31880         require.
31881         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31882         sigevent): Specify elements.
31883         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31884         entry.
31885         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31886         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31887
31888         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31889         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31890         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31891         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31892         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31893         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31894         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31895         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31896         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31897         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31898         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31899         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31900         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31901         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31902         Likewise.
31903         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31904         Likewise.
31905         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31906         Likewise.
31907         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31908         Likewise.
31909         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31910         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31911         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31912         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31913         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31914         Specify lower bound on value.
31915         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31916         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31917         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31918         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31919         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31920         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31921         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31922         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31923         value.
31924         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31925         as optional.
31926         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31927         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31928         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31929         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31930         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31931         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31932         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31933         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31934         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31935         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31936         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31937         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31938         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31939         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31940         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31941         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31942         entry.
31943         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31944         optional.
31945         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31946         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31947         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31948         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31949         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31950         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31951         Likewise.
31952         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31953         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31954         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31955         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31956         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31957         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31958         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31959         as optional.
31960         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31961         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31962         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31963         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31964         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31965         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31966         specify as optional.
31967         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31968         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31969         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31970         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31971         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31972         [XPG3] (NL_LANGMAX): Likewise.
31973         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31974         [POSIX || XPG3] (NL_NMAX): Likewise.
31975         [POSIX || XPG3] (NL_SETMAX): Likewise.
31976         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31977         [XPG3] (NZERO): Likewise.
31978         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31979         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31980         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31981         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31982         (REG_ERANGE): Expect.
31983         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31984         optional-constant.
31985         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31986         Use (void) in prototype.
31987         [POSIX] (*_t): Allow.
31988         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31989         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31990         (WRDE_BADVAL): Expect.
31991
31992         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31993         expect.
31994         [XPG3 || XPG4] (O_RSYNC): Likewise.
31995         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31996         Likewise.
31997         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31998         [XPG3 || XPG4] (sigqueue): Likewise.
31999         [XPG3 || XPG4] (sigtimedwait): Likewise.
32000         [XPG3 || XPG4] (sigwaitinfo): Likewise.
32001         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
32002         [XPG3 || XPG4] (vsnprintf): Likewise.
32003         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
32004         Likewise.
32005         [XPG3 || XPG4] (blksize_t): Likewise.
32006         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
32007         Likewise.
32008         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
32009         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
32010         [XPG3 || XPG4] (struct itimerspec): Likewise.
32011         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
32012         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
32013         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
32014         [XPG3 || XPG4] (clockid_t): Likewise.
32015         [XPG3 || XPG4] (timer_t): Likewise.
32016         [XPG3 || XPG4] (clock_getres): Likewise.
32017         [XPG3 || XPG4] (clock_gettime): Likewise.
32018         [XPG3 || XPG4] (clock_settime): Likewise.
32019         [XPG3 || XPG4] (nanosleep): Likewise.
32020         [XPG3 || XPG4] (timer_create): Likewise.
32021         [XPG3 || XPG4] (timer_delete): Likewise.
32022         [XPG3 || XPG4] (timer_gettime): Likewise.
32023         [XPG3 || XPG4] (timer_getoverrun): Likewise.
32024         [XPG3 || XPG4] (timer_settime): Likewise.
32025         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
32026         [XPG3 || XPG4] (getlogin_r): Likewise.
32027         [XPG3 || XPG4] (pread): Likewise.
32028         [XPG3 || XPG4] (pthread_atfork): Likewise.
32029         [XPG3 || XPG4] (pwrite): Likewise.
32030
32031         [BZ #14835]
32032         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
32033         <bits/siginfo.h>.
32034
32035 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
32036
32037         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
32038         finalizing MALLSTREAM.
32039
32040         * sysdeps/mach/hurd/syncfs.c: New file.
32041
32042 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32043
32044         [BZ #14719]
32045         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
32046         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
32047         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
32048         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
32049         (_nss_dns_gethostbyname4_r): Likewise.
32050         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
32051         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
32052
32053 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
32054
32055         [BZ #13763]
32056         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
32057
32058 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
32059
32060         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
32061         * elf/cache.c (print_entry): Print ",AArch64" for
32062         FLAG_AARCH64_LIB64
32063
32064         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
32065         * elf/cache.c (print_entry): Print ",hard-float" for
32066         FLAG_ARM_LIBHF.
32067
32068 2012-11-18  David S. Miller  <davem@davemloft.net>
32069
32070         With help from Joseph Myers.
32071         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
32072         cutoff to 2**-13.
32073         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
32074         cutoff to 2**-25.
32075         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
32076         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
32077         small.
32078         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
32079         * math/libm-test.inc (y0_test): New tests.
32080         (y1_test): New tests.
32081         * sysdeps/i386/fpu/libm-test-ulps: Update.
32082         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32083         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32084
32085 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
32086
32087         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
32088         64-bit targets.
32089         * configure: Regenerated.
32090
32091 2012-11-17  David S. Miller  <davem@davemloft.net>
32092
32093         [BZ #14811]
32094         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
32095         nonzero exponents with absolute value below 0x1p-128 to +/-
32096         0x1p-128.
32097
32098 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
32099
32100         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
32101
32102         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
32103
32104         * posix/getconf-speclist.c: New file.
32105         * posix/posix-envs.def: Likewise.
32106         * posix/confstr.c (START_ENV_GROUP): New macro.
32107         (END_ENV_GROUP): Likewise.
32108         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32109         (KNOWN_PRESENT_ENV_STRING): Likewise.
32110         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32111         (UNKNOWN_ENVIRONMENT): Likewise.
32112         (confstr): Include posix-envs.def instead of handling
32113         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
32114         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
32115         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
32116         (END_ENV_GROUP): Likewise.
32117         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32118         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32119         (UNKNOWN_ENVIRONMENT): Likewise.
32120         (__sysconf): Include posix-envs.def instead of handling associated
32121         cases directly here.
32122         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32123         preprocessing getconf-speclist.c rather than running getconf or
32124         generating empty file.
32125
32126 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
32127
32128         * scripts/check-local-headers.sh: Ignore 'mach' headers.
32129
32130 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
32131
32132         [BZ #14672]
32133         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32134
32135 2012-11-16  David S. Miller  <davem@davemloft.net>
32136
32137         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32138         smaller than LDBL_EPSILON/2.0L, just return xm1.
32139
32140 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
32141
32142         * elf/tst-array1.c (init): Set constructor priority to 1000.
32143         (fini): Set destructor priority to 1000.
32144         * elf/tst-array2dep.c: Likewise.
32145
32146 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32147
32148         [BZ #11741]
32149         * libio/fileops.c (_IO_new_file_write): Correctly return error.
32150         (_IO_new_file_xsputn): Also return EOF if none of the input
32151         data was written when overflow failed.
32152         * libio/iopadn.c (_IO_padn): Likewise.
32153         * libio/iowpadn.c (_IO_wpadn): Likewise.
32154         * stdio-common/tst-put-error.c: Add copyright notice.
32155         (do_test): Add case for printing padded string.
32156         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32157         _IO_padn returned error.
32158         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32159         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32160         return EOF.
32161
32162 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32163
32164         * libio/libioP.h: Add comment note that the references to C++
32165         bits are now obsolete.
32166
32167 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32168
32169         * math/libm-test.inc (check_complex): Use asprintf.
32170
32171 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
32172
32173         * debug/pcprofiledump.c (print_version): Update copyright year.
32174         * malloc/memusagestat.c (print_version): Likewise.
32175
32176 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
32177
32178         [BZ #14831]
32179         * elf/Makefile (tests): Add tst-audit8.
32180         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32181         ($(objpfx)tst-audit8.out): New target.
32182         (tst-audit8-ENV): New variable.
32183         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32184         audit if l_reloc_result is NULL.
32185         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32186         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32187         * elf/tst-audit8.c: New file.
32188
32189 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32190
32191         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32192         * misc/Makefile (CFLAGS-select.c): Define.
32193         * posix/Makefile (CFLAGS-pause.c): Define.
32194
32195 2012-11-13  David S. Miller  <davem@davemloft.net>
32196
32197         * crypt/Makefile: Move test targets after toplevel Rules
32198         inclusion.  Grab any necessary sysdep routines when linking.
32199         * crypt/md5.c (md5_process_block): Remove define, we will always
32200         name it __md5_process_block.
32201         (md5_finish_ctx): Update md5_process_block call.
32202         (md5_stream): Likewise.
32203         (md5_process_bytes): Likewise.
32204         (md5_process_block): Rename to __md5_process_block and move to ...
32205         * crypt/md5-block.c: ... here.
32206         * crypt/sha256.c (sha256_process_block): Move to ...
32207         * crypt/sha256-block.c: ... here.
32208         * crypt/sha512.c (sha512_process_block): Move to ...
32209         * crypt/sha512-block.c: ... here.
32210         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32211         path.
32212         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32213         * sysdeps/sparc/sparc64/multiarch/Makefile
32214         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32215         crypt subdir.
32216         (localedef-aux): Add md5 crypto assembler when in locale subdir.
32217         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32218         multiarch changes.
32219         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32220         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32221         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32222         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32223         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32224         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32225         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32226         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32227         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32228         file.
32229         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32230         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32231         file.
32232         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32233
32234 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32235
32236         * timezone/tzselect.ksh: Update from tzcode git revision
32237         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32238         * timezone/zdump.c: Likewise.
32239         * timezone/zic.c: Likewise.
32240         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32241         in TZVERSION setting, not $(PKGVERSION).
32242         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32243         REPORT_BUGS_TO settings.
32244
32245         [BZ #14838]
32246         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32247         macro.
32248
32249 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32250
32251         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32252         detection to immediately after _FP_ROUND().
32253         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32254         bits are 0.
32255
32256 2012-11-11  David S. Miller  <davem@davemloft.net>
32257
32258         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32259         inttypes.h
32260         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32261         __close rather than their public counterparts.
32262
32263 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32264
32265         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32266         file.
32267         [UNIX98] (sem_timedwait): Do not expect.
32268         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32269         [XPG4 || UNIX98] (sockatmark): Do not expect.
32270         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32271         (clock_getcpuclockid): Do not expect.
32272         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32273         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32274         Do not expect.
32275         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32276         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32277         [UNIX98] (vwscanf): Likewise.
32278         [UNIX98] (vswscanf): Likewise.
32279
32280 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32281
32282         * timezone/version.h: Remove file.
32283         * timezone/README: Do not refer to version.h.
32284         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32285         $(objpfx)version.h.
32286         ($(objpfx)zdump.o): Likewise.
32287         ($(objpfx)version.h): New target.
32288
32289         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32290         2012i.
32291         * timezone/README: Don't mention modification to tzselect.ksh.
32292         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32293         work on unmodified tzselect.ksh.  Substitute version numbers in
32294         tzselect.ksh.
32295
32296         * Makefile (format-me): Remove.
32297         (INSTALL): Adjust indentation.  Use commands directly instead of
32298         using $(format-me).
32299
32300         * aclocal.m4 (ACX_PKGVERSION): New macro.
32301         (ACX_BUGURL): Likewise.
32302         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32303         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32304         (REPORT_BUGS_TO): Likewise.
32305         * configure: Regenerated.
32306         * config.h.in (PKGVERSION): New macro.
32307         (REPORT_BUGS_TO): Likewise.
32308         * config.make.in (PKGVERSION): New variable.
32309         (PKGVERSION_TEXI): Likewise.
32310         (REPORT_BUGS_TO): Likewise.
32311         (REPORT_BUGS_TEXI): Likewise.
32312         * Makefile (format-me): Use -I$(common-objpfx)manual.
32313         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32314         ($(common-objpfx)manual/%): New target.
32315         (manual/%): Remove target.
32316         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32317         (print_version): Use PKGVERSION.
32318         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32319         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32320         and REPORT_BUGS_TO.
32321         ($(objpfx)xtrace): Likewise.
32322         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32323         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32324         (print_version): Use PKGVERSION.
32325         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32326         (do_version): Use PKGVERSION.
32327         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32328         REPORT_BUGS_TO.
32329         (common-ldd-rewrite): Likewise.
32330         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32331         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32332         (print_version): Use PKGVERSION.
32333         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32334         * elf/pldd.c (argp_program_bug_address): Remove variable.
32335         (more_help): New function.
32336         (argp): Use more_help.
32337         (print_version): Use PKGVERSION.
32338         * elf/sln.c (main): Use PKGVERSION.
32339         (usage): Use REPORT_BUGS_TO.
32340         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32341         (top level): Use PKGVERSION.
32342         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32343         (print_version): Use PKGVERSION.
32344         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32345         (print_version): Use PKGVERSION.
32346         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32347         (print_version): Use PKGVERSION.
32348         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32349         (print_version): Use PKGVERSION.
32350         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32351         (print_version): Use PKGVERSION.
32352         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32353         (print_version): Use PKGVERSION.
32354         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32355         and BUGURL.
32356         ($(objpfx)memusage): Likewise.
32357         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32358         (do_version): Use PKGVERSION.
32359         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32360         (print_version): Use PKGVERSION.
32361         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32362         ($PKGVERSION): New variable.
32363         ($REPORT_BUGS_TO): Likewise.
32364         (usage): Use $REPORT_BUGS_TO.
32365         (top level): Use $PKGVERSION.
32366         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32367         ($(objpfx)pkgvers.texi): New rule.
32368         ($(objpfx)stamp-pkgvers): Likewise.
32369         * manual/install.texi: Include pkgvers.texi.
32370         (--with-pkgversion): Document new configure option.
32371         (--with-bugurl): Likewise.
32372         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32373         than necessarily for this particular distribution.  Use
32374         REPORT_BUGS_TO for where to report bugs.
32375         * INSTALL: Regenerated.
32376         * manual/libc.texinfo: Include pkgvers.texi.
32377         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32378         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32379         (print_version): Use PKGVERSION.
32380         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32381         (print_version): Use PKGVERSION.
32382         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32383         (print_version): Use PKGVERSION.
32384         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32385         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32386         macro.
32387         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32388         (print_version): Use PKGVERSION.
32389         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32390         (print_version): Use PKGVERSION.
32391         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32392         and PKGVERSION.
32393
32394         * timezone/checktab.awk: Update from tzcode 2012i.
32395         * timezone/ialloc.c: Likewise.
32396         * timezone/private.h: Likewise.
32397         * timezone/scheck.c: Likewise.
32398         * timezone/tzfile.h: Likewise.
32399         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32400         (TZVERSION): Hardcode tzcode version number.
32401         * timezone/zdump.c: Update from tzcode 2012i.
32402         * timezone/zic.c: Likewise.
32403         * timezone/version.h: New file.
32404         * timezone/README: Describe version.h.  Update upstream location.
32405
32406         [BZ #14824]
32407         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32408         (mktemp): Enable declaration.
32409         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32410         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32411         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32412         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32413         Likewise.
32414         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32415         Likewise.
32416         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32417         Likewise.
32418         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32419         Likewise.
32420         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32421         Likewise.
32422         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32423         Likewise.
32424
32425         [BZ #14821]
32426         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32427         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32428         for copies of such integer values.
32429         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32430         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32431
32432 2012-11-09  Andreas Jaeger  <aj@suse.de>
32433
32434         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32435         definitions and declarations that are provided by
32436         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32437
32438 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32439
32440         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32441         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32442         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32443         definition.
32444
32445 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32446
32447         * elf/elf.h: Update comment before AArch64 relocations.
32448
32449 2012-11-07  David S. Miller  <davem@davemloft.net>
32450
32451         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32452         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32453         (__start_context): Declare.
32454         (__makecontext_ret): Delete.
32455         (__makecontext): Hook up __start_context instead of
32456         __makecontext_ret.
32457         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32458         (sysdep_routines): Add __start_context when in stdlib.
32459
32460 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32461
32462         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32463         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32464         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32465         hardcoded "nm".
32466         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32467         (READELF): New variable.  Use it instead of hardcoded "readelf".
32468
32469 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32470
32471         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32472         * sysdeps/x86/Makefile: Here.
32473         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32474         * sysdeps/x86/tst-xmmymm.sh: This.
32475
32476 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32477
32478         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32479         expectations.
32480         [UNIX98] (pthread_barrier_t): Do not expect.
32481         [UNIX98] (pthread_barrierattr_t): Likewise.
32482         [UNIX98] (pthread_spinlock_t): Likewise.
32483         [UNIX98] (pthread_barrier_destroy): Likewise.
32484         [UNIX98] (pthread_barrier_init): Likewise.
32485         [UNIX98] (pthread_barrier_wait): Likewise.
32486         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32487         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32488         [UNIX98] (pthread_barrierattr_init): Likewise.
32489         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32490         [UNIX98] (pthread_getcpuclockid): Likewise.
32491         [UNIX98] (pthread_mutex_timedlock): Likewise.
32492         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32493         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32494         [UNIX98] (pthread_sigmask): Likewise.
32495         [UNIX98] (pthread_spin_destroy): Likewise.
32496         [UNIX98] (pthread_spin_init): Likewise.
32497         [UNIX98] (pthread_spin_lock): Likewise.
32498         [UNIX98] (pthread_spin_trylock): Likewise.
32499         [UNIX98] (pthread_spin_unlock): Likewise.
32500         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32501         Do not expect.
32502         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32503         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32504         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32505         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32506         [XPG3 || XPG4] (pthread_key_t): Likewise.
32507         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32508         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32509         [XPG3 || XPG4] (pthread_once_t): Likewise.
32510         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32511         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32512         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32513         [XPG3 || XPG4] (pthread_t): Likewise.
32514
32515         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32516         not expect.
32517         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32518
32519         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32520         Change function return type to int.
32521
32522         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32523         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32524         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32525         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32526         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32527         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32528         [!POSIX] (posix_madvise): Likewise.
32529         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32530         && !UNIX98].
32531         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32532         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32533         (mode_t): Likewise.
32534         (posix_mem_offset): Likewise.
32535         (posix_typed_mem_get_info): Likewise.
32536         (posix_typed_mem_open): Likewise.
32537
32538         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32539         Change condition to [XOPEN2K8].
32540
32541         * conform/conformtest.pl: Preprocess allow-header data with -x c
32542         instead of from stdin.
32543         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32544         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32545         [C99-based standards] (cerfc): Likewise.
32546         [C99-based standards] (cexp2): Likewise.
32547         [C99-based standards] (cexpm1): Likewise.
32548         [C99-based standards] (clog10): Likewise.
32549         [C99-based standards] (clog1p): Likewise.
32550         [C99-based standards] (clog2): Likewise.
32551         [C99-based standards] (clgamma): Likewise.
32552         [C99-based standards] (ctgamma): Likewise.
32553         [C99-based standards] (cerff): Likewise.
32554         [C99-based standards] (cerfcf): Likewise.
32555         [C99-based standards] (cexp2f): Likewise.
32556         [C99-based standards] (cexpm1f): Likewise.
32557         [C99-based standards] (clog10f): Likewise.
32558         [C99-based standards] (clog1pf): Likewise.
32559         [C99-based standards] (clog2f): Likewise.
32560         [C99-based standards] (clgammaf): Likewise.
32561         [C99-based standards] (ctgammaf): Likewise.
32562         [C99-based standards] (cerfl): Likewise.
32563         [C99-based standards] (cerfcl): Likewise.
32564         [C99-based standards] (cexp2l): Likewise.
32565         [C99-based standards] (cexpm1l): Likewise.
32566         [C99-based standards] (clog10l): Likewise.
32567         [C99-based standards] (clog1pl): Likewise.
32568         [C99-based standards] (clog2l): Likewise.
32569         [C99-based standards] (clgammal): Likewise.
32570         [C99-based standards] (ctgammal): Likewise.
32571         * conform/data/inttypes.h-data [C99-based standards]: Include
32572         stdint.h-data.  Remove all expectations for stdint.h contents.
32573         [C99-based standards] (PRI*): Do not allow.
32574         [C99-based standards] (SCN*): Likewise.
32575         [C99-based standards] (*_t): Likewise.
32576         [C99-based-standards] (PRId8): Expect macro.
32577         [C99-based-standards] (PRIi8): Likewise.
32578         [C99-based-standards] (PRIo8): Likewise.
32579         [C99-based-standards] (PRIu8): Likewise.
32580         [C99-based-standards] (PRIx8): Likewise.
32581         [C99-based-standards] (PRIX8): Likewise.
32582         [C99-based-standards] (SCNd8): Likewise.
32583         [C99-based-standards] (SCNi8): Likewise.
32584         [C99-based-standards] (SCNo8): Likewise.
32585         [C99-based-standards] (SCNu8): Likewise.
32586         [C99-based-standards] (SCNx8): Likewise.
32587         [C99-based-standards] (PRIdLEAST8): Likewise.
32588         [C99-based-standards] (PRIiLEAST8): Likewise.
32589         [C99-based-standards] (PRIoLEAST8): Likewise.
32590         [C99-based-standards] (PRIuLEAST8): Likewise.
32591         [C99-based-standards] (PRIxLEAST8): Likewise.
32592         [C99-based-standards] (PRIXLEAST8): Likewise.
32593         [C99-based-standards] (SCNdLEAST8): Likewise.
32594         [C99-based-standards] (SCNiLEAST8): Likewise.
32595         [C99-based-standards] (SCNoLEAST8): Likewise.
32596         [C99-based-standards] (SCNuLEAST8): Likewise.
32597         [C99-based-standards] (SCNxLEAST8): Likewise.
32598         [C99-based-standards] (PRIdFAST8): Likewise.
32599         [C99-based-standards] (PRIiFAST8): Likewise.
32600         [C99-based-standards] (PRIoFAST8): Likewise.
32601         [C99-based-standards] (PRIuFAST8): Likewise.
32602         [C99-based-standards] (PRIxFAST8): Likewise.
32603         [C99-based-standards] (PRIXFAST8): Likewise.
32604         [C99-based-standards] (SCNdFAST8): Likewise.
32605         [C99-based-standards] (SCNiFAST8): Likewise.
32606         [C99-based-standards] (SCNoFAST8): Likewise.
32607         [C99-based-standards] (SCNuFAST8): Likewise.
32608         [C99-based-standards] (SCNxFAST8): Likewise.
32609         [C99-based-standards] (PRId16): Likewise.
32610         [C99-based-standards] (PRIi16): Likewise.
32611         [C99-based-standards] (PRIo16): Likewise.
32612         [C99-based-standards] (PRIu16): Likewise.
32613         [C99-based-standards] (PRIx16): Likewise.
32614         [C99-based-standards] (PRIX16): Likewise.
32615         [C99-based-standards] (SCNd16): Likewise.
32616         [C99-based-standards] (SCNi16): Likewise.
32617         [C99-based-standards] (SCNo16): Likewise.
32618         [C99-based-standards] (SCNu16): Likewise.
32619         [C99-based-standards] (SCNx16): Likewise.
32620         [C99-based-standards] (PRIdLEAST16): Likewise.
32621         [C99-based-standards] (PRIiLEAST16): Likewise.
32622         [C99-based-standards] (PRIoLEAST16): Likewise.
32623         [C99-based-standards] (PRIuLEAST16): Likewise.
32624         [C99-based-standards] (PRIxLEAST16): Likewise.
32625         [C99-based-standards] (PRIXLEAST16): Likewise.
32626         [C99-based-standards] (SCNdLEAST16): Likewise.
32627         [C99-based-standards] (SCNiLEAST16): Likewise.
32628         [C99-based-standards] (SCNoLEAST16): Likewise.
32629         [C99-based-standards] (SCNuLEAST16): Likewise.
32630         [C99-based-standards] (SCNxLEAST16): Likewise.
32631         [C99-based-standards] (PRIdFAST16): Likewise.
32632         [C99-based-standards] (PRIiFAST16): Likewise.
32633         [C99-based-standards] (PRIoFAST16): Likewise.
32634         [C99-based-standards] (PRIuFAST16): Likewise.
32635         [C99-based-standards] (PRIxFAST16): Likewise.
32636         [C99-based-standards] (PRIXFAST16): Likewise.
32637         [C99-based-standards] (SCNdFAST16): Likewise.
32638         [C99-based-standards] (SCNiFAST16): Likewise.
32639         [C99-based-standards] (SCNoFAST16): Likewise.
32640         [C99-based-standards] (SCNuFAST16): Likewise.
32641         [C99-based-standards] (SCNxFAST16): Likewise.
32642         [C99-based-standards] (PRId32): Likewise.
32643         [C99-based-standards] (PRIi32): Likewise.
32644         [C99-based-standards] (PRIo32): Likewise.
32645         [C99-based-standards] (PRIu32): Likewise.
32646         [C99-based-standards] (PRIx32): Likewise.
32647         [C99-based-standards] (PRIX32): Likewise.
32648         [C99-based-standards] (SCNd32): Likewise.
32649         [C99-based-standards] (SCNi32): Likewise.
32650         [C99-based-standards] (SCNo32): Likewise.
32651         [C99-based-standards] (SCNu32): Likewise.
32652         [C99-based-standards] (SCNx32): Likewise.
32653         [C99-based-standards] (PRIdLEAST32): Likewise.
32654         [C99-based-standards] (PRIiLEAST32): Likewise.
32655         [C99-based-standards] (PRIoLEAST32): Likewise.
32656         [C99-based-standards] (PRIuLEAST32): Likewise.
32657         [C99-based-standards] (PRIxLEAST32): Likewise.
32658         [C99-based-standards] (PRIXLEAST32): Likewise.
32659         [C99-based-standards] (SCNdLEAST32): Likewise.
32660         [C99-based-standards] (SCNiLEAST32): Likewise.
32661         [C99-based-standards] (SCNoLEAST32): Likewise.
32662         [C99-based-standards] (SCNuLEAST32): Likewise.
32663         [C99-based-standards] (SCNxLEAST32): Likewise.
32664         [C99-based-standards] (PRIdFAST32): Likewise.
32665         [C99-based-standards] (PRIiFAST32): Likewise.
32666         [C99-based-standards] (PRIoFAST32): Likewise.
32667         [C99-based-standards] (PRIuFAST32): Likewise.
32668         [C99-based-standards] (PRIxFAST32): Likewise.
32669         [C99-based-standards] (PRIXFAST32): Likewise.
32670         [C99-based-standards] (SCNdFAST32): Likewise.
32671         [C99-based-standards] (SCNiFAST32): Likewise.
32672         [C99-based-standards] (SCNoFAST32): Likewise.
32673         [C99-based-standards] (SCNuFAST32): Likewise.
32674         [C99-based-standards] (SCNxFAST32): Likewise.
32675         [C99-based-standards] (PRId64): Likewise.
32676         [C99-based-standards] (PRIi64): Likewise.
32677         [C99-based-standards] (PRIo64): Likewise.
32678         [C99-based-standards] (PRIu64): Likewise.
32679         [C99-based-standards] (PRIx64): Likewise.
32680         [C99-based-standards] (PRIX64): Likewise.
32681         [C99-based-standards] (SCNd64): Likewise.
32682         [C99-based-standards] (SCNi64): Likewise.
32683         [C99-based-standards] (SCNo64): Likewise.
32684         [C99-based-standards] (SCNu64): Likewise.
32685         [C99-based-standards] (SCNx64): Likewise.
32686         [C99-based-standards] (PRIdLEAST64): Likewise.
32687         [C99-based-standards] (PRIiLEAST64): Likewise.
32688         [C99-based-standards] (PRIoLEAST64): Likewise.
32689         [C99-based-standards] (PRIuLEAST64): Likewise.
32690         [C99-based-standards] (PRIxLEAST64): Likewise.
32691         [C99-based-standards] (PRIXLEAST64): Likewise.
32692         [C99-based-standards] (SCNdLEAST64): Likewise.
32693         [C99-based-standards] (SCNiLEAST64): Likewise.
32694         [C99-based-standards] (SCNoLEAST64): Likewise.
32695         [C99-based-standards] (SCNuLEAST64): Likewise.
32696         [C99-based-standards] (SCNxLEAST64): Likewise.
32697         [C99-based-standards] (PRIdFAST64): Likewise.
32698         [C99-based-standards] (PRIiFAST64): Likewise.
32699         [C99-based-standards] (PRIoFAST64): Likewise.
32700         [C99-based-standards] (PRIuFAST64): Likewise.
32701         [C99-based-standards] (PRIxFAST64): Likewise.
32702         [C99-based-standards] (PRIXFAST64): Likewise.
32703         [C99-based-standards] (SCNdFAST64): Likewise.
32704         [C99-based-standards] (SCNiFAST64): Likewise.
32705         [C99-based-standards] (SCNoFAST64): Likewise.
32706         [C99-based-standards] (SCNuFAST64): Likewise.
32707         [C99-based-standards] (SCNxFAST64): Likewise.
32708         [C99-based-standards] (PRIdMAX): Likewise.
32709         [C99-based-standards] (PRIiMAX): Likewise.
32710         [C99-based-standards] (PRIoMAX): Likewise.
32711         [C99-based-standards] (PRIuMAX): Likewise.
32712         [C99-based-standards] (PRIxMAX): Likewise.
32713         [C99-based-standards] (PRIXMAX): Likewise.
32714         [C99-based-standards] (SCNdMAX): Likewise.
32715         [C99-based-standards] (SCNiMAX): Likewise.
32716         [C99-based-standards] (SCNoMAX): Likewise.
32717         [C99-based-standards] (SCNuMAX): Likewise.
32718         [C99-based-standards] (SCNxMAX): Likewise.
32719         [C99-based-standards] (PRIdPTR): Likewise.
32720         [C99-based-standards] (PRIiPTR): Likewise.
32721         [C99-based-standards] (PRIoPTR): Likewise.
32722         [C99-based-standards] (PRIuPTR): Likewise.
32723         [C99-based-standards] (PRIxPTR): Likewise.
32724         [C99-based-standards] (PRIXPTR): Likewise.
32725         [C99-based-standards] (SCNdPTR): Likewise.
32726         [C99-based-standards] (SCNiPTR): Likewise.
32727         [C99-based-standards] (SCNoPTR): Likewise.
32728         [C99-based-standards] (SCNuPTR): Likewise.
32729         [C99-based-standards] (SCNxPTR): Likewise.
32730         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32731         allow.
32732         * conform/data/stdint.h-data: Update comments to clarify
32733         requirements.
32734         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32735         type.
32736         [C99-based standards] (INT8_MAX): Likewise.
32737         [C99-based standards] (INT16_MIN): Likewise.
32738         [C99-based standards] (INT16_MAX): Likewise.
32739         [C99-based standards] (INT32_MIN): Likewise.
32740         [C99-based standards] (INT32_MAX): Likewise.
32741         [C99-based standards] (INT64_MIN): Likewise.
32742         [C99-based standards] (INT64_MAX): Likewise.
32743         [C99-based standards] (UINT8_MAX): Likewise.
32744         [C99-based standards] (UINT16_MAX): Likewise.
32745         [C99-based standards] (UINT32_MAX): Likewise.
32746         [C99-based standards] (UINT64_MAX): Likewise.
32747         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32748         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32749         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32750         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32751         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32752         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32753         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32754         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32755         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32756         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32757         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32758         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32759         [C99-based standards] (INT_FAST8_MIN): Likewise.
32760         [C99-based standards] (INT_FAST8_MAX): Likewise.
32761         [C99-based standards] (INT_FAST16_MIN): Likewise.
32762         [C99-based standards] (INT_FAST16_MAX): Likewise.
32763         [C99-based standards] (INT_FAST32_MIN): Likewise.
32764         [C99-based standards] (INT_FAST32_MAX): Likewise.
32765         [C99-based standards] (INT_FAST64_MIN): Likewise.
32766         [C99-based standards] (INT_FAST64_MAX): Likewise.
32767         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32768         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32769         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32770         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32771         [C99-based standards] (INTPTR_MIN): Likewise.
32772         [C99-based standards] (INTPTR_MAX): Likewise.
32773         [C99-based standards] (UINTPTR_MAX): Likewise.
32774         [C99-based standards] (INTMAX_MIN): Likewise.
32775         [C99-based standards] (INTMAX_MAX): Likewise.
32776         [C99-based standards] (UINTMAX_MAX): Likewise.
32777         [C99-based standards] (PTRDIFF_MIN): Likewise.
32778         [C99-based standards] (PTRDIFF_MAX): Likewise.
32779         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32780         [C99-based standards] (SIZE_MAX): Likewise.
32781         [C99-based standards] (WCHAR_MAX): Likewise.
32782         [C99-based standards] (WINT_MAX): Likewise.
32783         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32784         constraint on value.
32785         [C99-based standards] (WCHAR_MIN): Likewise.
32786         [C99-based standards] (WINT_MIN): Likewise.
32787         [C99-based standards] (*_t): Allow.
32788         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32789         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32790         Include math.h-data and complex.h-data.  Remove all expectations
32791         of math.h and complex.h contents.
32792         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32793         at end of line.
32794         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32795         (struct tm): Expect tag.
32796         [C99-based-standards] (wcstof): Expect function.
32797         [C99-based-standards] (wcstold): Likewise.
32798         [C99-based-standards] (wcstoll): Likewise.
32799         [C99-based-standards] (wcstoull): Likewise.
32800         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32801         macro-int-constant.  Specify type.
32802         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32803         constraint on value.
32804         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32805         Specify type.
32806         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32807         Specify value.
32808         [ISO C standards]: Do not allow headers.
32809         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32810         wcs[abcdefghijklmnopqrstuvwxyz]*.
32811         [ISO C standards] (*_t): Do not allow.
32812         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32813         Expect function.
32814         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32815         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32816         Specify type.
32817         [ISO C standards]: Do not allow headers.
32818         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32819         is[abcdefghijklmnopqrstuvwxyz]*.
32820         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32821         to[abcdefghijklmnopqrstuvwxyz]*.
32822         [ISO C standards] (*_t): Do not allow.
32823         * conform/data/stdalign.h-data: New file.
32824         * conform/data/stdbool.h-data: Likewise.
32825         * conform/data/stdnoreturn.h-data: Likewise.
32826
32827 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32828
32829         [BZ #14815]
32830         * manual/filesys.texi (Directory Entries): Typo fix.
32831         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32832
32833 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32834
32835         * elf/elf.h (EM_AARCH64): New macro.
32836         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32837         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32838         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32839         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32840         (R_AARCH64_TLSDESC): Likewise.
32841         (NT_ARM_TLS): Likewise.
32842         (NT_ARM_HW_BREAK): Likewise.
32843         (NT_ARM_HW_WATCH): Likewise.
32844
32845 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32846
32847         [BZ #14811]
32848         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32849         (__ieee754_powl): Saturate nonzero exponents with absolute value
32850         below 0x1p-79 to +/- 0x1p-79.
32851         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32852         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32853         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32854         nonzero exponents with absolute value below 0x1p-32 to +/-
32855         0x1p-32.
32856         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32857         (__ieee754_powl): Saturate nonzero exponents with absolute value
32858         below 0x1p-79 to +/- 0x1p-79.
32859         * math/libm-test.inc (pow_test): Add more tests.
32860
32861 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32862
32863         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32864         _dl_s390_cap_flags with kernel. Increase string length.
32865         (_dl_s390_platforms): Add z196 and zEC12.
32866
32867 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32868
32869         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32870         Change XOPEN21K to XOPEN2K.
32871
32872 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32873
32874         * string/memmove.c: Use memcpy when possible.
32875
32876 2012-11-06  Andreas Jaeger  <aj@suse.de>
32877
32878         * po/eo.po: Update from translation team.
32879
32880 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32881
32882         [BZ #14793]
32883         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32884         exponent and small x and y exponents, scale x or y up.  Increase
32885         by 2 the exponent used in scaling up.
32886         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32887         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32888         * math/libm-test.inc (fma_test): Add more tests.
32889         (fma_test_towardzero): Likewise.
32890         (fma_test_downward): Likewise.
32891         (fma_test_upward): Likewise.
32892
32893 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32894
32895         [BZ #14805]
32896         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32897         fenv_t *.
32898
32899         [BZ #14801]
32900         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32901         namespace for names of struct fields.
32902         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32903         fenv_t fields.
32904         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32905         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32906
32907 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32908
32909         [BZ #3665]
32910         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32911
32912 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32913
32914         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32915         PTR_DEMANGLE.
32916
32917         [BZ #5246]
32918         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32919         PTR_DEMANGLE.
32920
32921 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32922
32923         [BZ #14797]
32924         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32925         definitely overflow as x * y not x * y + z.
32926         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32927         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32928         * math/libm-test.inc (fma_test): Add more tests.
32929         (fma_test_towardzero): Likewise.
32930         (fma_test_downward): Likewise.
32931         (fma_test_upward): Likewise.
32932
32933 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32934
32935         [BZ #157]
32936
32937         * include/stub-tag.h: Remove file.
32938         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32939         '#include' of it.
32940         * manual/maint.texi (Porting): Don't reference it.
32941         * Makerules ($(objpfx)stubs): Likewise.
32942         * dirent/closedir.c: Don't include <stub-tag.h>.
32943         * dirent/dirfd.c: Likewise.
32944         * dirent/fdopendir.c: Likewise.
32945         * dirent/getdents.c: Likewise.
32946         * dirent/getdents64.c: Likewise.
32947         * dirent/opendir.c: Likewise.
32948         * dirent/readdir.c: Likewise.
32949         * dirent/readdir64.c: Likewise.
32950         * dirent/readdir64_r.c: Likewise.
32951         * dirent/readdir_r.c: Likewise.
32952         * dirent/rewinddir.c: Likewise.
32953         * dirent/seekdir.c: Likewise.
32954         * dirent/telldir.c: Likewise.
32955         * gmon/profil.c: Likewise.
32956         * grp/setgroups.c: Likewise.
32957         * inet/if_index.c: Likewise.
32958         * io/access.c: Likewise.
32959         * io/chdir.c: Likewise.
32960         * io/chmod.c: Likewise.
32961         * io/chown.c: Likewise.
32962         * io/close.c: Likewise.
32963         * io/dup.c: Likewise.
32964         * io/dup2.c: Likewise.
32965         * io/dup3.c: Likewise.
32966         * io/euidaccess.c: Likewise.
32967         * io/faccessat.c: Likewise.
32968         * io/fchdir.c: Likewise.
32969         * io/fchmod.c: Likewise.
32970         * io/fchmodat.c: Likewise.
32971         * io/fchown.c: Likewise.
32972         * io/fchownat.c: Likewise.
32973         * io/fcntl.c: Likewise.
32974         * io/flock.c: Likewise.
32975         * io/fstatfs.c: Likewise.
32976         * io/fstatfs64.c: Likewise.
32977         * io/fstatvfs.c: Likewise.
32978         * io/fstatvfs64.c: Likewise.
32979         * io/futimens.c: Likewise.
32980         * io/fxstat.c: Likewise.
32981         * io/fxstat64.c: Likewise.
32982         * io/fxstatat.c: Likewise.
32983         * io/fxstatat64.c: Likewise.
32984         * io/getcwd.c: Likewise.
32985         * io/isatty.c: Likewise.
32986         * io/lchmod.c: Likewise.
32987         * io/lchown.c: Likewise.
32988         * io/link.c: Likewise.
32989         * io/linkat.c: Likewise.
32990         * io/lseek.c: Likewise.
32991         * io/lseek64.c: Likewise.
32992         * io/lxstat64.c: Likewise.
32993         * io/mkdir.c: Likewise.
32994         * io/mkdirat.c: Likewise.
32995         * io/mkfifo.c: Likewise.
32996         * io/mkfifoat.c: Likewise.
32997         * io/open.c: Likewise.
32998         * io/open64.c: Likewise.
32999         * io/openat.c: Likewise.
33000         * io/openat64.c: Likewise.
33001         * io/pipe.c: Likewise.
33002         * io/pipe2.c: Likewise.
33003         * io/poll.c: Likewise.
33004         * io/posix_fadvise.c: Likewise.
33005         * io/posix_fadvise64.c: Likewise.
33006         * io/posix_fallocate.c: Likewise.
33007         * io/posix_fallocate64.c: Likewise.
33008         * io/read.c: Likewise.
33009         * io/readlink.c: Likewise.
33010         * io/readlinkat.c: Likewise.
33011         * io/rmdir.c: Likewise.
33012         * io/sendfile.c: Likewise.
33013         * io/sendfile64.c: Likewise.
33014         * io/statfs.c: Likewise.
33015         * io/statfs64.c: Likewise.
33016         * io/statvfs.c: Likewise.
33017         * io/statvfs64.c: Likewise.
33018         * io/symlink.c: Likewise.
33019         * io/symlinkat.c: Likewise.
33020         * io/ttyname.c: Likewise.
33021         * io/ttyname_r.c: Likewise.
33022         * io/umask.c: Likewise.
33023         * io/unlink.c: Likewise.
33024         * io/unlinkat.c: Likewise.
33025         * io/utime.c: Likewise.
33026         * io/utimensat.c: Likewise.
33027         * io/write.c: Likewise.
33028         * io/xmknod.c: Likewise.
33029         * io/xmknodat.c: Likewise.
33030         * io/xstat.c: Likewise.
33031         * io/xstat64.c: Likewise.
33032         * login/getpt.c: Likewise.
33033         * login/grantpt.c: Likewise.
33034         * login/unlockpt.c: Likewise.
33035         * math/e_acoshl.c: Likewise.
33036         * math/e_acosl.c: Likewise.
33037         * math/e_asinl.c: Likewise.
33038         * math/e_atan2l.c: Likewise.
33039         * math/e_atanhl.c: Likewise.
33040         * math/e_coshl.c: Likewise.
33041         * math/e_expl.c: Likewise.
33042         * math/e_fmodl.c: Likewise.
33043         * math/e_gammal_r.c: Likewise.
33044         * math/e_hypotl.c: Likewise.
33045         * math/e_j0l.c: Likewise.
33046         * math/e_j1l.c: Likewise.
33047         * math/e_jnl.c: Likewise.
33048         * math/e_lgammal_r.c: Likewise.
33049         * math/e_log10l.c: Likewise.
33050         * math/e_log2l.c: Likewise.
33051         * math/e_logl.c: Likewise.
33052         * math/e_powl.c: Likewise.
33053         * math/e_rem_pio2l.c: Likewise.
33054         * math/e_sinhl.c: Likewise.
33055         * math/e_sqrtl.c: Likewise.
33056         * math/fclrexcpt.c: Likewise.
33057         * math/fedisblxcpt.c: Likewise.
33058         * math/feenablxcpt.c: Likewise.
33059         * math/fegetenv.c: Likewise.
33060         * math/fegetexcept.c: Likewise.
33061         * math/fegetround.c: Likewise.
33062         * math/feholdexcpt.c: Likewise.
33063         * math/fesetenv.c: Likewise.
33064         * math/fesetround.c: Likewise.
33065         * math/feupdateenv.c: Likewise.
33066         * math/fgetexcptflg.c: Likewise.
33067         * math/fraiseexcpt.c: Likewise.
33068         * math/fsetexcptflg.c: Likewise.
33069         * math/ftestexcept.c: Likewise.
33070         * math/k_cosl.c: Likewise.
33071         * math/k_rem_pio2l.c: Likewise.
33072         * math/k_sinl.c: Likewise.
33073         * math/k_tanl.c: Likewise.
33074         * math/s_asinhl.c: Likewise.
33075         * math/s_atanl.c: Likewise.
33076         * math/s_cbrtl.c: Likewise.
33077         * math/s_erfl.c: Likewise.
33078         * math/s_expm1l.c: Likewise.
33079         * math/s_log1pl.c: Likewise.
33080         * math/s_tanhl.c: Likewise.
33081         * misc/acct.c: Likewise.
33082         * misc/brk.c: Likewise.
33083         * misc/chflags.c: Likewise.
33084         * misc/chroot.c: Likewise.
33085         * misc/fchflags.c: Likewise.
33086         * misc/fgetxattr.c: Likewise.
33087         * misc/flistxattr.c: Likewise.
33088         * misc/fremovexattr.c: Likewise.
33089         * misc/fsetxattr.c: Likewise.
33090         * misc/fsync.c: Likewise.
33091         * misc/ftruncate.c: Likewise.
33092         * misc/futimes.c: Likewise.
33093         * misc/futimesat.c: Likewise.
33094         * misc/getdomain.c: Likewise.
33095         * misc/getdtsz.c: Likewise.
33096         * misc/gethostid.c: Likewise.
33097         * misc/gethostname.c: Likewise.
33098         * misc/getloadavg.c: Likewise.
33099         * misc/getpagesize.c: Likewise.
33100         * misc/getsysstats.c: Likewise.
33101         * misc/getxattr.c: Likewise.
33102         * misc/gtty.c: Likewise.
33103         * misc/ioctl.c: Likewise.
33104         * misc/lgetxattr.c: Likewise.
33105         * misc/listxattr.c: Likewise.
33106         * misc/llistxattr.c: Likewise.
33107         * misc/lremovexattr.c: Likewise.
33108         * misc/lsetxattr.c: Likewise.
33109         * misc/lutimes.c: Likewise.
33110         * misc/madvise.c: Likewise.
33111         * misc/mincore.c: Likewise.
33112         * misc/mlock.c: Likewise.
33113         * misc/mlockall.c: Likewise.
33114         * misc/mmap.c: Likewise.
33115         * misc/mprotect.c: Likewise.
33116         * misc/msync.c: Likewise.
33117         * misc/munlock.c: Likewise.
33118         * misc/munlockall.c: Likewise.
33119         * misc/munmap.c: Likewise.
33120         * misc/preadv.c: Likewise.
33121         * misc/preadv64.c: Likewise.
33122         * misc/ptrace.c: Likewise.
33123         * misc/pwritev.c: Likewise.
33124         * misc/pwritev64.c: Likewise.
33125         * misc/readv.c: Likewise.
33126         * misc/reboot.c: Likewise.
33127         * misc/remap_file_pages.c: Likewise.
33128         * misc/removexattr.c: Likewise.
33129         * misc/revoke.c: Likewise.
33130         * misc/select.c: Likewise.
33131         * misc/setdomain.c: Likewise.
33132         * misc/setegid.c: Likewise.
33133         * misc/seteuid.c: Likewise.
33134         * misc/sethostid.c: Likewise.
33135         * misc/sethostname.c: Likewise.
33136         * misc/setregid.c: Likewise.
33137         * misc/setreuid.c: Likewise.
33138         * misc/setxattr.c: Likewise.
33139         * misc/sstk.c: Likewise.
33140         * misc/stty.c: Likewise.
33141         * misc/swapoff.c: Likewise.
33142         * misc/swapon.c: Likewise.
33143         * misc/sync.c: Likewise.
33144         * misc/syncfs.c: Likewise.
33145         * misc/syscall.c: Likewise.
33146         * misc/truncate.c: Likewise.
33147         * misc/ualarm.c: Likewise.
33148         * misc/usleep.c: Likewise.
33149         * misc/ustat.c: Likewise.
33150         * misc/utimes.c: Likewise.
33151         * misc/vhangup.c: Likewise.
33152         * misc/writev.c: Likewise.
33153         * posix/_exit.c: Likewise.
33154         * posix/alarm.c: Likewise.
33155         * posix/execve.c: Likewise.
33156         * posix/fexecve.c: Likewise.
33157         * posix/fork.c: Likewise.
33158         * posix/fpathconf.c: Likewise.
33159         * posix/getaddrinfo.c: Likewise.
33160         * posix/getegid.c: Likewise.
33161         * posix/geteuid.c: Likewise.
33162         * posix/getgid.c: Likewise.
33163         * posix/getgroups.c: Likewise.
33164         * posix/getlogin.c: Likewise.
33165         * posix/getlogin_r.c: Likewise.
33166         * posix/getpgid.c: Likewise.
33167         * posix/getpid.c: Likewise.
33168         * posix/getppid.c: Likewise.
33169         * posix/getresgid.c: Likewise.
33170         * posix/getresuid.c: Likewise.
33171         * posix/getsid.c: Likewise.
33172         * posix/getuid.c: Likewise.
33173         * posix/glob64.c: Likewise.
33174         * posix/nanosleep.c: Likewise.
33175         * posix/pathconf.c: Likewise.
33176         * posix/pause.c: Likewise.
33177         * posix/posix_madvise.c: Likewise.
33178         * posix/pread.c: Likewise.
33179         * posix/pread64.c: Likewise.
33180         * posix/pwrite.c: Likewise.
33181         * posix/pwrite64.c: Likewise.
33182         * posix/sched_getaffinity.c: Likewise.
33183         * posix/sched_getp.c: Likewise.
33184         * posix/sched_gets.c: Likewise.
33185         * posix/sched_primax.c: Likewise.
33186         * posix/sched_primin.c: Likewise.
33187         * posix/sched_rr_gi.c: Likewise.
33188         * posix/sched_setaffinity.c: Likewise.
33189         * posix/sched_setp.c: Likewise.
33190         * posix/sched_sets.c: Likewise.
33191         * posix/sched_yield.c: Likewise.
33192         * posix/setgid.c: Likewise.
33193         * posix/setlogin.c: Likewise.
33194         * posix/setpgid.c: Likewise.
33195         * posix/setresgid.c: Likewise.
33196         * posix/setresuid.c: Likewise.
33197         * posix/setsid.c: Likewise.
33198         * posix/setuid.c: Likewise.
33199         * posix/sleep.c: Likewise.
33200         * posix/spawni.c: Likewise.
33201         * posix/sysconf.c: Likewise.
33202         * posix/times.c: Likewise.
33203         * posix/wait.c: Likewise.
33204         * posix/wait3.c: Likewise.
33205         * posix/wait4.c: Likewise.
33206         * posix/waitpid.c: Likewise.
33207         * resolv/gai_sigqueue.c: Likewise.
33208         * resource/getpriority.c: Likewise.
33209         * resource/getrlimit.c: Likewise.
33210         * resource/getrusage.c: Likewise.
33211         * resource/nice.c: Likewise.
33212         * resource/setpriority.c: Likewise.
33213         * resource/setrlimit.c: Likewise.
33214         * resource/ulimit.c: Likewise.
33215         * rt/aio_cancel.c: Likewise.
33216         * rt/aio_fsync.c: Likewise.
33217         * rt/aio_read.c: Likewise.
33218         * rt/aio_sigqueue.c: Likewise.
33219         * rt/aio_suspend.c: Likewise.
33220         * rt/aio_write.c: Likewise.
33221         * rt/clock_getres.c: Likewise.
33222         * rt/clock_gettime.c: Likewise.
33223         * rt/clock_nanosleep.c: Likewise.
33224         * rt/clock_settime.c: Likewise.
33225         * rt/lio_listio.c: Likewise.
33226         * rt/mq_close.c: Likewise.
33227         * rt/mq_getattr.c: Likewise.
33228         * rt/mq_notify.c: Likewise.
33229         * rt/mq_open.c: Likewise.
33230         * rt/mq_receive.c: Likewise.
33231         * rt/mq_send.c: Likewise.
33232         * rt/mq_setattr.c: Likewise.
33233         * rt/mq_timedreceive.c: Likewise.
33234         * rt/mq_timedsend.c: Likewise.
33235         * rt/mq_unlink.c: Likewise.
33236         * rt/shm_open.c: Likewise.
33237         * rt/shm_unlink.c: Likewise.
33238         * rt/timer_create.c: Likewise.
33239         * rt/timer_delete.c: Likewise.
33240         * rt/timer_getoverr.c: Likewise.
33241         * rt/timer_gettime.c: Likewise.
33242         * rt/timer_settime.c: Likewise.
33243         * setjmp/__longjmp.c: Likewise.
33244         * setjmp/setjmp.c: Likewise.
33245         * signal/kill.c: Likewise.
33246         * signal/killpg.c: Likewise.
33247         * signal/raise.c: Likewise.
33248         * signal/sigaction.c: Likewise.
33249         * signal/sigaltstack.c: Likewise.
33250         * signal/sigblock.c: Likewise.
33251         * signal/sigignore.c: Likewise.
33252         * signal/sigintr.c: Likewise.
33253         * signal/signal.c: Likewise.
33254         * signal/sigpause.c: Likewise.
33255         * signal/sigpending.c: Likewise.
33256         * signal/sigqueue.c: Likewise.
33257         * signal/sigreturn.c: Likewise.
33258         * signal/sigset.c: Likewise.
33259         * signal/sigsetmask.c: Likewise.
33260         * signal/sigstack.c: Likewise.
33261         * signal/sigsuspend.c: Likewise.
33262         * signal/sigtimedwait.c: Likewise.
33263         * signal/sigvec.c: Likewise.
33264         * signal/sigwait.c: Likewise.
33265         * signal/sigwaitinfo.c: Likewise.
33266         * signal/sysv_signal.c: Likewise.
33267         * socket/accept.c: Likewise.
33268         * socket/accept4.c: Likewise.
33269         * socket/bind.c: Likewise.
33270         * socket/connect.c: Likewise.
33271         * socket/getpeername.c: Likewise.
33272         * socket/getsockname.c: Likewise.
33273         * socket/getsockopt.c: Likewise.
33274         * socket/isfdtype.c: Likewise.
33275         * socket/listen.c: Likewise.
33276         * socket/recv.c: Likewise.
33277         * socket/recvfrom.c: Likewise.
33278         * socket/recvmsg.c: Likewise.
33279         * socket/send.c: Likewise.
33280         * socket/sendmsg.c: Likewise.
33281         * socket/sendto.c: Likewise.
33282         * socket/setsockopt.c: Likewise.
33283         * socket/shutdown.c: Likewise.
33284         * socket/sockatmark.c: Likewise.
33285         * socket/socket.c: Likewise.
33286         * socket/socketpair.c: Likewise.
33287         * stdio-common/ctermid.c: Likewise.
33288         * stdio-common/cuserid.c: Likewise.
33289         * stdio-common/remove.c: Likewise.
33290         * stdio-common/rename.c: Likewise.
33291         * stdio-common/renameat.c: Likewise.
33292         * stdio-common/tempname.c: Likewise.
33293         * stdlib/getcontext.c: Likewise.
33294         * stdlib/makecontext.c: Likewise.
33295         * stdlib/setcontext.c: Likewise.
33296         * stdlib/swapcontext.c: Likewise.
33297         * stdlib/system.c: Likewise.
33298         * streams/fattach.c: Likewise.
33299         * streams/fdetach.c: Likewise.
33300         * streams/getmsg.c: Likewise.
33301         * streams/getpmsg.c: Likewise.
33302         * streams/putmsg.c: Likewise.
33303         * streams/putpmsg.c: Likewise.
33304         * sysdeps/unix/bsd/getpt.c: Likewise.
33305         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33306         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33307         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33309         Likewise.
33310         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33311         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33312         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33313         * sysvipc/msgctl.c: Likewise.
33314         * sysvipc/msgget.c: Likewise.
33315         * sysvipc/msgrcv.c: Likewise.
33316         * sysvipc/msgsnd.c: Likewise.
33317         * sysvipc/semctl.c: Likewise.
33318         * sysvipc/semget.c: Likewise.
33319         * sysvipc/semop.c: Likewise.
33320         * sysvipc/semtimedop.c: Likewise.
33321         * sysvipc/shmat.c: Likewise.
33322         * sysvipc/shmctl.c: Likewise.
33323         * sysvipc/shmdt.c: Likewise.
33324         * sysvipc/shmget.c: Likewise.
33325         * termios/tcdrain.c: Likewise.
33326         * termios/tcflow.c: Likewise.
33327         * termios/tcflush.c: Likewise.
33328         * termios/tcgetattr.c: Likewise.
33329         * termios/tcgetpgrp.c: Likewise.
33330         * termios/tcsendbrk.c: Likewise.
33331         * termios/tcsetattr.c: Likewise.
33332         * termios/tcsetpgrp.c: Likewise.
33333         * time/adjtime.c: Likewise.
33334         * time/clock.c: Likewise.
33335         * time/getitimer.c: Likewise.
33336         * time/gettimeofday.c: Likewise.
33337         * time/setitimer.c: Likewise.
33338         * time/settimeofday.c: Likewise.
33339         * time/stime.c: Likewise.
33340         * time/time.c: Likewise.
33341
33342 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33343
33344         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33345         /usr/old/bin.
33346
33347         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33348         instead of spaces.
33349         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33350
33351 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33352
33353         [BZ #14796]
33354         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33355         FE_TONEAREST before applying Dekker multiplication and Knuth
33356         addition.  Clear inexact exceptions and check for exact zero
33357         results afterwards.
33358         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33359         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33360         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33361         * math/libm-test.inc (fma_test): Add more tests.
33362         (fma_test_towardzero): Likewise.
33363         (fma_test_downward): Likewise.
33364         (fma_test_upward): Likewise.
33365         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33366         function.
33367         (libc_fesetround): New macro.
33368         (libc_fesetroundf): Likewise.
33369         (libc_fesetroundl): Likewise.
33370         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33371         function.
33372         (libc_fesetround_387): Likewise.
33373         (libc_fesetroundf): New macro.
33374         (libc_fesetround): Likewise.
33375         (libc_fesetroundl): Likewise.
33376         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33377         function.
33378         (libc_fesetroundf): New macro.
33379         (libc_fesetround): Likewise.
33380         (libc_fesetroundl): Likewise.
33381         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33382         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33383         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33384         libm_hidden_ver.
33385         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33386         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33387         libm_hidden_def.
33388         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33389         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33390         libm_hidden_ver.
33391         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33392         libm_hidden_def.
33393
33394         [BZ #3439]
33395         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33396         integer constant usable in #if and use that to give value to enum
33397         constant.
33398         (FE_DIVBYZERO): Likewise.
33399         (FE_UNDERFLOW): Likewise.
33400         (FE_OVERFLOW): Likewise.
33401         (FE_INVALID): Likewise.
33402         (FE_INVALID_SNAN): Likewise.
33403         (FE_INVALID_ISI): Likewise.
33404         (FE_INVALID_IDI): Likewise.
33405         (FE_INVALID_ZDZ): Likewise.
33406         (FE_INVALID_IMZ): Likewise.
33407         (FE_INVALID_COMPARE): Likewise.
33408         (FE_INVALID_SOFTWARE): Likewise.
33409         (FE_INVALID_SQRT): Likewise.
33410         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33411         (FE_TONEAREST): Likewise.
33412         (FE_TOWARDZERO): Likewise.
33413         (FE_UPWARD): Likewise.
33414         (FE_DOWNWARD): Likewise.
33415         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33416         (FE_DIVBYZERO): Likewise.
33417         (FE_OVERFLOW): Likewise.
33418         (FE_UNDERFLOW): Likewise.
33419         (FE_INEXACT): Likewise.
33420         (FE_TONEAREST): Likewise.
33421         (FE_DOWNWARD): Likewise.
33422         (FE_UPWARD): Likewise.
33423         (FE_TOWARDZERO): Likewise.
33424         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33425         (FE_UNDERFLOW): Likewise.
33426         (FE_OVERFLOW): Likewise.
33427         (FE_DIVBYZERO): Likewise.
33428         (FE_INVALID): Likewise.
33429         (FE_TONEAREST): Likewise.
33430         (FE_TOWARDZERO): Likewise.
33431         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33432         (FE_OVERFLOW): Likewise.
33433         (FE_UNDERFLOW): Likewise.
33434         (FE_DIVBYZERO): Likewise.
33435         (FE_INEXACT): Likewise.
33436         (FE_TONEAREST): Likewise.
33437         (FE_TOWARDZERO): Likewise.
33438         (FE_UPWARD): Likewise.
33439         (FE_DOWNWARD): Likewise.
33440         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33441         (FE_DIVBYZERO): Likewise.
33442         (FE_OVERFLOW): Likewise.
33443         (FE_UNDERFLOW): Likewise.
33444         (FE_INEXACT): Likewise.
33445         (FE_TONEAREST): Likewise.
33446         (FE_DOWNWARD): Likewise.
33447         (FE_UPWARD): Likewise.
33448         (FE_TOWARDZERO): Likewise.
33449
33450 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33451
33452         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33453
33454 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33455
33456         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33457         commands.  Quote $PWD.
33458         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33459         -x" by "export".
33460         (remove_newlines): Remove.
33461
33462 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33463
33464         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33465         * stdlib/stdlib.h (atof): Moved to ...
33466         * include/bits/stdlib-float.h: Here.  New file.
33467         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33468         * stdlib/bits/stdlib-float.h: New file.
33469         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33470         -mno-sse -mno-mmx.
33471         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33472         <xmmintrin.h>.
33473
33474 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33475
33476         * conform/conformtest.pl (@headers): Add fenv.h.
33477         * conform/data/fenv.h-data: New file.
33478         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33479         include of <math/fenv.h>.
33480
33481         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33482         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33483         && !UNIX98].  Enables tests for XOPEN2K8.
33484         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33485         POSIX2008]: Likewise.
33486
33487         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33488         (struct rusage): Do not expect type or its members.
33489
33490         [BZ #3439]
33491         * math/math.h (FP_NAN): Define macro to integer constant usable in
33492         #if and use that to give value to enum constant.
33493         (FP_INFINITE): Likewise.
33494         (FP_ZERO): Likewise.
33495         (FP_SUBNORMAL): Likewise.
33496         (FP_NORMAL): Likewise.
33497
33498 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33499
33500         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33501         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33502         arguments.
33503
33504 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33505
33506         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33507         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33508         autoconf-time if not.
33509         * configure.in: Remove AC_PREREQ.
33510
33511 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33512
33513         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33514         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33515         of the internal implementation.
33516
33517 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33518
33519         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33520         except include of <misc/sys/syslog.h>.
33521
33522 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33523
33524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33525         function returns with a NULL context exit with zero.
33526
33527 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33528
33529         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33530
33531 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33532
33533         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33534         (run_program_cmd): This.
33535         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33536         (tst_langinfo): New variable.  Use it.
33537
33538 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33539
33540         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33541         floating point opcodes.
33542
33543 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33544
33545         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33546         variable.
33547
33548         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33549
33550         * sysdeps/mach/hurd/powerpc: Remove directory.
33551         * sysdeps/mach/powerpc: Likewise.
33552
33553 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33554
33555         * scripts/check-local-headers.sh: Ignore c++ headers.
33556
33557 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33558
33559         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33560         __libc_cleanup_region_start argument.
33561
33562 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33563
33564         [BZ #14784]
33565         [BZ #14785]
33566         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33567         x * y using scaling, not as x * y + z.
33568         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33569         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33570         * math/libm-test.inc (fma_test): Add more tests.
33571         (fma_test_towardzero): Likewise.
33572         (fma_test_downward): Likewise.
33573         (fma_test_upward): Likewise.
33574
33575 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33576
33577         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33578
33579 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33580
33581         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33582         New variable.
33583
33584 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33585
33586         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33587
33588 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33589
33590         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33591         Fix sort order.
33592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33593         Likewise.
33594
33595 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33596
33597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33598         Fix the order of the list for glibc 2.17.
33599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33600         Likewise.
33601
33602 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33603
33604         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33605
33606 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33607
33608         [BZ #14610]
33609         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33610         for low part of x being zero before using __atanl (y).
33611         * math/libm-test.inc (atan2_test): Add another test.
33612
33613         * manual/install.texi (Configuring and compiling): Document
33614         general use of test-wrapper and test-wrapper-env.
33615         * INSTALL: Regenerated.
33616
33617         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33618         (__fma): Do not extract and scale down low bits on after-rounding
33619         systems when result rounded to normal precision would have normal
33620         exponent.
33621         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33622         (__fmal): Do not extract and scale down low bits on after-rounding
33623         systems when result rounded to normal precision would have normal
33624         exponent.
33625         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33626         (__fmal): Do not extract and scale down low bits on after-rounding
33627         systems when result rounded to normal precision would have normal
33628         exponent.
33629         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33630         macro.
33631         (fma_test): Add more tests.
33632         (fma_test_towardzero): Likewise.
33633         (fma_test_downward): Likewise.
33634         (fma_test_upward): Likewise.
33635
33636 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33637
33638         * sysdeps/i386/tininess.h: Renamed to ...
33639         * sysdeps/x86/tininess.h: This.
33640         * sysdeps/x86_64/tininess.h: Removed.
33641
33642 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33643
33644         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33645         input.  Use $(build-program-cmd).
33646         ($(objpfx)tst-array1-static.out): Likewise.
33647         ($(objpfx)tst-array2.out): Likewise.
33648         ($(objpfx)tst-array3.out): Likewise.
33649         ($(objpfx)tst-array4.out): Likewise.
33650         ($(objpfx)tst-array5.out): Likewise.
33651         ($(objpfx)tst-array5-static.out): Likewise.
33652
33653 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33654
33655         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33656         if defined.
33657
33658         * nss/nsswitch.h (nss_interface_function): Provide new
33659         macro for use with NSS functions.
33660         * grp/initgroups.c: Use new macro.
33661         * nss/getXXbyYY.c: Likewise.
33662         * nss/getXXbyYY_r.c: Likewise.
33663         * nss/getXXent.c: Likewise.
33664         * nss/getXXent_r.c: Likewise.
33665         * sysdeps/posix/getaddrinfo.c: Likewise.
33666
33667 2012-10-30  Andreas Jaeger  <aj@suse.de>
33668
33669         * po/ru.po: Update Russion translation from translation project.
33670
33671 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33672
33673         [BZ #14152]
33674         [BZ #14783]
33675         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33676         result and shift together with sticky bit instead of replicating
33677         round-to-nearest rounding.
33678         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33679         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33680         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33681         missing underflow exceptions.
33682         (fma_test_towardzero): Add more tests.
33683         (fma_test_downward): Likewise.
33684         (fma_test_upward): Likewise.
33685
33686         [BZ #14047]
33687         * sysdeps/generic/tininess.h: New file.
33688         * sysdeps/i386/tininess.h: Likewise.
33689         * sysdeps/sh/tininess.h: Likewise.
33690         * sysdeps/x86_64/tininess.h: Likewise.
33691         * stdlib/tst-strtod-underflow.c: Likewise.
33692         * stdlib/tst-tininess.c: Likewise.
33693         * stdlib/strtod_l.c: Include <tininess.h>.
33694         (round_and_return): Do not set errno for exact underflow cases.
33695         Force an underflow exception when setting errno for underflow.
33696         Determine underflow based on rounding to normal precision if
33697         TININESS_AFTER_ROUNDING.
33698         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33699         ERANGE for exact underflow cases.
33700         * stdlib/Makefile (tests): Add tst-tininess and
33701         tst-strtod-underflow.
33702         ($(objpfx)tst-tininess): Use $(link-libm).
33703         ($(objpfx)tst-strtod-underflow): Likewise.
33704
33705 2012-10-30  Andreas Jaeger  <aj@suse.de>
33706
33707         [BZ#14767]
33708         * elf/Makefile (tests): Remove conditional for have-initfini-array
33709         since this is now always required and the variable does not exist
33710         anymore.
33711         (tests-static): Likewise.
33712         (modules-names): Likewise.
33713
33714         * po/eo.po: Add Esperanto translation from translation project.
33715
33716         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33717         merged with constructor/destructor.
33718         (init_array): Likewise.
33719         * elf/tst-array2dep.c (fini_array): Likewise.
33720         (init_array): Likewise.
33721
33722 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33723
33724         * manual/message.texi: Delete @cartouche tags.
33725
33726 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33727
33728         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33729         EOPNOTSUPP.
33730         * sysdeps/mach/hurd/fsync.c: Likewise.
33731
33732         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33733         [_POSIX_REALTIME_SIGNALS]: Change condition to
33734         [_POSIX_REALTIME_SIGNALS > 0].
33735
33736 2012-10-27  Andreas Jaeger  <aj@suse.de>
33737
33738         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33739         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33740         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33741         [__WORDSIZE != 64]: Likewise.
33742
33743 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33744
33745         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33746         *  iconvdata/tst-tables.sh: Likewise.
33747
33748 2012-10-25  David S. Miller  <davem@davemloft.net>
33749
33750         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33751         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33752         of strtoull.
33753
33754         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33755         ifunc-impl-list.c
33756         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33757         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33758         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33759         file.
33760
33761 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33762
33763         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33764         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33765         __getdirentries.
33766
33767 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33768             Jim Blandy  <jimb@codesourcery.com>
33769
33770         * scripts/cross-test-ssh.sh: New file.
33771         * manual/install.texi (Configuring and compiling): Document use of
33772         cross-test-ssh.sh.
33773         * INSTALL: Regenerated.
33774
33775 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33776
33777         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33778         EOPNOTSUPP.
33779
33780 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33781
33782         * Makeconfig (run-program-prefix): Fix comment.
33783
33784 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33785             Jim Blandy  <jimb@codesourcery.com>
33786
33787         * Makeconfig (test-wrapper): New variable,
33788         (test-wrapper-env): Likewise.
33789         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33790         (run-built-tests): Define to yes.
33791         (run-program-prefix): Use $(test-wrapper).
33792         (built-program-cmd): Likewise.
33793         * Rules (make-test-out): Use $(test-wrapper-env) and
33794         $(host-built-program-cmd).
33795         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33796         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33797         tst-pathopt.sh.
33798         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33799         $(test-wrapper-env) to tst-rtld-load-self.sh.
33800         ($(objpfx)order2.out): Use $(test-wrapper).
33801         ($(objpfx)tst-initorder.out): Likewise.
33802         ($(objpfx)tst-initorder2.out): Likewise.
33803         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33804         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33805         (test_wrapper_env): New variable.  Use it to run ld.so.
33806         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33807         Use it to run ld.so.
33808         (test_wrapper_env): Likewise.
33809         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33810         $(test-wrapper) to run-iconv-test.sh.
33811         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33812         (ICONV): Use $test_wrapper.
33813         * posix/Makefile ($(objpfx)globtest.out): Pass
33814         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33815         globtest.sh, not $(run-program-prefix).
33816         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33817         (test_wrapper): Likewise.
33818         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33819         set together with run_via_rtld_prefix.
33820         (run_program_prefix): Define in terms of test_wrapper and
33821         run_via_rtld_prefix.
33822
33823 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33824
33825         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33826         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33827         Targets removed.
33828
33829         [BZ #14743]
33830         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33831         Declare __clock_getres, __clock_gettime, __clock_settime,
33832         __clock_nanosleep, and __clock_getcpuclockid.
33833         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33834         Remove librt_hidden_def (clock_gettime).
33835         * sysdeps/unix/clock_gettime.c: Likewise.
33836         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33837         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33838         * rt/clock_getres.c: Define __clock_getres as an alias.
33839         * sysdeps/posix/clock_getres.c: Likewise.
33840         * rt/clock_settime.c: Define __clock_settime as an alias.
33841         * sysdeps/unix/clock_settime.c: Likewise.
33842         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33843         * sysdeps/unix/clock_nanosleep.c: Likewise.
33844         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33845         * rt/clock-compat.c: New file.
33846         * rt/Makefile (librt-routines): Add clock-compat and move
33847         $(clock-routines) to ...
33848         (routines): ... here, new variable.
33849         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33850         Don't add get_clockfreq here.
33851         * rt/Versions (libc: GLIBC_2.17): New version set.
33852         Add clock_* symbols here.
33853         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33854         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33855         (GLIBC_2.17): Add clock_* symbols.
33856         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33857         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33858         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33860         Likewise.
33861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33862         Likewise.
33863         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33864         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33865         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33866         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33867         * NEWS: Mention the move.
33868
33869         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33870         Use __open, __read, __close rather than their public counterparts.
33871         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33872         (__get_clockfreq_via_cpuinfo): Likewise.
33873         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33874         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33875
33876         * config.h.in (HAVE_IFUNC): New #undef.
33877         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33878         was successful.
33879         * configure: Regenerated.
33880
33881 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33882
33883         * configure.in: Move READELF check to start of file.
33884         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33885         libc_cv_asm_gnu_indirect_function in the process.
33886         * configure: Regenerated.
33887
33888 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33889
33890         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33891         send the output to /dev/null.
33892         (libc_cv_cc_with_libunwind): Likewise.
33893         (libc_cv_as_noexecstack): Likewise.
33894         * configure: Regenerate.
33895
33896 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33897
33898         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33899
33900         * posix/globtest.sh (TMPDIR): Do not set.
33901         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33902         (testout): Likewise.
33903
33904 2012-10-24  Andreas Jaeger  <aj@suse.de>
33905
33906         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33907         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33908         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33909         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33910         posix_fadvise64, posix_fallocate64.
33911
33912         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33913         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33914         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33915         Likewise.
33916         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33917         Likewise.
33918         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33919
33920         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33921         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33922         <bits/fcntl-linux.h>.
33923         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33924
33925         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33926         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33927         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33928         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33929         [__WORDSIZE != 64]: Likewise.
33930
33931 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33932
33933         * Makeconfig (run-built-tests): New variable.
33934         * Rules [$(cross-compiling) = yes]: Change condition to
33935         [$(run-built-tests) = no].
33936         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33937         to [$(run-built-tests) = yes].
33938         * elf/Makefile [$(cross-compiling) = no]: Likewise
33939         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33940         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33941         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33942         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33943         * io/Makefile [$(cross-compiling) = no]: Likewise.
33944         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33945         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33946         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33947         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33948         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33949         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33950         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33951         * string/Makefile [$(cross-compiling) = no]: Likewise.
33952
33953         * posix/Makefile ($(objpfx)globtest.out): Pass
33954         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33955         $(rtld-installed-name).
33956         * posix/globtest.sh (elf_objpfx): Remove variable.
33957         (rtld_installed_name): Likewise.
33958         (library_path): Likewise.
33959         (run_program_prefix): New variable.  Use for running globtest
33960         binary.
33961
33962 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33963             Joseph Myers  <joseph@codesourcery.com>
33964
33965         * Makeconfig (host-built-program-cmd): New variable.
33966         * elf/Makefile (tst-stackguard1-ARGS): Use
33967         $(host-built-program-cmd).
33968         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33969         (tst-spawn-ARGS): Likewise.
33970         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33971
33972 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33973             Jim Blandy  <jimb@codesourcery.com>
33974
33975         * Makeconfig (run-via-rtld-prefix): New variable.
33976         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33977         (built-program-cmd): Likewise.
33978
33979 2012-10-22  Andreas Jaeger  <aj@suse.de>
33980
33981         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33982         __O_RSYNC if it exists, otherwise to O_SYNC.
33983
33984 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33985             Joseph Myers  <joseph@codesourcery.com>
33986
33987         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33988         /dev/null.
33989         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33990         from /dev/null
33991         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33992         /dev/null.
33993
33994 2012-10-22  Andreas Jaeger  <aj@suse.de>
33995
33996         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33997         Define always.
33998         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33999
34000         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34001         bits/fcntl-linux.h.
34002
34003         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
34004         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
34005
34006         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
34007         to __O_LARGEFILE.
34008         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
34009         to __O_LARGEFILE.
34010
34011 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
34012             Joseph Myers  <joseph@codesourcery.com>
34013
34014         * config.make.in (NM): New variable.
34015
34016 2012-10-21  Andreas Jaeger  <aj@suse.de>
34017
34018         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
34019         definitions and declarations that are provided by
34020         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34021
34022 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34023
34024         [BZ #14683]
34025         * elf/Makefile (tests-static): Add tst-leaks1-static.
34026         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
34027         ($(objpfx)tst-leaks1-static): New rule.
34028         ($(objpfx)tst-leaks1-static-mem): Likewise.
34029         (tst-leaks1-static-ENV): New macro.
34030         * elf/dl-open.c (dl_open_worker): Check the main application
34031         only if SHARED is defined.
34032         * elf/tst-leaks1-static.c: New file.
34033
34034 2012-10-20  Andreas Jaeger  <aj@suse.de>
34035
34036         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
34037         generic values for Linux.
34038         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
34039         and declarations that are provided by <bits/fcntl-linux.h> and
34040         include <bits/fcntl-linux.h>.
34041         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34042         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34043
34044 2012-10-20  Roland McGrath  <roland@hack.frob.com>
34045
34046         * io/fcntl.h: Move include of <bits/types.h> to the top and
34047         include it unconditionally.
34048
34049 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34050
34051         * wcsmbs/Makefile (tests-ifunc): New variable.
34052         (tests): Add $(tests-ifunc).
34053         * wcsmbs/test-wcschr-ifunc.c: New file.
34054         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
34055         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
34056         * wcsmbs/test-wcslen-ifunc.c: Likewise.
34057         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
34058         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
34059
34060         * string/Makefile (tests-ifunc): New variable.
34061         (tests): Add $(tests-ifunc).
34062         * string/test-memccpy.c (TEST_NAME): New macro.
34063         * string/test-memchr.c (TEST_NAME): Likewise.
34064         * string/test-memcmp.c (TEST_NAME): Likewise.
34065         * string/test-memcpy.c (TEST_NAME): Likewise.
34066         * string/test-memmem.c (TEST_NAME): Likewise.
34067         * string/test-memmove.c (TEST_NAME): Likewise.
34068         * string/test-memset.c (TEST_NAME): Likewise.
34069         * string/test-rawmemchr.c (TEST_NAME): Likewise.
34070         * string/test-stpcpy.c (TEST_NAME): Likewise.
34071         * string/test-stpncpy.c (TEST_NAME): Likewise.
34072         * string/test-strcasecmp.c (TEST_NAME): Likewise.
34073         * string/test-strcasestr.c (TEST_NAME): Likewise.
34074         * string/test-strcat.c (TEST_NAME): Likewise.
34075         * string/test-strchr.c (TEST_NAME): Likewise.
34076         * string/test-strcmp.c(TEST_NAME): Likewise.
34077         * string/test-strcpy.c (TEST_NAME): Likewise.
34078         * string/test-strcspn.c (TEST_NAME): Likewise.
34079         * string/test-strlen.c (TEST_NAME): Likewise.
34080         * string/test-strncasecmp.c (TEST_NAME): Likewise.
34081         * string/test-strncmp.c (TEST_NAME): Likewise.
34082         * string/test-strncpy.c (TEST_NAME): Likewise.
34083         * string/test-strnlen.c (TEST_NAME): Likewise.
34084         * string/test-strpbrk.c (TEST_NAME): Likewise.
34085         * string/test-strrchr.c (TEST_NAME): Likewise.
34086         * string/test-strspn.c (TEST_NAME): Likewise.
34087         * string/test-strstr.c (TEST_NAME): Likewise.
34088         * string/test-bcopy-ifunc.c: New file.
34089         * string/test-bzero-ifunc.c: Likewise.
34090         * string/test-memccpy-ifunc.c: Likewise.
34091         * string/test-memchr-ifunc.c: Likewise.
34092         * string/test-memcmp-ifunc.c: Likewise.
34093         * string/test-memcpy-ifunc.c: Likewise.
34094         * string/test-memmem-ifunc.c: Likewise.
34095         * string/test-memmove-ifunc.c: Likewise.
34096         * string/test-mempcpy-ifunc.c: Likewise.
34097         * string/test-memset-ifunc.c: Likewise.
34098         * string/test-rawmemchr-ifunc.c: Likewise.
34099         * string/test-stpcpy-ifunc.c: Likewise.
34100         * string/test-stpncpy-ifunc.c: Likewise.
34101         * string/test-strcasecmp-ifunc.c: Likewise.
34102         * string/test-strcasestr-ifunc.c: Likewise.
34103         * string/test-strcat-ifunc.c: Likewise.
34104         * string/test-strchr-ifunc.c: Likewise.
34105         * string/test-strchrnul-ifunc.c: Likewise.
34106         * string/test-strcmp-ifunc.c: Likewise.
34107         * string/test-strcpy-ifunc.c: Likewise.
34108         * string/test-strcspn-ifunc.c: Likewise.
34109         * string/test-strlen-ifunc.c: Likewise.
34110         * string/test-strncasecmp-ifunc.c: Likewise.
34111         * string/test-strncat-ifunc.c: Likewise.
34112         * string/test-strncmp-ifunc.c: Likewise.
34113         * string/test-strncpy-ifunc.c: Likewise.
34114         * string/test-strnlen-ifunc.c: Likewise.
34115         * string/test-strpbrk-ifunc.c: Likewise.
34116         * string/test-strrchr-ifunc.c: Likewise.
34117         * string/test-strspn-ifunc.c: Likewise.
34118         * string/test-strstr-ifunc.c: Likewise.
34119
34120         * debug/Makefile (tests-ifunc): New variable.
34121         (tests): Add $(tests-ifunc).
34122         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34123         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34124         * debug/test-stpcpy_chk-ifunc.c: New file.
34125         * debug/test-strcpy_chk-ifunc.c: Likewise.
34126
34127 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
34128
34129         [BZ #13601]
34130         * elf/dl-load.c (open_verify): Retry read if the entire ELF
34131         header is not read in.
34132
34133 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
34134
34135         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
34136         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
34137         directly.  Pass built executable to script as
34138         $(built-program-cmd).
34139         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
34140         $testprogram without using LD_LIBRARY_PATH and $ldso.
34141
34142         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34143         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34144         $(rtld-installed-name).
34145         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34146         (rtld_installed_name): Likewise.
34147         (library_path): Likewise.
34148         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
34149         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34150         $(run-program-prefix) to tst-tables.sh.
34151         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
34152         it to run tst-table-from and tst-table-to.
34153         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34154         Pass it to tst-table.sh.
34155         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34156         $(run-program-prefix) to tst-gettext.sh.
34157         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34158         tst-translit.sh.
34159         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34160         tst-gettext2.sh.
34161         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
34162         to run tst-gettext.
34163         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
34164         to run tst-gettext2.
34165         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
34166         to run tst-translit.
34167         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34168         $(run-program-prefix) to tst-mtrace.sh.
34169         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
34170         to run tst-mtrace.
34171         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34172         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34173         $(rtld-installed-name).
34174         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34175         (rtld_installed_name): Likewise.
34176         (run_program_prefix): New variable.  Use it to run wordexp-test.
34177
34178         * Makeconfig (ARCH): Remove all definitions.
34179         (machine): Likewise.
34180         [ARCH]: Remove conditional code.
34181         [!objdir]: Give error.
34182         [!objdir] (objpfx): Remove.
34183         [!objdir] (common-objpfx): Likewise.
34184         [!objdir] (common-objdir): Likewise.
34185         * configure.in (config_makefile): Remove.  Hardcode Makefile in
34186         AC_CONFIG_FILES call.
34187         * configure: Regenerated.
34188
34189         [BZ #13888]
34190         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34191         or TMPDIR.
34192         (testout): Likewise.
34193
34194         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34195         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34196         $(rtld-installed-name).
34197         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34198         (rtld_installed_name): Likwise.
34199         (runit): Remove function.
34200         (run_getconf): New variable,  Use it for running getconf binary.
34201
34202 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
34203
34204         [BZ #14716]
34205         * string/test-memmem.c (check_result): New function.
34206         (do_one_test): Use it.
34207         (check1): New function.
34208         (test_main): Use it.
34209
34210 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
34211
34212         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34213
34214 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
34215
34216         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34217         (_G_LSEEK64): Likewise.
34218         (_G_MMAP64): Likewise.
34219         (_G_FSTAT64): Likewise.
34220         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34221         (_G_LSEEK64): Likewise.
34222         (_G_MMAP64): Likewise.
34223         (_G_FSTAT64): Likewise.
34224         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34225         unconditional.  Call __mmap64 directly.
34226         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34227         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
34228         __lseek64 directly.
34229         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34230         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
34231         __mmap64 directly.
34232         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34233         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34234         __lseek64 directly.
34235         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34236         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34237         __lseek64 directly.
34238         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34239         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34240         __lseek64 directly.
34241         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34242         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34243         __fxstat64 directly.
34244         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34245         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34246         unconditional.
34247         (freopen64) [!_G_OPEN64]: Remove conditional code.
34248         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34249         unconditional.
34250         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34251         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34252         unconditional.
34253         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34254         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34255         unconditional.
34256         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34257         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34258         unconditional.
34259         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34260         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34261         unconditional.
34262         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34263         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34264         unconditional.
34265         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34266         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34267         unconditional.
34268         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34269
34270 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34271
34272         [BZ #12140]
34273         * manual/memory.texi (Malloc Tunable Parameters): Add note
34274         about free list pointers overwriting some perturb bytes.
34275         Wording suggested by Roland McGrath.
34276
34277 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34278
34279         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34280         (lgamma_test): Likewise.
34281         (tgamma_test): Likewise.
34282
34283 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34284
34285         [BZ #14700]
34286         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34287         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34288
34289 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34290
34291         * NEWS: Mention BZ #14716.
34292         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34293         when removing AVAILABLE1_USES_J macro.
34294
34295 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34296
34297         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34298         (__bswap_64): __uint64_t for unsigned 64-bit int.
34299
34300 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34301
34302         * include/string.h (memmem): Declare libc hidden alias.
34303         * string/memmem.c (memmem): Define libc hidden alias.
34304         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34305         __read, __close instead of open, read, close.
34306
34307 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34308
34309         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34310         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34311         global and hidden.
34312         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34313         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34314         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34315         Likewise.
34316         (__rawmemchr_sse2): Likewise.
34317         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34318         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34319         (__strchr_sse2): Likewise.
34320         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34321         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34322         (__strcasecmp_sse2): Likewise.
34323         (__strncasecmp_sse2): Likewise.
34324         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34325         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34326         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34327         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34328         (__strrchr_sse2): Likewise.
34329         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34330         ifunc-impl-list.c.
34331         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34332         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34333         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34334         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34335         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34336         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34337         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34338         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34339         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34340         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34341         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34342         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34343         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34344         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34345         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34346         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34347         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34348         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34349         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34350         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34351         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34352         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34353         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34354         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34355         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34356         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34357         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34358         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34359         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34360         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34361
34362         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34363         global and hidden.
34364         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34365         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34366         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34367         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34368         Likewise.
34369         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34370         Likewise.
34371         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34372         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34373         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34374         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34375         ifunc-impl-list.c.
34376         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34377         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34378         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34379         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34380         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34381         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34382         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34383         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34384         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34385         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34386         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34387         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34388         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34389         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34390         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34391         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34392         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34393         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34394         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34395         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34396         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34397         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34398         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34399         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34400         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34401         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34402         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34403         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34404         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34405         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34406         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34407         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34408         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34409         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34410         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34411         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34412         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34413         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34414         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34415         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34416         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34417
34418         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34419         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34420         * include/ifunc-impl-list.h: New file.
34421         * misc/ifunc-impl-list.c: Likewise.
34422         * misc/Makefile (routines): Add ifunc-impl-list.
34423         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34424         * string/test-string.h: Include <ifunc-impl-list.h>.
34425         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34426         TEST_NAME]: New variables.
34427         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34428         are defined.
34429         (test_init): Call __libc_ifunc_impl_list to initialize
34430         func_list if TEST_IFUNC and TEST_NAME are defined.
34431
34432         * string/Makefile (strop-tests): Add bcopy and bzero.
34433         * string/test-bcopy.c: New file.
34434         * string/test-bzero.c: Likewise.
34435         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34436         defined.
34437         * string/test-memset.c: Support bzero test if TEST_BZERO is
34438         defined.
34439         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34440         __libc_memmove.
34441         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34442         __libc_memset.
34443         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34444         of memset.
34445
34446 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34447
34448         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34449         * configure: Regenerated.
34450
34451         * Makeconfig (+link-static-before-libc): Don't include
34452         $(link-static-libc).
34453
34454         * libio/libio.h (_IO_pos_t): Remove.
34455
34456 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34457
34458         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34459         McGrath.
34460
34461 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34462
34463         * crypt/crypt-entry.c: Include fips-private.h.
34464         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34465         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34466         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34467         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34468
34469 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34470
34471         * crypt/crypt-private.h: Include stdbool.h.
34472         (_ufc_setup_salt_r): Return bool.
34473         * crypt/crypt-entry.c: Include errno.h.
34474         (__crypt_r): Return NULL with EINVAL for bad salt.
34475         * crypt/crypt_util.c (bad_for_salt): New.
34476         (_ufc_setup_salt_r): Check that salt is long enough and within
34477         the specified alphabet.
34478         * crypt/badsalttest.c: New file.
34479         * crypt/Makefile (tests): Add it.
34480         ($(objpfx)badsalttest): New.
34481
34482 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34483
34484         * NEWS: Add entry for BZ #14602.
34485
34486 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34487
34488         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34489         type-generic.
34490         * math/libm-test.inc: Update comment listing what functions and
34491         macros are tested.
34492         (isgreater_test): New function.
34493         (isgreaterequal_test): Likewise.
34494         (isless_test): Likewise.
34495         (islessequal_test): Likewise.
34496         (islessgreater_test): Likewise.
34497         (isunordered_test): Likewise.
34498         (main): Call the new functions.
34499
34500 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34501
34502         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34503         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34504         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34505         * sysdeps/i386/configure: Regenerated.
34506         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34507         * sysdeps/mach/configure: Regenerated.
34508         * sysdeps/mach/hurd/configure: Regenerated.
34509         * sysdeps/powerpc/configure: Regenerated.
34510         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34511         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34512         * sysdeps/s390/s390-32/configure: Regenerated.
34513         * sysdeps/s390/s390-64/configure: Regenerated.
34514         * sysdeps/sh/configure: Regenerated.
34515         * sysdeps/sparc/configure: Regenerated.
34516         * sysdeps/unix/sysv/linux/configure: Regenerated.
34517         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34518         * sysdeps/x86_64/configure: Regenerated.
34519
34520         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34521         defined.  Don't check if MAP is NULL.
34522
34523 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34524
34525         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34526         (_G_stat64): Likewise.
34527         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34528         (_G_stat64): Likewise.
34529         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34530         instead of struct _G_stat64.
34531         * libio/fileops.c (mmap_remap_check): Likewise.
34532         (decide_maybe_mmap): Likewise.
34533         (_IO_new_file_seekoff): Likewise.
34534         (_IO_file_stat): Likewise.
34535         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34536         _G_off64_t.
34537         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34538         instead of struct _G_stat64.
34539         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34540
34541 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34542
34543         [BZ #14602]
34544         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34545         Replace with ...
34546         (CHECK_EOL): New macro.
34547         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34548         CHECK_EOL.
34549         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34550         Replace with CHECK_EOL.
34551         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34552         Replace with CHECK_EOL.
34553
34554 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34555
34556         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34557         type-generic.
34558         * math/libm-test.inc: Update comment listing what functions and
34559         macros are tested.
34560         (finite_test): New function.
34561         (isinf_test): Likewise.
34562         (isnan_test): Likewise.
34563         (fpclassify_test): Test subnormal input.
34564         (isfinite_test): Likewise.
34565         (isnormal_test): Likewise.
34566         (main): Call the new functions.
34567
34568 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34569
34570         [BZ #14660]
34571         * Makerules (%.dynsym): Force C locale when running
34572         $(OBJDUMP) --dynamic-syms.
34573
34574 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34575
34576         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34577         <stdint.h>.
34578
34579 2012-10-06  David S. Miller  <davem@davemloft.net>
34580
34581         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34582         upper 32-bits of the length value in %o2 since we use branch-on-register
34583         tests which consider the entire 64-bit register.
34584
34585 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34586
34587         * string/test-strstr.c (check2): Add a test for page boundary.
34588
34589 2012-10-05  David S. Miller  <davem@davemloft.net>
34590
34591         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34592         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34593         file.
34594         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34595         sysdep_routines.
34596         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34597         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34598         and bzero when HWCAP_SPARC_CRYPTO is present.
34599
34600 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34601
34602         [BZ #14602]
34603         * string/test-strstr.c (check2): New function.
34604         (test_main): Call check2.
34605
34606         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34607         and bug-strchr1.
34608         * string/bug-strcasestr1.c (do_test): Moved to ...
34609         * string/test-strcasestr.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-strchr1.c (do_test): Moved to ...
34615         * string/test-strchr.c (check1): Here.  New function.
34616         (do_one_test): Break out result checking code into ...
34617         (check_result): This.  New function.
34618         (do_one_test): Call check_result.
34619         (test_main): Call check1.
34620         * string/bug-strstr1.c (main): Moved to ...
34621         * string/test-strstr.c (check1): Here.  New function.
34622         (do_one_test): Break out result checking code into ...
34623         (check_result): This.  New function.
34624         (do_one_test): Call check_result.
34625         (test_main): Call check1.
34626         * string/bug-strcasestr1.c: Removed.
34627         * string/bug-strchr1.c: Likewise.
34628         * string/bug-strstr1.c: Likewise.
34629
34630         * elf/Makefile (dl-routines): Add hwcaps.
34631         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34632         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34633         (_dl_important_hwcaps): Moved to ...
34634         * elf/dl-hwcaps.c: Here.  New file.
34635         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34636
34637         [BZ #14557]
34638         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34639         if IS_IN_rtld isn't defined.
34640
34641         * elf/dl-support.c (_dl_sysinfo_map): New.
34642         Include "get-dynamic-info.h" and "setup-vdso.h".
34643         (_dl_non_dynamic_init): Call setup_vdso.
34644         * elf/dynamic-link.h: Don't include <assert.h>.
34645         (elf_get_dynamic_info): Moved to ...
34646         * elf/get-dynamic-info.h: Here.  New file.
34647         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34648         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34649         * elf/setup-vdso.h: Here.  New file.
34650         * elf/rtld.c: Include "setup-vdso.h".
34651         (dl_main): Call setup_vdso.
34652
34653 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34654
34655         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34656         creal in comment listing functions tested.  List finite, isinf,
34657         isnan, isless, islessequal, isgreater, isgreaterequal,
34658         islessgreater, isunordered, lgamma_r and pow10 as functions and
34659         macros not tested.  Mention which functions not tested are aliases
34660         for other functions.  Fix typo.  Note that signs of NaNs are not
34661         tested.
34662
34663         * scripts/config.guess: Update from config.git.
34664         * scripts/config.sub: Likewise.
34665
34666 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34667
34668         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34669         * misc/madvise.c (madvise): Renamed to __madvise.
34670         Make madvise a weak alias.
34671         * include/sys/mman.h: Declare __madvise.
34672         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34673         * sysdeps/unix/syscalls.list
34674         (madvise): Make __madvise the strong name, and madvise a weak alias.
34675         * sysdeps/unix/sysv/linux/syscalls.list
34676         (madvise, mmap): Remove redundant entries.
34677         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34678         * malloc/malloc.c (mtrim): Likewise.
34679         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34680
34681 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34682
34683         * sysdeps/mach/hurd/dl-cache.c: File removed.
34684         * config.h.in (USE_LDCONFIG): New #undef.
34685         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34686         * configure: Regenerated.
34687         * elf/Makefile (dl-routines): Add dl-cache only under
34688         [$(use-ldconfig) = yes].
34689         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34690         cache on [USE_LDCONFIG].
34691         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34692         [USE_LDCONFIG].
34693         * elf/rtld.c (dl_main): Likewise.
34694
34695 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34696
34697         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34698         _SC_LEVEL4_CACHE_LINESIZE.
34699
34700 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34701
34702         * sysdeps/unix/bsd/confstr.h: File removed.
34703
34704 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34705
34706         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34707         sys/sdt-config.h.
34708
34709 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34710
34711         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34712         Make 'mapoff' field ElfW(Off) rather than off_t.
34713
34714 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34715
34716         * nscd/Makefile: Remove nscd-cflags and all its users.
34717         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34718         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34719
34720         [BZ #10631]
34721         * malloc.c (malloc_printerr): Clarify error message.
34722
34723 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34724
34725         [BZ #14648]
34726         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34727         Set bit_FMA_Usable if FMA is supported.
34728         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34729         macro.
34730         (bit_FMA4_Usable): Updated.
34731         (index_FMA_Usable): New macro.
34732         (CPUID_FMA): Likewise
34733         (HAS_FMA): Defined with bit_FMA_Usable.
34734
34735 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34736
34737         * bits/types.h (__swblk_t): Type removed.
34738         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34739         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34740         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34741         (__SWBLK_T_TYPE): Likewise.
34742         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34743         (__SWBLK_T_TYPE): Likewise.
34744         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34745         (__SWBLK_T_TYPE): Likewise.
34746         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34747         (__SWBLK_T_TYPE): Likewise.
34748
34749 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34750             Honza Horak <hhorak@redhat.com>
34751
34752         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34753         (xdr_mapname): Use YPMAXMAP as maxsize.
34754         (xdr_peername): Use YPMAXPEER as maxsize.
34755         (xdr_keydat): Use YPAXRECORD as maxsize.
34756         (xdr_valdat): Use YPMAXRECORD as maxsize.
34757
34758 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34759
34760         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34761
34762         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34763         * csu/init-first.c: ... here.
34764         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34765         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34766         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34767         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34768         * sysdeps/i386/init-first.c: File removed.
34769         * sysdeps/sh/init-first.c: File removed.
34770
34771 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34772
34773         [BZ #14645]
34774         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34775         if x * y might underflow to zero and z is zero.
34776         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34777         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34778         * math/libm-test.inc (min_subnorm_value): New variable.
34779         (fma_test): Add more tests.
34780         (fma_test_towardzero): Likewise.
34781         (fma_test_downward): Likewise
34782         (fma_test_upward): Likewise.
34783         (initialize): Set min_subnorm_value.
34784
34785 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34786
34787         [BZ #14638]
34788         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34789         0 + 0.
34790         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34791         mode for addition resulting in exact zero.
34792         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34793         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34794         exact 0 + 0.
34795         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34796         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34797         * math/libm-test.inc (fma_test): Add more tests.
34798         (fma_test_towardzero): New function.
34799         (fma_test_downward): Likewise.
34800         (fma_test_upward): Likewise.
34801         (main): Call the new functions.
34802
34803 2012-09-28  David S. Miller  <davem@davemloft.net>
34804
34805         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34806
34807 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34808
34809         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34810         instead of SIGALRM.
34811
34812         * sysdeps/gnu/_G_config.h: Moved to ...
34813         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34814         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34815         * sysdeps/generic/_G_config.h: ... here.
34816
34817         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34818
34819         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34820
34821         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34822         Conditionalize target on [libnss_test1.so-version].
34823
34824         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34825
34826         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34827         (elfobjdir): Move out of conditionals.
34828
34829         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34830         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34831         (__nss_lookup_function): Conditionalize label remove_from_tree on
34832         [!DO_STATIC_NSS || SHARED], matching its only use.
34833
34834 2012-09-28  David S. Miller  <davem@davemloft.net>
34835
34836         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34837         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34838         file.
34839         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34840         sysdep_routines.
34841         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34842         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34843         when HWCAP_SPARC_CRYPTO is present.
34844
34845 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34846
34847         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34848
34849 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34850
34851         [BZ #6530]
34852         * stdio-common/vfprintf.c (process_string_arg): Revert
34853         2000-07-22 change.
34854
34855 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34856
34857         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34858         for testcase.
34859         * stdio-common/tst-sprintf.c: Include <locale.h>
34860         (main): Test sprintf's handling of incomplete multibyte
34861         characters.
34862
34863 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34864
34865         * elf/dl-runtime.c (VERSYMIDX): Removed.
34866         * elf/dl-version.c (VERSYMIDX): Likewise.
34867         * elf/do-rel.h (VERSYMIDX): Likewise.
34868         (VALIDX): Likewise.
34869         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34870         * elf/rtld.c (VALIDX): Likewise.
34871         (ADDRIDX): Likewise.
34872         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34873         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34874         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34875         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34876         (VALIDX): Likewise.
34877         (ADDRIDX): Likewise.
34878
34879 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34880
34881         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34882
34883 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34884
34885         [BZ #11438]
34886         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34887         to global scope.
34888         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34889         addresses are in the same scope as 192.0.2/24.
34890         * posix/gai.conf: Document new scope table defaults.
34891
34892 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34893
34894         [BZ #5298]
34895         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34896         for ftell.  Compute offsets from write pointers instead.
34897         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34898
34899 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34900
34901         [BZ #14543]
34902         * libio/Makefile (tests): New test case tst-fseek.
34903         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34904         combination works in wide mode.
34905         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34906         state when the external buffer state changes.
34907
34908 2012-09-27  David S. Miller  <davem@davemloft.net>
34909
34910         [BZ #14376]
34911         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34912         pass reloc->r_addend in as the 'high' argument to
34913         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34914
34915         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34916
34917 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34918
34919         * rt/tst-aio2.c: Include <pthread.h>.
34920         * rt/tst-aio3.c: Likewise.
34921
34922 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34923
34924         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34925
34926 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34927
34928         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34929         contents on [SHARED].
34930
34931 2012-09-26  Marek Polacek  <polacek@redhat.com>
34932
34933         [BZ #14530]
34934         [BZ #13741]
34935         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34936         for C++ and GCC <4.3 as well as for non GCC compilers.
34937
34938 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34939
34940         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34941
34942 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34943
34944         * Makefile.in (all, install): Declare with .PHONY.
34945         Reported by Michael Hope <michael.hope@linaro.org>.
34946
34947 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34948
34949         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34950         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34951         system header.
34952         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34953         Likewise.
34954         (sydep_routines): Add the new and the internal functions.
34955         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34956         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34958         (GLIBC_2.17): Add the new function.
34959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34960         (GLIBC_2.17): Likewise.
34961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34962         (GLIBC_2.17): Likewise.
34963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34964         (GLIBC_2.17): Likewise.
34965         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34966
34967 2012-09-25  Alan Modra  <amodra@gmail.com>
34968
34969         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34970         Add release barrier before setting once_control to say
34971         initialisation is done.  Add hints on lwarx.  Use macro in
34972         place of isync.
34973         (clear_once_control): Add release barrier.
34974
34975 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34976
34977         [BZ #13629]
34978         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34979         specially.
34980         * math/s_clog10.c (__clog10): Likewise.
34981         * math/s_clog10f.c (__clog10f): Likewise.
34982         * math/s_clog10l.c (__clog10l): Likewise.
34983         * math/s_clogf.c (__clogf): Likewise.
34984         * math/s_clogl.c (__clogl): Likewise.
34985         * math/Makefile (libm-calls): Add x2y2m1.
34986         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34987         (__x2y2m1): Likewise.
34988         (__x2y2m1l): Likewise.
34989         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34990         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34991         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34992         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34993         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34994         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34995         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34996         * sysdeps/i386/fpu/libm-test-ulps: Update.
34997         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34998
34999         [BZ #14621]
35000         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
35001         int as type of variable DEPTH.
35002         (glob): Use size_t instead of int as type of variables NEWCOUNT
35003         and OLD_PATHC.
35004
35005 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35006
35007         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35008         Add s_sincosf-sse2.
35009         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
35010         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
35011         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
35012         macros for using routine as __sincosf_ia32.
35013         Use macro for function declaration and weak_alias.
35014         * sysdeps/i386/fpu/libm-test-ulps: Update.
35015
35016         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
35017         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35018
35019         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
35020         subnormal argument.
35021         * math/s_cexpf.c (__cexpf): Likewise.
35022         * math/s_csinf.c (__csinf): Likewise.
35023         * math/s_csinhf.c (__csinhf): Likewise.
35024         * math/s_ctanf.c (__ctanf): Likewise.
35025         * math/s_ctanhf.c (__ctanhf): Likewise.
35026         * math/s_ccosh.c (__ccoshf): Likewise.
35027         * math/s_cexp.c (__cexpl): Likewise.
35028         * math/s_csin.c (__csin): Likewise.
35029         * math/s_csinh.c (__csinh): Likewise.
35030         * math/s_ctan.c (__ctan): Likewise.
35031         * math/s_ctanh.c (ctanh): Likewise.
35032         * math/s_ccoshl.c (__ccoshl): Likewise.
35033         * math/s_cexpl.c (__cexpl): Likewise.
35034         * math/s_csinl.c (__csinl): Likewise.
35035         * math/s_csinhl.c (__csinhl): Likewise.
35036         * math/s_ctanl.c (__ctanl): Likewise.
35037         * math/s_ctanhl.c (__ctanhl): Likewise.
35038
35039 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
35040
35041         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
35042         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
35043         (_IO_off_t): Define to __off_t, not _G_off_t.
35044         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
35045         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
35046         (_IO_wint_t): Define to wint_t, not _G_wint_t.
35047         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
35048         type of __dummy and __dummy2 fields.
35049         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
35050         (_G_ssize_t): Likewise.
35051         (_G_off_t): Likewise.
35052         (_G_pid_t): Likewise.
35053         (_G_uid_t): Likewise.
35054         (_G_wchar_t): Likewise.
35055         (_G_wint_t): Likewise.
35056         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
35057         (_G_ssize_t): Likewise.
35058         (_G_off_t): Likewise.
35059         (_G_pid_t): Likewise.
35060         (_G_uid_t): Likewise.
35061         (_G_wchar_t): Likewise.
35062         (_G_wint_t): Likewise.
35063         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
35064         (_G_ssize_t): Likewise.
35065         (_G_off_t): Likewise.
35066         (_G_pid_t): Likewise.
35067         (_G_uid_t): Likewise.
35068         (_G_wchar_t): Likewise.
35069         (_G_wint_t): Likewise.
35070
35071 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35072
35073         * malloc/arena.c: Include malloc-sysdep.h.
35074         (shrink_heap): Use check_may_shrink_heap to decide if madvise
35075         is sufficient to shrink the heap or an unmap is needed.
35076         * sysdeps/generic/malloc-sysdep.h: New file.  Define
35077         new function check_may_shrink_heap.
35078         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
35079         new function check_may_shrink_heap.
35080
35081 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35082
35083         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
35084         comments.
35085
35086 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
35087
35088         * catgets/test-gencat.sh: Add "set -e".
35089         * elf/tst-pathopt.sh: Likewise.
35090         * grp/tst_fgetgrent.sh: Likewise.
35091         * iconvdata/run-iconv-test.sh: Likewise.
35092         * intl/tst-gettext.sh: Likewise.
35093         * intl/tst-gettext2.sh: Likewise.
35094         * intl/tst-gettext4.sh: Likewise.
35095         * intl/tst-gettext6.sh: Likewise.
35096         * intl/tst-translit.sh: Likewise.
35097         * io/ftwtest-sh: Likewise.
35098         * libio/test-freopen.sh: Likewise.
35099         * malloc/tst-mtrace.sh: Likewise.
35100         * posix/globtest.sh: Likewise.
35101         * posix/tst-getconf.sh: Likewise.
35102         * posix/wordexp-tst.sh: Likewise.
35103         * stdio-common/tst-printf.sh: Likewise.
35104         * stdio-common/tst-unbputc.sh: Likewise.
35105         * stdlib/tst-fmtmsg.sh: Likewise.
35106         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35107         * catgets/Makefile: Do not specify -e option when running
35108         testsuite shell scripts.
35109         * elf/Makefile: Likewise.
35110         * grp/Makefile: Likewise.
35111         * iconvdata/Makefile: Likewise.
35112         * intl/Makefile: Likewise.
35113         * io/Makefile: Likewise.
35114         * libio/Makefile: Likewise.
35115         * malloc/Makefile: Likewise.
35116         * posix/Makefile: Likewise.
35117         * stdio-common/Makefile: Likewise.
35118         * stdlib/Makefile: Likewise.
35119         * sysdeps/x86_64/Makefile: Likewise.
35120
35121         * io/ftwtest-sh: Add copyright header.
35122         * posix/globtest.sh: Likewise.
35123         * posix/tst-getconf.sh: Likewise.
35124         * posix/wordexp-tst.sh: Likewise.
35125         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35126
35127 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
35128
35129         [BZ #13679]
35130         * Makeconfig (+link): Defined as $(+link-static) if
35131         $(build-shared) isn't yes.
35132         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35133         isn't yes.
35134         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35135
35136         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35137
35138         [BZ #14562]
35139         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35140         new chunk size with MALLOC_ALIGN_MASK.
35141
35142 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
35143
35144         [BZ #5044]
35145         * stdio-common/printf_fphex.c: Include <stdbool.h> and
35146         <rounding-mode.h>.
35147         (__printf_fphex): Determine rounding using get_rounding_mode and
35148         round_away.
35149         * stdio-common/tst-printf-round.c (struct hex_test): New
35150         structure.
35151         (hex_tests): New variable.
35152         (test_hex_in_one_mode): New function.
35153         (do_test): Also run tests for hex float output.
35154
35155 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
35156
35157         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35158         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35159         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35160         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35161         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35162         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35163         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35164         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35165
35166 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
35167
35168         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35169         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35170         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35171         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35172
35173 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
35174
35175         [BZ #14579]
35176         * elf/rtld.c (dl_main): Limit the check for self loading to normal
35177         mode only.
35178         * elf/tst-rtld-load-self.sh: New test.
35179         * elf/Makefile: Run it.
35180
35181 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
35182
35183         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35184         (tst-writev-ENV): Remove.
35185         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35186
35187 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
35188
35189         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35190
35191 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
35192
35193         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35194         unconditional.
35195         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35196         Likewise.
35197         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35198         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35199         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35200         Likewise.
35201
35202 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
35203
35204         [BZ #14587]
35205         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35206         * config.make.in (have-cpp-asm-debuginfo): Removed.
35207         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35208         * configure: Regenerated.
35209
35210 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
35211
35212         [BZ #5044]
35213         * stdio-common/printf_fp.c: Include <stdbool.h> and
35214         <rounding-mode.h>.
35215         (___printf_fp): Determine rounding using get_rounding_mode and
35216         round_away.
35217         * stdio-common/tst-printf-round.c: New file.
35218         * stdio-common/Makefile (tests): Add tst-printf-round.
35219         (link-libm): New variable.
35220         ($(objpfx)tst-printf-round): Depend in $(link-libm).
35221
35222 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
35223
35224         [BZ #14576]
35225         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35226         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35227         Likewise.
35228         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35229         Likewise.
35230
35231 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
35232
35233         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35234         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35235         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35236         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35237
35238 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35239
35240         [BZ #14518]
35241         * include/rounding-mode.h: New file.
35242         * sysdeps/generic/get-rounding-mode.h: Likewise.
35243         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35244         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35245         (MAX_VALUE): New macro.
35246         (MIN_VALUE): Likewise.
35247         (overflow_value): New function.
35248         (underflow_value): Likewise.
35249         (round_and_return): Use overflow_value and underflow_value to
35250         determine return values in overflow and underflow cases.  Use
35251         round_away to determine rounding depending on rounding mode.
35252         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35253         determine return values in overflow and underflow cases.
35254         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35255         (struct test_results): New structure.
35256         (struct test): Use struct test_results to store expected results
35257         for all rounding modes.
35258         (TEST): Include expected results for all rounding modes.
35259         (test_in_one_mode): New function.
35260         (do_test): Use test_in_one_mode to compute and check results.
35261         Check results for all rounding modes.
35262         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35263         $(link-libm).
35264
35265 2012-12-09  Allan McRae  <allan@archlinux.org>
35266
35267         * sysdeps/i386/fpu/libm-test-ulps: Update
35268
35269 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35270
35271         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35272         (_G_int32_t): Likewise.
35273         (_G_uint16_t): Likewise.
35274         (_G_uint32_t): Likewise.
35275         (_G_HAVE_BOOL): Likewise.
35276         (_G_HAVE_ATEXIT): Likewise.
35277         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35278         (_G_HAVE_IO_FILE_OPEN): Likewise.
35279         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35280         (_G_int32_t): Likewise.
35281         (_G_uint16_t): Likewise.
35282         (_G_uint32_t): Likewise.
35283         (_G_HAVE_BOOL): Likewise.
35284         (_G_HAVE_ATEXIT): Likewise.
35285         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35286         (_G_HAVE_IO_FILE_OPEN): Likewise.
35287         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35288         (_G_int32_t): Likewise.
35289         (_G_uint16_t): Likewise.
35290         (_G_uint32_t): Likewise.
35291         (_G_HAVE_BOOL): Likewise.
35292         (_G_HAVE_ATEXIT): Likewise.
35293         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35294         (_G_HAVE_IO_FILE_OPEN): Likewise.
35295
35296 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35297
35298         * csu/libc-tls.c: Update copyright years.
35299
35300 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35301
35302         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35303         [!_G_USING_THUNKS]: Remove conditional code.
35304         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35305         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35306
35307         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35308         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35309         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35310         (_G_VTABLE_LABEL_PREFIX): Likewise.
35311         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35312         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35313         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35314         (_G_VTABLE_LABEL_PREFIX): Likewise.
35315         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35316         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35317         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35318         (_G_VTABLE_LABEL_PREFIX): Likewise.
35319         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35320
35321 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35322
35323         * libio/Makefile: Include ../Makeconfig before tests.
35324         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35325         only if $(build-shared) is yes.
35326
35327         * iconv/gconv_db.c: Update copyright years.
35328
35329 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35330
35331         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35332         unwind info if defined PIC. Fix special cases description.
35333         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35334
35335         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35336         DP_HI_MASK entry.
35337         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35338
35339 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35340
35341         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35342
35343         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35344         is NULL.
35345
35346         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35347         (LDLIBS-tst-chk4): This.
35348         (LDFLAGS-tst-chk5): Renamed to ...
35349         (LDLIBS-tst-chk5): This.
35350         (LDFLAGS-tst-chk6): Renamed to ...
35351         (LDLIBS-tst-chk6): This.
35352         (LDFLAGS-tst-lfschk4): Renamed to ...
35353         (LDLIBS-tst-lfschk4): This.
35354         (LDFLAGS-tst-lfschk5): Renamed to ...
35355         (LDLIBS-tst-lfschk5): This.
35356         (LDFLAGS-tst-lfschk6): Renamed to ...
35357         (LDLIBS-tst-lfschk6): This.
35358
35359         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35360         on $(common-objpfx)soversions.mk.
35361
35362 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35363
35364         [BZ #10014]
35365         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35366         example host name.
35367
35368 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35369
35370         * malloc/arena.c (arena_get_retry): New function that gets
35371         another arena for the caller to try its request on.
35372         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35373         current arena cannot fulfill the request.
35374         (__libc_memalign): Likewise.
35375         (__libc_memalign): Likewise.
35376         (__libc_pvalloc): Likewise.
35377         (__libc_calloc): Likewise.
35378
35379 2012-09-05  John Tobey  <john.tobey@gmail.com>
35380
35381         [BZ #13542]
35382         * manual/arith.texi (Operations on Complex): Fix description
35383         of carg branch cut.
35384
35385 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35386
35387         [BZ #10014]
35388         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35389         host name.
35390
35391         [BZ #10038]
35392         * manual/memory.texi (Memory): Make order of menu items match
35393         order of sections.
35394
35395 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35396
35397         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35398         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35399         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35400
35401 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35402
35403         * csu/libc-tls.c (static_dtv): Renamed to ...
35404         (_dl_static_dtv): This.  Make it global.
35405         (_dl_initial_dtv): Removed.
35406         (__libc_setup_tls): Updated.
35407         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35408         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35409         DL_INITIAL_DTV.
35410
35411 2012-09-06  Petr Machata  <pmachata@redhat.com>
35412
35413         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35414         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35415         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35416         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35417
35418 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35419
35420         [BZ #14545]
35421         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35422         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35423         freeing dtv[-1].
35424
35425 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35426
35427         [BZ #14544]
35428         * Makeconfig (link-static-before-libc): Replace $(+prector)
35429         with $(+prectorT).
35430         (link-static-after-libc): Replace $(+postctor) with
35431         $(+postctorT).
35432         (link-bounded): Replace $(+prector)/$(+postctor) with
35433         $(+prectorT)/$(+postctorT).
35434         (+prectorT): New macro.
35435         (+postctorT): Likewise.
35436
35437 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35438
35439         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35440         (round_str): Handle values above the maximum for IBM long double
35441         as inexact.
35442         * stdlib/tst-strtod-round.c (tests): Regenerated.
35443
35444 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35445
35446         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35447         assembler flag.
35448         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35449         zarch_nohighgprs around the zarch optimized routines.
35450         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35451         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35452         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35453         for zarch.
35454
35455 2012-09-05  David S. Miller  <davem@davemloft.net>
35456
35457         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35458
35459         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35460         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35461         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35462         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35463         entries.
35464
35465 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35466
35467         * malloc/arena.c: Fold copyright years.
35468         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35469
35470 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35471
35472         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35473
35474 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35475
35476         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35477
35478 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35479
35480         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35481         change internal state upon failure.
35482
35483 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35484
35485         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35486         * malloc/memusage.c (mmap): Likewise.
35487         (mmap64, mremap): Likewise.  Adjust name in comment.
35488
35489 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35490
35491         * libio/fileops.c: Fix typos in comments.
35492         * libio/oldfileops.c: Likewise.
35493         * libio/wfileops.c: Likewise.
35494
35495 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35496
35497         [BZ #1349]
35498         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35499         (tst-malloc-usable-ENV): Set environment for test case.
35500         * malloc/hooks.c (malloc_check_get_size): New function to get
35501         requested size.
35502         * malloc/malloc.c (musable): Use malloc_check_get_size.
35503         * malloc/tst-malloc-usable.c: New test case.
35504
35505 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35506
35507         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35508
35509 2012-09-05  Allan McRae  <allan@archlinux.org>
35510
35511         [BZ #13966]
35512         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35513         determine header location.
35514         * configure: Regenerated.
35515
35516 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35517
35518         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35519         float format.
35520         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35521         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35522         format.
35523         (test): Regenerate.
35524
35525 2012-09-04  David S. Miller  <davem@davemloft.net>
35526
35527         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35528         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35529         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35530
35531 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35532
35533         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35534         failures.
35535
35536         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35537
35538 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35539
35540         [BZ #9914]
35541         * libio/iogetdelim.c: Include <limits.h>.
35542         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35543         + len + 1 would overflow.
35544
35545 2012-09-03  Andreas Jaeger  <aj@suse.de>
35546
35547         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35548         * sysdeps/i386/fpu/libm-test-ulps: Update.
35549
35550 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35551
35552         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35553         Add s_sinf-sse2, s_conf-sse2.
35554
35555         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35556         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35557         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35558         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35559
35560         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35561         for using routine as __sinf_ia32.
35562         Use macro for function declaration and weak_alias.
35563         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35564         for using routine as __cosf_ia32.
35565         Use macro for function declaration and weak_alias.
35566
35567         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35568         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35569
35570         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35571         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35572         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35573
35574         * math/libm-test.inc (cos_test): Add more test cases.
35575         (sin_test): Likewise.
35576         (sincos_test): Likewise.
35577
35578 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35579
35580         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35581         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35582         hidden.
35583         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35584
35585 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35586
35587         [BZ #14538]
35588         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35589         first element of the GOT.
35590         (elf_machine_load_address): Return the difference between
35591         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35592
35593 2012-09-01  Allan McRae  <allan@archlinux.org>
35594
35595         [BZ #13412]
35596         * configure.in (AWK): Require gawk version 3.0 or later.
35597         * configure: Regenerated.
35598
35599 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35600
35601         * sysdeps/unix/sysv/linux/kernel-features.h
35602         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35603         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35604         [__NR_clock_getres]: Make code unconditional.
35605         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35606         (clock_getcpuclockid): Remove code left unreachable by removal of
35607         conditionals.
35608         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35609         code unconditional.
35610         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35611         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35612         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35613         Make code unconditional.
35614         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35615         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35616         * sysdeps/unix/sysv/linux/clock_settime.c
35617         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35618         conditional code.
35619         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35620         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35621
35622 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35623
35624         [BZ #14476]
35625         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35626         scripts/test-installation.pl.
35627
35628         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35629         and $ld_so_version if it is set.
35630
35631 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35632
35633         [BZ #14516]
35634         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35635         failure if reading from procfs failed.
35636         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35637
35638 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35639
35640         * sysdeps/unix/sysv/linux/kernel-features.h
35641         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35642         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35643         Remove conditional code.
35644         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35645         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35646         Remove conditional code.
35647         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35648         * sysdeps/unix/sysv/linux/i386/fxstat.c
35649         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35650         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35651         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35652         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35653         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35654         * sysdeps/unix/sysv/linux/i386/lxstat.c
35655         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35656         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35657         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35658         Remove conditional code.
35659         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35660         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35661         Remove conditional code.
35662         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35663         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35664         <kernel-features.h>.
35665         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35666         Remove.
35667         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35668         Remove conditional code.
35669         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35670         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35671         Remove conditional.
35672
35673 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35674
35675         [BZ #5400]
35676         * NEWS: Add fixed bug number.
35677
35678 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35679
35680         [BZ #14519]
35681         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35682         underflowing exponent in case of negative sign.
35683         * stdlib/tst-strtod-round-data: Add more tests.
35684         * stdlib/tst-strtod-round.c (tests): Regenerated.
35685
35686         [BZ #3479]
35687         * stdlib/strtod_l.c (NDIG): Remove.
35688         (HEXNDIG): Likewise.
35689         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35690         smallest representable value.
35691         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35692         lie within an exact representation of 1/2 ulp of the result.
35693         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35694         unconditionally.
35695         (TENS_P9_IDX): Define unconditionally.
35696         (TENS_P9_SIZE): Likewise.
35697         (TENS_P10_IDX): Likewise.
35698         (TENS_P10_SIZE): Likewise.
35699         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35700         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35701         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35702         entries for 10^2^13 and 10^2^14.
35703         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35704         (TENS_P13_IDX): Define.
35705         (TENS_P13_SIZE): Likewise.
35706         (TENS_P14_IDX): Likewise.
35707         (TENS_P14_SIZE): Likewise.
35708         (_fpioconst_pow10): Change array size to
35709         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35710         unconditional.
35711         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35712         1024]: Add entries for 10^2^13 and 10^2^14.
35713         [LAST_POW10 > _LAST_POW10]: Remove #error.
35714         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35715         (_fpioconst_pow10): Change array size to
35716         FPIOCONST_POW10_ARRAY_SIZE.
35717         * stdlib/gen-fpioconst.c: New file.
35718         * stdlib/gen-tst-strtod-round.c: Likewise.
35719         * stdlib/tst-strtod-round-data: Likewise.
35720         * stdlib/tst-strtod-round.c: Likewise.
35721         * stdlib/Makefile (tests): Add tst-strtod-round.
35722
35723         [BZ #14459]
35724         * stdlib/strtod_l.c: Include <stdint.h>.
35725         (NDEBUG): Do not define.
35726         (round_and_return): Change EXPONENT parameter to type intmax_t.
35727         Rearrange calculations to avoid internal overflow possibilities.
35728         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35729         Rearrange calculations to avoid internal overflow possibilities.
35730         Assert that number fits inside MPNSIZE limbs.
35731         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35732         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35733         calculations and add assertions to avoid internal overflow
35734         possibilities.  Add casts to avoid signed/unsigned operations.
35735         * stdlib/tst-strtod-overflow.c: New file.
35736         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35737
35738 2012-08-25  Marek Polacek  <polacek@redhat.com>
35739
35740         * time/time.h: Fix some typos in comments.
35741
35742 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35743
35744         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35745         * posix/tst-rfc3484-2.c: Likewise.
35746         * posix/tst-rfc3484-3.c: Likewise.
35747
35748 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35749
35750         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35751         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35752
35753 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35754
35755         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35756         #include of fxstatat64.c.
35757
35758 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35759
35760         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35761         * shadow/getspent_r.c: Likewise.
35762         * shadow/getspnam.c: Likewise.
35763         * shadow/getspnam_r.c: Likewise.
35764         * gshadow/getsgent.c: Likewise.
35765         * gshadow/getsgent_r.c: Likewise.
35766         * gshadow/getsgnam.c: Likewise.
35767         * gshadow/getsgnam_r.c: Likewise.
35768         * inet/getnetbyad.c: Likewise.
35769         * inet/getnetbyad_r.c: Likewise.
35770         * inet/getnetbynm.c: Likewise.
35771         * inet/getnetbynm_r.c: Likewise.
35772         * inet/getnetent.c: Likewise.
35773         * inet/getnetent_r.c: Likewise.
35774         * inet/getproto.c: Likewise.
35775         * inet/getproto_r.c: Likewise.
35776         * inet/getprtent.c: Likewise.
35777         * inet/getprtent_r.c: Likewise.
35778         * inet/getprtname.c: Likewise.
35779         * inet/getprtname_r.c: Likewise.
35780         * inet/getrpcbyname.c: Likewise.
35781         * inet/getrpcbyname_r.c: Likewise.
35782         * inet/getrpcbynumber.c: Likewise.
35783         * inet/getrpcbynumber_r.c: Likewise.
35784         * inet/getrpcent.c: Likewise.
35785         * inet/getrpcent_r.c: Likewise.
35786         * inet/getaliasent.c: Likewise.
35787         * inet/getaliasent_r.c: Likewise.
35788         * inet/getaliasname.c: Likewise.
35789         * inet/getaliasname_r.c: Likewise.
35790         * nscd/getgrgid_r.c: Likewise.
35791         * nscd/getgrnam_r.c: Likewise.
35792         * nscd/gethstbyad_r.c: Likewise.
35793         * nscd/gethstbynm3_r.c: Likewise.
35794         * nscd/getpwnam_r.c: Likewise.
35795         * nscd/getpwuid_r.c: Likewise.
35796         * nscd/getsrvbynm_r.c: Likewise.
35797         * nscd/getsrvbypt_r.c: Likewise.
35798         * nscd/gai.c: Likewise.
35799
35800         * configure.in (build_nscd): New substituted variable, set
35801         by --disable-build-nscd and defaults to $use_nscd.
35802         * configure: Regenerated.
35803         * config.make.in (build-nscd): New substituted variable.
35804         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35805         Change conditional to require [$(build-nscd) = yes] as well.
35806         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35807
35808         [BZ# 13696]
35809         * configure.in (use_nscd): New substituted variable, set by
35810         --disable-nscd.  If enabled, define USE_NSCD.
35811         * configure: Regenerated.
35812         * config.h.in: Add USE_NSCD.
35813         * config.make.in (use-nscd): New substituted variable.
35814         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35815         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35816         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35817         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35818         (CFLAGS-getgrnam_r.c): Likewise.
35819         (CFLAGS-initgroups.c): Likewise.
35820         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35821         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35822         Variables removed.
35823         * inet/getnetgrent_r.c
35824         (nscd_setnetgrent): New function, broken out of ...
35825         (setnetgrent): ... here.  Call it.
35826         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35827         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35828         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35829         * nscd/Makefile (routines, aux): Move definitions after include of
35830         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35831         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35832         Conditionalize on [USE_NSCD].
35833         (is_nscd, nscd_init_cb): Likewise.
35834         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35835         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35836         * nss/nss_db/db-init.c: Likewise.
35837         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35838         [USE_NSCD].
35839         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35840         (make_request): Use it.
35841         (cache_valid_p): New function.
35842         (__check_pf): Use it.
35843         * NEWS: Add item for --disable-nscd.
35844
35845 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35846
35847         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35848         to support sed >= 4.2.1-20-ga9bf076.
35849         * configure: Regenerated.
35850
35851 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35852
35853         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35854         Conditionalize whole body on [IREL].
35855
35856 2012-08-22  Jeff Law <law@redhat.com>
35857
35858         [BZ #14505]
35859         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35860         if the family is PF_UNSPEC.
35861
35862 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35863
35864         * Makerules (lib-version): Rename from V.
35865         (install-lib-nosubdir): Change V to lib-version.
35866
35867 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35868
35869         [BZ #14252]
35870         * powerpc32/power6/wcschr.c: New file.
35871         * powerpc32/power6/wcscpy.c: New file.
35872         * powerpc32/power6/wcsrchr.c: New file.
35873         * powerpc64/power6/wcschr.c: New file.
35874         * powerpc64/power6/wcscpy.c: New file.
35875         * powerpc64/power6/wcsrchr.c: New file.
35876
35877 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35878
35879         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35880         (two_way_short_needle): Use it.
35881         * string/strstr.c (AVAILABLE1_USES_J): Define.
35882         * string/strcasestr.c: Likewise.
35883
35884         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35885         array references.
35886         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35887
35888         [BZ #11607]
35889         * NEWS: Add an entry.
35890         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35891         define their defaults.
35892         (two_way_short_needle): Detect end-of-string on-the-fly.
35893         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35894         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35895         * string/bug-strcasestr1.c: New test.
35896         * string/Makefile: Run it.
35897
35898 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35899
35900         [BZ #11607]
35901         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35902         the first character.
35903
35904 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35905
35906         * csu/elf-init.c (__libc_csu_irel): Function removed.
35907         * csu/libc-start.c (apply_irel): New function.
35908         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35909
35910 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35911
35912         * sysdeps/unix/sysv/linux/kernel-features.h
35913         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35914         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35915         <kernel-features.h>.
35916         [__NR_fadvise64_64]: Make code unconditional.
35917         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35918         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35919         !__NR_fadvise64_64)]: Likewise.
35920         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35921         !__NR_fadvise64_64))]: Likewise.
35922         [__NR_fadvise64]: Make code unconditional.
35923         [!__NR_fadvise64]: Remove conditional code.
35924         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35925         <kernel-features.h>.
35926         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35927         unconditional.
35928         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35929         conditional code.
35930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35931         not include <kernel-features.h>.
35932         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35933         unconditional.
35934         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35935         conditional code.
35936         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35937         include <kernel-features.h>.
35938         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35939         unconditional.
35940         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35941         conditional code.
35942
35943 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35944
35945         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35946         slight instruction rearrangements per scrollpipe analysis.
35947         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35948
35949 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35950
35951         * manual/syslog.texi (syslog; vsyslog, closelog):
35952         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35953         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35954
35955         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35956         DSOCAPS to match condition on defining it.
35957
35958 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35959
35960         * sysdeps/unix/sysv/linux/kernel-features.h
35961         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35963         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35964         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35966         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35967         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35969         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35970         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35971
35972         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35973         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35974
35975         * sysdeps/unix/sysv/linux/kernel-features.h
35976         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35977         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35978         unconditional.
35979         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35980         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35981         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35982         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35983         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35984         Make code unconditional.
35985         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35986         (__mmap64) [!__NR_mmap2]: Likewise.
35987         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35988         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35989         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35990         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35991         [__NR_mmap2]: Make code unconditional.
35992         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35993         (__mmap64) [!__NR_mmap2]: Likewise.
35994
35995 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35996
35997         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35998
35999 2012-08-18  Andreas Jaeger  <aj@suse.de>
36000
36001         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
36002
36003 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
36004
36005         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
36006         * include/unistd.h (__have_sock_cloexec): Likewise.
36007         (__have_pipe2): Likewise.
36008         (__have_dup3): Likewise.
36009
36010 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
36011
36012         [BZ #9685]
36013         * include/unistd.h (__have_pipe2): Change define into an extern int.
36014         (__have_dup3): Likewise.
36015         * socket/have_sock_cloexec.c: Include fcntl.h.
36016         (__have_pipe2): New variable.
36017         (__have_dup3): Likewise.
36018
36019 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
36020
36021         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
36022
36023 2012-08-17  Marek Polacek  <polacek@redhat.com>
36024
36025         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
36026         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
36027
36028 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36029
36030         * configure.in: Add AC_SUBST for sysheaders.
36031         * configure: Regenerated.
36032         * config.make.in (sysheaders): New substituted variable.
36033
36034         * sysdeps/unix/mkfifo.c: Moved ...
36035         * sysdeps/posix/mkfifo.c: ... here.
36036         * sysdeps/unix/mkfifoat.c: Moved ...
36037         * sysdeps/posix/mkfifoat.c: ... here.
36038
36039         * sysdeps/unix/utime.c: Moved ...
36040         * sysdeps/posix/utime.c: ... here.
36041
36042         * sysdeps/unix/time.c: Moved ...
36043         * sysdeps/posix/time.c: ... here.
36044         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
36045         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
36046
36047         * sysdeps/unix/nice.c: Moved ...
36048         * sysdeps/posix/nice.c: ... here.
36049
36050         * sysdeps/unix/alarm.c: Moved ...
36051         * sysdeps/posix/alarm.c: ... here.
36052
36053         * intl/Makefile ($(codeset_mo)): Depend on the input file.
36054
36055 2012-08-17  Jeff Law <law@redhat.com>
36056
36057         * intl/Makefile (codeset_mo): New variable.
36058         ($(codeset_mo)): New target.
36059         (tst-codeset.out): Depend on that.  Remove explicit rule.
36060         (tst-gettext3.out, tst-gettext5.out): Likewise.
36061         (LOCPATH-ENV, tst-codeset-ENV): New variables.
36062         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
36063         * intl/tst-codeset.sh: Remove.
36064         * intl/tst-gettext3.sh: Likewise.
36065         * intl/tst-gettext5.sh: Likewise.
36066
36067 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36068
36069         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
36070         * sysdeps/unix/syscalls.list: ... here.
36071
36072         * sysdeps/posix/getaddrinfo.c
36073         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
36074         (gaiconf_init, gaiconf_reload): Use them.
36075         [!_STATBUF_ST_NSEC]
36076         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
36077         Define using time_t rather than struct timespec.
36078
36079         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
36080         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
36081         Macros removed.
36082         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
36083         [!NO_THREADS].
36084         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
36085         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
36086         Likewise.
36087
36088         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
36089         __libc_cleanup_push argument.
36090
36091         * bits/param.h: New file.
36092         * misc/sys/param.h: New file.
36093         * include/sys/param.h: New file.
36094         * misc/Makefile (headers): Add bits/param.h.
36095         * sysdeps/generic/sys/param.h: File removed.
36096         * sysdeps/unix/sysv/linux/bits/param.h: New file.
36097         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
36098         * sysdeps/mach/hurd/bits/param.h: New file.
36099         * sysdeps/mach/hurd/sys/param.h: File removed.
36100
36101         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
36102         last change.
36103
36104         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
36105         [_IO_MTSAFE_IO].
36106         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
36107         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
36108         New macros.
36109
36110         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
36111         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
36112         rather than -D_IO_MTSAFE_IO conditionally.
36113         * stdio-common/Makefile (CPPFLAGS): Likewise.
36114         * wcsmbs/Makefile (CPPFLAGS): Likewise.
36115         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
36116         Use $(libio-mtsafe).
36117         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
36118         of -D_IO_MTSAFE_IO.
36119         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
36120         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
36121         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36122         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36123         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36124         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36125         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36126         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36127         (CFLAGS-fread_u_chk.c): Likewise.
36128         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36129         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36130         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36131         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36132         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36133         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36134         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36135         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36136         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36137
36138         * libio/Makefile: Test [$(libc-reentrant) = yes]
36139         instead of [$(filter %REENTRANT, $(defines)) nonempty].
36140
36141         * Makeconfig
36142         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36143         * sysdeps/pthread/configure: File removed.
36144         * sysdeps/pthread/Makeconfig: New file.
36145         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36146         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36147
36148 2012-08-16  Gary Benson  <gbenson@redhat.com>
36149
36150         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36151         unmapping the first object in a namespace.
36152
36153 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36154
36155         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36156         (__internal_setnetgrent): ... this.  Add internal_function to
36157         definition.  Add libc_hidden_def.
36158         (setnetgrent): Update caller.
36159         (internal_endnetgrent): Renamed to ...
36160         (__internal_endnetgrent): ... this.  Add internal_function to
36161         definition.  Add libc_hidden_def.
36162         (endnetgrent): Update caller.
36163         (internal_getnetgrent_r): Renamed to ...
36164         (__internal_getnetgrent_r): ... this.  Add internal_function to
36165         definition.  Add libc_hidden_def.
36166         (__getnetgrent_r): Update caller.
36167         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
36168
36169 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36170
36171         * stdlib/longlong.h: Update from GCC.
36172
36173 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36174
36175         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36176         on _QL, which is set by umul_ppmm but never used.
36177         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36178         variables, which are set by GMP macros but never used.
36179         * stdio-common/_itowa.c (_itowa): Likewise.
36180         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36181         * stdlib/mod_1.c (mpn_mod_1): Likewise.
36182
36183 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
36184
36185         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36186         struct La_sh_regs is not constant.
36187         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36188         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36189         and struct La_sparc64_regs are not constant.
36190
36191 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36192
36193         * sysdeps/unix/sysv/linux/kernel-features.h
36194         (__ASSUME_POSIX_TIMERS): Remove.
36195         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36196         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36197         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36198         Make code unconditional.
36199         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36200         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36201         Make code unconditional.
36202         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36203         * sysdeps/unix/sysv/linux/clock_nanosleep.c
36204         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36205         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36206         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36207         Make code unconditional.
36208         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36209         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36210         (__libc_missing_posix_timers): Remove.
36211
36212 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36213
36214         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36215         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36216
36217         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36218
36219         * elf/dl-sym.c: Include <stdlib.h>.
36220
36221         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36222         constants, which avoids warnings in 32-bit builds.
36223
36224         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36225         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36226
36227         * misc/lseek.c: File moved to ...
36228         * io/lseek.c: ... here.
36229
36230         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36231
36232         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36233         shifting LEN more than 31 bits at once.
36234
36235 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36236
36237         [BZ #14195]
36238         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36239         segmentation fault for a case of two empty input strings.
36240         * string/test-strncasecmp.c (check1): Renamed to...
36241         (bz12205): ...this.
36242         (bz14195): Add new testcase for two empty input strings and N > 0.
36243         (test_main): Call new testcase, adapt for renamed function.
36244
36245 2012-08-15  Andreas Jaeger  <aj@suse.de>
36246
36247         [BZ #14090]
36248         * crypt/md5test2.c: New test, based on test supplied by Serge
36249         Belyshev <belyshev@depni.sinp.msu.ru>.
36250         * crypt/Makefile (xtests): Add md5test-giant..
36251         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36252
36253 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36254
36255         [BZ #14090]
36256         * crypt/md5.c (md5_process_block): Don't assume the buffer
36257         length is less than 2**32.
36258         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36259         length is less than 2**64.
36260
36261 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36262
36263         * string/str-two-way.h: Include <sys/param.h>.
36264         (MAX): Macro removed.
36265
36266         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36267         Move #define and #undef of memmove to just before and after
36268         including <string.h>.
36269
36270         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36271         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36272         and after including <string.h>.  Move declarations of
36273         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36274         to before #include "string/memmove.c".
36275
36276         * include/dirent.h: Declare __getdirentries.
36277
36278         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36279         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36280
36281 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36282
36283         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36284         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36285         * sysdeps/i386/configure: Regenerated.
36286         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36287         STABS_CURRENT_FILE, and STABS_FUN.
36288         (END): Remove call to STABS_FUN_END.
36289         (STABS_CURRENT_FILE1): Delete.
36290         (STABS_CURRENT_FILE): Likewise.
36291         (STABS_FUN): Likewise.
36292         (STABS_FUN_END): Likewise.
36293         (STABS_FUN2): Likewise.
36294         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36295         * sysdeps/x86_64/configure: Regenerated.
36296
36297 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36298
36299         * elf/dl-open.c: Include <atomic.h>.
36300         * elf/dl-lookup.c: Likewise.
36301
36302 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36303
36304         * sysdeps/unix/sysv/linux/kernel-features.h
36305         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36306         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36307         unconditionally.
36308         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36309         unconditionally.
36310         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36311         condition on __ASSUME_CLONE_THREAD_FLAGS.
36312
36313 2012-08-14  Andreas Jaeger  <aj@suse.de>
36314
36315         * sysdeps/i386/fpu/libm-test-ulps: Update.
36316
36317 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36318
36319         * include/atomic.h (atomic_exchange_and_add): Split into ...
36320         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36321         New atomic macros.
36322
36323 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36324
36325         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36326
36327 2012-08-13  Jeff Law <law@redhat.com>
36328
36329         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36330         null byte in the output string.
36331
36332 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36333
36334         * sysdeps/unix/sysv/linux/kernel-features.h
36335         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36336         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36337         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36338         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36339         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36340         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36341         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36342
36343 2012-08-09  Jeff Law <law@redhat.com>
36344
36345         [BZ #13939]
36346         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36347         When avoid_arena is set, don't retry in the that arena.  Pick the
36348         next one, whatever it might be.
36349         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36350         (arena_lock): Pass in new parameter to arena_get2.
36351         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36352         arena_get2.
36353         (__libc_malloc): Unify retrying after main arena failure with
36354         __libc_memalign version.
36355         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36356
36357 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36358
36359         [BZ #14166]
36360         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36361         to __redirect_strstr.
36362         (__strstr_sse42): Use typeof __redirect_strstr.
36363         (__strstr_ia32): Likewise.
36364         (__libc_strstr): New prototype.
36365         (strstr): Renamed to ...
36366         (__libc_strstr): This.
36367         (strstr): New strong alias of __libc_strstr.
36368         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36369         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36370         __redirect_time.
36371         Include <time.h>.
36372         (__libc_time): New prototype.
36373         (time_ifunc): Replace time with __libc_time.
36374         (time): New strong alias and hidden definition of __libc_time.
36375         (__GI_time): Remove strong alias.
36376         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36377         Include <stddef.h>.
36378         (memmove): Redefined to __redirect_memmove.
36379         (__memmove_sse2): Use typeof __redirect_memmove.
36380         (__memmove_ssse3): Likewise.
36381         (__memmove_ssse3_back): Likewise.
36382         (__libc_memmove): New prototype.
36383         (memmove): Renamed to ...
36384         (__libc_memmove): This.
36385         (memmove): New strong alias of __libc_memmove.
36386
36387 2012-08-08  Mark Salter  <msalter@redhat.com>
36388
36389         * elf/elf.h
36390         (R_MN10300_TLS_GD): Define.
36391         (R_MN10300_TLS_LD): Likewise.
36392         (R_MN10300_TLS_LDO): Likewise.
36393         (R_MN10300_TLS_GOTIE): Likewise.
36394         (R_MN10300_TLS_IE): Likewise.
36395         (R_MN10300_TLS_LE): Likewise.
36396         (R_MN10300_TLS_DTPMOD): Likewise.
36397         (R_MN10300_TLS_DTPOFF): Likewise.
36398         (R_MN10300_TLS_TPOFF): Likewise.
36399         (R_MN10300_SYM_DIFF): Likewise.
36400         (R_MN10300_ALIGN): Likewise.
36401         (R_MN10300_NUM): Update.
36402
36403 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36404
36405         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36406         Remove.
36407
36408 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36409
36410         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36411
36412         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36413         sysdeps/unix -> sysdeps/posix move.
36414         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36415
36416 2012-08-07      Allan McRae     <allan@archlinux.org>
36417
36418         [BZ #14303]
36419         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36420         (SUNOS_CPP): Likewise.
36421         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36422         not found.
36423         (open_input): Call CPP using execvp.
36424
36425 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36426
36427         * sysdeps/unix/sysv/linux/kernel-features.h
36428         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36429         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36430         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36431         (__ASSUME_WAITID_SYSCALL): Likewise.
36432         * sysdeps/unix/sysv/linux/dl-execstack.c
36433         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36434         code unconditional.
36435         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36436         conditional code.
36437         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36438         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36439         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36440         code.
36441         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36442         unconditional.
36443         [__ASSUME_WAITID_SYSCALL]: Likewise.
36444         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36445
36446 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36447
36448         * sysdeps/unix/closedir.c: Renamed to ...
36449         * sysdeps/posix/closedir.c: ... here.
36450         * sysdeps/unix/dirfd.c: Renamed to ...
36451         * sysdeps/posix/dirfd.c: ... here.
36452         * sysdeps/unix/dirstream.h: Renamed to ...
36453         * sysdeps/posix/dirstream.h: ... here.
36454         * sysdeps/unix/fdopendir.c: Renamed to ...
36455         * sysdeps/posix/fdopendir.c: ... here.
36456         * sysdeps/unix/opendir.c: Renamed to ...
36457         * sysdeps/posix/opendir.c: ... here.
36458         * sysdeps/unix/readdir.c: Renamed to ...
36459         * sysdeps/posix/readdir.c: ... here.
36460         * sysdeps/unix/readdir_r.c: Renamed to ...
36461         * sysdeps/posix/readdir_r.c: ... here.
36462         * sysdeps/unix/rewinddir.c: Renamed to ...
36463         * sysdeps/posix/rewinddir.c: ... here.
36464         * sysdeps/unix/seekdir.c: Renamed to ...
36465         * sysdeps/posix/seekdir.c: ... here.
36466         * sysdeps/unix/telldir.c: Renamed to ...
36467         * sysdeps/posix/telldir.c: ... here.
36468         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36469         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36470         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36471         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36472
36473         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36474         * bits/fcntl.h: ... here.
36475
36476         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36477         not 0.
36478         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36479         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36480         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36481         (struct flock): Move l_start, l_len to the beginning.
36482         Use __pid_t for l_pid.
36483         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36484         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36485         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36486         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36487         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36488         [__USE_LARGEFILE64] (struct flock64): New type.
36489         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36490
36491         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36492         * bits/dirent.h: ... here.
36493
36494         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36495         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36496
36497 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36498
36499         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36500         Change from 2.6.0 to 2.6.16.
36501         * sysdeps/unix/sysv/linux/configure: Regenerated.
36502         * sysdeps/unix/sysv/linux/kernel-features.h
36503         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36504         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36505         version.
36506         (__ASSUME_UTIMES): Likewise.
36507         (__ASSUME_CLONE_STOPPED): Remove.
36508         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36509         architectures, not kernel version.
36510         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36511         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36512         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36513         (__ASSUME_WAITID_SYSCALL): Likewise.
36514         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36515         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36516         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36517         refer to older versions.
36518
36519 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36520
36521         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36522         Define alphasort64 as an alias.
36523         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36524         Define versionsort64 as an alias.
36525         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36526         Define scandir64 as an alias.
36527         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36528         Define scandirat64 as an alias.
36529         * dirent/alphasort64.c (alphasort64):
36530         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36531         * dirent/versionsort64.c: Likewise.
36532         * dirent/scandir64.c: Likewise.
36533         * dirent/scandirat64.c: Likewise.
36534         * sysdeps/wordsize-64/alphasort.c: File removed.
36535         * sysdeps/wordsize-64/alphasort64.c: File removed.
36536         * sysdeps/wordsize-64/scandir.c: File removed.
36537         * sysdeps/wordsize-64/scandir64.c: File removed.
36538         * sysdeps/wordsize-64/scandirat.c: File removed.
36539         * sysdeps/wordsize-64/scandirat64.c: File removed.
36540         * sysdeps/wordsize-64/versionsort.c: File removed.
36541         * sysdeps/wordsize-64/versionsort64.c: File removed.
36542         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36543         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36544         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36545         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36546         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36547         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36548         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36549         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36550
36551         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36552         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36553         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36554         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36555         [defined __arch64__ || defined __sparcv9]
36556         (__INO_T_MATCHES_INO64_T): New macro.
36557         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36558         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36559         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36560         * sysdeps/unix/sysv/linux/bits/dirent.h
36561         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36562         (_DIRENT_MATCHES_DIRENT64): New macro.
36563
36564         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36565         Define lockf64 as an alias.
36566         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36567         Define fseeko64 as an alias.
36568         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36569         Define ftello64 as an alias.
36570         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36571         Define _IO_fgetpos64 and fgetpos64 as aliases.
36572         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36573         Define _IO_fsetpos64 and fsetpos64 as aliases.
36574         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36575         Conditionalize body on this.
36576         * libio/fseeko64.c: Likewise.
36577         * libio/ftello64.c: Likewise.
36578         * libio/iofgetpos64.c: Likewise.
36579         * libio/iofsetpos64.c: Likewise.
36580         * sysdeps/wordsize-64/lockf.c: File removed.
36581         * sysdeps/wordsize-64/lockf64.c: File removed.
36582         * sysdeps/wordsize-64/fseeko.c: File removed.
36583         * sysdeps/wordsize-64/fseeko64.c: File removed.
36584         * sysdeps/wordsize-64/ftello.c: File removed.
36585         * sysdeps/wordsize-64/ftello64.c: File removed.
36586         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36587         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36588         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36589         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36590         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36591         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36592         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36593         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36594         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36595         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36596         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36597         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36598         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36599         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36600
36601         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36602         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36603         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36604         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36605         [defined __arch64__ || defined __sparcv9]
36606         (__OFF_T_MATCHES_OFF64_T): New macro.
36607         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36608         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36609         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36610         (__OFF_T_MATCHES_OFF64_T): New macro.
36611
36612 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36613
36614         * stdlib/secure-getenv.c (__secure_getenv): Replace
36615         GLIBC_2_16 with GLIBC_2_17.
36616
36617 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36618
36619         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36620         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36621
36622 2012-08-03  David S. Miller  <davem@davemloft.net>
36623
36624         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36625
36626 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36627
36628         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36629         Remove.
36630         (__ASSUME_CORRECT_SI_PID): Likewise.
36631         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36632         (__ASSUME_TMPFS_NAME): Likewise.
36633         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36634         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36635         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36636         (HAVE_AUX_SECURE): Make definition unconditional.
36637         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36638         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36639
36640 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36641
36642         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36643         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36644         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36645         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36646         __eloop_threshold instead of SYMLOOP_MAX.
36647
36648         * sysdeps/generic/eloop-threshold.h: New file.
36649         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36650         of MAXSYMLINKS.
36651         * elf/chroot_canon.c (chroot_canon): Likewise.
36652
36653 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36654
36655         [BZ #13717]
36656         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36657         Change to 2.6.0 everywhere.
36658         * sysdeps/unix/sysv/linux/configure: Regenerated.
36659         * sysdeps/unix/sysv/linux/kernel-features.h
36660         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36661         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36662         kernel versions.
36663         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36664         (__ASSUME_FUTEX_REQUEUE): Remove.
36665         (__ASSUME_STATFS64): Define unconditionally.
36666         (__ASSUME_AT_SECURE): Likewise.
36667         (__ASSUME_CORRECT_SI_PID): Likewise.
36668         (__ASSUME_TGKILL): Define without depending on kernel version for
36669         i386.
36670         (__ASSUME_UTIMES): Likewise.
36671         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36672         kernel version.
36673         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36674         (__ASSUME_TMPFS_NAME): Likewise.
36675         * README: Update reference to Linux kernel versions.
36676
36677 2012-08-02  Marek Polacek  <polacek@redhat.com>
36678
36679         [BZ# 14150]
36680         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36681         libc_cv_asm_type_prefix with %.
36682         * configure: Regenerated.
36683         * include/libc-symbols.h: Remove comment about
36684         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36685         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36686         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36687         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36688         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36689         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36690         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36691         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36692         * elf/tst-unique2mod1.c: Likewise.
36693         * elf/tst-unique1mod2.c: Likewise.
36694         * elf/tst-unique1mod1.c: Likewise.
36695         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36696         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36697         Replace ASM_TYPE_DIRECTIVE with .type.
36698         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36699         * sysdeps/i386/sysdep.h: Likewise.
36700         * sysdeps/x86_64/sysdep.h: Likewise.
36701         * sysdeps/sh/sysdep.h: Likewise.
36702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36703         Do not define ASM_TYPE_DIRECTIVE.
36704         * sysdeps/powerpc/sysdep.h: Likewise.
36705         * sysdeps/powerpc/powerpc32/sysdep.h:
36706         Replace ASM_TYPE_DIRECTIVE with .type.
36707         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36708         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36709         * sysdeps/i386/fpu/e_powf.S: Likewise.
36710         * sysdeps/i386/fpu/e_expl.S: Likewise.
36711         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36712         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36713         * sysdeps/i386/fpu/e_pow.S: Likewise.
36714         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36715         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36716         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36717         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36718         * sysdeps/i386/fpu/e_log2.S: Likewise.
36719         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36720         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36721         * sysdeps/i386/fpu/e_powl.S: Likewise.
36722         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36723         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36724         * sysdeps/i386/fpu/e_logl.S: Likewise.
36725         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36726         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36727         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36728         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36729         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36730         * sysdeps/i386/fpu/e_log.S: Likewise.
36731         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36732         * sysdeps/i386/fpu/e_logf.S: Likewise.
36733         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36734         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36735         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36736         * sysdeps/i386/fpu/e_log10.S: Likewise.
36737         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36738         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36739         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36740         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36741         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36742         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36743         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36744         * sysdeps/i386/i686/strtok.S: Likewise.
36745         * sysdeps/i386/i386-mcount.S: Likewise.
36746         * sysdeps/i386/strtok.S: Likewise.
36747         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36748         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36749         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36750         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36751         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36752         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36753         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36754         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36755         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36756         * sysdeps/x86_64/_mcount.S: Likewise.
36757         * sysdeps/x86_64/strtok.S: Likewise.
36758         * sysdeps/sh/_mcount.S: Likewise.
36759
36760 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36761
36762         * libio/iofopen.c: Include <fcntl.h>.
36763         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36764         (_IO_fopen64, fopen64): Define as aliases.
36765         * libio/iofopen64.c: Include <fcntl.h>.
36766         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36767         Conditionalize body on this.
36768         * sysdeps/wordsize-64/iofopen.c: File removed.
36769         * sysdeps/wordsize-64/iofopen64.c: File removed.
36770
36771 2012-08-01  Marek Polacek  <polacek@redhat.com>
36772
36773         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36774         Use dlfcn directly instead of a variable.
36775         (binfmt-subdir): Do not define.
36776         (dlfcn): Likewise.
36777
36778 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36779
36780         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36781         Remove all definitions.
36782         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36783         <kernel-features.h>.
36784         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36785         (miss_F_GETOWN_EX): Remove all definitions.
36786         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36787         macro definition.
36788         [!__ASSUME_FCNTL64]: Remove conditional code.
36789         [__ASSUME_FCNTL64]: Make code unconditional.
36790         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36791         <kernel-features.h>.
36792         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36793         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36794         (lockf64) [__NR_fcntl64]: Make code unconditional.
36795         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36796
36797         * sysdeps/unix/sysv/linux/kernel-features.h
36798         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36799         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36800         Make code unconditional.
36801         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36802         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36804         [__NR_vfork]: Make code unconditional.
36805         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36806         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36808         [__NR_vfork]: Make code unconditional.
36809         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36810         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36811
36812 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36813
36814         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36815         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36816
36817         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36818         Define mkstemp64 as an alias.
36819         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36820         Define mkstemps64 as an alias.
36821         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36822         Define mkostemp64 as an alias.
36823         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36824         Define mkostemps64 as an alias.
36825         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36826         Conditionalize body on this.
36827         * misc/mkostemp64.c: Likewise.
36828         * misc/mkostemps64.c: Likewise.
36829         * misc/mkstemps64.c: Likewise.
36830         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36831         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36832         * sysdeps/wordsize-64/mkostemp.c: File removed.
36833         * sysdeps/wordsize-64/mkstemp.c: File removed.
36834         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36835         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36836         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36837         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36838
36839         [BZ #14138]
36840         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36841         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36842         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36843         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36844
36845         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36846         compat_symbol macros from <shlib-compat.h> rather than the underlying
36847         default_symbol_version and symbol_version macros, so that DEFAULT
36848         lines in shlib-versions are respected.
36849         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36850
36851 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36852
36853         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36854         Declare with warn_unused_result.
36855         (setgid, setregid, setegid, setresgid): Likewise.
36856         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36857         Likewise.
36858         * WUR-REPORT: Remove set*id functions.
36859
36860 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36861
36862         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36863
36864 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36865
36866         [BZ #10191]
36867         * include/sys/socket.h (__libc_accept, __libc_accept4):
36868         Add attribute_hidden.
36869         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36870
36871         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36872         use of PTR_MANGLE.
36873         * inet/getnetgrent_r.c (setup): Likewise.
36874
36875         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36876
36877 2012-07-31  David S. Miller  <davem@davemloft.net>
36878
36879         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36880
36881 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36882
36883         [BZ #13629]
36884         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36885         value between 1.0 and 2.0 and smaller part has absolute value less
36886         than 1.0.
36887         * math/s_clog10.c (__clog10): Likewise.
36888         * math/s_clog10f.c (__clog10f): Likewise.
36889         * math/s_clog10l.c (__clog10l): Likewise.
36890         * math/s_clogf.c (__clogf): Likewise.
36891         * math/s_clogl.c (__clogl): Likewise.
36892         * math/libm-test.inc (clog_test): Add more tests.
36893         (clog10_test): Likewise.
36894         * sysdeps/i386/fpu/libm-test-ulps: Update.
36895         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36896
36897 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36898
36899         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36900         Exit with zero in case no suitable GID is found, and write a
36901         message to standard error.
36902
36903 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36904
36905         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36906         rather than to 1.
36907         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36908         (MAXPATHLEN): Removed.
36909         (NOGROUP, NODEV): New macros.
36910         (setbit, clrbit, isset, isclr): New macros.
36911         (howmany, roundup, powerof2): New macros.
36912         (DEV_BSIZE): New macro.
36913
36914         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36915         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36916
36917         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36918         definition on [!__NO_LONG_DOUBLE_MATH].
36919
36920         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36921         PTR_MANGLE and PTR_DEMANGLE.
36922
36923         * socket/accept4.c (accept4): Rename to __libc_accept4.
36924         Define accept4 as a weak alias.
36925
36926         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36927         on [_DIRENT_HAVE_D_TYPE].
36928         * io/ftw.c (ftw_dir): Likewise.
36929
36930         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36931
36932         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36933
36934         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36935         Use the BSD numbers rather than the arbitrary ones we had.
36936         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36937         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36938         (SIGXCPU, SIGXFSZ): New macros.
36939         (_NSIG): Now 32.
36940
36941         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36942         initializer on [_LIBC_REENTRANT].
36943
36944         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36945         definitions inside [_POSIX_MAPPED_FILES].
36946
36947         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36948
36949         * dirent/opendir.c: Include <fcntl.h>.
36950
36951         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36952         (__libc_getspecific): Likewise.
36953         (__libc_key_create): Likewise.
36954
36955         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36956         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36957         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36958         (tmpfile64): Define as alias.
36959         * sysdeps/wordsize-64/tmpfile.c: File removed.
36960         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36961         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36962         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36963
36964         * stdio-common/vfscanf.c: Include <stdbool.h>.
36965         * nss/makedb.c: Likewise.
36966         * stdio-common/_i18n_number.h: Likewise.
36967         * argp/argp-help.c: Likewise.
36968         * posix/wordexp.c: Likewise.
36969         * sysdeps/posix/spawni.c: Likewise.
36970         * nss/nss_files/files-initgroups.c: Likewise.
36971         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36972         * nss/nss_files/files-initgroups.c: Likewise.
36973         * nss/nss_db/db-netgrp.c: Likewise.
36974         * nss/nss_db/db-initgroups.c: Likewise.
36975         * io/fchmodat.c: Include <sys/stat.h>.
36976
36977         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36978         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36979
36980         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36981         [HAVE_MMAP].
36982
36983         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36984         Add multiple inclusion protection.
36985
36986 2012-07-27  David S. Miller  <davem@davemloft.net>
36987
36988         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36989
36990 2012-07-27  Gary Benson  <gbenson@redhat.com>
36991
36992         [BZ #14298]
36993         * elf/rtld.c: Include <stap-probe.h>.
36994         (dl_main): Added static probes "init_start" and "init_complete".
36995         * elf/dl-load.c: Include <stap-probe.h>.
36996         (lose): Take new parameter "nsid".
36997         Added static probe "map_failed".
36998         (_dl_map_object_from_fd): Pass namespace id to lose.
36999         Added static probe "map_start".
37000         (open_verify): Pass namespace id to lose.
37001         * elf/dl-open.c: Include <stap-probe.h>.
37002         (dl_open_worker) Added static probes "map_complete", "reloc_start"
37003         and "reloc_complete".
37004         * elf/dl-close.c: Include <stap-probe.h>.
37005         (_dl_close_worker): Added static probes "unmap_start" and
37006         "unmap_complete".
37007         * elf/rtld-debugger-interface.txt: New file documenting the above.
37008
37009 2012-07-26  Roland McGrath  <roland@hack.frob.com>
37010
37011         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
37012         rather than a string variable.
37013         * sunrpc/rpc_main.c (h_output): Likewise.
37014         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
37015
37016 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
37017
37018         * inet/check_native.c: New file.
37019
37020 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
37021
37022         [BZ #13629]
37023         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
37024         if larger part has absolute value 1.0.
37025         * math/s_clog10.c (__clog10): Likewise.
37026         * math/s_clog10f.c (__clog10f): Likewise.
37027         * math/s_clog10l.c (__clog10l): Likewise.
37028         * math/s_clogf.c (__clogf): Likewise.
37029         * math/s_clogl.c (__clogl): Likewise.
37030         * math/libm-test.inc (clog_test): Add more tests.
37031         (clog10_test): Likewise.
37032         * sysdeps/i386/fpu/libm-test-ulps: Update.
37033         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37034
37035         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
37036         (pltexit): Likewise.
37037         (La_regs): Likewise.
37038         (La_retval): Likewise.
37039         (int_retval): Likewise.
37040         Update #error for removed macros to refer only to definitions in
37041         tst-audit.h.
37042         * elf/tst-auditmod3b.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-auditmod4b.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-auditmod5b.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-auditmod6b.c (pltenter): Remove all definitions of
37061         macro.
37062         (pltexit): Likewise.
37063         (La_regs): Likewise.
37064         (La_retval): Likewise.
37065         (int_retval): Likewise.
37066         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
37067         macro.
37068         (pltexit): Likewise.
37069         (La_regs): Likewise.
37070         (La_retval): Likewise.
37071         (int_retval): Likewise.
37072         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
37073         macro.
37074         (pltexit): Likewise.
37075         (La_regs): Likewise.
37076         (La_retval): Likewise.
37077         (int_retval): Likewise.
37078         * sysdeps/generic/tst-audit.h: Update comment to refer only to
37079         macro definitions in tst-audit.h.
37080         * sysdeps/i386/tst-audit.h: New file.
37081         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
37082         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
37083         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
37084         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
37085         * sysdeps/sh/tst-audit.h: Likewise.
37086         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
37087         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
37088         * sysdeps/x86_64/tst-audit.h: Likewise.
37089
37090 2012-07-26  Andreas Jaeger  <aj@suse.de>
37091
37092         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
37093         ptrace.
37094
37095         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
37096         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
37097         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
37098         PTRACE_O_MASK.
37099         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
37100         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
37101         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
37102
37103         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
37104         value.
37105
37106         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
37107         _sigsys.
37108         (si_call_addr, si_syscall, si_arch): Define new macro.
37109         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
37110         _sigsys.
37111         (si_call_addr, si_syscall, si_arch): Define new marcro.
37112         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
37113         _sigsys.
37114         (si_call_addr, si_syscall, si_arch): Define new macro.
37115         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
37116         _sigsys.
37117         (si_call_addr, si_syscall, si_arch): Define new macro.
37118
37119 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37120
37121         [BZ #13717]
37122         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37123         Change to 2.4.21 where previously 2.4.1.
37124         * sysdeps/unix/sysv/linux/configure: Regenerated.
37125         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37126         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37127         Linux kernel version.
37128         (__ASSUME_STD_AUXV): Remove.
37129         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37130         kernel version.
37131         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37132         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37133         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37134         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37135         (__ASSUME_NETLINK_SUPPORT): Likewise.
37136         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37137         (__no_netlink_support): Remove conditional definition.
37138         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37139         Remove.
37140         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37141         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37142         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37143         (if_nameindex_ioctl): Remove.
37144         (if_nameindex_netlink): Do not handle __no_netlink_support.
37145         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37146         code.
37147         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37148         Remove conditional code.
37149         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37150         code.
37151         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37152         unconditional.
37153         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37154         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37155         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37156         Remove.
37157         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37158         [!__ASSUME_STD_AUXV]: Remove conditional code.
37159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37160         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37161         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37163         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37164         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37165         code.
37166         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37168         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37169         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37170         conditional code.
37171         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37173         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37174         code.
37175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37176         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37177         conditional code.
37178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37179         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37180         code unconditional.
37181         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37182         conditional code.
37183         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37184         unconditional.
37185         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37186         conditional code.
37187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37188         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37189         unconditional.
37190         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37191         conditional code.
37192         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37193         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37194         code unconditional.
37195         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37196         conditional code.
37197         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37198         unconditional.
37199         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37200         conditional code.
37201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37202         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37203         code unconditional.
37204         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37205         conditional code.
37206         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37207         unconditional.
37208         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37209         conditional code.
37210
37211 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
37212
37213         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37214         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37215         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37216         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37217         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37218         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37219         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37220         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37221         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37222         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37223         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37224         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37225         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37226         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37227         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37228         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37229         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37230         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37231         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37232         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37233         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37234         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37235         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37236
37237 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37238
37239         * Versions.def: Add GLIBC_2.17.
37240         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37241         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37242         Introduce __libc_secure_getenv.
37243         * stdlib/Versions (2.17): Add secure_getenv
37244         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37245         * stdlib/secure-getenv.c: Rename __secure_getenv to
37246         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37247         symbol __secure_getenv for GLIBC_2.0.
37248         * stdlib/tst-secure-getenv.c: New.
37249         * stdlib/Makefile (tests): Add testcase.
37250         * manual/startup.texi (Environment Access): Document
37251         secure_getenv.
37252         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37253         __libc_secure_getenv.
37254         * inet/ruserpass.c (ruserpass): Likewise.
37255         * malloc/mtrace.c (mtrace): Likewise.
37256         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37257         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37258         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37259         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37260         HAVE_SECURE_GETENV.
37261         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37262         __secure_getenv to __libc_secure_getenv.
37263         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37265         Likewise.
37266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37267         Likewise.
37268         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37269         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37270         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37271         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37272         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37273         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37274         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37275
37276 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37277
37278         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37279         (struct La_i86_retval): Likewise.
37280         (struct La_x86_64_regs): Likewise.
37281         (struct La_x86_64_retval): Likewise.
37282         (struct La_x32_regs): Likewise.
37283         (struct La_x32_retval): Likewise.
37284         (struct La_ppc32_regs): Likewise.
37285         (struct La_ppc32_retval): Likewise.
37286         (struct La_ppc64_regs): Likewise.
37287         (struct La_ppc64_retval): Likewise.
37288         (struct La_sh_regs): Likewise.
37289         (struct La_sh_retval): Likewise.
37290         (struct La_s390_32_regs): Likewise.
37291         (struct La_s390_32_retval): Likewise.
37292         (struct La_s390_64_regs): Likewise.
37293         (struct La_s390_64_retval): Likewise.
37294         (struct La_sparc32_regs): Likewise.
37295         (struct La_sparc32_retval): Likewise.
37296         (struct La_sparc64_regs): Likewise.
37297         (struct La_sparc64_retval): Likewise.
37298         (struct audit_ifaces): Remove architecture-specific pltenter and
37299         pltexit members.
37300         * sysdeps/i386/ldsodefs.h: New file.
37301         * sysdeps/powerpc/ldsodefs.h: Likewise.
37302         * sysdeps/s390/ldsodefs.h: Likewise.
37303         * sysdeps/sh/ldsodefs.h: Likewise.
37304         * sysdeps/sparc/ldsodefs.h: Likewise.
37305         * sysdeps/x86_64/ldsodefs.h: Likewise.
37306
37307 2012-07-25  Marek Polacek  <polacek@redhat.com>
37308
37309         [BZ #6808]
37310         * math/libm-test.inc (yn_test): Add another test.
37311         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37312         to ERANGE when the result is +-Inf.
37313         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37314         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37315         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37316         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37317
37318 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37319
37320         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37321         equal to 0.
37322         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37323         clock_t.
37324         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37325
37326 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37327
37328         * configure.in <sysdeps resolving>: Correct printing
37329         Implies_before.
37330         * configure: Regenerate.
37331
37332 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37333
37334         * math/w_ilogb.c: Include <limits.h>.
37335         * math/w_ilogbl.c: Likewise.
37336
37337 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37338
37339         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37340         va_copy.  Document allowing for unavailable va_copy only as
37341         pre-C99 compatibility.
37342         * manual/string.texi (Copying and Concatenation): Use va_copy
37343         instead of __va_copy in concat example.
37344
37345 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37346
37347         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37348         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37349         it if not null.
37350
37351         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37352         with O_NOLINK passed to __file_name_lookup.
37353
37354         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37355         with O_NOLINK passed to __file_name_lookup.
37356
37357         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37358         negative N or less than NGIDS.
37359
37360         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37361         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37362         enough.  Use memcpy instead of strncpy.
37363
37364 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37365
37366         * elf/Makefile (check-data): Remove.
37367         (localplt.data): New vpath directive.
37368         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37369         instead of $(check-data).
37370         * scripts/data/localplt-generic.data: Move to ...
37371         * sysdeps/generic/localplt.data: ... here.
37372         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37373         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37374         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37376         ... here.
37377         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37379         ... here.
37380         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37381         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37382         ... here.
37383         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37384         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37385         ... here.
37386         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37387         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37388         ... here.
37389         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37390         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37391         ... here.
37392
37393 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37394
37395         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37396         PPC32 and PPC64 files.
37397         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37398         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37399
37400 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37401
37402         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37403         __makecontext_ret to ...
37404         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37405         ... here and call exit if uc_link is NULL.  New file.
37406         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37407         __makecontext_ret.S.
37408         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37409         __makecontext_ret to ...
37410         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37411         ... here and call exit if uc_link is NULL.  New file.
37412         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37413         __makecontext_ret.S.
37414
37415 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37416
37417         * elf/elf.h (R_390_IRELATIVE): New definition.
37418         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37419         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37420         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37421         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37422         (elf_machine_lazy_rel): Likewise.
37423         * sysdeps/s390/dl-irel.h: New file.
37424         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37425         * sysdeps/s390/s390-64/memset.S: New asm code.
37426         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37427         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37428         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37429         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37430         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37431         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37432         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37433         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37434         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37435         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37436         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37437         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37438         * sysdeps/s390/s390-32/memset.S: New asm code.
37439         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37440
37441 2012-07-17  Marek Polacek  <polacek@redhat.com>
37442
37443         [BZ #14349]
37444         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37445         * sysdeps/s390/s390-64/configure.in: Likewise.
37446         * sysdeps/sparc/configure.in: Likewise.
37447         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37448         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37449         * sysdeps/i386/configure.in: Likewise.
37450         * sysdeps/x86_64/configure.in: Likewise.
37451         * sysdeps/sh/configure.in: Likewise.
37452         * sysdeps/s390/s390-32/configure: Regenerated.
37453         * sysdeps/s390/s390-64/configure: Likewise.
37454         * sysdeps/x86_64/configure: Likewise.
37455         * sysdeps/sh/configure: Likewise.
37456         * sysdeps/powerpc/powerpc64/configure: Likewise.
37457         * sysdeps/powerpc/powerpc32/configure: Likewise.
37458         * sysdeps/sparc/configure: Likwise.
37459         * sysdeps/i386/configure: Likewise.
37460
37461         * elf/dl-open.c: Comment fixes.
37462
37463 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37464
37465         * Makefile [CXX] (check-data): Remove.
37466         [CXX] (c++-types.data): New vpath directive.
37467         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37468         vpath.  Do not allow for C++ type data being missing.
37469         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37470         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37471         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37472         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37473         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37474         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37475         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37477         ... here.
37478         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37480         ... here.
37481         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37482         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37483         ... here.
37484         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37485         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37486         ... here.
37487         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37488         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37489         ... here.
37490         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37491         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37492         ... here.
37493         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37494         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37495         ... here.
37496         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37497         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37498
37499         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37500         definitions to architecture-specific files.
37501         (TLS_IE): Likewise.
37502         (TLS_LD): Likewise.
37503         (TLS_GD): Likewise.
37504         * sysdeps/i386/tls-macros.h: New file.
37505         * sysdeps/powerpc/tls-macros.h: Likewise.
37506         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37507         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37508         * sysdeps/sh/tls-macros.h: Likewise.
37509         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37510         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37511         * sysdeps/x86_64/tls-macros.h: Likewise.
37512
37513 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37514
37515         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37516         zero value for regular exit case.
37517
37518         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37519         (__start_context): Preserve zero value for regular exit case.
37520
37521 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37522             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37523
37524         * manual/setjmp.texi (setcontext): Clarify normal process
37525         termination when uc_link is the null pointer.
37526         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37527         exit call.
37528
37529 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37530
37531         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37532         preprocessor.  Test for each exception mask separately.
37533
37534 2012-07-16  Andreas Jaeger  <aj@suse.de>
37535
37536         * po/ru.po: Update from translation team.
37537
37538 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37539
37540         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37541         equal to 0.
37542         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37543         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37544         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37545         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37546         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37547
37548 2012-07-13  Andreas Jaeger  <aj@suse.de>
37549
37550         * po/fr.po: Update from translation team.
37551
37552 2012-07-12  Marek Polacek  <polacek@redhat.com>
37553
37554         [BZ #14173]
37555         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37556         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37557         loop condition.
37558
37559 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37560
37561         [BZ #13717]
37562         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37563         Change to 2.4.1 where previously 2.4.0.
37564         * sysdeps/unix/sysv/linux/configure: Regenerated.
37565         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37566         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37567         version.
37568         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37569         (__ASSUME_AT_CLKTCK): Remove.
37570         (__ASSUME_AT_PAGESIZE): Likewise.
37571         (__ASSUME_AT_XID): Likewise.
37572         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37573         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37574         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37575         unconditionally.
37576         (HAVE_AUX_PAGESIZE): Likewise.
37577         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37578         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37579         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37580
37581 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37582
37583         [BZ #14307]
37584         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37585         the temporary buffer used to invoke __gethostbyname2_r,
37586         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37587         host_data / struct gaih_addrtuple.
37588         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37589         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37590         header file nss/nsswitch.h.
37591         * nss/nsswitch.h (global scope): Add definition of implementation
37592         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37593         resolv/nss_dns/dns-host.c).
37594
37595 2012-07-11  Andreas Jaeger  <aj@suse.de>
37596
37597         * po/fr.po: Update from translation team.
37598
37599         * po/sv.po: Update from translation team
37600         * po/fr.po: Another update from translation team.
37601
37602 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37603
37604         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37605         for subnormals or multiply small sinh result by itself.
37606         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37607         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37608
37609 2012-07-11  David S. Miller  <davem@davemloft.net>
37610
37611         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37612
37613 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37614
37615         [BZ #14347]
37616         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37617         (INTERNAL_MARK): Shift it here.
37618
37619 2012-07-10  Marek Polacek  <polacek@redhat.com>
37620
37621         [BZ #14151]
37622         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37623         libc_cv_asm_global_directive with .globl.
37624         * configure: Regenerated.
37625         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37626         with .globl.
37627         * sysdeps/i386/configure: Regenerated.
37628         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37629         with .globl.
37630         * sysdeps/x86_64/configure: Regenerated.
37631         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37632         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37633         * elf/tst-unique2mod2.c: Likewise.
37634         * elf/tst-unique2mod1.c: Likewise.
37635         * elf/tst-unique1mod2.c: Likewise.
37636         * elf/tst-unique1mod1.c: Likewise.
37637         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37638         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37639         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37640         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37641         * sysdeps/mach/sysdep.h: Likewise.
37642         * sysdeps/i386/sysdep.h: Likewise.
37643         * sysdeps/i386/i386-mcount.S: Likewise.
37644         * sysdeps/x86_64/_mcount.S: Likewise.
37645         * sysdeps/x86_64/sysdep.h: Likewise.
37646         * sysdeps/sh/_mcount.S: Likewise.
37647         * sysdeps/sh/sysdep.h: Likewise.
37648         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37649         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37650         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37651         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37652         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37653         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37654         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37655         * locale/localeinfo.h: Likewise.
37656         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37657         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37658
37659 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37660
37661         [BZ #14336]
37662         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37663         system".
37664         * manual/message.texi (The Uniforum approach): Likewise.
37665         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37666         (glibc iconv Implementation): Likewise.
37667
37668 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37669
37670         [BZ #14337]
37671         * math/s_clog.c (__clog): Avoid scaling a value down where that
37672         could result in underflow.
37673         * math/s_clog10.c (__clog10): Likewise.
37674         * math/s_clog10f.c (__clog10f): Likewise.
37675         * math/s_clog10l.c (__clog10l): Likewise.
37676         * math/s_clogf.c (__clogf): Likewise.
37677         * math/s_clogl.c (__clogl): Likewise.
37678         * math/libm-test.inc (clog_test): Add more tests.
37679         (clog10_test): Likewise.
37680         * sysdeps/i386/fpu/libm-test-ulps: Update.
37681         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37682
37683 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37684
37685         [BZ #14283]
37686         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37687         by 7 not 8 to examine high bit of fractional part.
37688
37689         [BZ #14042]
37690         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37691         for call to __mcount_internal.
37692         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37693         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37694         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37695
37696 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37697
37698         [BZ #14154]
37699         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37700         approximation for values within 0x1p-13f of an odd multiple of
37701         pi/4.
37702         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37703         exception.  Add more tests.
37704         * sysdeps/i386/fpu/libm-test-ulps: Update.
37705
37706         [BZ #6778]
37707         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37708         inputs and return -1 for them.  Do not check for +Inf in case not
37709         reachable for +Inf.
37710         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37711         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37712         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37713         and return -1 for them.  Do not check for +Inf in case not
37714         reachable for +Inf.
37715         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37716         define.
37717         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37718         and return -1 for them.  Do not check for +Inf in case not
37719         reachable for +Inf.
37720         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37721         spurious underflow.
37722         * sysdeps/i386/fpu/libm-test-ulps: Update.
37723         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37724
37725 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37726
37727         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37728
37729 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37730
37731         [BZ #14157]
37732         [BZ #14331]
37733         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37734         could result in spurious underflow.  Scale down values above
37735         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37736         * math/s_csqrtf.c (__csqrtf): Likewise.
37737         * math/s_csqrtl.c (__csqrtl): Likewise.
37738         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37739         spurious underflow.
37740         * sysdeps/i386/fpu/libm-test-ulps: Update.
37741         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37742
37743 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37744
37745         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37746         xopen-msg.sed.
37747         * catgets/xopen-msg.awk: New file.
37748         * catgets/xopen-msg.sed: Removed.
37749
37750         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37751         po2text.sed.
37752         * intl/po2test.awk: New file.
37753         * intl/po2test.sed: Removed.
37754
37755 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37756
37757         [BZ #14328]
37758         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37759         or multiply small sinh result by itself.
37760         * math/s_ctanf.c (__ctanf): Likewise.
37761         * math/s_ctanh.c (__ctanh): Likewise.
37762         * math/s_ctanhf.c (__ctanhf): Likewise.
37763         * math/s_ctanhl.c (__ctanhl): Likewise.
37764         * math/s_ctanl.c (__ctanl): Likewise.
37765         * math/libm-test.inc (ctan_test_tonearest): New function.
37766         (ctan_test_towardzero): Likewise.
37767         (ctan_test_downward): Likewise.
37768         (ctan_test_upward): Likewise.
37769         (ctanh_test_tonearest): Likewise.
37770         (ctanh_test_towardzero): Likewise.
37771         (ctanh_test_downward): Likewise.
37772         (ctanh_test_upward): Likewise.
37773         (main): Call these new functions.
37774         * sysdeps/i386/fpu/libm-test-ulps: Update.
37775         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37776
37777 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37778
37779         * .gitignore: Delete /ports entry.
37780
37781 2012-07-03  Andreas Jaeger  <aj@suse.de>
37782
37783         * po/bg.po: Update from translation team.
37784         * po/cs.po: Likewise.
37785         * po/de.po: Likewise.
37786         * po/hr.po: Likewise.
37787         * po/nl.pl: Likewise.
37788         * po/pl.po: Likewise.
37789         * po/vi.po: Likewise.
37790
37791 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37792
37793         * Makeconfig [!+link] (+link-before-libc): New variable.
37794         [!+link] (+link-after-libc): Likewise.
37795         [!+link] (+link-tests): Likewise.
37796         [!+link] (+link): Define in terms of $(+link-before-libc) and
37797         $(+link-after-libc).
37798         [!+link-static] (+link-static-before-libc): New variable.
37799         [!+link-static] (+link-static-after-libc): Likewise.
37800         [!+link-static] (+link-static-tests): Likewise.
37801         [!+link-static] (+link-static): Define in terms of
37802         $(+link-static-before-libc) and $(+link-static-after-libc).
37803         [build-shared] (link-libc-before-gnulib): New variable.
37804         [build-shared] (link-libc-tests): Likewise.
37805         [build-shared] (link-libc): Define in terms of
37806         $(link-libc-before-gnulib).
37807         [!build-shared] (link-libc-tests): New variable.
37808         (link-libc-static-tests): New variable.
37809         [!gnulib] (gnulib-arch): New variable.
37810         [!gnulib] (gnulib-tests): Likewise.
37811         [!gnulib] (static-gnulib-arch): Likewise.
37812         [!gnulib] (static-gnulib-tests): Likewise.
37813         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37814         Define with "=" instead of ":=".
37815         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37816         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37817         * Rules (binaries-all-notests): New variable.
37818         (binaries-all-tests): Likewise.
37819         (binaries-static-notests): Likewise.
37820         (binaries-static-tests): Likewise.
37821         (binaries-all): Define using $(binaries-all-notests) and
37822         $(binaries-all-tests).
37823         (binaries-static): Define using $(binaries-static-notests) and
37824         $(binaries-static-tests).
37825         (binaries-shared-tests): New variable.
37826         (binaries-shared-notests): Likewise.
37827         (binaries-shared): Remove variable.
37828         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37829         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37830         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37831         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37832         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37833         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37834         * elf/Makefile (sln-modules): New variable.
37835         (extra-objs): Add $(sln-modules:=.o).
37836         (ldconfig-modules): Add static-stubs.
37837         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37838         * elf/static-stubs.c: New file.
37839
37840         [BZ #14283]
37841         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37842         by 7 not 8 to examine high bit of fractional part.  Use volatile
37843         variables when splitting into final array of floats if
37844         __FLT_EVAL_METHOD__ != 0.
37845         * math/libm-test.inc (cos_test): Add another test.
37846         (sin_test): Likewise.
37847         * sysdeps/i386/fpu/libm-test-ulps: Update.
37848
37849         [BZ #14273]
37850         * math/libm-test.inc (cosh_test): Add more tests.
37851
37852         * version.h (RELEASE): Set to "development".
37853         (VERSION): Set to "2.16.90".
37854
37855 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37856
37857         * NEWS: Update copyright. Remove last-updated date.
37858         Mention math library bug fixes and timezone data changes.
37859         * README: Mention GNU/Hurd, x32, and HPPA support status.
37860
37861 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37862
37863         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37864
37865 2012-06-27  Andreas Jaeger  <aj@suse.de>
37866
37867         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37868
37869 2012-06-25  Andreas Jaeger  <aj@suse.de>
37870
37871         * sysdeps/s390/fpu/libm-test-ulps: Update.
37872
37873 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37874             Thomas Schwinge  <thomas@codesourcery.com>
37875
37876         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37877         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37878         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37879         fanotify_mark.
37880
37881 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37882
37883         * sysdeps/mach/start.c: Remove file.
37884         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37885         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37886         * sysdeps/sh/init-first.c: Likewise.
37887
37888         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37889         registers for frame unwinding purposes, add CFI directives.
37890         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37891         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37892         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37893         Likewise.
37894
37895         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37896         __fortify_fail returning.
37897         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37898
37899         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37900         sysdeps/sh/____longjmp_chk.S.
37901         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37902         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37903         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37904         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37905
37906         * sysdeps/sh/abort-instr.h: New file.
37907         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37908         process in case exit returns.
37909
37910         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37911         initialize the GOT register before use.
37912
37913         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37914         calculation of ARGC > 4.
37915
37916         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37917         meaningful names to some local labels.
37918
37919 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37920             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37921
37922         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37923         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37924         (__arch_compare_and_exchange_val_16_acq): Likewise.
37925         (__arch_compare_and_exchange_val_32_acq): Likewise.
37926         (atomic_exchange_and_add): Fix gUSA sequence.
37927         (atomic_add): Likewise.
37928         (atomic_add_negative): Likewise.
37929         (atomic_add_zero): Likewise.
37930         (atomic_bit_test_set): Likewise.
37931
37932 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37933
37934         [BZ #13579]
37935         * include/link.h (struct link_map): Add l_free_initfini.
37936         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37937         l_initfini.
37938         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37939         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37940         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37941         set.
37942
37943 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37944
37945         * configure.in: Use AC_LANG_SOURCE.
37946         * configure: Regenerate.
37947
37948 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37949
37950         * configure.in (libc_cv_localstatedir): New substituted variable.
37951         * configure: Regenerated.
37952         * config.make.in (localstatedir): New variable, substituted from
37953         libc_cv_localstatedir.
37954         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37955         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37956         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37957         * sysdeps/gnu/configure: Regenerated.
37958
37959 2012-06-21  Jeff Law  <law@redhat.com>
37960
37961         [BZ #14277]
37962         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37963         free.  Simplify list management for _LIBC case.
37964
37965 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37966
37967         [BZ #14273]
37968         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37969         Clear sign bit of 64-bit integer value before comparing against
37970         overflow value.
37971
37972         * sysdeps/mach/configure: Regenerated.
37973
37974 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37975
37976         [BZ #14278]
37977         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37978
37979 2012-06-21  Jeff Law  <law@redhat.com>
37980
37981         [BZ #13882]
37982         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37983         uint16_t for elements in the "seen" array to avoid char overflows.
37984         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37985         * elf/dl-open.c (dl_open_worker): Likewise.
37986
37987 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37988
37989         * scripts/list-sources.sh: Scan PORTS for translations.
37990         * po/libc.pot: Regenerated.
37991
37992 2012-06-21  Andreas Jaeger  <aj@suse.de>
37993
37994         [BZ #12194]
37995         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37996         warning.
37997         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37998         * bits/byteswap-16.h (__bswap_16): Likewise.
37999         * bits/byteswap.h (__bswap_constant_16): Likewise.
38000
38001 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
38002
38003         [BZ #14117]
38004         * sysdeps/i386/fpu_control.h: Removed.
38005         * sysdeps/x86_64/fpu_control.h: Moved to ...
38006         * sysdeps/x86/fpu_control.h: Here.
38007
38008         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
38009         (_FPU_SETCW): Likewise.
38010
38011 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
38012
38013         [BZ #14117]
38014         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
38015         * sysdeps/x86/fpu/bits/mathinline.h: This.
38016         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
38017
38018         [BZ #14050]
38019         [BZ #14117]
38020         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
38021         functions if __x86_64__ is defined.
38022
38023 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
38024
38025         * string/endian.h: Add !__ASSEMBLER__ condition for including
38026         conversion interfaces.
38027
38028 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
38029
38030         [BZ #14241]
38031         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
38032         of ABS(x) in calculating zero to negative powers other than odd
38033         integers.
38034         * math/libm-test.inc (pow_test): Add more tests.
38035
38036 2012-06-15  Andreas Jaeger  <aj@suse.de>
38037
38038         * manual/contrib.texi (Contributors): Update entry of Liubov
38039         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
38040         Machado Filho.
38041
38042 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
38043
38044         * string/string.h: Add __wur to GNU version of strerror_r.
38045
38046 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
38047
38048         [BZ #14229]
38049         * string/Makefile (tests): Add tst-strtok_r.
38050         * string/tst-strtok_r.c: New file.
38051         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
38052         RAX_LP/RDX_LP on SAVE_PTR.
38053
38054 2012-06-14  Roland McGrath  <roland@hack.frob.com>
38055
38056         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
38057
38058 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
38059
38060         * libm_test.inc (csqrt_test): Allow more spurious underflow
38061         exceptions.
38062         (j0_test): Likewise.
38063         (j1_test): Likewise.
38064         (y0_test): Likewise.
38065         (y1_test): Likewise.
38066
38067 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
38068
38069         * po/Makefile (libc.pot): Use UTF-8 charset.
38070
38071 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
38072
38073         [BZ #14210]
38074         Suppress sign-conversion warning from FD_SET.
38075         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
38076         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
38077         not unsigned long int.
38078         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
38079
38080 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
38081
38082         [BZ #14050]
38083         [BZ #14117]
38084         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
38085         __extern_always_inline instead of __extern_inline.
38086         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
38087         (__signbit): Likewise.
38088         (__signbitl): Support C++ namespace.
38089         (lrintf): New inline function.
38090         (lrint): Likewise.
38091         (llrintf): Likewise.
38092         (llrint): Likewise.
38093         (fmaxf): Likewise.
38094         (fmax): Likewise.
38095         (fminf): Likewise.
38096         (fmin): Likewise.
38097         (rint): Likewise.
38098         (rintf): Likewise.
38099         (ceil): Likewise.
38100         (ceilf): Likewise.
38101         (floor): Likewise.
38102         (floorf): Likewise.
38103         (nearbyint): Likewise.
38104         (nearbyintf): Likewise.
38105
38106 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
38107
38108         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
38109         non-default versions.
38110
38111 2012-06-11  Roland McGrath  <roland@hack.frob.com>
38112
38113         [BZ #14218]
38114         * manual/argp.texi (Argp): Reword argp_parse description slightly.
38115
38116 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
38117
38118         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
38119         (FE_UPWARD, FE_DOWNWARD): Don't define.
38120         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
38121         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38122
38123         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38124         reading it.
38125         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38126         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38127
38128 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38129
38130         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38131         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38132         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38133         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38134
38135 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
38136
38137         [BZ #14117]
38138         * sysdeps/i386/fpu/bits/fenv.h: Removed.
38139         * sysdeps/i386/fpu/Implies: New file.
38140         * sysdeps/x86_64/fpu/Implies: Likewise.
38141         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38142         * sysdeps/x86/fpu/bits/fenv.h: This.
38143
38144         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38145         __SSE_MATH__.
38146
38147 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
38148
38149         [BZ #14134]
38150         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38151         character 0xffff that matches the last element of the
38152         conversion table.
38153
38154 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38155
38156         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38157         fmodl commit.
38158
38159 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38160
38161         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38162         values higher than 25.6283.
38163
38164 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38165
38166         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38167         subnormal exponent extraction and add some __builtin_expect.
38168         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38169         Fix for subnormal mantissa calculation.
38170
38171 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
38172
38173         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38174         cpu2 is -1 and errno is not ENOSYS.
38175
38176 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
38177
38178         [BZ #14117]
38179         * sysdeps/i386/i486/bits/string.h: Renamed to ...
38180         * sysdeps/x86/bits/string.h: This.
38181         * sysdeps/x86_64/bits/string.h: Removed.
38182
38183         * sysdeps/i386/i486/bits/string.h: Define inline functions only
38184         if not compiling for x86-64, but compiling for >= i486.
38185
38186         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38187         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38188
38189         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38190         New macro from Linux kernel 3.4.0.
38191         (FP_XSTATE_MAGIC2): Likewise.
38192         (FP_XSTATE_MAGIC2_SIZE): Likewise.
38193         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38194         (struct _fpx_sw_bytes): New struct.
38195         (struct _xsave_hdr): Likewise.
38196         (struct _ymmh_state): Likewise.
38197         (struct _xstate): Likewise.
38198
38199         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38200         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38201         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38202         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38203         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38204         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38205
38206         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38207         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38208         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38209         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38210         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38211         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38212
38213 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38214
38215         [BZ #13743]
38216         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38217         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38218         (sysdep_headers): Include sys/platform/ppc.h.
38219         * sysdeps/powerpc/test-gettimebase.c: Test for
38220         __ppc_get_timebase() to catch future ISA opcode/insn changes.
38221         * manual/Makefile (appendices): Include platform.texi.
38222         * manual/contrib.texi (Contributors): Update @node pointers.
38223         * manual/maint.texi (Maintenance): Likewise.
38224         (Platform): New node.
38225         * manual/platform.texi: New file.  Document the new features.
38226
38227 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38228             Jakub Jelinek  <jakub@redhat.com>
38229
38230         [BZ #14188]
38231         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38232         where __builtin_expect is unavailable.
38233
38234 2012-06-03  David S. Miller  <davem@davemloft.net>
38235
38236         * stdlib/longlong.h: Updated from GCC.
38237
38238 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38239
38240         [BZ #14042]
38241         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38242         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38243         __mcount_internal.
38244         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38245         (GLIBC_2.16): Likewise.
38246
38247 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38248
38249         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38250
38251 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38252
38253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38254         (default-abi): New variable.
38255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38256         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38257         variable.
38258         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38259         Likewise.
38260         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38261         Likewise.
38262         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38263         Likewise.
38264
38265         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38266         definition.  Document in comment.
38267
38268 2012-06-01  David S. Miller  <davem@davemloft.net>
38269
38270         * stdlib/longlong.h: Updated from GCC.
38271
38272 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38273
38274         [BZ #14117]
38275         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38276         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38277         sys/debugreg.h sys/io.h here.
38278         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38279         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38280         sys/io.h.
38281         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38282         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38283         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38284         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38285         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38286         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38287
38288         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38289         Define only if __x86_64__ is defined.
38290
38291 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38292
38293         [BZ #14048]
38294         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38295         Use int64_t for variable i.
38296         * math/libm-test.inc (fmod_test): Add more tests.
38297
38298         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38299         z computation is not scheduled after fetestexcept.
38300         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38301         Use math_force_eval instead of asm to ensure calculation scheduled
38302         before exception test.
38303         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38304         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38305
38306 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38307
38308         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38309         computation is not scheduled after fetestexcept.
38310
38311 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38312
38313         [BZ #14117]
38314         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38315         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38316
38317 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38318
38319         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38320         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38321
38322 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38323
38324         [BZ #14117]
38325         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38326         <bits/wordsize.h>.
38327         (__WCHAR_MIN): Support __WORDSIZE == 64.
38328         (__WCHAR_MAX): Likewise.
38329
38330         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38331         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38332
38333         [BZ #14183]
38334         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38335         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38336
38337         [BZ #14117]
38338         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38339         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38340
38341         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38342         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38343
38344         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38345         Defined to 1 if __x86_64__ isn't defined.
38346         (_STAT_VER_LINUX_OLD): New.
38347         (st_atime): Remove duplicate.
38348         (st_mtime): Likewise.
38349         (st_ctime): Likewise.
38350
38351 2012-05-31  David S. Miller  <davem@davemloft.net>
38352
38353         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38354         entries.
38355
38356 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38357
38358         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38359         gen-libm-test.pl.
38360
38361         [BZ #14132]
38362         * elf/dl-reloc.c: Include <_itoa.h>.
38363         (_dl_reloc_bad_type): Remove use of INTUSE.
38364         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38365         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38366         * stdio-common/psiginfo.c (psiginfo): Likewise.
38367         * stdio-common/psignal.c (psignal): Likewise.
38368         * string/strsignal.c (strsignal): Likewise.
38369         * include/signal.h (_sys_siglist): Declare hidden proto.
38370         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38371         INTVARDEF with libc_hidden_data_def.
38372         * stdio-common/itoa-udigits.c: Likewise.
38373         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38374         (_itoa_lower_digits_internal): Remove declaration.
38375         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38376         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38377         (_sys_sigabbrev_internal): Remove aliases.
38378         (_sys_siglist): Define hidden alias.
38379
38380 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38381
38382         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38383         bits/sysctl.h.
38384
38385 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38386
38387         [BZ #14117]
38388         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38389         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38390
38391         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38392         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38393         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38394         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38395         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38396         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38397
38398         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38399         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38400         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38401
38402         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38403         with __addr.
38404         (insw): Likewise.
38405         (insl): Likewise.
38406         (outsb): Likewise.
38407         (outsw): Likewise.
38408         (outsl): Likewise.
38409
38410         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38411         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38412         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38413
38414         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38415         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38416         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38417         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38418         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38419         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38420
38421         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38422         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38423
38424         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38425         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38426
38427         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38428         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38429         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38430
38431         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38432         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38433         to ...
38434         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38435
38436         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38437         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38438         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38439
38440         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38441         for x86-64.
38442         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38443
38444 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38445
38446         * math/math.h (M_El): Use two more decimal places.
38447         (M_LOG2El): Likewise.
38448         (M_LOG10El): Likewise.
38449         (M_LN2l): Likewise.
38450         (M_LN10l): Likewise.
38451         (M_PIl): Likewise.
38452         (M_PI_2l): Likewise.
38453         (M_PI_4l): Likewise.
38454         (M_1_PIl): Likewise.
38455         (M_2_PIl): Likewise.
38456         (M_2_SQRTPIl): Likewise.
38457         (M_SQRT2l): Likewise.
38458         (M_SQRT1_2l): Likewise.
38459
38460 2012-05-31  David S. Miller  <davem@davemloft.net>
38461
38462         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38463         values between float registers.
38464         * sysdeps/sparc/sparc64/memset.S: Likewise.
38465         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38466
38467 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38468
38469         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38470         -D_FORTIFY_SOURCE=1.
38471         (CPPFLAGS-tst-longjmp_chk.c): Define.
38472         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38473         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38474         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38475         CFLAGS-tst-wchar-h.c.
38476
38477 2012-05-31  Marek Polacek  <polacek@redhat.com>
38478
38479         [BZ #14132]
38480         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38481         __endmntent_internal): Remove declaration.
38482         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38483         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38484         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38485
38486 2012-05-30  David S. Miller  <davem@davemloft.net>
38487
38488         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38489         (___Q_simulate_exceptions): Use real FP ops rather than writing
38490         into the %fsr.
38491         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38492         Likewise.
38493
38494 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38495
38496         [BZ #14117]
38497         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38498         * sysdeps/x86/bits/xtitypes.h: This.
38499
38500         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38501         * sysdeps/x86/bits/wordsize.h: This.
38502
38503         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38504         * sysdeps/x86/bits/huge_vall.h: This.
38505
38506         * sysdeps/i386/bits/select.h: Removed.
38507         * sysdeps/x86_64/bits/select.h: Renamed to ...
38508         * sysdeps/x86/bits/select.h: This.
38509
38510         * sysdeps/i386/bits/setjmp.h: Removed.
38511         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38512         * sysdeps/x86/bits/setjmp.h: This.
38513
38514         * sysdeps/i386/bits/mathdef.h: Removed.
38515         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38516         * sysdeps/x86/bits/mathdef.h: This.
38517
38518 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38519
38520         [BZ #14132]
38521         * include/sys/socket.h (__connect_internal)
38522         (__libc_sa_len_internal): Remove declaration.
38523         (__connect, __libc_sa_len): Declare hidden_proto.
38524         (SA_LEN): Remove use of INTUSE.
38525         * socket/connect.c: Add libc_hidden_def.
38526         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38527         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38528         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38529         alias.
38530         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38531         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38532         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38533         of adding _internal alias.
38534
38535 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38536
38537         [BZ #14117]
38538         * sysdeps/i386/bits/link.h: Removed.
38539         * sysdeps/i386/bits/linkmap.h: Likewise.
38540         * sysdeps/x86_64/bits/link.h: Renamed to ...
38541         * sysdeps/x86/bits/link.h: This.
38542         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38543         * sysdeps/x86/bits/linkmap.h: This.
38544
38545         * sysdeps/i386/bits/endian.h: Removed.
38546         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38547         * sysdeps/x86/bits/endian.h: This.
38548
38549         * sysdeps/i386/bits/byteswap.h: Removed.
38550         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38551         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38552         * sysdeps/x86/bits/byteswap.h: This.
38553         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38554         * sysdeps/x86/bits/byteswap-16.h: This.
38555         * sysdeps/i386/Implies: Add x86.
38556         * sysdeps/x86_64/Implies: Likewise.
38557
38558 2012-05-30  David S. Miller  <davem@davemloft.net>
38559
38560         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38561         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38562         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38563         (FP_TRAPPING_EXCEPTIONS): Define.
38564         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38565         (FP_TRAPPING_EXCEPTIONS): Define.
38566         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38567         subnormals only when inexact has been signalled or underflow
38568         exceptions are enabled.
38569         (_FP_PACK_CANONICAL): Likewise.
38570
38571 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38572
38573         [BZ #14183]
38574         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38575         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38576
38577 2012-05-30  Richard Henderson  <rth@twiddle.net>
38578
38579         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38580         with #ifndef NOT_IN_libc.
38581
38582         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38583         marked to avoid plt entry.
38584
38585 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38586
38587         [BZ #14112]
38588         * Makeconfig (default-abi): New macro.
38589         (abi-includes): Likewise.
38590         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38591         $(abi-$(default-abi)-lib-soname) for soname if defined.
38592         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38593         abi-variants.
38594         * Makefile (installed-stubs): Likewise.
38595         * include/stubs-biarch.h: Removed.
38596         * scripts/lib-names.awk: Only handle one library at a time.
38597         * scripts/soversions.awk: Remove WORDSIZE support.
38598         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38599         entries.
38600         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38601         Removed.
38602         (syscall-list-default-condition): Likewise.
38603         (syscall-list-default-condition): Likewise.
38604         (syscall-list-includes): Likewise.
38605         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38606         syscall-list-* with abi-*.  Handle undefined abi-variants.
38607         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38608         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38609         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38610         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38611         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38612         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38613         Removed.
38614         (syscall-list-32-options): Likewise.
38615         (syscall-list-32-condition): Likewise.
38616         (syscall-list-64-options): Likewise.
38617         (syscall-list-64-condition): Likewise.
38618         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38619         macro.
38620         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38621         Renamed to ...
38622         (abi-*): This.
38623         (abi-64-ld-soname): New macro.
38624         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38625         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38626         Renamed to ...
38627         (abi-*): This.
38628         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38629         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38630
38631 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38632
38633         * sysdeps/unix/sysv/linux/kernel-features.h
38634         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38635         * sysdeps/unix/sysv/linux/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/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         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38648         include <kernel-features.h>.
38649         [!__NR_ftruncate64]: Remove conditional code.
38650         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38651         [__NR_ftruncate64]: Make code unconditional.
38652         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38653         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38654         include <kernel-features.h>.
38655         [!__NR_ftruncate64]: Remove conditional code.
38656         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38657         [__NR_ftruncate64]: Make code unconditional.
38658         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38659
38660         * configure.in (libc_cv_fpie): Weaken to a compile test using
38661         LIBC_TRY_CC_OPTION.
38662         * configure: Regenerated.
38663
38664 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38665
38666         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38667         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38668         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38669         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38670         Refreshed.
38671         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38672         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38673         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38674         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38675         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38676         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38677         Refreshed.
38678
38679 2012-05-27  David S. Miller  <davem@davemloft.net>
38680
38681         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38682         (___Q_zero): New.
38683         (__Q_simulate_exceptions): Return void.  Change to simulate
38684         exceptions by writing into the %fsr.
38685         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38686         (__Qp_handle_exceptions): Likewise.
38687         (numbers): Delete.
38688         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38689         __Qp_handle_exceptions.
38690         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38691         __Qp_handle_exceptions.
38692         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38693         as unused and give dummy FP_RND_NEAREST initializer.
38694         (FP_INHIBIT_RESULTS): Define.
38695         (___Q_simulate_exceptions): Update declaration.
38696         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38697         formatting.
38698         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38699         as unused and give dummy FP_RND_NEAREST initializer.
38700         (__Qp_handle_exceptions): Update declaration.
38701         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38702         formatting.
38703
38704 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38705
38706         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38707         the temporary FPU control word.
38708         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38709         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38710         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38711         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38712         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38713         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38714         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38715         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38716         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38717         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38718         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38719
38720 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38721
38722         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38723         fields.
38724
38725 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38726
38727         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38728         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38729         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38730         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38731         Likewise.
38732         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38733         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38734         Likewise.
38735
38736 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38737
38738         * po/h.po: Update from translation team.
38739
38740 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38741
38742         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38743
38744         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38745         handling of denormals.
38746         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38747         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38748         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38749         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38750         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38751         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38752         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38753         Likewise.
38754
38755 2012-05-26  Marek Polacek  <polacek@redhat.com>
38756
38757         [BZ #14152]
38758         * math/libm-test.inc (fma_test): Don't always expect underflow
38759         exception.
38760
38761 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38762
38763         [BZ #12416]
38764         * elf/tst-execstack.c: Include stackinfo.h.
38765         (do_test): Adjust test case to ensure that pthread_getattr_np
38766         behaviour remains the same after marking stack executable.
38767
38768 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38769
38770         * sysdeps/unix/sysv/linux/kernel-features.h
38771         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38772         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38773         kernel-features.h.
38774         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38775         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38776         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38777         kernel-features.h.
38778         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38779         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38780
38781 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38782
38783         * configure.in: Define the default includes to being none.
38784         * configure: Regenerated.
38785
38786 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38787
38788         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38789         * sysdeps/x86_64/setjmp.S: Likewise.
38790         * sysdeps/i386/bsd-setjmp.S: Likewise.
38791         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38792         * sysdeps/i386/setjmp.S: Likewise.
38793         * sysdeps/i386/__longjmp.S: Likewise.
38794         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38795         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38796
38797         * include/stap-probe.h: New file.
38798         * configure.in: Handle --enable-systemtap.
38799         * configure: Regenerated.
38800         * config.h.in (USE_STAP_PROBE): New #undef.
38801         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38802         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38803         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38804
38805 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38806
38807         [BZ #13717]
38808         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38809         to 2.4.0 where earlier.
38810         * sysdeps/unix/sysv/linux/configure: Regenerated.
38811         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38812         <kernel-features.h>.
38813         [__ASSUME_32BITUIDS]: Make code unconditional.
38814         [!__ASSUME_32BITUIDS]: Remove conditional code.
38815         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38816         <kernel-features.h>.
38817         [__ASSUME_32BITUIDS]: Make code unconditional.
38818         [!__ASSUME_32BITUIDS]: Remove conditional code.
38819         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38820         [__ASSUME_32BITUIDS]: Make code unconditional.
38821         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38822         * sysdeps/unix/sysv/linux/i386/getegid.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/geteuid.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/getgid.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/getgroups.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/getresgid.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/getresuid.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/getuid.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/lchown.c: Do not include
38851         <kernel-features.h>.
38852         [__ASSUME_32BITUIDS]: Make code unconditional.
38853         [!__ASSUME_32BITUIDS]: Remove conditional code.
38854         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38855         <kernel-features.h>.
38856         [__ASSUME_32BITUIDS]: Make code unconditional.
38857         [!__ASSUME_32BITUIDS]: Remove conditional code.
38858         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38859         <kernel-features.h>.
38860         [__ASSUME_32BITUIDS]: Make code unconditional.
38861         [!__ASSUME_32BITUIDS]: Remove conditional code.
38862         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38863         <kernel-features.h>.
38864         [__NR_setresgid] (__setresgid): Do not declare.
38865         [__ASSUME_32BITUIDS]: Make code unconditional.
38866         [!__ASSUME_32BITUIDS]: Remove conditional code.
38867         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38868         <kernel-features.h>.
38869         [__NR_setresuid] (__setresuid): Do not declare.
38870         [__ASSUME_32BITUIDS]: Make code unconditional.
38871         [!__ASSUME_32BITUIDS]: Remove conditional code.
38872         * sysdeps/unix/sysv/linux/i386/setfsgid.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/setfsuid.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/setgid.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/setgroups.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/setregid.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/setresgid.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/setresuid.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/i386/setreuid.c: Do not include
38901         <kernel-features.h>.
38902         [__ASSUME_32BITUIDS]: Make code unconditional.
38903         [!__ASSUME_32BITUIDS]: Remove conditional code.
38904         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38905         <kernel-features.h>.
38906         [__ASSUME_32BITUIDS]: Make code unconditional.
38907         [!__ASSUME_32BITUIDS]: Remove conditional code.
38908         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38909         <kernel-features.h>.
38910         [__ASSUME_32BITUIDS]: Make code unconditional.
38911         [!__ASSUME_32BITUIDS]: Remove conditional code.
38912         * sysdeps/unix/sysv/linux/kernel-features.h
38913         (__ASSUME_SETRESUID_SYSCALL): Remove.
38914         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38915         (__ASSUME_32BITUIDS): Likewise.
38916         (__ASSUME_LDT_WORKS): Likewise.
38917         (__ASSUME_O_DIRECTORY): Likewise.
38918         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38919         architecture but not kernel version.
38920         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38921         (__ASSUME_MMAP2_SYSCALL): Likewise.
38922         (__ASSUME_STAT64_SYSCALL): Likewise.
38923         (__ASSUME_IPC64): Likewise.
38924         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38925         <kernel-features.h>.
38926         [__ASSUME_32BITUIDS]: Make code unconditional.
38927         [!__ASSUME_32BITUIDS]: Remove conditional code.
38928         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38929         <kernel-features.h>.
38930         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38931         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38932         132096]: Remove conditional code.
38933         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38934         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38935         <kernel-features.h>.
38936         [__ASSUME_32BITUIDS]: Make code unconditional.
38937         [!__ASSUME_32BITUIDS]: Remove conditional code.
38938         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38939         <kernel-features.h>.
38940         [__ASSUME_32BITUIDS]: Make code unconditional.
38941         [!__ASSUME_32BITUIDS]: Remove conditional code.
38942         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38943         <kernel-features.h>.
38944         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38945         unconditional.
38946         (__setresgid): Do not declare.
38947         [__ASSUME_32BITUIDS]: Make code unconditional.
38948         [!__ASSUME_32BITUIDS]: Remove conditional code.
38949         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38950         <kernel-features.h>.
38951         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38952         unconditional.
38953         (__setresuid): Do not declare.
38954         [__ASSUME_32BITUIDS]: Make code unconditional.
38955         [!__ASSUME_32BITUIDS]: Remove conditional code.
38956         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38957         <kernel-features.h>.
38958         [__ASSUME_32BITUIDS]: Make code unconditional.
38959         [!__ASSUME_32BITUIDS]: Remove conditional code.
38960         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38961         <kernel-features.h>.
38962         [__ASSUME_32BITUIDS]: Make code unconditional.
38963         [!__ASSUME_32BITUIDS]: Remove conditional code.
38964
38965 2012-05-25  Richard Henderson  <rth@twiddle.net>
38966
38967         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38968         dl_hwcap to ifunc resolver.
38969         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38970         elf_ifunc_invoke.
38971         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38972         dl_hwcap to ifunc resolver.
38973         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38974
38975 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38976
38977         [BZ #14153]
38978         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38979         for |x| <= 2**-26, not 2**-57.
38980         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38981         exception.
38982
38983 2012-05-24  Jeff Law  <law@redhat.com>
38984
38985         * stdio-common/Makefile (tests): Add bug25.
38986         * stdio-common/bug25.c: New test.
38987
38988 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38989
38990         [BZ #13576]
38991         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38992         multiple of MALLOC_ALIGNMENT in size.
38993         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38994
38995 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38996
38997         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38998         Require >= 256.
38999         (FILENAME_MAX): Use macro-int-constant.
39000         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
39001         (_IOFBF): Use macro-int-constant.
39002         (_IOLBF): Likewise.
39003         (_IONBF): Likewise.
39004         (SEEK_CUR): Likewise.
39005         (SEEK_END): Likewise.
39006         (SEEK_SET): Likewise.
39007         (TMP_MAX): Likewise.
39008         (EOF): Use macro-int-constant.  Require < 0.
39009         (NULL): Use macro-constant.  Require == 0.
39010         (stdin): Require type to be FILE *.
39011         (stdout): Likewise.
39012         (stderr): Likewise.
39013         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
39014         macro-int-constant.
39015         (EXIT_SUCCESS): Likewise.
39016         (NULL): Use macro-constant.  Require == 0.
39017         (RAND_MAX): Use macro-int-constant.
39018         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
39019         [C99-based standards] (strtof): Require function.
39020         [C99-based standards] (strtold): Likewise.
39021         [C99-based standards] (strtoll): Likewise.
39022         [C99-based standards] (strtoull): Likewise.
39023         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39024         [ISO || ISO99 || ISO11] (limits.h): Likewise.
39025         [ISO || ISO99 || ISO11] (math.h): Likewise.
39026         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
39027         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39028         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39029
39030 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
39031
39032         [BZ #14132]
39033         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
39034         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
39035         * intl/dgettext.c (DCGETTEXT): Likewise.
39036         * intl/gettext.c (DCGETTEXT): Likewise.
39037         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
39038         * posix/regex_internal.h (gettext): Likewise.
39039         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
39040         Remove declaration.
39041         * include/argz.h (__argz_count_internal)
39042         (__argz_stringify_internal): Remove declaration.
39043         (__argz_count, __argz_stringify): Declare hidden proto.
39044         * intl/dcgettext.c: Remove use of INTDEF.
39045         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
39046         * string/argz-stringify.c: Likewise.
39047         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39048         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39049         Declare hidden proto.
39050         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39051         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39052         Declare hidden proto.
39053         * include/stdio.h (__asprintf_internal): Don't declare.
39054         (__asprintf): Don't define as macro.  Declare hidden proto.
39055         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
39056         (__fsetlocking): Declare hidden proto.
39057         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
39058         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
39059         hidden proto.
39060         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
39061         (_IO_setlinebuf): Remove use of INTUSE.
39062         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
39063         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
39064         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
39065         Remove declaration.
39066         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
39067         (_IO_do_flush): Remove use of INTUSE.
39068         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
39069         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
39070         (_IO_adjust_column, _IO_least_wmarker)
39071         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
39072         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
39073         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
39074         (_IO_default_doallocate, _IO_wdefault_doallocate)
39075         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
39076         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
39077         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
39078         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
39079         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
39080         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
39081         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
39082         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
39083         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
39084         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
39085         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
39086         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
39087         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
39088         proto.
39089         (_IO_flush_all_internal, _IO_adjust_column_internal)
39090         (_IO_default_uflow_internal, _IO_default_finish_internal)
39091         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
39092         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
39093         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
39094         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
39095         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
39096         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
39097         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
39098         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
39099         (_IO_file_close_internal, _IO_file_close_it_internal)
39100         (_IO_file_underflow_internal, _IO_file_overflow_internal)
39101         (_IO_file_init_internal, _IO_file_attach_internal)
39102         (_IO_file_fopen_internal, _IO_file_read_internal)
39103         (_IO_file_sync_internal, _IO_file_seek_internal)
39104         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
39105         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
39106         (_IO_str_underflow_internal, _IO_str_overflow_internal)
39107         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
39108         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
39109         (_IO_list_all_internal, _IO_link_in_internal)
39110         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
39111         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
39112         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
39113         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
39114         (_IO_do_write_internal, _IO_padn_internal)
39115         (_IO_getline_info_internal, _IO_getline_internal)
39116         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
39117         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
39118         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
39119         (_IO_vfscanf_internal, _IO_vfprintf_internal)
39120         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
39121         (_IO_init_internal, _IO_un_link_internal): Don't declare.
39122         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39123         with libc_hidden_ver, remove use of INTUSE.
39124         * libio/genops.c: Likewise.
39125         * libio/freopen.c: Likewise.
39126         * libio/freopen64.c: Likewise.
39127         * libio/iofclose.c: Likewise.
39128         * libio/iofdopen.c: Likewise.
39129         * libio/iofflush.c: Likewise.
39130         * libio/iofflush_u.c: Likewise.
39131         * libio/iofgets.c: Likewise.
39132         * libio/iofgets_u.c: Likewise.
39133         * libio/iofopen.c: Likewise.
39134         * libio/iofopncook.c: Likewise.
39135         * libio/iofread.c: Likewise.
39136         * libio/iofread_u.c: Likewise.
39137         * libio/ioftell.c: Likewise.
39138         * libio/iofwrite.c: Likewise.
39139         * libio/iogetline.c: Likewise.
39140         * libio/iogets.c: Likewise.
39141         * libio/iogetwline.c: Likewise.
39142         * libio/iopadn.c: Likewise.
39143         * libio/iopopen.c: Likewise.
39144         * libio/ioseekoff.c: Likewise.
39145         * libio/ioseekpos.c: Likewise.
39146         * libio/iosetbuffer.c: Likewise.
39147         * libio/iosetvbuf.c: Likewise.
39148         * libio/ioungetc.c: Likewise.
39149         * libio/ioungetwc.c: Likewise.
39150         * libio/iovdprintf.c: Likewise.
39151         * libio/iovsprintf.c: Likewise.
39152         * libio/iovsscanf.c: Likewise.
39153         * libio/memstream.c: Likewise.
39154         * libio/obprintf.c: Likewise.
39155         * libio/oldfileops.c: Likewise.
39156         * libio/oldiofclose.c: Likewise.
39157         * libio/oldiofdopen.c: Likewise.
39158         * libio/oldiofopen.c: Likewise.
39159         * libio/oldiopopen.c: Likewise.
39160         * libio/oldstdfiles.c: Likewise.
39161         * libio/putc.c: Likewise.
39162         * libio/setbuf.c: Likewise.
39163         * libio/setlinebuf.c: Likewise.
39164         * libio/stdfiles.c: Likewise.
39165         * libio/strops.c: Likewise.
39166         * libio/vasprintf.c: Likewise.
39167         * libio/vscanf.c: Likewise.
39168         * libio/vsnprintf.c: Likewise.
39169         * libio/vswprintf.c: Likewise.
39170         * libio/wfiledoalloc.c: Likewise.
39171         * libio/wfileops.c: Likewise.
39172         * libio/wgenops.c: Likewise.
39173         * libio/wmemstream.c: Likewise.
39174         * libio/wstrops.c: Likewise.
39175         * libio/__fpurge.c: Likewise.
39176         * libio/__fsetlocking.c: Likewise.
39177         * assert/assert.c: Likewise.
39178         * debug/fgets_chk.c: Likewise.
39179         * debug/fgets_u_chk.c: Likewise.
39180         * debug/fread_chk.c: Likewise.
39181         * debug/fread_u_chk.c: Likewise.
39182         * debug/gets_chk.c: Likewise.
39183         * debug/obprintf_chk.c: Likewise.
39184         * debug/vasprintf_chk.c: Likewise.
39185         * debug/vdprintf_chk.c: Likewise.
39186         * debug/vsnprintf_chk.c: Likewise.
39187         * debug/vsprintf_chk.c: Likewise.
39188         * malloc/mtrace.c: Likewise.
39189         * misc/error.c: Likewise.
39190         * misc/syslog.c: Likewise.
39191         * stdio-common/asprintf.c: Likewise.
39192         * stdio-common/fxprintf.c: Likewise.
39193         * stdio-common/getw.c: Likewise.
39194         * stdio-common/isoc99_fscanf.c: Likewise.
39195         * stdio-common/isoc99_scanf.c: Likewise.
39196         * stdio-common/isoc99_vfscanf.c: Likewise.
39197         * stdio-common/isoc99_vscanf.c: Likewise.
39198         * stdio-common/isoc99_vsscanf.c: Likewise.
39199         * stdio-common/printf-prs.c: Likewise.
39200         * stdio-common/printf_fp.c: Likewise.
39201         * stdio-common/printf_fphex.c: Likewise.
39202         * stdio-common/printf_size.c: Likewise.
39203         * stdio-common/putw.c: Likewise.
39204         * stdio-common/scanf.c: Likewise.
39205         * stdio-common/sprintf.c: Likewise.
39206         * stdio-common/tmpfile.c: Likewise.
39207         * stdio-common/vfprintf.c: Likewise.
39208         * stdio-common/vfscanf.c: Likewise.
39209         * stdlib/strfmon_l.c: Likewise.
39210         * sunrpc/openchild.c: Likewise.
39211         * sunrpc/xdr_stdio.c: Likewise.
39212         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39213         * sysdeps/mach/hurd/tmpfile.c: Likewise.
39214
39215 2012-05-24  Roland McGrath  <roland@hack.frob.com>
39216
39217         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39218
39219         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39220         in the third column, to generate for the shared library an IFUNC
39221         that uses _dl_vdso_vsym.
39222         * Makerules (COMPILE.c, compile-stdin.c): New variables.
39223         * Makeconfig (object-suffixes-noshared): New variable.
39224
39225         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39226         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39227         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39228         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39229
39230         [BZ #14132]
39231         * include/sys/time.h (__gettimeofday): Remove macro.
39232         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39233         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39234         Remove INTDEF.
39235         (__gettimeofday): Add libc_hidden_def.
39236         (gettimeofday): Add libc_hidden_weak.
39237         * sysdeps/mach/gettimeofday.c: Likewise.
39238         * sysdeps/posix/gettimeofday.c: Likewise.
39239         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39240         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39241         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39242         (__gettimeofday_internal): Remove strong_alias.
39243         (__gettimeofday): Add libc_hidden_def.
39244         (gettimeofday): Add libc_hidden_weak.
39245         * sysdeps/unix/syscalls.list (gettimeofday):
39246         Remove __gettimeofday_internal alias.
39247
39248 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39249             H.J. Lu  <hongjiu.lu@intel.com>
39250
39251         [BZ #12495]
39252         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39253         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39254         (largebin_index_32_big): New.
39255         (largebin_index): Use it for 16-byte alignment.
39256         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39257         correction with front_misalign.
39258
39259 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39260
39261         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39262         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39263         Likewise.
39264         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39265         Likewise.
39266         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39267         Likewise.
39268         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39269         Likewise.
39270         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39271         Likewise.
39272         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39273         Likewise.
39274         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39275         Likewise.
39276         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39277         Likewise.
39278         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39279         Likewise.
39280         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39281         Likewise.
39282         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39283         Likewise.
39284         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39285         Likewise.
39286
39287         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39288         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39289
39290 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39291
39292         [BZ #10846]
39293         [BZ #14036]
39294         * math/libm-test.inc (exp_test): Add test from bug 14036.
39295         (pow_test): Add test from bug 10846.
39296
39297         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39298         and other flags.
39299         (special_function): Do not include flags in test name.
39300         (parse_args): Likewise.
39301         * sysdeps/i386/fpu/libm-test-ulps: Update.
39302         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39303         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39304         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39305         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39306
39307         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39308         exceptions.
39309         * math/libm-test.inc ("Philosophy"): Update comment about
39310         exception testing.
39311         (UNDERFLOW_EXCEPTION): New macro.
39312         (UNDERFLOW_EXCEPTION_OK): Likewise.
39313         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39314         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39315         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39316         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39317         (INVALID_EXCEPTION_OK): Update value.
39318         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39319         (OVERFLOW_EXCEPTION_OK): Likewise.
39320         (IGNORE_ZERO_INF_SIGN): Likewise.
39321         (test_exceptions): Handle underflow exceptions.
39322         (acos_test): Update for underflow exception expectations.
39323         (cexp_test): Likewise.
39324         (clog_test): Likewise.
39325         (clog10_test): Likewise.
39326         (csqrt_test): Likewise.
39327         (ctan_test): Likewise.
39328         (ctanh_test): Likewise.
39329         (exp_test): Likewise.
39330         (exp10_test): Likewise.
39331         (exp2_test): Likewise.
39332         (expm1_test): Likewise.
39333         (fma_test): Likewise.
39334         (j0_test): Likewise.
39335         (jn_test): Likewise.
39336         (nexttoward_test): Likewise.
39337         (pow_test): Likewise.
39338         (scalbn_test): Likewise.
39339         (scalbln_test): Likewise.
39340         (tan_test): Likewise.
39341         (y1_test): Likewise.
39342         * sysdeps/i386/fpu/libm-test-ulps: Update.
39343         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39344
39345 2012-05-23  David S. Miller  <davem@davemloft.net>
39346
39347         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39348         (__libc_sigaction): Remove unused local variables.
39349
39350 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39351
39352         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39353
39354 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39355
39356         mktime: avoid signed integer overflow
39357         * time/mktime.c (__mktime_internal): Do not mishandle the case
39358         where diff == INT_MIN.
39359
39360         mktime: simplify computation of average
39361         * time/mktime.c (ranged_convert): Use new time_t_avg function
39362         instead of rolling our own (probably-slower) code.
39363
39364         mktime: do not assume signed right shift propagates sign bit
39365         * time/mktime.c (isdst_differ): New static function.
39366         (__mktime_internal): No need to normalize tm_isdst now.
39367         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39368         tm_isdst values.
39369
39370         mktime: merge another wrapv change from gnulib
39371         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39372         from some compilers.
39373
39374         mktime: remove incorrect attempt at unusual arithmetics
39375         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39376         The code didn't really work on such machines anyway.
39377         (TYPE_MINIMUM): Assume two's complement.
39378         (twos_complement_arithmetic): Verify that long_int and time_t
39379         are two's complement (or unsigned, in the latter case).
39380
39381         mktime: check signed shifts on long_int and time_t, too
39382         * time/mktime.c (SHR): Check that shifts work as desired
39383         on the types long_int and time_t too, as SHR is used on
39384         such types.
39385
39386         mktime: do not assume 'long' is wide enough
39387         * time/mktime.c (verify): Move decl up.
39388         (long_int): New type.
39389         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39390         to remove assumption in the code that 'long' is wide enough to
39391         store year values.  This assumption is not true on x32 and on
39392         some non-glibc platforms.
39393
39394         mktime: merge wrapv change from gnulib
39395         * time/mktime.c (WRAPV): New macro.
39396         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39397         (guess_time_tm, __mktime_internal): Do not assume that signed
39398         integer overflow wraps around; modern compilers generate code
39399         where this assumption is no longer valid.
39400
39401 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39402
39403         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39404         Replace "jmp L(pseudo_end)" with "ret".
39405         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39406         Likewise.
39407
39408 2012-05-23  Andreas Jaeger  <aj@suse.de>
39409
39410         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39411         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39412
39413 2012-05-23  Andreas Jaeger  <aj@suse.de>
39414             Maximilian Attems  <max@stro.at>
39415
39416         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39417         New macros.
39418
39419 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39420
39421         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39422         code so that pseudo_end is just ret and the stack pointer is
39423         correct also for static library in error case.
39424
39425 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39426
39427         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39428         move to syscalls.list.
39429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39433
39434         * manual/install.texi (Running make install): Do not mention Linux
39435         kernel version for which pt_chown is not needed.
39436         (Linux): Do not mention problems with nscd with 2.0 kernels.
39437         * INSTALL: Regenerated.
39438
39439 2012-05-23  Andreas Jaeger  <aj@suse.de>
39440
39441         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39442         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39443         macro.
39444         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39445         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39446         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39447         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39448         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39449         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39450         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39451         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39452         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39453         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39454         * sysdeps/unix/sysv/linux/bits/in.h
39455         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39456
39457 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39458
39459         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39460         (PREPARE_VERSION): Just use assert instead, it will be elided
39461         under [NDEBUG] anyway.
39462
39463 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39464
39465         * sysdeps/unix/sysv/linux/Makefile: Include
39466         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39467         (sysdep_routines): Remove sysctl.
39468         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39469         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39470         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39471         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39472         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39473
39474 2012-05-22  Andreas Jaeger  <aj@suse.de>
39475
39476         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39477         that pseudo_end is just ret and the stack pointer is correct also
39478         for static library in error case.
39479
39480 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39481
39482         [BZ #14122]
39483         * nss/nsswitch.c (defconfig_entries): New variable.
39484         (__nss_database_lookup): Don't leak defconfig entries.
39485         (nss_parse_service_list): Don't leak on error paths.
39486         (free_database_entries): New function.
39487         (free_defconfig): New function.
39488         (free_mem): Move common code to free_database_entries.
39489
39490 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39491
39492         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39493         Add arch_prctl.
39494         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39495
39496         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39497         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39498         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39499         New macro.
39500         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39501         (INTERNAL_SYSCALL_TYPES): Likewise.
39502         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39503         (LOAD_REGS_TYPES_[1-6]): Likewise.
39504         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39505         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39506
39507 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39508
39509         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39510         copysignl for GLIBC_2_0.
39511         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39512         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39513         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39514         logbl for GLIBC_2_0.
39515         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39516         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39517
39518 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39519
39520         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39521         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39522
39523         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39524         Use "neg %eax".
39525
39526         * time/mktime.c: Update copyright years.
39527
39528 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39529
39530         mktime: merge comment-quoting-style change from gnulib
39531         * time/mktime.c: Quote 'like this' in comments.
39532         The GNU coding standards suggest that we no longer quote `like this',
39533         as "`" and "'" are typically rendered asymmetrically nowadays.
39534         The typical gnulib style is to quote 'like this' when quoting
39535         code, and "like this" when quoting English.
39536
39537         * time/mktime.c (compile-command): Add "-I.".
39538
39539         mktime: merge mktime-internal.h change from gnulib
39540         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39541
39542         mktime: merge time_r change from gnulib
39543         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39544
39545         mktime: merge DEBUG change from gnulib
39546         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39547         case system <time.h> has a #define.
39548
39549         mktime: merge <sys/types.h> change from gnulib
39550         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39551         since <time.t> is now guaranteed to define time_t.
39552
39553         mktime: merge HAVE_CONFIG_H change from gnulib
39554         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39555
39556 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39557
39558         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39559         Use "neg %eax".
39560
39561         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39562         __rlim_t cast.
39563         (struct rusage): Use anonymous union to pad each field to
39564         __syscall_slong_t.
39565
39566 2012-05-21  David S. Miller  <davem@davemloft.net>
39567
39568         * Makefules (o-iterator): Remove .s cases.
39569         (compile-command.s): Delete.
39570         (COMPILE.s): Delete.
39571         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39572
39573 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39574
39575         * configure.in (libc_cv_predef_stack_protector): Only consider
39576         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39577         * configure: Regenerated.
39578
39579 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39580
39581         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39582         New macro.  Use R*LP on int and pointer.
39583         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39584         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39585         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39586         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39587
39588         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39589         [__WORDSIZE_TIME64_COMPAT32] instead of
39590         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39591         (struct utmp): Likewise.
39592         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39593         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39594         Renamed to ...
39595         (__WORDSIZE_TIME64_COMPAT32): This.
39596         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39597         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39598         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39599         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39600         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39601         (__WORDSIZE_TIME64_COMPAT32): New macro.
39602
39603 2012-05-21  Andreas Jaeger  <aj@suse.de>
39604
39605         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39606         only if [SHARED]. Add prototype for __wcschr_ia32.
39607
39608 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39609
39610         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39611         of %rbp unmolested in the jmp_buf while mangling the low bits.
39612         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39613         unmolested high bits of %rbp while demangling the low bits.
39614         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39615
39616 2012-05-21  Andreas Jaeger  <aj@suse.de>
39617
39618         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39619         * sunrpc/svc_simple.c: Use it for registerrpc.
39620         * sunrpc/xcrypt.c: Use it for passwd2des.
39621
39622         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39623
39624 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39625
39626         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39627         Don't define if [__SYSCALL_WORDSIZE != 32].
39628         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39629         New macro.
39630
39631 2012-05-21  Bruno Haible  <bruno@clisp.org>
39632             Andreas Jaeger  <aj@suse.de>
39633
39634         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39635         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39636         inptr and inend for must_buffer_ch.
39637         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39638         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39639         * stdio-common/Makefile (tests): Remove bug15.
39640         (bug15-ENV): Remove macro.
39641         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39642         anymore.
39643
39644 2012-05-19  Andreas Jaeger  <aj@suse.de>
39645             Roland McGrath  <roland@hack.frob.com>
39646
39647         * manual/contrib.texi: Completely rewritten. It contains now an
39648         alphabetical list of contributors and their contributions.
39649
39650 2012-05-21  Richard Henderson  <rth@twiddle.net>
39651
39652         * misc/getauxval.c (__getauxval): Use unsigned long int.
39653         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39654         (getauxval): Use unsigned long int.
39655
39656 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39657
39658         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39659
39660 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39661
39662         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39663         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39664         __alignof__ (long double).
39665
39666 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39667
39668         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39669
39670 2012-05-20  Richard Henderson  <rth@twiddle.net>
39671
39672         * misc/getauxval.c: New file.
39673         * misc/sys/auxv.h: New file.
39674         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39675         (routines): Add getauxval.
39676         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39677         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39678         * elf/dl-sysdep.c (_dl_auxv): Remove.
39679         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39680         * elf/dl-support.c (_dl_auxv): New variable.
39681         (_dl_aux_init): Initialize it.
39682         * manual/startup.texi (Auxiliary Vector): New node.
39683         * sysdeps/generic/bits/hwcap.h: New file.
39684         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39685         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39686         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39687         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39688         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39689         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39690         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39691         Update.
39692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39693         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39694         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39695         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39696         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39697         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39698         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39699         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39700
39701 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39702
39703         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39704
39705 2012-05-19  David S. Miller  <davem@davemloft.net>
39706
39707         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39708
39709 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39710
39711         [BZ #14123]
39712         * math/s_ccosh.c: Include <float.h>
39713         (__ccosh): Avoid internal overflow calculating sinh and cosh
39714         values before multiplying by sin and cos values.
39715         * math/s_ccoshf.c: Likewise.
39716         * math/s_ccoshl.c: Likewise.
39717         * math/s_csin.c: Likewise.
39718         * math/s_csinf.c: Likewise.
39719         * math/s_csinl.c: Likewise.
39720         * math/s_csinh.c: Likewise.
39721         * math/s_csinhf.c: Likewise.
39722         * math/s_csinhl.c: Likewise.
39723         * math/libm-test.inc (ccos_test): Add more tests.
39724         (ccosh_test): Likewise.
39725         (csin_test): Likewise.
39726         (csinh_test): Likewise.
39727         * sysdeps/i386/fpu/libm-test-ulps: Update.
39728         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39729
39730 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39731
39732         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39733         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39734
39735         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39736
39737 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39738
39739         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39740         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39741         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39742         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39743         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39744         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39745         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39746         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39747         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39748         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39749         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39750         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39751         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39752         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39753         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39754         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39755         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39756         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39757         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39758         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39759         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39760         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39761         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39762         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39763         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39764         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39765         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39766         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39767         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39768         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39769         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39770
39771 2012-05-18  Andreas Jaeger  <aj@suse.de>
39772
39773         * csu/.gitignore: Delete.
39774
39775 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39776
39777         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39778         (timex): Use __syscall_slong_t.
39779
39780 2012-05-18  Andreas Jaeger  <aj@suse.de>
39781             Carlos O'Donell  <carlos_odonell@mentor.com>
39782
39783         * manual/install.texi (Configuring and compiling): Update
39784         description about files modified in the source directory.
39785         * INSTALL: Regenerated.
39786
39787 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39788
39789         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39790         value.  Use "or" to set return value to -1.
39791         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39792         negate return value.
39793
39794 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39795
39796         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39797         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39798         failure if the compiler has Graphite support disabled.
39799         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39800         Likewise.
39801         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39802         (CFLAGS-memmove.c): Likewise.
39803         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39804         Likewise.
39805
39806 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39807
39808         * sysdeps/x86_64/x32/_itoa.h: New file.
39809
39810         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39811         getdents system call only if kernel and user dirents have the
39812         same d_ino and d_off.
39813
39814         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39815         LLONG_MAX != LONG_MAX.
39816         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39817         (_fitoa_word): Likewise.
39818
39819         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39820         years.
39821         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39822         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39823         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39824
39825         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39826         include <bits/wordsize.h>.  Check __x86_64__ instead of
39827         __WORDSIZE.
39828         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39829         if __x86_64__ is defined.  Use anonymous union on fpstate.
39830
39831         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39832         anonymous union.
39833
39834 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39835
39836         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39837         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39838         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39839         Refer to _rtld_local_ro instead of _rtld_global_ro.
39840         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39841         Likewise.
39842         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39843         Likewise.
39844         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39845         Likewise.
39846         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39847         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39848         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39849
39850         * sysdeps/powerpc/powerpc32/dl-machine.c
39851         (__elf_machine_runtime_setup) [PROF]: Don't reference
39852         _dl_prof_resolve.
39853
39854 2012-05-18  Andreas Jaeger  <aj@suse.de>
39855
39856         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39857         function only available for GCCs before 3.4 since GCC 3.4
39858         introduced a builtin.
39859         (lrint): Likewise.
39860         (llrintf): Likewise.
39861         (llrint): Likewise.
39862         (fmaxf): Likewise.
39863         (fmax): Likewise.
39864         (fminf): Likewise.
39865         (fmin): Likewise.
39866         (rint): Likewise.
39867         (rintf): Likewise.
39868         (nearbyint): Likewise.
39869         (nearbyintf): Likewise.
39870         (ceil): Likewise.
39871         (ceilf): Likewise.
39872         (floor): Likewise.
39873         (floorf): Likewise.
39874
39875 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39876
39877         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39878         on both fields and cast pointer to __syscall_ulong_t.
39879
39880         * bits/types.h (__fsword_t): New type.
39881         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39882         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39883         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39884         (__FSWORD_T_TYPE): Likewise.
39885         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39886         (__FSWORD_T_TYPE): Likewise.
39887         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39888         (__FSWORD_T_TYPE): Likewise.
39889         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39890         (__FSWORD_T_TYPE): Likewise.
39891         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39892         __SWORD_TYPE with __fsword_t.
39893         (statfs64): Likewise.
39894
39895 2012-05-17  David S. Miller  <davem@davemloft.net>
39896
39897         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39898
39899 2012-05-17  Andreas Jaeger  <aj@suse.de>
39900
39901         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39902         warning.
39903
39904 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39905
39906         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39907
39908 2012-05-17  Andreas Jaeger  <aj@suse.de>
39909
39910         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39911         when it is used.
39912
39913 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39914
39915         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39916
39917 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39918
39919         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39920         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39921
39922 2012-05-17  Andreas Jaeger  <aj@suse.de>
39923             Carlos O'Donell  <carlos_odonell@mentor.com>
39924
39925         [BZ #14059]
39926         * sysdeps/x86_64/multiarch/init-arch.h
39927         (bit_YMM_Usable): Rename to...
39928         (bit_AVX_Usable): ... this.
39929         (bit_FMA4_Usable): New macro.
39930         (bit_XMM_state): New macro.
39931         (bit_YMM_state): New macro.
39932         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39933         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39934         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39935         (CPUID_OSXSAVE): New macro.
39936         (CPUID_AVX): New macro.
39937         (CPUID_FMA4): New macro.
39938         (index_YMM_Usable): Rename to...
39939         (index_AVX_Usable): ... this.
39940         (HAS_AVX): Use HAS_ARCH_FEATURE.
39941         (HAS_FMA4): Likewise.
39942         (HAS_YMM_USABLE): Remove.
39943         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39944         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39945         are present.
39946         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39947         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39948         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39949         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39950         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39951
39952 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39953
39954         * math/libm-test.c: Support platforms without multiple rounding modes.
39955         * math/bug-nextafter.c: Support platforms without FP exceptions.
39956         * math/bug-nexttoward.c: Likewise.
39957         * math/test-fenv.c: Likewise.
39958         * math/test-misc.c: Likewise.
39959         * stdlib/bug-getcontext.c: Likewise.
39960
39961 2012-05-17  Andreas Jaeger  <aj@suse.de>
39962
39963         * manual/examples/search.c (critter_cmp): Change signature to
39964         avoid warnings.
39965         * manual/string.texi (Collation Functions): Likewise.
39966
39967 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39968
39969         * bits/types.h: Fold copyright years.
39970         * bits/typesizes.h: Likewise.
39971         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39972         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39973         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39974         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39975         * time/time.h: Likewise.
39976
39977 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39978
39979         [BZ #208]
39980         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39981         in instead of returning them.  Return void.
39982         (__libc_mallinfo): Accumulate over all arenas.
39983         (__malloc_stats): Adjust for change in int_mallinfo interface.
39984
39985 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39986
39987         [BZ #10375]
39988         * configure.in (NM): Add AC_CHECK_TOOL for it.
39989         (libc_extra_cflags): New substituted variable.
39990         Check for -fstack-protector being used implicitly.
39991         * configure: Regenerated.
39992         * config.make.in (config-extra-cflags): New variable,
39993         gets @libc_extra_cflags@.
39994         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39995
39996         [BZ #10375]
39997         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39998         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39999         * configure: Regenerated.
40000         * config.make.in (CPPUNDEFS): New substituted variable.
40001         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
40002         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
40003         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
40004
40005 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40006
40007         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
40008         (mq_attr): Use __syscall_slong_t.
40009
40010 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40011
40012         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
40013         Check __x86_64__ instead of __WORDSIZE.
40014         (_STAT_VER_LINUX): Likewise.
40015         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
40016         __syscall_ulong_t and __syscall_slong_t.
40017         (stat64): Likewise.
40018
40019 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40020
40021         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
40022
40023 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40024
40025         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
40026
40027 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40028
40029         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
40030         __syscall_ulong_t.
40031
40032         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
40033         include <bits/wordsize.h>.  Check __x86_64__ instead of
40034         __WORDSIZE.
40035         (greg_t): Use "__extension__ long long int" if __x86_64__ is
40036         defined.
40037         (mcontext_t): Replace "unsigned long" with "unsigned long long".
40038
40039         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
40040         include <bits/wordsize.h>.  Check __x86_64__ instead of
40041         __WORDSIZE.
40042         (user_regs_struct): Use "__extension__ unsigned long long"
40043         instead of "unsigned long" if __x86_64__ is defined.
40044         (user): Likewise.  Pad after pointer field if __ILP32__ is
40045         defined.
40046
40047 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
40048
40049         * configure.in (makeinfo): Require version 4.5 or later.  Allow
40050         versions 5 to 9.
40051         * configure: Regenerated.
40052         * manual/install.texi (texinfo): Increase version requirement to
40053         4.5 or later.
40054         * INSTALL: Regenerated.
40055
40056         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
40057
40058 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40059
40060         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
40061
40062         * sysdeps/x86_64/x32/ffs.c: New file.
40063
40064         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
40065         __syscall_ulong_t.
40066         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
40067         defined.  Use __syscall_ulong_t.
40068         (shminfo): Use __syscall_ulong_t.
40069         (shm_info): Likewise.
40070
40071         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
40072         __syscall_ulong_t.
40073
40074         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
40075         <bits/wordsize.h>.
40076         (msgqnum_t): Use __syscall_ulong_t.
40077         (msglen_t): Likewise.
40078         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
40079         __syscall_ulong_t.
40080
40081         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
40082         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40083
40084         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
40085
40086         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
40087         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
40088
40089         * sysvipc/sys/msg.h (msgbuf): Replace long int with
40090         __syscall_slong_t.
40091
40092         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
40093         include <bits/wordsize.h>.  Check __x86_64__ instead of
40094         __WORDSIZE.
40095
40096         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
40097         "unsigned long long int" if __x86_64__ is defined.
40098         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
40099
40100         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
40101         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40102         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
40103
40104         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
40105         <stdint.h>.
40106         (GET_PC): Cast to uintptr_t first.
40107         (GET_FRAME): Likewise.
40108         (GET_STACK): Likewise.
40109
40110         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
40111         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
40112         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
40113         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
40114         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
40115         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
40116         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
40117         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
40118         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
40119         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
40120         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
40121         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40122         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40123         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40124         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40125         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40126         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40127         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40128         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40129         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40130         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40131         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40132         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40133         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40134         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40135         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40136         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40137         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40138         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40139
40140 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
40141
40142         * Makerules (+depfiles): Also collect depfiles from .oS in
40143         $(extra-objs).
40144         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40145         .oS, $(libnldbl-routines)).
40146
40147         * Makerules (native-compile-mkdep-flags): Define.
40148         * sunrpc/Makefile (extra-objs): Add $(addprefix
40149         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40150         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40151         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
40152         calling $(make-target-directory).
40153
40154 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40155
40156         * bits/types.h (__snseconds_t): Removed.
40157         * time/time.h (struct timespec): Replace __snseconds_t with
40158         __syscall_slong_t.
40159         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40160         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40161         Likewise.
40162         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40163         (__SNSECONDS_T_TYPE): Likewise.
40164         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40165         (__SNSECONDS_T_TYPE): Likewise.
40166         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40167         (__SNSECONDS_T_TYPE): Likewise.
40168
40169 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40170
40171         * sysdeps/mach/hurd/bits/typesizes.h
40172         (__SYSCALL_SLONG_TYPE): New macro.
40173         (__SYSCALL_ULONG_TYPE): Likewise.
40174
40175 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40176
40177         * bits/types.h (__syscall_slong_t): New type.
40178         (__syscall_ulong_t): Likewise.
40179
40180         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40181         (__SYSCALL_ULONG_TYPE): Likewise.
40182         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40183         (__SYSCALL_SLONG_TYPE): Likewise.
40184         (__SYSCALL_ULONG_TYPE): Likewise.
40185         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40186         (__SYSCALL_SLONG_TYPE): Likewise.
40187         (__SYSCALL_ULONG_TYPE): Likewise.
40188         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40189         (__SYSCALL_SLONG_TYPE): Likewise.
40190         (__SYSCALL_ULONG_TYPE): Likewise.
40191
40192 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40193
40194         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40195         Add sigaltstack-offsets.sym.
40196         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40197         <sigaltstack-offsets.h>.
40198         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
40199         longjmp_msg pointer.
40200         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
40201         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40202         signal stack.
40203         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40204
40205 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40206
40207         * elf/stackguard-macros.h: Remove file.
40208         * sysdeps/generic/stackguard-macros.h: New file.
40209         * sysdeps/i386/stackguard-macros.h: Likewise.
40210         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40211         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40212         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40213         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40214         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40215         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40216         * sysdeps/x86_64/stackguard-macros.h: Likewise.
40217         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40218         <elf/stackguard-macros.h>.
40219
40220         [BZ #14109]
40221         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40222         __aligned__ in attribute.
40223         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40224         (gregset_t): Likewise.
40225
40226 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40227
40228         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40229         * sysdeps/x86_64/64/Implies-after: Here.  New file.
40230         * sysdeps/x86_64/x32/Implies-after: New file.
40231
40232 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40233
40234         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40235         and access return value for _dl_profile_fixup.  Use R10_LP to
40236         load frame size.
40237
40238 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40239
40240         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40241
40242 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40243
40244         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40245         * sysdeps/x86_64/x32/sysdep.h: New file.
40246
40247 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40248
40249         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40250         * sysdeps/x86_64/setjmp.S: Likewise.
40251
40252 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40253
40254         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40255         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40256         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40257         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40258         remove unused global constant.
40259
40260 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40261
40262         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40263         include of <not-cancel.h>.
40264
40265 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40266
40267         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40268
40269 2012-05-15  Jeff Law  <law@redhat.com>
40270             Andreas Jaeger  <aj@suse.de>
40271
40272         [BZ #13594]
40273         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40274         out from...
40275         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40276         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40277         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40278         code changing __hst_map_handle.map.
40279
40280 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40281
40282         * configure.in (sysnames): Look for Implies-before and Implies-after
40283         files.
40284         * configure: Regenerated.
40285
40286 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40287
40288         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40289         8-byte data alignment with LP_SIZE alignment.
40290
40291 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40292
40293         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40294         into R10_LP.
40295
40296 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40297
40298         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40299
40300 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40301
40302         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40303         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40304         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40305         Likewise.
40306         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40307
40308 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40309
40310         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40311         (stackinfo_sub_sp): Likewise.
40312
40313 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40314
40315         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40316         RAX_LP.
40317
40318 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40319
40320         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40321         into R*_LP.
40322
40323 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40324
40325         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40326         sizes into R*_LP.
40327
40328 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40329
40330         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40331
40332 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40333
40334         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40335         into R11_LP and load __x86_64_shared_cache_size_half into
40336         R8_LP.
40337
40338 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40339
40340         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40341         R8_LP.
40342
40343 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40344
40345         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40346         logb for POWER7.
40347         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40348         logbf for POWER7.
40349         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40350         logbl for POWER7.
40351         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40352         powerpc32/power7/fpu/s_logb.c via #include.
40353         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40354         powerpc32/power7/fpu/s_logbf.c via #include.
40355         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40356         powerpc32/power7/fpu/s_logbl.c via #include.
40357
40358 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40359
40360         * README.libm: Remove file.
40361
40362 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40363
40364         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40365         count for x32.  Use R*_LP and omit operand-size suffix.
40366
40367 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40368
40369         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40370         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40371         * sysdeps/x86_64/x32/shlib-versions: New file.
40372
40373 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40374
40375         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40376         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40377         Use _dl_fatal_printf instead.
40378
40379 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40380
40381         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40382         set if not set by the user.  Do not allow for being unset.
40383         * sysdeps/unix/sysv/linux/configure: Regenerated.
40384
40385 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40386
40387         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40388         the `q' suffix from lea and replace .quad with ASM_ADDR.
40389
40390 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40391
40392         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40393         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40394         instead of $17.
40395         (PTR_DEMANGLE): Likewise.
40396
40397 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40398
40399         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40400         (LP_OP): Likewise.
40401         (ASM_ADDR): Likewise.
40402         (RAX_LP): Likewise.
40403         (RBP_LP): Likewise.
40404         (RBX_LP): Likewise.
40405         (RCX_LP): Likewise.
40406         (RDI_LP): Likewise.
40407         (RSI_LP): Likewise.
40408         (RSP_LP): Likewise.
40409         (R8_LP): Likewise.
40410         (R9_LP): Likewise.
40411         (R10_LP): Likewise.
40412         (R10_LP): Likewise.
40413         (R11_LP): Likewise.
40414         (R12_LP): Likewise.
40415         (R13_LP): Likewise.
40416         (R14_LP): Likewise.
40417         (R15_LP): Likewise.
40418
40419 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40420
40421         * sysdeps/x86_64/x32/dl-machine.h: New file.
40422
40423 2012-05-14  Andreas Jaeger  <aj@suse.de>
40424
40425         * manual/Makefile (subdir): Remove export of subdir.
40426         (all): Remove target.
40427         (.PHONY): Remove all from list.
40428         (mkinstalldirs): Remove.
40429         (.PHONY): Remove installdirs from list.
40430         ($(inst_infodir)/libc.info): Use make-target-directory.
40431         (installdirs): Remove.
40432         (subdir_%): Remove.
40433         (glibc-targets): Remove.
40434         (lib): Remove.
40435         (stubs): Remove.
40436         ($(objpfx)stubs ../po/manual.pot): Remove.
40437         ($(objpfx)stamp%): Remove.
40438         (make-target-directory): Remove.
40439         (subdir_install): Remove.
40440         (routines): Remove.
40441         (aux): Remove.
40442         (sources): Remove.
40443         (objects): Remove.
40444         (headers): Remove.
40445
40446         [BZ #13750]
40447         * manual/.gitignore: Remove, it's not needed anymore.
40448         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40449         all files in it.
40450         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40451         directory.
40452         (texis): Renamed to $(objpfx)texis.
40453         (texis-path): New, contains path to generated files.
40454         (chapters.%): Use texis-path for complete path, add extra argument
40455         libc-texinfo.sh.
40456         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40457         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40458         (summary,texi, stamp-summary): Use complete path of
40459         files. Generate files in build dir.
40460         (dir-add.texi): Build in build dir.
40461         (libm-err.texi,stamp-libm-err): Likewise.
40462         (version.texi, stamp-version): Likewise.
40463         (.%c.texi): Likewise.
40464         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40465         (mostlyclean): Remove target.
40466         (realclean): Remove target.
40467         (generated): Add new variable with contents from mostlyclean and
40468         realclean, remove entries duplicated in common-mostlyclean, add
40469         stamp-libm-err and stamp-version.
40470         (generated-dirs): Add libc directory.
40471         ($(inst_infodir)/libc.info): Install files from build dir.
40472
40473         * manual/install.texi (Configuring and compiling): Adjust since
40474         the info files are not part of the tar ball anymore.
40475
40476 2012-05-14  Andreas Jaeger  <aj@suse.de>
40477
40478         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40479         variable.
40480
40481 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40482
40483         [BZ #13717]
40484         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40485         to 2.2.0 where earlier.
40486         * sysdeps/unix/sysv/linux/configure: Regenerated.
40487         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40488         Remove conditional code.
40489         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40490         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40491         Remove conditional code.
40492         [!__NR_lchown]: Likewise.
40493         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40494         [__NR_lchown]: Likewise.
40495         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40496         comment referencing __ASSUME_LCHOWN_SYSCALL.
40497         * sysdeps/unix/sysv/linux/i386/sigaction.c
40498         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40499         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40500         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40501         Remove conditional code.
40502         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40503         (__protocol_available): Remove #if 0 code.
40504         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40505         conditional code.
40506         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40507         * sysdeps/unix/sysv/linux/kernel-features.h
40508         (__ASSUME_GETCWD_SYSCALL): Don't define.
40509         (__ASSUME_REALTIME_SIGNALS): Likewise.
40510         (__ASSUME_PREAD_SYSCALL): Likewise.
40511         (__ASSUME_PWRITE_SYSCALL): Likewise.
40512         (__ASSUME_POLL_SYSCALL): Likewise.
40513         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40514         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40515         non-SPARC.
40516         (__ASSUME_SIOCGIFNAME): Don't define.
40517         (__ASSUME_MSG_NOSIGNAL): Likewise.
40518         (__ASSUME_SENDFILE): Define unconditionally.
40519         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40520         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40521         conditional code.
40522         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40523         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40524         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40525         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40526         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40527         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40528         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40530         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40531         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40533         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40534         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40536         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40537         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40539         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40540         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40542         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40543         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40545         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40546         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40548         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40549         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40551         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40552         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40553         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40554         Remove conditional code.
40555         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40556         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40557         Remove conditional code.
40558         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40559         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40560         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40561         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40562         Remove conditional code.
40563         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40564         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40565         Remove conditional code.
40566         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40567         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40568         Remove conditional code.
40569         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40570         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40571         Remove conditional code.
40572         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40573         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40574         Remove conditional code.
40575         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40576         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40577         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40578         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40579         * sysdeps/unix/sysv/linux/sigaction.c
40580         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40581         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40582         * sysdeps/unix/sysv/linux/sigpending.c
40583         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40584         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40585         * sysdeps/unix/sysv/linux/sigprocmask.c
40586         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40587         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40588         * sysdeps/unix/sysv/linux/sigsuspend.c
40589         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40590         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40591         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40592         (__libc_missing_rt_sigs): Remove.
40593         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40594         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40595         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40596         Remove conditional code.
40597         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40598         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40599         return 1.
40600         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40601         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40602         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40603         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40604
40605 2012-05-14  Andreas Jaeger  <aj@suse.de>
40606
40607         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40608         it's not used in glibc.
40609         (__coshm1): Likewise.
40610         (__acosh1p): Likewise.
40611         (__sgn): Likewise.
40612
40613         * manual/string.texi (Copying and Concatenation): Add missing
40614         variable in concat example.
40615         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40616
40617 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40618
40619         [BZ #14103]
40620         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40621         __builtin_clzl with __builtin_clzll.
40622
40623 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40624
40625         [BZ #14104]
40626         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40627         libc_freeres_ptr.
40628
40629 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40630
40631         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40632         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40633         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40634         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40635
40636 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40637
40638         * NEWS: Update ia64 info.
40639
40640 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40641
40642         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40643         used as bcopy.
40644
40645 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40646
40647         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40648         * sysdeps/unix/syscalls.list (dup3): Likewise.
40649         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40650         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40651
40652 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40653
40654         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40655         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40656
40657 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40658
40659         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40660         thread pointer.
40661         (TLS_IE): Use mov/add instead of movq/addq to load thread
40662         pointer.
40663         (TLS_GD_PREFIX): New.
40664         (TLS_GD): Use it.
40665
40666 2012-05-11  David S. Miller  <davem@davemloft.net>
40667
40668         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40669         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40670         (_FPU_SETCW): Likewise.
40671
40672 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40673
40674         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40675         is 32-byte aligned.
40676
40677 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40678
40679         [BZ #11837]
40680         * iconvdata/gb18030.c: Update tables.
40681         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40682         characters specially.
40683         (BODY for TO_LOOP): Add encoding of missing ranges.
40684
40685 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40686
40687         [BZ #13673]
40688         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40689         * sysdeps/mach/hurd/dup3.c: Likewise.
40690         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40691         * sysdeps/powerpc/memmove.c:: Likewise.
40692
40693 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40694
40695         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40696         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40697
40698 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40699
40700         * elf/elf.h (R_X86_64_RELATIVE64): New.
40701         (R_X86_64_NUM): Updated.
40702         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40703         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40704         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40705         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40706         tst-quad1pie tst-quad2pie
40707         (modules-names): Add tst-quadmod1 tst-quadmod2.
40708         ($(objpfx)tst-quad1): New dependency.
40709         ($(objpfx)tst-quad2): Likewise.
40710         ($(objpfx)tst-quad1pie): Likewise.
40711         ($(objpfx)tst-quad2pie): Likewise.
40712         * sysdeps/x86_64/tst-quad1.c: New file.
40713         * sysdeps/x86_64/tst-quad1pie.c: New file.
40714         * sysdeps/x86_64/tst-quad2.c: Likewise.
40715         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40716         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40717         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40718         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40719         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40720
40721 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40722
40723         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40724         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40725         * streams/stropts.h (t_scalar_t): Define type.
40726
40727         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40728         (_PATH_PRESERVE): Set to "/var/lib".
40729         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40730
40731         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40732         instead of int.
40733
40734         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40735         if __dir_mkfile succeeded.
40736
40737         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40738         checking for _hurd_dtablesize.  Unlock it right after having
40739         finished _hurd_dtable allocation.
40740
40741 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40742
40743         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40744         * sysdeps/mach/hurd/configure: Regenerated.
40745         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40746         special-casing to...
40747         * sysdeps/gnu/configure.in: ... this new file.
40748         * sysdeps/unix/sysv/linux/configure: Regenerated.
40749         * sysdeps/gnu/configure: New generated file.
40750
40751         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40752         for Linux: use nsec instead of usec, as well as:
40753         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40754         members of type struct timespec.
40755         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40756         New macros.
40757         (struct stat64): Likewise.
40758         (_STATBUF_ST_NSEC): New macro.
40759         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40760
40761         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40762         __strtoul_internal rather than strtoul.
40763
40764 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40765
40766         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40767         and reject them.
40768
40769 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40770
40771         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40772         which preserves existing values.
40773         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40774
40775 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40776
40777         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40778         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40779         greater than FD_SETSIZE.
40780
40781 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40782
40783         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40784         allocated, call __vm_protect to finish enabling the existing space, and
40785         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40786         allocate the remainder.
40787
40788 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40789
40790         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40791         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40792
40793 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40794
40795         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40796         sysdeps/mach/hurd/readlink.c.
40797
40798         * posix/tst-sysconf.c (posix_options): Only use
40799         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40800         _POSIX_SYNCHRONIZED_IO when they are defined
40801         * sysdeps/mach/hurd/bits/posix_opt.h:
40802         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40803         (_XOPEN_REALTIME): Undefine macro.
40804         (_XOPEN_REALTIME_THREADS): Undefine macro.
40805         (_XOPEN_SHM): Undefine macro.
40806         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40807         macro to -1.
40808         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40809         macro to -1.
40810         (_POSIX_ASYNC_IO): Undefine macro.
40811         (_POSIX_PRIORITIZED_IO): Undefine macro.
40812         (_POSIX_SPIN_LOCKS): Define macro to -1.
40813
40814         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40815         SA_NODEFER, SA_RESETHAND.
40816         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40817         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40818         F_DUPFD_CLOEXEC.
40819
40820 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40821
40822         * elf/Makefile (pldd-modules): Define unconditionally.
40823
40824 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40825
40826         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40827
40828 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40829
40830         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40831         Return ENOENT when name is empty.
40832         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40833
40834 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40835
40836         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40837
40838         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40839
40840 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40841
40842         Fix mlock in all cases except non-readable pages.
40843         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40844         instead of VM_PROT_ALL as parameter to __vm_wire function.
40845
40846         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40847         (__mkdir): When path is `/', just fail with EEXIST.
40848         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40849
40850 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40851
40852         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40853         <sys/uio.h> (for writev).
40854         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40855         and <sys/param.h> (for MIN).
40856
40857 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40858
40859         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40860         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40861         if interrupted.
40862
40863 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40864
40865         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40866         Depend on against $(link-rpcuserlibs).
40867
40868 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40869
40870         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40871         (__libc_stack_end): Do not use attribute_relro.
40872         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40873         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40874         to libthread-provided value.
40875         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40876         attribute_relro.
40877
40878 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40879
40880         [BZ #3748]
40881         * bits/libc-lock.h (__libc_once_get): New macro.
40882         * sysdeps/mach/bits/libc-lock.h: Likewise.
40883         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40884         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40885         instead of using implementation details.
40886
40887         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40888         * libio/freopen.c: Likewise.
40889         * libio/freopen64.c: Likewise.
40890         * misc/syslog.c: Likewise.
40891         * nscd/connections.c: Likewise.
40892         * nscd/netgroupcache.c: Likewise.
40893         * sysdeps/posix/getcwd.c: Likewise.
40894
40895 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40896
40897         * math/w_ilogbf.c: Add #include <limits.h>.
40898
40899 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40900
40901         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40902         path instead of returning without unlocking.
40903
40904         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40905         immediate-write ioctls.
40906         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40907
40908 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40909
40910         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40911         __builtin_frame_address instead of making assumptions about the
40912         location of the return address relative to DATA.  Force early load of
40913         the return address.
40914         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40915         __builtin_frame_address.
40916
40917         dup3 for GNU Hurd.
40918         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40919         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40920         implement dup3 and do some further code clean-ups.
40921         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40922         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40923
40924 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40925
40926         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40927
40928         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40929         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40930         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40931         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40932         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40933         d->port.lock.
40934
40935         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40936         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40937         when handler == SIG_ERR, not when handler != SIG_ERR.
40938
40939 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40940
40941         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40942         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40943         definitions.
40944
40945         accept4 for GNU Hurd.
40946         * include/sys/socket.h (__libc_accept4): New prototype.
40947         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40948         to implement __libc_accept4.
40949         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40950         __libc_accept4.
40951         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40952
40953         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40954         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40955         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40956         signal-defines.sym.
40957
40958 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40959
40960         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40961
40962 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40963
40964         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40965         assertion on O_CLOEXEC flag.
40966         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40967         * hurd/intern-fd.c: Likewise.
40968         * hurd/port2fd.c: Likewise.
40969
40970 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40971
40972         [BZ #3906]
40973         * bits/in.h (IPV6_PKTINFO): Define new macro.
40974         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40975
40976 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40977
40978         [BZ #13954]
40979         [BZ #13955]
40980         [BZ #13956]
40981         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40982         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40983         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40984         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40985         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40986         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40987         * math/libm-test.inc (logb_test) : Additional logb tests.
40988
40989 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40990             Andreas Jaeger  <aj@suse.de>
40991
40992         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40993         * configure: Regenerated.
40994         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40995         * config.make.in (link-obsolete-rpc): New substituted variable.
40996         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40997         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40998         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40999         (shared-only-routines): Don't set it under [link-obsolete-rpc],
41000         so that libc.a contains the symbols.
41001         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41002         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
41003         * sunrpc/auth_none.c: Likewise.
41004         * sunrpc/auth_unix.c: Likewise.
41005         * sunrpc/authdes_prot.c: Likewise.
41006         * sunrpc/authuxprot.c: Likewise.
41007         * sunrpc/clnt_gen.c: Likewise.
41008         * sunrpc/clnt_perr.c: Likewise.
41009         * sunrpc/clnt_raw.c: Likewise.
41010         * sunrpc/clnt_simp.c: Likewise.
41011         * sunrpc/clnt_tcp.c: Likewise.
41012         * sunrpc/clnt_udp.c: Likewise.
41013         * sunrpc/clnt_unix.c: Likewise.
41014         * sunrpc/des_crypt.c: Likewise.
41015         * sunrpc/des_soft.c: Likewise.
41016         * sunrpc/get_myaddr.c: Likewise.
41017         * sunrpc/key_call.c: Likewise.
41018         * sunrpc/key_prot.c: Likewise.
41019         * sunrpc/netname.c: Likewise.
41020         * sunrpc/pm_getmaps.c: Likewise.
41021         * sunrpc/pm_getport.c: Likewise.
41022         * sunrpc/pmap_clnt.c: Likewise.
41023         * sunrpc/pmap_prot.c: Likewise.
41024         * sunrpc/pmap_prot2.c: Likewise.
41025         * sunrpc/pmap_rmt.c: Likewise.
41026         * sunrpc/publickey.c: Likewise.
41027         * sunrpc/rpc_cmsg.c: Likewise.
41028         * sunrpc/rpc_common.c: Likewise.
41029         * sunrpc/rpc_dtable.c: Likewise.
41030         * sunrpc/rpc_prot.c: Likewise.
41031         * sunrpc/rpc_thread.c: Likewise.
41032         * sunrpc/rtime.c: Likewise.
41033         * sunrpc/svc.c: Likewise.
41034         * sunrpc/svc_auth.c: Likewise.
41035         * sunrpc/svc_raw.c: Likewise.
41036         * sunrpc/svc_run.c: Likewise.
41037         * sunrpc/svc_tcp.c: Likewise.
41038         * sunrpc/svc_udp.c: Likewise.
41039         * sunrpc/svc_unix.c: Likewise.
41040         * sunrpc/svcauth_des.c: Likewise.
41041         * sunrpc/xcrypt.c: Likewise.
41042         * sunrpc/xdr.c: Likewise.
41043         * sunrpc/xdr_array.c: Likewise.
41044         * sunrpc/xdr_float.c: Likewise.
41045         * sunrpc/xdr_intXX_t.c: Likewise.
41046         * sunrpc/xdr_mem.c: Likewise.
41047         * sunrpc/xdr_rec.c: Likewise.
41048         * sunrpc/xdr_ref.c: Likewise.
41049         * sunrpc/xdr_sizeof.c: Likewise.
41050         * sunrpc/xdr_stdio.c: Likewise.
41051
41052 2012-05-10  Roland McGrath  <roland@hack.frob.com>
41053
41054         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
41055         change.  Update copyright years.
41056
41057 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41058
41059         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
41060
41061 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
41062             Joseph Myers  <joseph@codesourcery.com>
41063             Paul Pluzhnikov  <ppluzhnikov@google.com>
41064
41065         [BZ #14012]
41066         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
41067         requiring rpcgen.
41068         [cross-compiling] (extra-libs): Likewise.
41069         [cross-compiling] (extra-libs-others): Likewise.
41070         [cross-compiling] (librpcsvc-routines): Likewise.
41071         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
41072         [cross-compiling] (omit-deps): Likewise.
41073         (sunrpc-CPPFLAGS): New variable.
41074         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
41075         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
41076         (cross-rpcgen-objs): New variable.
41077         (extra-objs): Append $(cross-rpcgen-objs).
41078         ($(cross-rpcgen-objs)): New rule.
41079         ($(objpfx)cross-rpcgen): Likewise.
41080         (rpcgen-cmd): Define to use $(built-program-file).  Expand
41081         comment.
41082         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
41083         ($(objpfx)x%.stmp): Likewise.
41084         * sunrpc/proto.h [IS_IN_build] (_): Define.
41085         [IS_IN_build] (_libc_intl_domainname): Likewise.
41086
41087 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41088
41089         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
41090         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
41091         and R_X86_64_TPOFF64.
41092
41093 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41094
41095         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
41096         sysdeps/unix/sysv/syscalls.list.
41097         (stime): Likewise.
41098         (utime): Likewise.
41099         * sysdeps/unix/sysv/syscalls.list: Remove file.
41100
41101 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
41102
41103         [BZ #3440]
41104         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
41105         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
41106         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
41107         (__LC_IDENTIFICATION): Make these macros useful in #if
41108         expressions, as required by C99.
41109
41110 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
41111
41112         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
41113         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
41114         after this.
41115
41116 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
41117
41118         * stdlib/longlong.h: Updated from GCC.
41119
41120 2012-05-09  Andreas Jaeger  <aj@suse.de>
41121
41122         * nscd/nscd.c (run_modes): Make named enum, reorder so that
41123         default is first entry.
41124         (run_mode): Set type.
41125         (main): Remove informal message about syslog.
41126         (options): Fix typo.
41127
41128         [BZ #14053]
41129         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
41130         to asm.
41131         (lrint): Likewise.
41132         (llrintf): Likewise.
41133         (llrint): Likewise.
41134         (rint): Likewise.
41135         (rintf): Likewise.
41136         (nearbyint): Likewise.
41137         (nearbyintf): Likewise.
41138
41139 2012-05-09  Andreas Jaeger  <aj@suse.de>
41140             Pedro Alves  <palves@redhat.com>
41141
41142         * nscd/nscd.c (run_mode): Use enum.
41143         (main): Cleanup coding style issue.
41144
41145 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
41146             Andreas Jaeger  <aj@suse.de>
41147
41148         * nscd/nscd.c (go_background): Replaced with...
41149         (run_mode): ... this.
41150         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
41151         (options): Add -F --foreground.
41152         (main): Implement it.
41153         (parse_opt): Parse it.
41154
41155 2012-05-09  Andreas Jaeger  <aj@suse.de>
41156
41157         [BZ #14083]
41158         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41159         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41160         -Wconversion warning.
41161         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41162         Likewise.
41163
41164 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
41165
41166         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
41167         == 0.
41168         (LC_ALL): Use macro-int-constant.
41169         (LC_COLLATE): Likewise.
41170         (LC_CTYPE): Likewise.
41171         (LC_MESSAGES): Likewise.
41172         (LC_MONETARY): Likewise.
41173         (LC_NUMERIC): Likewise.
41174         (LC_TIME): Likewise.
41175         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41176         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41177         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41178         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41179         Specify type.
41180         [C99-based standards] (float_t): Expect type.
41181         [C99-based standards] (double_t): Expect type.
41182         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
41183         type.
41184         [C99-based standards] (HUGE_VALL): Likewise.
41185         [C99-based standards] (INFINITY): Likewise.
41186         [C99-based standards] (NAN): Likewise.
41187         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41188         [C99-based standards] (FP_NAN): Likewise.
41189         [C99-based standards] (FP_NORMAL): Likewise.
41190         [C99-based standards] (FP_SUBNORMAL): Likewise.
41191         [C99-based standards] (FP_ZERO): Likewise.
41192         [C99-based standards] (FP_FAST_FMA): Use
41193         optional-macro-int-constant.  Specify type.  Require == 1.
41194         [C99-based standards] (FP_FAST_FMAF): Likewise.
41195         [C99-based standards] (FP_FAST_FMAL): Likewise.
41196         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41197         [C99-based standards] (FP_ILOGBNAN): Likewise.
41198         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41199         Specify type.
41200         [C99-based standards] (MATH_ERREXCEPT): Likewise.
41201         [C99-based standards] (math_errhandling): Specify type.
41202         [ISO99 || ISO11] (signgam): Do not allow.
41203         [non-C99-based standards] (copysignf): Do not allow.
41204         [non-C99-based standards] (exp2f): Likewise.
41205         [non-C99-based standards] (log2f): Likewise.
41206         [non-C99-based standards] (modff): Allow.
41207         [non-C99-based standards] (erff): Do not allow.
41208         [non-C99-based standards] (erfcf): Likewise.
41209         [non-C99-based standards] (gammaf): Likewise.
41210         [non-C99-based standards] (hypotf): Likewise.
41211         [non-C99-based standards] (j0f): Likewise.
41212         [non-C99-based standards] (j1f): Likewise.
41213         [non-C99-based standards] (jnf): Likewise.
41214         [non-C99-based standards] (lgammaf): Likewise.
41215         [non-C99-based standards] (tgammaf): Likewise.
41216         [non-C99-based standards] (y0f): Likewise.
41217         [non-C99-based standards] (y1f): Likewise.
41218         [non-C99-based standards] (ynf): Likewise.
41219         [non-C99-based standards] (isnanf): Likewise.
41220         [non-C99-based standards] (acoshf): Likewise.
41221         [non-C99-based standards] (asinhf): Likewise.
41222         [non-C99-based standards] (atanhf): Likewise.
41223         [non-C99-based standards] (cbrtf): Likewise.
41224         [non-C99-based standards] (expm1f): Likewise.
41225         [non-C99-based standards] (ilogbf): Likewise.
41226         [non-C99-based standards] (log1pf): Likewise.
41227         [non-C99-based standards] (logbf): Likewise.
41228         [non-C99-based standards] (nextafterf): Likewise.
41229         [non-C99-based standards] (remainderf): Likewise.
41230         [non-C99-based standards] (rintf): Likewise.
41231         [non-C99-based standards] (scalbf): Likewise.
41232         [non-C99-based standards] (copysignl): Likewise.
41233         [non-C99-based standards] (exp2l): Likewise.
41234         [non-C99-based standards] (log2l): Likewise.
41235         [non-C99-based standards] (modfl): Allow.
41236         [non-C99-based standards] (erfl): Do not allow.
41237         [non-C99-based standards] (erfcl): Likewise.
41238         [non-C99-based standards] (gammal): Likewise.
41239         [non-C99-based standards] (hypotl): Likewise.
41240         [non-C99-based standards] (j0l): Likewise.
41241         [non-C99-based standards] (j1l): Likewise.
41242         [non-C99-based standards] (jnl): Likewise.
41243         [non-C99-based standards] (lgammal): Likewise.
41244         [non-C99-based standards] (tgammal): Likewise.
41245         [non-C99-based standards] (y0l): Likewise.
41246         [non-C99-based standards] (y1l): Likewise.
41247         [non-C99-based standards] (ynl): Likewise.
41248         [non-C99-based standards] (isnanl): Likewise.
41249         [non-C99-based standards] (acoshl): Likewise.
41250         [non-C99-based standards] (asinhl): Likewise.
41251         [non-C99-based standards] (atanhl): Likewise.
41252         [non-C99-based standards] (cbrtl): Likewise.
41253         [non-C99-based standards] (expm1l): Likewise.
41254         [non-C99-based standards] (ilogbl): Likewise.
41255         [non-C99-based standards] (log1pl): Likewise.
41256         [non-C99-based standards] (logbl): Likewise.
41257         [non-C99-based standards] (nextafterl): Likewise.
41258         [non-C99-based standards] (remainderl): Likewise.
41259         [non-C99-based standards] (rintl): Likewise.
41260         [non-C99-based standards] (scalbl): Likewise.
41261         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41262         [non-C99-based standards] (FP_*): Do not allow.
41263         [C99-based standards] (FP_*): Change to
41264         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41265         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41266         allow.
41267         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41268         (SIG_ERR): Likewise.
41269         [X/Open-based standards] (SIG_HOLD): Likewise.
41270         (SIG_IGN): Likewise.
41271         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41272         positive value.
41273         (SIGFPE): Likewise.
41274         (SIGILL): Likewise.
41275         (SIGINT): Likewise.
41276         (SIGSEGV): Likewise.
41277         (SIGTER): Likewise.
41278         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41279         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41280         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41281         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41282         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41283         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41284         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41285         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41286         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41287         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41288         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41289         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41290         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41291         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41292         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41293         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41294         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41295         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41296         [X/Open-based standards] (SIGTRAP): Likewise.
41297         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41298         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41299         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41300         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41301         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41302         allow.
41303
41304 2012-05-08  Ian Wienand  <ianw@vmware.com>
41305
41306         [BZ #14080]
41307         * time/tzset.c (__tzset_parse_tz): Update default rules for
41308         daylight time changes in the Energy Policy Act of 2005.
41309
41310 2012-05-09  Andreas Jaeger  <aj@suse.de>
41311
41312         [BZ #13983]
41313         * elf/ldconfig.c (parse_conf): Change string to make clear that
41314         ldconfig only issued a warning if ld.so.conf does not exist.
41315
41316 2012-05-08  David S. Miller  <davem@davemloft.net>
41317
41318         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41319         movxtod instead of popping the value on the stack.
41320
41321         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41322
41323 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41324
41325         * config.h.in: Add HAVE_ARM_PCS_VFP.
41326
41327 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41328
41329         [BZ #13979]
41330         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41331         checking but the checks are disabled for any reason.
41332
41333 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41334
41335         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41336         and ELF64_R_TYPE with ELFW(R_TYPE).
41337
41338 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41339
41340         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41341         (ulimit): Likewise.
41342
41343         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41344         (settimeofday): Likewise.
41345
41346 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41347
41348         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41349         a struct th_u2 inside the union, and move tu_block/tu_code into
41350         a new th_u3 union of tu_block/tu_code inside of that.  Move
41351         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41352         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41353         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41354         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41355         (th_stuff): Change to th_u1.tu_stuff.
41356         (th_data): Define.
41357         (th_msg): Change to th_u1.th_u2.tu_data.
41358
41359 2012-05-07  David S. Miller  <davem@davemloft.net>
41360
41361         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41362
41363         [BZ #14074]
41364         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41365         (SETUP_PIC_REG): Use it.
41366         (SETUP_PIC_REG_LEAF): Use it.
41367
41368 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41369
41370         [BZ #13885]
41371         [BZ #13923]
41372         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41373         USE_AS_EXPM1L.
41374         (EXPL_FINITE): Likewise.
41375         (FLDLOG): Likewise.
41376         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41377         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41378         e_expl.S.
41379         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41380         USE_AS_EXPM1L.
41381         (EXPL_FINITE): Likewise.
41382         (FLDLOG): Likewise.
41383         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41384         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41385         e_expl.S.
41386         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41387         test of -max_value argument for long double.
41388         * sysdeps/i386/fpu/libm-test-ulps: Update.
41389         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41390
41391 2012-05-06  David S. Miller  <davem@davemloft.net>
41392
41393         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41394         quad soft-float symbols whose references which are compiler
41395         generated.
41396         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41397
41398 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41399
41400         [BZ #13884]
41401         [BZ #13914]
41402         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41403         USE_AS_EXP10L.
41404         (EXPL_FINITE): Likewise.
41405         (FLDLOG): Likewise.
41406         (c0): Likewise.
41407         (c1): Likewise.
41408         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41409         Adjust comments for base varying.
41410         (__expl_finite): Change alias to EXPL_FINITE.
41411         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41412         e_expl.S.
41413         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41414         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41415         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41416         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41417         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41418         USE_AS_EXP10L.
41419         (EXPL_FINITE): Likewise.
41420         (FLDLOG): Likewise.
41421         (c0): Likewise.
41422         (c1): Likewise.
41423         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41424         Adjust comments for base varying.
41425         (__expl_finite): Change alias to EXPL_FINITE.
41426         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41427         tests for bugs.
41428         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41429
41430         [BZ #14064]
41431         * math/libm-test.inc (check_float_internal): Correct ulp
41432         calculation for subnormal expected results.
41433
41434 2012-05-06  Andreas Jaeger  <aj@suse.de>
41435
41436         * Makeconfig (+math-flags): New, set to -frounding-math.
41437         (+cflags): Add +math-flags so that all of glibc gets compiled with
41438         it.
41439
41440         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41441
41442 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41443
41444         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41445         Disable one test.
41446
41447         [BZ #13787]
41448         [BZ #13922]
41449         [BZ #14036]
41450         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41451         (__ieee754_expl): Allow for and saturate large arguments.
41452         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41453         (u_threshold): Likewise.
41454         (__exp): Call __ieee754_exp before checking for overflow and
41455         underflow.
41456         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41457         (u_threshold): Likewise.
41458         (__expf): Call __ieee754_expf before checking for overflow and
41459         underflow.
41460         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41461         (u_threshold): Likewise.
41462         (__expl): Call __ieee754_expl before checking for overflow and
41463         underflow.
41464         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41465         (__ieee754_expl): Allow for and saturate large arguments.
41466         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41467         missing overflow exception on overflow.
41468         (expm1_test): Do not allow missing overflow exception on overflow.
41469
41470         * sysdeps/i386/fpu/e_expl.c: Move to ...
41471         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41472         rather than using inline asm.
41473         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41474         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41475         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41476
41477         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41478         (nice): Likewise.
41479         (poll): Likewise.
41480         (signal): Likewise.
41481         (time): Likewise.
41482         (times): Likewise.
41483
41484 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41485
41486         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41487         sysdeps/unix/common/syscalls.list.
41488         (fchmod): Likewise.
41489         (fchown): Likewise.
41490         (ftruncate): Likewise.
41491         (getrusage): Likewise.
41492         (gettimeofday): Likewise.
41493         (setpgid): Likewise.
41494         (setregid): Likewise.
41495         (setreuid): Likewise.
41496         (sigaction): Likewise.
41497         (truncate): Likewise.
41498         (vhangup): Likewise.
41499         * sysdeps/unix/common/syscalls.list: Remove file.
41500         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41501         * sysdeps/unix/sysv/linux/Implies: Likewise.
41502
41503 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41504
41505         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41506         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41507         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41508         Moved to ...
41509         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41510         Here.
41511         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41512         to ...
41513         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41514         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41515         to ...
41516         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41517         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41518         to ...
41519         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41520         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41521         to ...
41522         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41523         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41524         to ...
41525         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41526         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41527         to ...
41528         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41529         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41530         to ...
41531         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41532         Here.
41533         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41534         to ...
41535         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41536         Here.
41537         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41538         to ...
41539         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41540         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41541         Moved to ...
41542         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41543         Here.
41544         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41545         to ...
41546         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41547
41548 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41549
41550         * sysdeps/unix/common/bits/dirent.h: Remove file.
41551         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41552
41553         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41554         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41555         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41556         * sysdeps/unix/bsd/isatty.c: Likewise.
41557         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41558         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41559         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41560
41561 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41562
41563         [BZ #13563]
41564         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41565         long double comparison inaccuracies.
41566         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41567         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41568
41569 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41570
41571         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41572         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41573
41574 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41575
41576         [BZ #14049]
41577         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41578         nonzero digits before rounding a hex value.
41579         * stdlib/tst-strtod.c (tests): Add another test.
41580
41581 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41582
41583         * sysdeps/s390/fpu/libm-test-ulps: Update.
41584
41585 2012-05-03  Andreas Jaeger  <aj@suse.de>
41586
41587         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41588         does not get optimized out.
41589         (malloc_opt_barrier): New.
41590
41591 2012-05-03  Andreas Jaeger  <aj@suse.de>
41592             Roland McGrath  <roland@hack.frob.com>
41593
41594         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41595         intermediate file deletion.
41596         (generated): Add .symlist files.
41597
41598 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41599
41600         [BZ #13775]
41601         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41602         Redirect under this condition.
41603         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41604         [__USE_GNU] (__dprintf_chk): Not under this condition.
41605         [__USE_GNU] (__vdprintf_chk): Likewise.
41606         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41607         under this condition.
41608         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41609         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41610         [__USE_XOPEN2K8] (vdprintf): Likewise.
41611         [__USE_GNU] (__dprintf_chk): Not under this condition.
41612         [__USE_GNU] (__vdprintf_chk): Likewise.
41613         [__USE_GNU] (dprintf): Likewise.
41614         [__USE_GNU] (vdprintf): Likewise.
41615
41616 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41617
41618         * elf/Makefile (common-generated): Set this instead of generated for
41619         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41620         $(all-built-dso)-derived lists.
41621
41622 2012-05-03  Andreas Jaeger  <aj@suse.de>
41623
41624         * sysdeps/i386/fpu/libm-test-ulps: Update.
41625
41626         * FAQ: Removed.
41627         * FAQ.in: Likewise.
41628         * scripts/gen-FAQ.pl: Likewise.
41629         * manual/install.texi (Installation): Point to online location of
41630         FAQ.
41631         * Makefile (files-for-dist): Remove FAQ.
41632         (FAQ): Remove.
41633
41634 2012-05-02  Allan McRae  <allan@archlinux.org>
41635
41636         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41637         (LDFLAGS-reldepmod5.so): Likewise.
41638         (LDFLAGS-reldep6mod1.so): Likewise.
41639         (LDFLAGS-reldep6mod4.so): Likewise.
41640         (LDFLAGS-reldep8mod3.so): Likewise.
41641         (LDFLAGS-unload4mod1.so): Likewise.
41642         (LDFLAGS-unload4mod2.so): Likewise.
41643         (LDFLAGS-tst-initorder): Likewise.
41644         (LDFLAGS-tst-initordera2.so): Likewise.
41645         (LDFLAGS-tst-initordera3.so): Likewise.
41646         (LDFLAGS-tst-initordera4.so): Likewise.
41647         (LDFLAGS-tst-initorderb2.so): Likewise.
41648         (LDFLAGS-noload): Likewise.
41649         (LDFLAGS-next): Likewise.
41650         (LDFLAGS-order2mod1.so): Likewise.
41651         (LDFLAGS-order2mod2.so): Likewise.
41652         (LDFLAGS-tst-initorder2): Likewise.
41653         (LDFLAGS-tst-initorder2a.so): Likewise.
41654         (LDFLAGS-tst-initorder2b.so): Likewise.
41655         (LDFLAGS-tst-initorder2c.so): Likewise.
41656         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41657
41658 2012-05-02  David S. Miller  <davem@davemloft.net>
41659
41660         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41661
41662 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41663
41664         [BZ #14055]
41665         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41666
41667 2012-05-02  Andreas Jaeger  <aj@suse.de>
41668
41669         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41670         since we manipulate rounding mode.
41671         (CPPFLAGS-test-idouble.c): Likewise.
41672         (CPPFLAGS-test-ifloat.c): Likewise.
41673         (CFLAGS-test-ldouble.c): Likewise.
41674         (CFLAGS-test-double.c): Likewise.
41675         (CFLAGS-test-float.c): Likewise.
41676         (CFLAGS-test-misc.c): Likewise.
41677         (CFLAGS-test-test-fenv.c): Likewise.
41678
41679 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41680
41681         [BZ #2550]
41682         [BZ #2570]
41683         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41684         comparisons to determine direction to adjust input.
41685
41686 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41687
41688         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41689         output to the target.
41690
41691         * scripts/localplt.awk: New file.
41692         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41693         (check-localplt-CFLAGS): Variable removed.
41694         ($(all-built-dso:=.jmprel)): New static pattern rule.
41695         (generated): Add those targets.
41696         (localplt-built-dso): New variable.
41697         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41698
41699         * elf/check-localplt.c: File removed.
41700
41701         * scripts/check-execstack.awk: New file.
41702         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41703         (check-execstack-CFLAGS): Variable removed.
41704         ($(objpfx)check-execstack.h): Target removed.
41705         ($(objpfx)execstack-default): New target.
41706         (generated): Add that instead of check-execstack.h.
41707         ($(all-built-dso:=.phdr)): New static pattern rule.
41708         (generated): Add those targets.
41709         * elf/check-execstack.c: File removed.
41710
41711         * scripts/check-textrel.awk: New file.
41712         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41713         (check-textrel-CFLAGS): Variable removed.
41714         (all-built-dso): Use := to define.o
41715         ($(all-built-dso:=.dyn)): New static pattern rule.
41716         (generated): Add those targets.
41717         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41718         * config.make.in (READELF): New substituted variable.
41719         * elf/check-textrel.c: File removed.
41720
41721 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41722
41723         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41724         allow.
41725         * conform/data/ctype.h-data [C99-based standards] (isblank):
41726         Expect function.
41727         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41728         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41729         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41730         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41731         Specify type.  Require positive value.
41732         (EILSEQ): Likewise.
41733         (ERANGE): Likewise.
41734         [ISO || POSIX] (EILSEQ): Do not expect.
41735         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41736         Specify type.  Require positive value.
41737         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41738         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41739         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41740         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41741         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41742         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41743         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41744         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41745         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41746         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41747         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41748         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41749         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41750         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41751         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41752         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41753         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41754         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41755         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41756         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41757         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41758         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41759         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41760         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41761         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41762         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41763         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41764         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41765         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41766         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41767         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41768         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41769         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41770         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41771         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41772         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41773         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41774         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41775         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41776         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41777         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41778         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41779         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41780         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41781         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41782         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41783         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41784         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41785         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41786         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41787         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41788         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41789         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41790         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41791         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41792         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41793         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41794         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41795         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41796         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41797         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41798         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41799         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41800         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41801         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41802         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41803         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41804         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41805         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41806         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41807         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41808         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41809         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41810         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41811         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41812         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41813         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41814         Require >= 2.
41815         (FLT_ROUNDS): Expect as macro, not constant.
41816         (FLT_MANT_DIG): Use macro-int-constant.
41817         (DBL_MANT_DIG): Likewise.
41818         (LDBL_MANT_DIG): Likewise.
41819         (FLT_DIG): Likewise.
41820         (DBL_DIG): Likewise.
41821         (LDBL_DIG): Likewise.
41822         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41823         (DBL_MIN_EXP): Likewise.
41824         (LDBL_MIN_EXP): Likewise.
41825         (FLT_MAX_EXP): Use macro-int-constant.
41826         (DBL_MAX_EXP): Likewise.
41827         (LDBL_MAX_EXP): Likewise.
41828         (FLT_MAX_10_EXP): Likewise.
41829         (DBL_MAX_10_EXP): Likewise.
41830         (LDBL_MAX_10_EXP): Likewise.
41831         (FLT_MAX): Use macro-constant.
41832         (DBL_MAX): Likewise.
41833         (LDBL_MAX): Likewise.
41834         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41835         (DBL_EPSILON): Likewise.
41836         (LDBL_EPSILON): Likewise.
41837         (FLT_MIN): Likewise.
41838         (DBL_MIN): Likewise.
41839         (LDBL_MIN): Likewise.
41840         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41841         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41842         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41843         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41844         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41845         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41846         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41847         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41848         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41849         [ISO11] (FLT_TRUE_MIN): Likewise.
41850         [ISO11] (LDBL_TRUE_MIN): Likewise.
41851         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41852         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41853         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41854         (SCHAR_MAX): Likewise.
41855         (UCHAR_MAX): Likewise.
41856         (CHAR_MIN): Likewise.
41857         (CHAR_MAX): Likewise.
41858         (MB_LEN_MAX): Use macro-int-constant.
41859         (SHRT_MIN): Use macro-int-constant.  Specify type.
41860         (SHRT_MAX): Likewise.
41861         (USHRT_MAX): Likewise.
41862         (INT_MAX): Likewise.
41863         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41864         bound negative.
41865         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41866         bound with "U".
41867         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41868         bound with "L".
41869         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41870         bound negative.  Suffix upper bound with "L".
41871         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41872         bound with "UL".
41873         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41874         Specify type.
41875         [C99-based standards] (LLONG_MAX): Likewise.
41876         [C99-based standards] (ULLONG_MAX): Likewise.
41877         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41878         == 0.
41879         [ISO11] (max_align_t): Require type.
41880         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41881
41882         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41883         from $CFLAGS, without defining away __attribute__ calls.
41884         (checknamespace): Use $CFLAGS_namespace.
41885
41886         * conform/conformtest.pl (@keywords): Only include C99 keywords
41887         for standards based on C99 or C11.
41888
41889         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41890         Disable tests.
41891         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41892         UNIX98]: Likewise.
41893
41894         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41895         usability of symbols in #if.
41896
41897         * conform/conformtest.pl: If macro or constant types start
41898         "promoted:", expect the symbol to be of the following type
41899         promoted by the integer promotions.
41900
41901         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41902         in one place.  Also handle "macro-constant".
41903
41904         * conform/conformtest.pl: Only accept expected macro values with
41905         "==".  Parse all "macro" lines in one place.
41906         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41907
41908         * conform/conformtest.pl: Handle braced types on "constant" lines
41909         instead of handling "typed-constant".
41910         * conform/data/signal.h-data: Use "constant" instead of
41911         "typed-constant".
41912
41913         * conform/conformtest.pl: Handle "optional-" at start of lines in
41914         one place rather than duplicating several cases.  Handle each
41915         format of "macro" line with initial "optional-".
41916
41917         * conform/conformtest.pl: Only accept expected constant or
41918         optional-constant values with "==".  Parse all "constant" lines in
41919         one place.  Parse all "optional-constant" lines in one place.
41920         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41921         * conform/data/fmtmsg.h-data: Likewise.
41922         * conform/data/netinet/in.h-data: Likewise.
41923         * conform/data/tar.h-data: Likewise.
41924         * conform/data/limits.h-data: Use "==" form on "constant" and
41925         "optional-constant" lines.
41926
41927         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41928         Use -std=c99 for XOPEN2K.
41929         (@knownproblems): Remove.
41930         (newtoken): Don't check %isknown.
41931
41932         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41933         Do not expect macro.
41934         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41935         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41936         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41937         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41938         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41939         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41940         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41941         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41942         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41943         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41944         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41945         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41946         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41947         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41948         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41949         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41950         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41951         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41952         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41953         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41954         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41955         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41956         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41957         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41958         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41959         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41960         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41961         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41962         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41963         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41964         [XPG3] (acosh): Likewise.
41965         [XPG3] (asinh): Likewise.
41966         [XPG3] (atanh): Likewise.
41967         [XPG3] (cbrt): Likewise.
41968         [XPG3] (expm1): Likewise.
41969         [XPG3] (ilogb): Likewise.
41970         [XPG3] (log1p): Likewise.
41971         [XPG3] (logb): Likewise.
41972         [XPG3] (nextafter): Likewise.
41973         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41974         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41975         [XPG3] (remainder): Likewise.
41976         [XPG3] (rint): Likewise.
41977         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41978         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41979         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41980         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41981         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41982         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41983         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41984         [UNIX98 || XOPEN2K] (scalb): Expect.
41985         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41986         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41987         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41988         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41989         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41990         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41991         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41992         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41993         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41994         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41995         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41996         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41997         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41998         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41999         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
42000         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
42001         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
42002         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
42003         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
42004         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
42005         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
42006         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
42007         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
42008         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
42009         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
42010         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
42011         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
42012         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
42013         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
42014         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
42015         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
42016         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
42017         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
42018         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
42019         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
42020         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
42021         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
42022         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
42023         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
42024         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
42025         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
42026         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
42027         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
42028         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
42029         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
42030         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
42031         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
42032         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
42033         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
42034         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
42035         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
42036         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
42037         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
42038         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
42039         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
42040         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
42041         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
42042         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
42043         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
42044         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
42045         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
42046         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
42047         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
42048         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
42049         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
42050         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
42051         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
42052         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
42053         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
42054         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
42055         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
42056         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
42057         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
42058         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
42059         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
42060         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
42061         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
42062         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
42063         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
42064         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
42065         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
42066         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
42067         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
42068         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
42069         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
42070         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
42071         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
42072         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
42073         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
42074         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
42075         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
42076         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
42077         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
42078         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
42079         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
42080         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
42081         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
42082         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
42083         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
42084         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
42085         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
42086         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
42087         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
42088         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
42089         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
42090         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
42091         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
42092         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
42093         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
42094         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
42095         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
42096         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
42097         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
42098         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
42099         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
42100         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
42101         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
42102         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
42103         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
42104         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
42105         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
42106         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
42107         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
42108         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
42109         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
42110         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
42111         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
42112         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
42113         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
42114         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
42115         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
42116         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
42117         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
42118         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
42119         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
42120         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
42121         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42122
42123         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42124         _XOPEN_SOURCE_EXTENDED for XPG4.
42125
42126         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42127
42128         * Makeconfig (localtime): Remove variable.
42129         (inst_localtime-file): Likewise.
42130
42131 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42132
42133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42134         Update.
42135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42136         Update.
42137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42138         Update.
42139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42140         Update.
42141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42142         Update.
42143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42144         Update.
42145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42146         Update.
42147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42148         Update.
42149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42150         Update.
42151
42152 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42153
42154         [BZ #2550]
42155         [BZ #2570]
42156         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42157         comparisons to determine direction to adjust input.
42158         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42159         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42160         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42161         Likewise.
42162         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42163         Likewise.
42164         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42165         Likewise.
42166         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42167         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42168         Likewise.
42169         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42170         Likewise.
42171         * math/libm-test.inc (nexttoward_test): Add more tests.
42172
42173 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42174
42175         [BZ #14040]
42176         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42177         in version GLIBC_2.1, not GLIBC_2.0.
42178         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42179         Likewise.
42180
42181 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
42182
42183         [BZ #13942]
42184         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42185         (1 - x) * (1 + x).
42186         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42187         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42188         * math/libm-test.inc (acos_test): Add more tests.
42189         (asin_test): Likewise.
42190         * sysdeps/i386/fpu/libm-test-ulps: Update.
42191         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42192
42193         [BZ #14034]
42194         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42195         of square root.
42196         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42197         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42198         * math/libm-test.inc (acos_test_tonearest): New function.
42199         (acos_test_towardzero): Likewise.
42200         (acos_test_downward): Likewise.
42201         (acos_test_upward): Likewise.
42202         (asin_test_tonearest): Likewise.
42203         (asin_test_towardzero): Likewise.
42204         (asin_test_downward): Likewise.
42205         (asin_test_upward): Likewise.
42206         (main): Call the new functions.
42207         * sysdeps/i386/fpu/libm-test-ulps: Update.
42208         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42209
42210         [BZ #13884]
42211         [BZ #13924]
42212         * math/e_exp10.c: Include <float.h>.
42213         (__ieee754_exp10): Handle underflow here rather than multiplying
42214         large negative argument by M_LN10.
42215         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42216         of __ieee754_expf.
42217         * math/e_exp10l.c: Include <float.h>.
42218         (__ieee754_exp10l): Handle underflow here rather than multiplying
42219         large negative argument by M_LN10l.
42220         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
42221         spurious overflow exception on underflow.
42222
42223 2012-04-29  Marek Polacek  <polacek@redhat.com>
42224
42225         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42226         (__fortify_function): New macro.
42227         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42228         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42229         __extern_always_inline.
42230         * libio/bits/stdio2.h: Likewise.
42231         * libio/bits/stdio.h: Likewise.
42232         * string/string.h: Likewise.
42233         * string/bits/string3.h: Likewise.
42234         * include/stdio.h: Likewise.
42235         * stdlib/bits/stdlib.h: Likewise.
42236         * stdlib/stdlib.h: Likewise.
42237         * rt/bits/mqueue2.h: Likewise.
42238         * rt/mqueue.h: Likewise.
42239         * posix/bits/unistd.h: Likewise.
42240         * posix/unistd.h: Likewise.
42241         * io/bits/poll2.h: Likewise.
42242         * io/bits/fcntl2.h: Likewise.
42243         * io/fcntl.h: Likewise.
42244         * io/sys/poll.h: Likewise.
42245         * misc/bits/syslog.h: Likewise.
42246         * misc/bits/syslog-ldbl.h: Likewise.
42247         * misc/sys/syslog.h: Likewise.
42248         * socket/bits/socket2.h: Likewise.
42249         * socket/sys/socket.h: Likewise.
42250         * debug/tst-chk1.c: Likewise.
42251         * wcsmbs/bits/wchar2.h: Likewise.
42252         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42253         * wcsmbs/wchar.h: Likewise.
42254
42255 2012-04-29  Andreas Jaeger  <aj@suse.de>
42256
42257         * Makerules (tests): Remove enable-check-abi protection.
42258         (check-abi-warn): Remove.
42259         (check-abi-%): Remove check-abi-warn usage.
42260
42261         * configure.in: Remove check-abi configure option.
42262         * configure: Regenerated.
42263         * config.make.in (enable-check-abi): Remove.
42264
42265 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42266
42267         [BZ #14033]
42268         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42269         double functions to double *_finite functions.
42270
42271         [BZ #13941]
42272         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42273         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42274         LDBL_MIN_EXP.
42275         * stdio-common/Makefile (tests): Add tst-sprintf3.
42276         * stdio-common/tst-sprintf3.c: New file.
42277
42278         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42279         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42280
42281 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42282
42283         * conform/conformtest.pl: Remove duplicate typed-constant
42284         handling.
42285
42286 2012-04-28  David S. Miller  <davem@davemloft.net>
42287
42288         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42289         (check-abi-%): Remove AWK script prerequisite and explicit
42290         abilist directory.
42291         (check-abi): Rewrite to just diff the symlist with the abilist.
42292         (config-tls, config-abi-config): Delete, no longer used.
42293         (update-abi-%): Remove AWK script and explicit abilist directory.
42294         (update-abi): Rewrite to simply compare and conditionally copy the
42295         symlist and the sysdep abilist file.  Remove update-abi-config
42296         checks.
42297         * abilist/ld.abilist: Remove.
42298         * abilist/libBrokenLocale.abilist: Remove.
42299         * abilist/libanl.abilist: Remove.
42300         * abilist/libcrypt.abilist: Remove.
42301         * abilist/libdl.abilist: Remove.
42302         * abilist/librt.abilist: Remove.
42303         * abilist/libthread_db.abilist: Remove.
42304         * abilist/libutil.abilist: Remove.
42305         * scripts/extract-abilist.awk: Remove.
42306         * scripts/merge-abilist.awk: Remove.
42307         * sysdeps/generic/libcidn.abilist: New file.
42308         * sysdeps/generic/libnss_compat.abilist: New file.
42309         * sysdeps/generic/libnss_db.abilist: New file.
42310         * sysdeps/generic/libnss_dns.abilist: New file.
42311         * sysdeps/generic/libnss_files.abilist: New file.
42312         * sysdeps/generic/libnss_hesiod.abilist: New file.
42313         * sysdeps/generic/libnss_nis.abilist: New file.
42314         * sysdeps/generic/libnss_nisplus.abilist: New file.
42315         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42316         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42317         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42318         file.
42319         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42320         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42321         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42322         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42323         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42324         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42325         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42326         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42327         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42328         file.
42329         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42330         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42331         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42332         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42333         file.
42334         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42335         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42336         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42337         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42338         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42339         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42340         file.
42341         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42342         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42343         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42344         file.
42345         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42346         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42347         New file.
42348         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42349         New file.
42350         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42351         New file.
42352         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42353         New file.
42354         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42355         New file.
42356         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42357         New file.
42358         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42359         New file.
42360         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42361         New file.
42362         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42363         New file.
42364         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42365         New file.
42366         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42367         New file.
42368         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42369         New file.
42370         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42371         New file.
42372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42373         file.
42374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42375         New file.
42376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42377         New file.
42378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42379         file.
42380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42381         New file.
42382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42383         New file.
42384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42385         file.
42386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42387         New file.
42388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42389         New file.
42390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42391         New file.
42392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42393         New file.
42394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42395         New file.
42396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42397         New file.
42398         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42399         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42400         file.
42401         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42402         New file.
42403         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42404         file.
42405         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42406         file.
42407         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42408         file.
42409         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42410         file.
42411         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42412         file.
42413         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42414         New file.
42415         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42416         file.
42417         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42418         file.
42419         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42420         New file.
42421         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42422         file.
42423         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42424         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42425         file.
42426         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42427         New file.
42428         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42429         file.
42430         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42431         file.
42432         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42433         file.
42434         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42435         file.
42436         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42437         file.
42438         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42439         New file.
42440         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42441         file.
42442         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42443         file.
42444         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42445         New file.
42446         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42447         file.
42448         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42449         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42450         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42451         file.
42452         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42453         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42454         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42455         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42456         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42457         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42458         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42459         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42460         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42461         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42462         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42463         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42464         file.
42465         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42466         New file.
42467         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42468         file.
42469         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42470         file.
42471         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42472         file.
42473         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42474         file.
42475         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42476         file.
42477         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42478         New file.
42479         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42480         New file.
42481         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42482         file.
42483         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42484         New file.
42485         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42486         file.
42487         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42488         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42489         file.
42490         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42491         New file.
42492         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42493         file.
42494         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42495         file.
42496         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42497         file.
42498         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42499         file.
42500         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42501         file.
42502         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42503         New file.
42504         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42505         New file.
42506         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42507         file.
42508         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42509         New file.
42510         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42511         file.
42512
42513 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42514
42515         * conform/conformtest.pl: Fix typo in handling typed-constant from
42516         allow-header.
42517
42518 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42519
42520         * README: Cut down references to pre-2.6 Linux kernels and
42521         Linuxthreads.  Update lists of configurations in libc and ports
42522         and sort alphabetically.  Say "or newer" with Linux kernel version
42523         requirements.
42524
42525         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42526
42527 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42528
42529         [BZ #887]
42530         * math/libm-test.inc (logb_test_downward): New test to expose
42531         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42532         rounding mode.
42533
42534 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42535
42536         [BZ #14027]
42537         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42538         to be done.
42539         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42540         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42541
42542 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42543
42544         * sysdeps/unix/i386/brk.S: Remove file.
42545         * sysdeps/unix/i386/dl-brk.S: Likewise.
42546         * sysdeps/unix/i386/pipe.S: Likewise.
42547         * sysdeps/unix/i386/sigreturn.S: Likewise.
42548         * sysdeps/unix/i386/syscall.S: Likewise.
42549         * sysdeps/unix/i386/vfork.S: Likewise.
42550         * sysdeps/unix/i386/wait.S: Likewise.
42551
42552         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42553         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42554
42555         * configure.in (arm*-none*): Do not allow without
42556         --enable-hacker-mode.
42557         (netbsd*): Remove case setting base_os.
42558         (386bsd*): Likewise.
42559         (freebsd*): Likewise.
42560         (bsdi*): Likewise.
42561         (osf*): Likewise.
42562         (sunos*): Likewise.
42563         (ultrix*): Likewise.
42564         (newsos*): Likewise.
42565         (dynix*): Likewise.
42566         (*bsd*): Likewise.
42567         (sysv*): Likewise.
42568         (isc*): Likewise.
42569         (esix*): Likewise.
42570         (sco*): Likewise.
42571         (minix*): Likewise.
42572         (irix4*): Likewise.
42573         (irix6*): Likewise.
42574         (solaris[2-9]*): Likewise.
42575         (none): Likewise.
42576         * configure: Regenerated.
42577
42578 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42579
42580         [BZ #11521]
42581         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42582         overflow or cancellation in calculating denominator.
42583         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42584         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42585         down expression to avoid unexpected rounding in newer GCCs.
42586         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42587
42588 2012-04-26  David S. Miller  <davem@davemloft.net>
42589
42590         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42591         long-double compat symbols.
42592         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42593         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42594         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42595         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42596         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42597         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42598         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42599         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42600         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42601         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42602         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42603         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42604         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42605
42606 2012-04-25  David S. Miller  <davem@davemloft.net>
42607
42608         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42609         HWCAP_* values only after the memory barriers have been defined.
42610         (atomic_full_barrier): Define.
42611         (atomic_read_barrier): Define.
42612         (atomic_write_barrier): Define.
42613
42614 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42615
42616         * shlib-versions: Add libgcc_s version information.
42617         * sysdeps/generic/libgcc_s.h: Remove.
42618         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42619         libgcc_s.h.
42620         * sysdeps/gnu/unwind-resume.c: Likewise.
42621         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42622
42623 2012-04-25  David S. Miller  <davem@davemloft.net>
42624
42625         * sysdeps/unix/sparc/brk.S: Delete.
42626         * sysdeps/unix/sparc/dl-brk.S: Delete.
42627         * sysdeps/unix/sparc/pipe.S: Delete.
42628         * sysdeps/unix/sparc/sysdep.S: Delete.
42629         * sysdeps/unix/sparc/sysdep.h: Delete.
42630         * sysdeps/unix/sparc/vfork.S: Delete.
42631         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42632         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42633         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42634         (ret_ERRVAL, r0, r1, MOVE): Define.
42635         (JUMPTARGET): Remove.
42636         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42637         sysdeps/unix/sparc/sysdep.h
42638         (ENTRY, END): Remove.
42639         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42640
42641 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42642
42643         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42644         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42645         -DIS_IN_build.
42646
42647         * timezone/README: Update upstream location and email address for
42648         tzcode and tzdata.
42649         * timezone/zdump.c: Update from tzcode 2012b.
42650         * timezone/zic.c: Likewise.
42651
42652         * configure.in (libc_cv_as_needed): Remove test.
42653         * configure: Regenerated.
42654         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42655         conditional definition.
42656         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42657         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42658         * config.make.in (have-as-needed): Remove variable.
42659
42660 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42661             Paul Pluzhnikov  <ppluzhnikov@google.com>
42662
42663         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42664         strings correctly.
42665
42666 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42667
42668         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42669         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42670         * sysdeps/sh/strlen.S: Likewise.
42671
42672 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42673
42674         * sysdeps/unix/fork.S: Remove file.
42675         * sysdeps/unix/i386/fork.S: Likewise.
42676         * sysdeps/unix/sparc/fork.S: Likewise.
42677
42678         * sysdeps/unix/system.c: Remove file.
42679         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42680
42681         * sysdeps/unix/getegid.S: Remove file.
42682         * sysdeps/unix/geteuid.S: Likewise.
42683
42684 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42685
42686         * scripts/check-localplt.awk: New file.
42687         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42688         of diff.
42689         * scripts/data/localplt-generic.data: Add a comment.
42690
42691         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42692         NODE when __dir_mkfile failed.
42693         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42694         Reported by Ludovic Courtès <ludo@gnu.org>.
42695
42696 2012-04-24  Andreas Jaeger  <aj@suse.de>
42697
42698         * Makerules (common-clean): Also remove gen-as-const-headers
42699         files.
42700
42701 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42702
42703         * Makerules (native-compile): Do not change working directory for
42704         build.  Use $(OUTPUT_OPTION) in command.
42705         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42706
42707 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42708
42709         [BZ #13886]
42710         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42711         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42712         * math/libm-test.inc (floor_test): Add more tests.
42713         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42714
42715 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42716
42717         * sysdeps/unix/getdents.c: Remove file.
42718         * sysdeps/unix/sysv/getdents.c: Likewise.
42719         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42720
42721         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42722         sysdeps/unix/mman/syscalls.list.
42723         (mmap): Likewise.
42724         (mprotect): Likewise.
42725         (msync): Likewise.
42726         (munmap): Likewise.
42727         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42728         * sysdeps/unix/mman/syscalls.list: Remove.
42729         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42730
42731         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42732         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42733         * configure: Regenerated.
42734         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42735         $(libgcc_s_suffix).
42736         * config.make.in (libgcc_s_suffix): Remove variable.
42737
42738 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42739
42740         * sysdeps/unix/sysv/gethostname.c: Move to ...
42741         * sysdeps/posix/gethostname.c: ... here.
42742
42743         * sysdeps/unix/execve.S: Remove file.
42744
42745         * sysdeps/unix/_exit.S: Remove file.
42746
42747 2012-04-23  Andreas Jaeger  <aj@suse.de>
42748
42749         [BZ #13739]
42750         * manual/Makefile: Remove make dist support, there's no
42751         need for a stand-alone documentation tar ball.
42752         (TEXI2DVI): Define always, it's not in Makeconfig.
42753         (dist): Removed.
42754         (tar-it): Removed.
42755         (edition): Removed.
42756         (glibc-doc-$(edition).tar): Removed
42757         (%.Z): Removed.
42758         (%.gz): Removed.
42759         (%.uu): Removed.
42760         (ETAGS): Remove, it's in Makeconfig.
42761         (move-if-change): Remove, it's in Makeconfig.
42762
42763 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42764
42765         [BZ #13970]
42766         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42767         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42768         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42769         (strtod_l, strtof_l, strtold_l): Remove __wur.
42770         It is not necessarily an error to ignore strtol's return value.
42771         One can reliably look at the stored endptr to decide whether
42772         the number had valid syntax.
42773
42774 2012-04-21  Andreas Jaeger  <aj@suse.de>
42775
42776         [BZ #13739]
42777         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42778
42779 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42780
42781         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42782         * sysdeps/unix/sysv/Versions: Remove file.
42783
42784 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42785
42786         [BZ #13927]
42787         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42788
42789 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42790
42791         [BZ #7064]
42792         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42793         version from __vm86.
42794
42795 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42796
42797         * sysdeps/unix/common/lxstat.c: Remove file.
42798         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42799
42800         * sysdeps/unix/sysv/Makefile: Remove file.
42801
42802         * sysdeps/unix/sysv/direct.h: Remove file.
42803
42804         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42805         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42806         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42807         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42808         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42809         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42810         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42811
42812         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42813
42814         * sysdeps/unix/xmknod.c: Remove file.
42815         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42816
42817         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42818
42819         * sysdeps/unix/sysv/i386/time.S: Remove file.
42820
42821         * sysdeps/unix/fxstat.c: Remove file.
42822         * sysdeps/unix/xstat.c: Likewise.
42823         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42824
42825         * sysdeps/unix/sysv/sigaction.c: Remove file.
42826
42827         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42828         (sysdep_headers): Remove variable.
42829         [termio.h not in sysdep_headers] (generated): Likewise.
42830         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42831         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42832         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42833         * sysdeps/unix/sysv/tcflow.c: Likewise.
42834         * sysdeps/unix/sysv/tcflush.c: Likewise.
42835         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42836         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42837         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42838         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42839         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42840
42841         * sysdeps/unix/siglist.c: Remove file.
42842
42843         * sysdeps/unix/getppid.S: Remove file.
42844
42845         * sysdeps/unix/mkdir.c: Remove file.
42846         * sysdeps/unix/rmdir.c: Likewise.
42847
42848 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42849
42850         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42851         ERR_MAX value.
42852         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42853         errlist-compat value.
42854
42855 2012-04-18  David S. Miller  <davem@davemloft.net>
42856
42857         * sysdeps/generic/memcopy.h (reg_char): Delete.
42858         * debug/strcat_chk.c: Use char, not reg_char.
42859         * debug/strcpy_chk.c: Likewise.
42860         * debug/strncat_chk.c: Likewise.
42861         * debug/strncpy_chk.c: Likewise.
42862         * string/memchr.c: Likewise.
42863         * string/memrchr.c: Likewise.
42864         * string/rawmemchr.c: Likewise.
42865         * string/strcat.c: Likewise.
42866         * string/strchr.c: Likewise.
42867         * string/strchrnul.c: Likewise.
42868         * string/strcmp.c: Likewise.
42869         * string/strcpy.c: Likewise.
42870         * string/strncat.c: Likewise.
42871         * string/strncmp.c: Likewise.
42872         * string/strncpy.c: Likewise.
42873
42874 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42875
42876         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42877         __builtin_memcopy is called when src and dest ranges are known to not
42878         overlap.
42879
42880 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42881
42882         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42883         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42884         fwd_align_merge macro call.
42885         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42886         bwd_align_merge macro call.
42887         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42888
42889 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42890
42891         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42892         bwd_align_merge macros.
42893         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42894         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42895         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42896
42897 2012-04-18  David S. Miller  <davem@davemloft.net>
42898
42899         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42900
42901 2012-04-18  Andreas Jaeger  <aj@suse.de>
42902
42903         [BZ# 6794]
42904         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42905         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42906         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42907
42908         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42909         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42910         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42911
42912         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42913         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42914         Adjust for changed ldbl-128 files.
42915
42916         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42917         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42918         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42919
42920 2012-04-17  David S. Miller  <davem@davemloft.net>
42921
42922         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42923
42924 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42925
42926         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42927         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42928         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42929         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42930         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42931         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42932
42933 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42934
42935         [BZ #6794]
42936         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42937         * math/libm-test.inc: Add ilogb errno and exception tests.
42938         * math/w_ilogb.c: New file: ilogb wrapper.
42939         * math/w_ilogbf.c: New file: ilogbf wrapper.
42940         * math/w_ilogbl.c: New file: ilogbl wrapper.
42941         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42942         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42943         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42944         exception being thrown with 0.0 as argument.
42945         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42946         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42947         exception being thrown with 0.0 as argument.
42948         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42949         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42950         exception being thrown with 0.0 as argument.
42951         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42952         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42953         exception being thrown with 0.0 as argument.
42954         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42955         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42956         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42957         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42958         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42959         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42960         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42961         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42962         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42963
42964 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42965
42966         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42967         with altivec.
42968
42969 2012-04-16  Marek Polacek  <polacek@redhat.com>
42970
42971         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42972
42973 2012-04-16  Marek Polacek  <polacek@redhat.com>
42974
42975         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42976         operands of fdivp instruction.
42977
42978 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42979
42980         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42981         * elf/tst-auditmod3b.c: Likewise.
42982         * elf/tst-auditmod4b.c: Likewise.
42983         * elf/tst-auditmod5b.c: Likewise.
42984         * elf/tst-auditmod6b.c: Likewise.
42985         * elf/tst-auditmod6c.c: Likewise.
42986         * elf/tst-auditmod7b.c: Likewise.
42987         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42988         * sysdeps/x86_64/preconfigure.in: Likewise.
42989         * sysdeps/x86_64/preconfigure: Regenerated.
42990
42991 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42992
42993         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42994         __ILP32__.
42995
42996 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42997
42998         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42999         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
43000
43001 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
43002
43003         [BZ #13973]
43004         * locale/iso-639.def: Fix gl language name. Spotted by
43005         Yaron Shahrabani.
43006
43007 2012-04-12  Roland McGrath  <roland@hack.frob.com>
43008
43009         [BZ #2074]
43010         * libio/libio.h (__io_write_fn): Update comment.
43011
43012 2012-04-12  Petr Baudis  <pasky@ucw.cz>
43013
43014         [BZ #2074]
43015         * stdio.texi (Hook Functions): The user provided writer function
43016         is not allowed to return -1.
43017
43018 2012-04-11  David S. Miller  <davem@davemloft.net>
43019
43020         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43021
43022 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
43023
43024         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
43025         Add a leading slash to rtkaio.
43026
43027 2012-04-11  Jim Meyering  <meyering@redhat.com>
43028
43029         [BZ #11959]
43030         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
43031         It is not necessarily an error to ignore fwrite's return
43032         value.  One can reliably use ferror to test for errors after
43033         the fact.
43034
43035 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43036
43037         * bits/types.h (__snseconds_t): New type.
43038         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
43039
43040         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
43041         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43042         (__SNSECONDS_T_TYPE): Likewise.
43043         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43044         (__SNSECONDS_T_TYPE): Likewise.
43045         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43046         (__SNSECONDS_T_TYPE): Likewise.
43047
43048 2012-04-10  Andreas Jaeger  <aj@suse.de>
43049
43050         [BZ #2636]
43051         * manual/time.texi (Processor Time): Return type of times is
43052         elapsed real time since an arbitrary point in the past.
43053         (CPU Time): Move CLK_TCK from here...
43054         (Processor Time): ...to here.  Correct description.
43055         * manual/conf.texi (Constants for Sysconf): Correct description of
43056         _SC_CLK_TCK.
43057
43058 2012-04-10  David S. Miller  <davem@davemloft.net>
43059
43060         [BZ #13967]
43061         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
43062         where the is a gap between DT_REL(A) and DT_JMPREL.
43063
43064 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43065
43066         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
43067         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43068         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43069
43070 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
43071
43072         * elf/dl-support.c (_dl_inhibit_cache): New variable.
43073         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
43074         (dl_main): Handle --inhibit-cache.
43075         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
43076         _dl_inhibit_cache.
43077         * elf/dl-load.c (_dl_map_object): Use it.
43078         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
43079
43080 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43081
43082         [BZ #13872]
43083         * sysdeps/i386/fpu/e_powl.S (p78): New object.
43084         (__ieee754_powl): Saturate large exponents rather than testing for
43085         overflow of y*log2(x).
43086         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43087         * math/libm-test.inc (pow_test): Do not permit spurious overflow
43088         exceptions.
43089
43090         [BZ #11521]
43091         * math/s_ctan.c: Include <float.h>.
43092         (__ctan): Avoid internal overflow or cancellation in calculating
43093         denominator.
43094         * math/s_ctanf.c: Likewise.
43095         * math/s_ctanl.c: Likewise.
43096         * math/s_ctanh.c: Likewise.
43097         * math/s_ctanhf.c: Likewise.
43098         * math/s_ctanhl.c: Likewise.
43099         * math/libm-test.inc (ctan_test): Add more tests.
43100         (ctanh_test): Likewise.
43101         * sysdeps/i386/fpu/libm-test-ulps: Update.
43102         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43103
43104 2012-04-09  Andreas Jaeger  <aj@suse.de>
43105
43106         [BZ #6894]
43107         * manual/filesys.texi (Directory Entries): Mention that d_namlen
43108         is an optional BSD extension.
43109
43110         [BZ #10254]
43111         * manual/stdio.texi (Opening Streams): Document additional fopen
43112         parameters.
43113
43114 2012-04-09  Roland McGrath  <roland@hack.frob.com>
43115
43116         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
43117         %eax without telling the compiler.
43118
43119 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
43120
43121         [BZ # 13963]
43122         * manual/install.texi: Use sourceware.org.
43123
43124 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43125
43126         [BZ #13873]
43127         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43128         (__ieee754_pow): Generate overflow and underflow using huge*huge
43129         and tiny*tiny rather than just returning constant infinity or zero
43130         for large exponents.
43131         * math/libm-test.inc (pow_test): Require overflow exceptions for
43132         applicable cases of large exponents.
43133
43134         [BZ #706]
43135         * sysdeps/i386/fpu/e_pow.S (p10): New object.
43136         (__ieee754_pow): Use iterative multiplication algorithm only for
43137         integer exponents with absolute value below 1024.  Check for odd
43138         integer exponents when using algorithm for real exponents.
43139         * math/libm-test.inc (pow_test): Add more tests.
43140         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43141
43142 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
43143
43144         [BZ #13705]
43145         * math/libm-test.inc (exp_test): Do not allow overflow exception
43146         on underflow test.
43147
43148 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
43149
43150         [BZ #13705]
43151         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43152         instead of __kernel_standard_f.
43153
43154 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
43155
43156         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43157         * sysdeps/x86_64/memset_chk.S: Likewise.
43158
43159 2012-04-08  Andreas Jaeger  <aj@suse.de>
43160
43161         [BZ #10153]
43162         * manual/startup.texi (Environment Access): Describe return value
43163         for putenv and setenv.
43164
43165         [BZ #6895]
43166         * manual/filesys.texi (Directory Entries): Add description for
43167         DT_LNK.
43168
43169         [BZ #6890]
43170         * manual/filesys.texi (Directory Entries): Clarify that it's file
43171         system not operating system in the description of DT_UNKNOWN.
43172
43173         [BZ #6578]
43174         * manual/syslog.texi (closelog): Fix reference, it's openlog.
43175
43176 2012-04-08  Stephen Compall  <s11@member.fsf.org>
43177
43178         [BZ #6649]
43179         * manual/llio.texi (Opening and Closing Files): Add cross
43180         reference to explain mode argument.
43181
43182 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
43183
43184         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43185         * sysdeps/x86_64/memset_chk.S: Likewise.
43186
43187 2012-04-07  David S. Miller  <davem@davemloft.net>
43188
43189         * elf/elf.h (R_SPARC_WDISP10): Define.
43190         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43191         R_SPARC_SIZE32.
43192         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43193         R_SPARC_SIZE64 and R_SPARC_H34.
43194
43195 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
43196
43197         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43198         conditions and remove no longer applicable assertion.
43199
43200 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43201
43202         * bits/byteswap.h: Include <features.h>.
43203         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43204         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43205
43206 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43207
43208         * bits/byteswap.h (__bswap_16): Removed.
43209         Include <bits/byteswap-16.h> to get __bswap_16.
43210         * sysdeps/i386/bits/byteswap.h: Likewise.
43211         * sysdeps/s390/bits/byteswap.h: Likewise.
43212         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43213         * bits/byteswap-16.h: New file.
43214         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43215         * sysdeps/s390/bits/byteswap-16.h: Likewise.
43216         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43217         * string/Makefile (headers): Add bits/byteswap-16.h.
43218
43219 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
43220
43221         [BZ #13895]
43222         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43223         extra indirection.
43224         * nss/Makefile (tests-static, tests): Add tst-nss-static.
43225         * nss/tst-nss-static.c: New.
43226
43227 2012-04-06  Robert Millan  <rmh@gnu.org>
43228
43229         [BZ #6486]
43230         * manual/llio.texi (File Position Primitive): lseek
43231         refers to WHENCE when it really means OFFSET.
43232
43233 2012-04-06  Andreas Jaeger  <aj@suse.de>
43234
43235         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43236         strncmp declarations.
43237
43238         * abilist/libc.abilist: Add __poll and __ppoll.
43239
43240 2012-04-05  David S. Miller  <davem@davemloft.net>
43241
43242         * scripts/check-local-headers.sh: Accept a host triplet in the
43243         path matched by the exclude regexp.
43244
43245         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43246         definition.
43247         * sysdeps/powerpc/powerpc32/dl-machine.h
43248         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43249         * sysdeps/s390/s390-32/dl-machine.h
43250         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43251         * sysdeps/sparc/sparc32/dl-machine.h
43252         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43253         * sysdeps/sparc/sparc64/dl-machine.h
43254         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43255
43256         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43257         lazy binding.
43258         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43259         undefined symbol errors.
43260
43261         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43262         DT_NEEDED entries.
43263
43264 2012-04-05  Michael Matz  <matz@suse.de>
43265
43266         [BZ #13592]
43267         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43268
43269 2012-04-05  Andreas Jaeger  <aj@suse.de>
43270
43271         [BZ #13908]
43272         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43273         comment.
43274
43275 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43276
43277         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43278         which ROUND is no valid rounding mode.
43279
43280 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43281
43282         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43283         read again.
43284         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43285
43286 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43287
43288         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43289         an exception using FPU order intentionally.
43290
43291 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43292
43293         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43294         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43295         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43296         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43297
43298 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43299
43300         [BZ #12340]
43301         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43302         EINVAL when BUFLEN is too smal.
43303
43304 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43305
43306         [BZ #13553]
43307         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43308         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43309
43310 2012-04-03  Andreas Jaeger  <aj@suse.de>
43311
43312         [BZ #13938]
43313         * manual/setjmp.texi (System V contexts): Fix sentence.
43314
43315         [BZ #13926]
43316         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43317         New macro for this case.
43318         [!__GNUC__] (__bswap_64): New inline function for this case.
43319         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43320         * bits/byteswap.h: Likewise.
43321         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43322         ull, guard with __GLIBC_HAVE_LONG_LONG.
43323
43324         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43325         __GLIBC_HAVE_LONG_LONG.
43326
43327         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43328         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43329
43330 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43331
43332         [BZ #13691]
43333         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43334         inptr and inend, rather than using last_ch.
43335
43336 2012-04-02  David S. Miller  <davem@davemloft.net>
43337
43338         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43339         * stdio-common/printf-parse.h (read_int): Change return type to
43340         'int', return -1 on INT_MAX overflow.
43341         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43342         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43343         overflows INT_MAX.  Check for overflow of in-format-string precision
43344         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43345         SIZE_MAX not INT_MAX for integer overflow test.
43346         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43347         skip the construct in the format string but do not record anything.
43348         * stdio-common/bug22.c: Adjust to test both width/prevision
43349         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43350         explicitly for proper errno values.
43351
43352 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43353
43354         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43355         CHAR_MAX.
43356         * string/test-strcmp.c [! WIDE]: Likewise.
43357         * time/tst-mktime2.c: Likewise for INT_MAX.
43358         * string/test-string.h: #include <sys/param.h> for MIN.
43359
43360         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43361         * sysdeps/i386/init-first.c (init): Likewise.
43362         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43363         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43364         * sysdeps/sh/init-first.c (init): Likewise.
43365
43366 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43367
43368         * po/ru.po: Update from translation team.
43369         * po/vi.po: Likewise.
43370
43371 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43372
43373         * resolv/nss_dns/dns-host.c: Merge copyright years.
43374
43375 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43376
43377         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43378         Optimize memcpy with prefetch if
43379         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43380         src, dst pointers have unequal 16 byte alignments.
43381
43382 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43383
43384         [BZ #13928]
43385         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43386         from a CNAME entry and return the minimum ttl for the query.
43387         (gaih_getanswer_slice): Likewise.
43388
43389 2012-03-30  Jeff Law  <law@redhat.com>
43390
43391         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43392         due to long keys.
43393         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43394         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43395
43396         * resolv/nss_dns/dns-host.c: Update copyright year.
43397
43398 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43399
43400         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43401         requests to save a system call.  Fix check that all bytes are sent.
43402
43403         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43404         comments for sendmmsg.
43405
43406 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43407
43408         [BZ #13691]
43409         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43410         with only 1 character between 0x0041 and 0x01b0.
43411         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43412         * wcsmbs/tst-mbsnrtowcs.c: New file.
43413
43414 2012-03-29  David S. Miller  <davem@davemloft.net>
43415
43416         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43417         small copies by hand.
43418
43419 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43420
43421         [BZ #13761]
43422         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43423         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43424         group memberships.
43425
43426 2012-03-28  David S. Miller  <davem@davemloft.net>
43427
43428         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43429         that branches into memcpy.
43430         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43431         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43432         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43433         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43434         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43435         bits.
43436         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43437         implementation too.
43438         * sysdeps/sparc/mempcpy.S: New file.
43439
43440         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43441         the IFUNC routine in the libc case.
43442         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43443
43444         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43445         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43446         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43447         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43448         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43449         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43450         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43451         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43452
43453         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43454         loop to 256 bytes instead of 64 bytes and fix test signedness.
43455
43456         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43457         * sysdeps/sparc/sparc32/Makefile: rather than here...
43458         * sysdeps/sparc/sparc64/Makefile: and here.
43459
43460 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43461
43462         * malloc/mallocbug.c: Avoid warnings about unused variables.
43463
43464 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43465
43466         [BZ #13760]
43467         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43468         in the right place. Discard and retry query if response is
43469         larger than input buffer size.
43470
43471 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43472
43473         [BZ #369]
43474         [BZ #2678]
43475         [BZ #3866]
43476         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43477         x for large integer exponent.
43478         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43479         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43480         sign of result as needed afterwards.
43481         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43482         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43483         result for underflowing pow the same as for overflow.
43484         (__kernel_standard_l): Handle powl overflow and underflow here
43485         rather than calling __kernel_standard.
43486         * math/libm-test.inc (pow_test): Add more tests.
43487
43488         [BZ #3868]
43489         [BZ #13879]
43490         [BZ #13910]
43491         [BZ #13911]
43492         [BZ #13912]
43493         [BZ #13913]
43494         [BZ #13915]
43495         [BZ #13916]
43496         [BZ #13917]
43497         [BZ #13918]
43498         [BZ #13919]
43499         [BZ #13920]
43500         [BZ #13921]
43501         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43502         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43503         (__kernel_standard_l): New function.
43504         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43505         __kernel_standard.
43506         * math/w_acosl.c (__acosl): Likewise.
43507         * math/w_asinl.c (__asinl): Likewise.
43508         * math/w_atan2l.c (__atan2l): Likewise.
43509         * math/w_atanhl.c (__atanhl): Likewise.
43510         * math/w_coshl.c (__coshl): Likewise.
43511         * math/w_exp10l.c (__exp10l): Likewise.
43512         * math/w_exp2l.c (__exp2l): Likewise.
43513         * math/w_fmodl.c (__fmodl): Likewise.
43514         * math/w_hypotl.c (__hypotl): Likewise.
43515         * math/w_j0l.c (__j0l, __y0l): Likewise.
43516         * math/w_j1l.c (__j1l, __y1l): Likewise.
43517         * math/w_jnl.c (__jnl, __ynl): Likewise.
43518         * math/w_lgammal.c (__lgammal): Likewise.
43519         * math/w_log10l.c (__log10l): Likewise.
43520         * math/w_log2l.c (__log2l): Likewise.
43521         * math/w_logl.c (__logl): Likewise.
43522         * math/w_powl.c (__powl): Likewise.
43523         * math/w_remainderl.c (__remainderl): Likewise.
43524         * math/w_scalbl.c (sysv_scalbl): Likewise.
43525         * math/w_sinhl.c (__sinhl): Likewise.
43526         * math/w_sqrtl.c (__sqrtl): Likewise.
43527         * math/w_tgammal.c (__tgammal): Likewise.
43528         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43529         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43530         * math/libm-test.inc (acos_test): Add more tests.
43531         (acosh_test): Likewise.
43532         (asin_test): Likewise.
43533         (atanh_test): Likewise.
43534         (exp_test): Likewise.
43535         (exp10_test): Likewise.
43536         (exp2_test): Likewise.
43537         (expm1_test): Likewise.
43538         (lgamma_test): Likewise.
43539         (log_test): Likewise.
43540         (log10_test): Likewise.
43541         (log1p_test): Likewise.
43542         (log2_test): Likewise.
43543         (pow_test): Do not allow some spurious overflow exceptions.
43544         (sqrt_test): Add more tests.
43545         (tgamma_test): Likewise.
43546         (y0_test): Likewise.
43547         (y1_test): Likewise.
43548         (yn_test): Likewise.
43549
43550 2012-03-27  Anton Blanchard  <anton@samba.org>
43551
43552         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43553         MAP_HUGETLB.
43554         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43555         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43556         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43557
43558 2012-03-27  David S. Miller  <davem@davemloft.net>
43559
43560         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43561
43562         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43563         have-as-vis3 check.
43564
43565 2012-03-27  Andreas Jaeger  <aj@suse.de>
43566
43567         * sysdeps/x86_64/elf/configure.in: Moved to ...
43568         * sysdeps/x86_64/configure.in: ... here.
43569         * sysdeps/x86_64/elf/start.S: Moved to ...
43570         * sysdeps/x86_64/start.S: ... here.
43571         * sysdeps/x86_64/elf/configure: Delete.
43572
43573         * sysdeps/x86_64/configure.in: Merge contents from
43574         sysdeps/i386/configure.in (without i686 check).
43575
43576         * sysdeps/i386/elf/Versions: Merge into ...
43577         * sysdeps/i386/Versions: ... this.
43578         * sysdeps/i386/elf/Versions: Delete file.
43579         * sysdeps/i386/elf/start.S: Moved to ...
43580         * sysdeps/i386/start.S: ...here.
43581         * sysdeps/i386/elf/configure.in: Merge into...
43582         * sysdeps/i386/configure.in: ...here.
43583         * sysdeps/i386/elf/configure.in: Delete file.
43584         * sysdeps/i386/elf/configure: Delete file.
43585
43586         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43587         * debug/backtracesyms.c: ... here.
43588         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43589         * debug/backtracesymsfd.c: ... here.
43590         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43591         * sysdeps/generic/ifunc-sel.h: ... here.
43592
43593         * sysdeps/unix/i386/start.c: Delete file.
43594         * sysdeps/unix/sparc/start.c: Delete file.
43595         * sysdeps/unix/start.c: Delete file.
43596
43597         * sysdeps/sh/elf/configure.in: Moved to ...
43598         * sysdeps/sh/configure.in: ... here.
43599         * sysdeps/sh/elf/start.S: Moved to ...
43600         * sysdeps/sh/start.S: ... here.
43601         * sysdeps/sh/elf/configure: Delete file.
43602
43603         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43604         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43605         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43606         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43607         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43608         * sysdeps/powerpc/powerpc64/start.S: here.
43609         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43610         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43611         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43612         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43613         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43614
43615         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43616         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43617         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43618         * sysdeps/powerpc/powerpc32/start.S: ... here.
43619         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43620         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43621         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43622
43623         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43624         * sysdeps/powerpc/ifunc-sel.h: ... here.
43625         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43626         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43627
43628         * sysdeps/sparc/elf/configure.in: Moved to ...
43629         * sysdeps/sparc/configure.in: ... here.
43630         * sysdeps/sparc/elf/configure: Delete file.
43631         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43632         * sysdeps/sparc/sparc32/start.S: ... here.
43633         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43634         * sysdeps/sparc/sparc64/start.S: ... here.
43635         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43636         * sysdeps/sparc/sparc32/Makefile: ... this.
43637         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43638         * sysdeps/sparc/sparc64/Makefile: ... this.
43639
43640         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43641         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43642         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43643         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43644         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43645         * sysdeps/s390/s390-32/setjmp.S: ... here.
43646         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43647         * sysdeps/s390/s390-32/configure.in: ... here.
43648         * sysdeps/s390/s390-32/elf/configure: Delete file.
43649         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43650         * sysdeps/s390/s390-32/start.S: ... here.
43651
43652         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43653         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43654         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43655         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43656         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43657         * sysdeps/s390/s390-64/setjmp.S: ... here.
43658         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43659         * sysdeps/s390/s390-64/configure.in: ... here
43660         * sysdeps/s390/s390-64/elf/configure: Delete file.
43661         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43662         * sysdeps/s390/s390-64/start.S: ... here.
43663         * sysdeps/s390/s390-64/elf/configure: Delete.
43664
43665         * configure.in: Remove support for elf directories in sysdeps.
43666
43667         * configure: Regenerated.
43668         * sysdeps/i386/configure: Regenerated.
43669         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43670         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43671         * sysdeps/s390/s390-32/configure: Regenerated.
43672         * sysdeps/s390/s390-64/configure: Regenerated.
43673         * sysdeps/sh/configure: Regenerated.
43674         * sysdeps/sparc/configure: Regenerated.
43675         * sysdeps/x86_64/configure: Regenerated.
43676
43677 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43678
43679         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43680
43681         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43682         denormal result into account.
43683
43684 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43685
43686         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43687         Reported by Allan McRae <allan@archlinux.org>.
43688
43689 2012-03-23  Jeff Law  <law@redhat.com>
43690
43691         * nss/getnssent.c (__nss_getent): Fix typo.
43692
43693 2012-03-23  David S. Miller  <davem@davemloft.net>
43694
43695         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43696
43697 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43698
43699         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43700         to pad to uint64_t for each field.
43701         (dl_tls_index): Replace unsigned long with uint64_t.
43702
43703 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43704         Paul Pluzhnikov  <ppluzhnikov@google.com>
43705
43706         [BZ #6528]
43707         * grp/Makefile (otherlibs): Don't set it.
43708         * inet/Makefile (otherlibs): Likewise.
43709         * login/Makefile (otherlibs): Likewise.
43710         * nscd/Makefile (otherlibs): Likewise.
43711         * posix/Makefile (otherlibs): Likewise.
43712         * pwd/Makefile (otherlibs): Likewise.
43713         * rt/Makefile (otherlibs): Likewise.
43714         * sunrpc/Makefile (otherlibs): Likewise.
43715         * nss/Makefile (otherlibs): Likewise.
43716         Add libnss_files to routines and static-only-routines.
43717         ($(objpfx)getent): Remove rule.
43718         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43719         static-only-routines.
43720
43721 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43722
43723         [BZ #13892]
43724         * math/s_cexp.c: Include <float.h>.
43725         (__cexp): Handle exp result overflowing not necessarily
43726         overflowing both real and imaginary parts of result.
43727         * math/s_cexpf.c: Likewise.
43728         * math/s_cexpl.c: Likewise.
43729         * math/libm-test.inc (cexp_test): Add more tests.
43730         * sysdeps/i386/fpu/libm-test-ulps: Update.
43731         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43732
43733 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43734
43735         * include/link.h (ELFW): New macro.
43736         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43737         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43738
43739 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43740
43741         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43742         with uint64_t.
43743
43744 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43745
43746         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43747         declaration.
43748         (struct La_x32_retval): Likewise.
43749
43750 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43751
43752         * sysdeps/x86_64/preconfigure.in: New file.
43753         * sysdeps/x86_64/preconfigure: New generated file.
43754
43755 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43756
43757         [BZ #13824]
43758         * math/e_exp2l.c: Include <float.h>.
43759         (__ieee754_exp2l): Handle overflow and underflow cases
43760         separately.  Only pass fractional part of argument to
43761         __ieee754_expl.
43762         * math/libm-test.inc (exp2_test): Add more tests.
43763
43764         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43765         negating x to take absolute value.
43766         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43767         Likewise.
43768         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43769         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43770         Likewise.
43771         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43772         computing low part if x was negated.
43773         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43774
43775 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43776
43777         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43778         la_x32_gnu_pltexit.
43779         (pltexit): Cast int_retval to ptrdiff_t.
43780         * elf/tst-auditmod3b.c: Likewise.
43781         * elf/tst-auditmod4b.c: Likewise.
43782         * elf/tst-auditmod5b.c: Likewise.
43783         * elf/tst-auditmod6b.c: Likewise.
43784         * elf/tst-auditmod6c.c: Likewise.
43785         * elf/tst-auditmod7b.c: Likewise.
43786
43787         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43788         and x32_gnu_pltexit.
43789
43790         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43791         __ELF_NATIVE_CLASS.
43792         (La_x32_regs): New macro.
43793         (La_x32_retval): Likewise.
43794         (la_x32_gnu_pltenter): New function prototype.
43795         (la_x32_gnu_pltexit): Likewise.
43796
43797 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43798
43799         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43800         exponent.
43801
43802         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43803
43804         * configure.in (libc_cv_cc_nofma): Check for option to disable
43805         generation of FMA instructions.
43806         * configure: Regenerate.
43807         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43808         * sysdeps/ieee754/dbl-64/Makefile: New file.
43809         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43810         Remove brandred-fma4.
43811         (CFLAGS-brandred-fma4.c): Remove.
43812         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43813         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43814         define.
43815         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43816         define.
43817
43818 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43819
43820         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43821         LLONG_MAX != LONG_MAX.
43822         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43823         (_fitoa_word): Likewise.
43824         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43825         LLONG_MAX != LONG_MAX.
43826         * stdio-common/_itowa.h: Include <_itoa.h>.
43827         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43828         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43829         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43830         only if not defined.
43831         (_ITOA_WORD_TYPE): Likewise.
43832         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43833         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43834
43835 2012-03-21  David S. Miller  <davem@davemloft.net>
43836
43837         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43838
43839 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43840
43841         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43842         of x86_64 when setting libc_cv_slibdir, libdir and
43843         libc_cv_localedir.
43844         * sysdeps/unix/sysv/linux/configure: Regenerated.
43845
43846 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43847
43848         * manual/lang.texi (Old Varargs): Remove section.
43849         (How Variadic): Update menu.
43850         (va_start): Do not mention varargs.h.
43851
43852 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43853             Joseph Myers  <joseph@codesourcery.com>
43854
43855         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43856         link test.
43857         * configure: Regenerated.
43858
43859 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43860
43861         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43862         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43863         conformtest.pl
43864
43865 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43866
43867         * NOTES: Remove.
43868         * Makefile (files-for-dist): Remove NOTES.
43869         (NOTES): Remove rule.
43870         * README: Don't refer to NOTES.
43871         * manual/creature.texi: Don't include macros.texi.
43872         * manual/intro.texi (creature.texi): Remove comment referring to
43873         NOTES.
43874
43875         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43876         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43877         * configure: Regenerated.
43878         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43879         LIBC_TRY_CC_OPTION.
43880         (libc_cv_as_i686): Likewise.
43881         (libc_cv_cc_avx): Likewise.
43882         (libc_cv_cc_sse2avx): Likewise.
43883         (libc_cv_cc_fma4): Likewise.
43884         (libc_cv_cc_novzeroupper): Likewise.
43885         * sysdeps/i386/configure: Regenerated.
43886
43887         [BZ #13883]
43888         * sysdeps/i386/fpu/s_cexp.S: Remove.
43889         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43890         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43891         * math/libm-test.inc (cexp_test): Add more tests.
43892         * sysdeps/i386/fpu/libm-test-ulps: Update.
43893         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43894
43895 2012-03-21  Allan McRae  <allan@archlinux.org>
43896
43897         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43898
43899 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43900
43901         [BZ #13871]
43902         * math/w_exp2.c: Do not include <float.h>.
43903         (o_threshold, u_threshold): Remove.
43904         (__exp2): Calculate result before checking finiteness and calling
43905         __kernel_standard.
43906         * math/w_exp2f.c: Likewise.
43907         * math/w_exp2l.c: Likewise.
43908         * math/libm-test.inc (exp2_test): Require overflow exception for
43909         1e6 input.
43910
43911         [BZ #3866]
43912         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43913         range of signed 64-bit integers before using fistpll.  Remove
43914         checks for whether integers fit in mantissa bits.
43915         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43916         the range of signed 32-bit integers before using fistpl.  Remove
43917         checks for whether integers fit in mantissa bits.
43918         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43919         (__ieee754_powl): Test for y outside the range of signed 64-bit
43920         integers before using fistpll.  Reduce 64-bit values to 63-bit
43921         ones as needed.
43922         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43923         divide-by-zero is raised for zero to large negative powers.
43924         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43925         (__ieee754_powl): Test for y outside the range of signed 64-bit
43926         integers before using fistpll.  Reduce 64-bit values to 63-bit
43927         ones as needed.
43928         * math/libm-test.inc (pow_test): Add more tests.
43929
43930 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43931
43932         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43933         <stdio-common/_itoa.h>.
43934         * debug/segfault.c: Likewise.
43935         * elf/dl-cache.c: Likewise.
43936         * elf/dl-minimal.c: Likewise.
43937         * elf/dl-misc.c: Likewise.
43938         * elf/dl-sysdep.c: Likewise.
43939         * elf/dl-version.c: Likewise.
43940         * elf/rtld.c: Likewise.
43941         * hurd/hurdsock.c: Likewise.
43942         * hurd/lookup-retry.c: Likewise.
43943         * malloc/malloc.c: Likewise.
43944         * malloc/mtrace.c: Likewise.
43945         * nscd/nscd_getgr_r.c: Likewise.
43946         * nscd/nscd_getpw_r.c: Likewise.
43947         * nscd/nscd_getserv_r.c: Likewise.
43948         * posix/getopt_init.c: Likewise.
43949         * posix/wordexp.c: Likewise.
43950         * stdio-common/_itoa.c: Likewise.
43951         * stdio-common/printf_fphex.c: Likewise.
43952         * stdio-common/vfprintf.c: Likewise.
43953         * string/_strerror.c: Likewise.
43954         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43955         * sysdeps/i386/i686/hp-timing.h: Likewise.
43956         * sysdeps/mach/_strerror.c: Likewise.
43957         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43958         * sysdeps/mach/hurd/sethostid.c: Likewise.
43959         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43960         * sysdeps/mach/xpg-strerror.c: Likewise.
43961         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43962         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43963         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43964         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43965         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43966         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43967         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43968         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43969         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43970         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43971         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43972         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43973         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43974         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43975         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43976         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43977         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43978         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43979         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43980         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43981         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43982
43983         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43984
43985         * stdio-common/_itoa.h: Moved to ...
43986         * sysdeps/generic/_itoa.h: Here.
43987
43988         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43989
43990         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43991         instead of "_itoa.h" and "_itowa.h".
43992         * stdio-common/vfprintf.: Likewise.
43993
43994 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43995
43996         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43997         <bits/wordsize.h>.
43998         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43999         (__signbit): Likwise.
44000         (llrintf): Likwise.
44001         (llrint): Likwise.
44002
44003 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44004
44005         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
44006         __WORDSIZE != 64.
44007
44008 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
44009
44010         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
44011         OVERFLOW_EXCEPTION_OK.
44012         * math/libm-test.inc ("Philosophy"): Update comment about
44013         exception testing.
44014         (OVERFLOW_EXCEPTION): Define.
44015         (OVERFLOW_EXCEPTION_OK): Likewise.
44016         (INVALID_EXCEPTION_OK): Renumber.
44017         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
44018         (IGNORE_ZERO_INF_SIGN): Likewise.
44019         (test_exceptions): Handle FE_OVERFLOW.
44020         (exp10_test): Expect overflow exceptions.
44021         (exp2_test): Likewise.
44022         (expm1_test): Likewise.
44023         (nextafter_test): Likewise.
44024         (pow_test): Likewise.
44025         (scalbn_test): Likewise.
44026         (scalbln_test): Likewise.
44027
44028 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44029
44030         * sysdeps/x86_64/bits/atomic.h
44031         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
44032         64bit integer.
44033         (atomic_exchange_acq): Likewise.
44034         (__arch_exchange_and_add_body): Likewise.
44035         (__arch_add_body): Likewise.
44036         (atomic_add_negative): Likewise.
44037         (atomic_add_zero): Likewise.
44038
44039 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44040
44041         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
44042         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
44043
44044 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44045
44046         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
44047         Check __x86_64__ instead of __WORDSIZE.
44048
44049 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44050
44051         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
44052
44053 2012-03-19  David S. Miller  <davem@davemloft.net>
44054
44055         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44056
44057         * sysdeps/sparc/fpu/fenv_private.h: New file.
44058         * sysdeps/sparc/fpu/math_private.h: Use it.
44059         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
44060         Remove.
44061         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
44062         (libc_feholdexcept_setroundl): Remove.
44063         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
44064         Remove.
44065         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
44066         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
44067
44068 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44069
44070         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
44071         int64_t instead of long int.
44072         (INSERT_WORDS64): Likwise.
44073
44074 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44075
44076         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
44077         _Unwind_GetCFA return to _Unwind_Ptr first.
44078
44079 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
44080
44081         [BZ #13629]
44082         * math/s_clog.c: Include <float.h>.
44083         (__clog): Scale large or subnormal inputs.
44084         * math/s_clogf.c: Likewise.
44085         * math/s_clogl.c: Likewise.
44086         * math/s_clog10.c: Include <float.h>.
44087         (M_LOG10_2): Define.
44088         (__clog10): Scale large or subnormal inputs.
44089         * math/s_clog10f.c: Likewise.
44090         * math/s_clog10l.c: Likewise.
44091         * math/libm-test.inc (clog_test): Add more tests.
44092         (clog10_test): Likewise.
44093         * sysdeps/i386/fpu/libm-test-ulps: Update.
44094         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44095
44096         [BZ #11451]
44097         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
44098         x and y.
44099         * math/libm-test.inc (atan2_test): Add another test.
44100
44101         * Makerules (common-objdir-compile): Remove.
44102         * sysdeps/unix/Makefile (config-generated): Do not add
44103         $(unix-generated) to variable.
44104         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
44105         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
44106         Remove rule.
44107         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
44108         Likewise.
44109         [generic bits/local_lim.h] (before-compile): Do not append to
44110         variable.
44111         [generic bits/local_lim.h] (common-generated): Likewise.
44112         [generic sys/param.h] (before-compile): Do not append to variable.
44113         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
44114         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
44115         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
44116         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
44117         include.
44118         [generic sys/param.h] (sys/param.h-includes): Remove variable.
44119         [generic sys/param.h] (sys/param.h-includes): Remove rule.
44120         [generic sys/param.h] ($(addprefix
44121         $(common-objpfx),$(sys/param.h-includes))): Likewise.
44122         [generic sys/param.h] (common-generated): Do not append to
44123         variable.
44124         [generic sys/param.h] (sysdep_headers): Likewise.
44125         [generic bits/errno.h] (before-compile): Do not append to
44126         variable.
44127         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44128         rule.
44129         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44130         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44131         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44132         [generic bits/errno.h] (common-generated): Do not append to
44133         variable.
44134         [generic bits/ioctls.h] (before-compile): Do not append to
44135         variable.
44136         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44137         rule.
44138         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44139         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44140         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44141         rule.
44142         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44143         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44144         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44145         [generic bits/ioctls.h] (common-generated): Do not append to
44146         variable.
44147         [generic sys/syscall.h] (syscall.h): Remove variable.
44148         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44149         rule.
44150         [generic sys/syscall.h] (before-compile): Do not append to
44151         variable.
44152         [generic sys/syscall.h] (common-generated): Likewise.
44153         * sysdeps/unix/errnos-tmpl.c: Remove file.
44154         * sysdeps/unix/errnos.awk: Likewise.
44155         * sysdeps/unix/ioctls-tmpl.c: Likewise.
44156         * sysdeps/unix/ioctls.awk: Likewise.
44157         * sysdeps/unix/mk-local_lim.c: Likewise.
44158         * sysdeps/unix/snarf-ioctls: Likewise.
44159
44160 2012-03-19  Richard Henderson  <rth@twiddle.net>
44161
44162         * sysdeps/i386/fpu/fenv_private.h: New file.
44163         * sysdeps/i386/fpu/math_private.h: Use it.
44164         (math_opt_barrier, math_force_eval): Remove.
44165         (libc_feholdexcept_setround_53bit): Remove.
44166         (libc_feupdateenv_53bit): Remove.
44167         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44168         (math_opt_barrier, math_force_eval): Remove.
44169         (libc_feholdexcept): Remove.
44170         (libc_feholdexcept_setround): Remove.
44171         (libc_fetestexcept, libc_fesetenv): Remove.
44172         (libc_feupdateenv_test): Remove.
44173         (libc_feupdateenv, libc_feholdsetround): Remove.
44174         (libc_feresetround): Remove.
44175
44176         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44177         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44178
44179         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44180         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44181         (libc_feupdateenv_testl): New.
44182         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44183         (libc_feupdateenv_testf): New.
44184         (libc_feupdateenv): Use libc_feupdateenv_test.
44185         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44186         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44187
44188         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44189         (libc_feholdsetroundf, libc_feholdsetroundl): New.
44190         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44191         (libc_feresetround_noex): New.
44192         (libc_feresetround_noexf): New.
44193         (libc_feresetround_noexl): New.
44194         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44195         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44196         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44197         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44198         SET_RESTORE_ROUND.
44199         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44200         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44201         (__cos): Likewise.
44202         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44203         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44204         SET_RESTORE_ROUND_NOEX.
44205         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44206         SET_RESTORE_ROUND_NOEXF.
44207         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44208         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44209         (libc_feholdsetroundf): New.
44210         (libc_feresetround, libc_feresetroundf): New.
44211
44212         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44213         (libc_feholdexcept_setround_53bit): Convert from macro to function.
44214         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
44215
44216         * sysdeps/generic/math_private.h: Include <fenv.h>.
44217         (default_libc_feholdexcept): New.
44218         (default_libc_feholdexcept_setround): New.
44219         (default_libc_fesetenv, default_libc_feupdateenv): New.
44220         (libc_feholdexcept): Only define if undefined.
44221         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44222         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44223         (libc_feholdexcept_setroundl): Likewise.
44224         (libc_feholdexcept_setround_53bit): Likewise.
44225         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44226         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44227         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44228         (libc_feupdateenv_53bit): Likewise.
44229         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44230         (libc_feholdexcept): Convert from macro to inline function.
44231         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44232         (libc_fesetenv, libc_feupdateenv): Likewise.
44233
44234         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44235         not previously defined.
44236         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44237         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44238         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44239         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44240         * sysdeps/ieee754/flt-32/math_private.h: New file.
44241         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44242         math_private.h below SET_FLOAT_WORD.
44243         (__isnan, __isinf_ns, __finite): Remove.
44244         (__isnanf, __isinf_nsf, __finitef): Remove.
44245
44246 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44247
44248         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44249
44250 2012-03-17  David S. Miller  <davem@davemloft.net>
44251
44252         [BZ #6471]
44253         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44254         for 2.16.
44255
44256 2012-03-16  David S. Miller  <davem@davemloft.net>
44257
44258         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44259         warnings.
44260
44261         [BZ #6471]
44262         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44263         properly.
44264         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44265         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44266         sysdep_routines when subdir is sysvipc.
44267         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44268         __getshmlba helper.
44269
44270         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44271
44272 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44273
44274         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44275         [__LP64__].
44276
44277 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44278
44279         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44280         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44281         (__lround): Renamed to ...
44282         (__llround): This.  Replace long int with long long int.
44283         Define lround functions as aliases of llround functions.
44284         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44285
44286 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44287
44288         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44289         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44290         adresses to uintptr_t.  Replace "long int" and "unsigned long
44291         int" with "greg_t" on va_arg.
44292
44293 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44294
44295         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44296         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44297
44298         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44299         Move e_machine check before EI_CLASS check.  Handle x32
44300         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44301         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44302         SKIP_EM_IA_64 and include
44303         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44304
44305         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44306         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44307         (add_system_dir): New macro.
44308
44309         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44310         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44311
44312 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44313
44314         [BZ #2551]
44315         [BZ #2552]
44316         [BZ #2553]
44317         [BZ #2554]
44318         [BZ #2562]
44319         [BZ #2563]
44320         [BZ #2565]
44321         [BZ #2566]
44322         [BZ #2576]
44323         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44324         (y0): Likewise.
44325         * math/w_j0f.c (j0f): Likewise.
44326         (y0f): Likewise.
44327         * math/w_j0l.c (__j0l): Likewise.
44328         (__y0l): Likewise.
44329         * math/w_j1.c (j1): Likewise.
44330         (y1): Likewise.
44331         * math/w_j1f.c (j1f): Likewise.
44332         (y1f): Likewise.
44333         * math/w_j1l.c (__j1l): Likewise.
44334         (__y1l): Likewise.
44335         * math/w_jn.c (jn): Likewise.
44336         (yn): Likewise.
44337         * math/w_jnf.c (jnf): Likewise.
44338         (ynf): Likewise.
44339         * math/w_jnl.c (__jnl): Likewise.
44340         (__ynl): Likewise.
44341         * math/libm-test.inc (j0_test): Add more tests.
44342         (j1_test): Likewise.
44343         (jn_test): Likewise.  Add trailing semicolon to existing test.
44344         (y0_test): Likewise.
44345         (y1_test): Likewise.
44346         * sysdeps/i386/fpu/libm-test-ulps: Update.
44347         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44348
44349         [BZ #13851]
44350         [BZ #13854]
44351         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44352         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44353         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44354         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44355         (__tanl): Set errno for infinite argument.
44356         * sysdeps/i386/fpu/mptan.c: Remove.
44357         * sysdeps/i386/fpu/s_tan.S: Likewise.
44358         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44359         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44360         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44361         * math/libm-test.inc (tan_test): Add more tests and enable more
44362         tests for double and long double.
44363         * sysdeps/i386/fpu/libm-test-ulps: Update.
44364         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44365
44366 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44367
44368         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44369         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44370
44371 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44372
44373         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44374         * configure.in: Use it for both main tree and add-ons.
44375         * configure: Regenerated.
44376
44377 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44378
44379         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44380
44381 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44382
44383         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44384         in comment.
44385
44386         [BZ #13851]
44387         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44388         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44389         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44390         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44391         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44392         infinite argument.
44393         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44394         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44395         != 0 for prec == 2.
44396         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44397         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44398         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44399         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44400         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44401         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44402         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44403         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44404         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44405         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44406         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44407         * math/libm-test.inc (cos_test): Add more tests and enable more
44408         tests for long double.
44409         (sin_test): Likewise.
44410         (sincos_test): Likewise.
44411         * sysdeps/i386/fpu/libm-test-ulps: Update.
44412         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44413
44414 2012-03-16  David S. Miller  <davem@davemloft.net>
44415
44416         * sysdeps/sparc/fpu/math_private.h: New file.
44417
44418 2012-03-15  David S. Miller  <davem@davemloft.net>
44419
44420         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44421         file.
44422         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44423         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44424         file.
44425         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44426         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44427         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44428         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44429         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44430         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44431         sysdep routines.
44432         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44433
44434         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44435         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44436
44437         * sysdeps/sparc/sparc-ifunc.h: New file.
44438         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44439         sparc-ifunc.h
44440         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44441         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44442         Likewise.
44443         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44444         Likewise.
44445         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44446         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44447         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44448         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44449         Likewise.
44450         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44451         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44452         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44453         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44454         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44455         Likewise.
44456         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44457         Likewise.
44458         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44459         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44460         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44461         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44462         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44463         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44464         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44465         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44466         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44467         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44468         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44469         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44470         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44471         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44472         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44473         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44474         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44475         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44476         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44477         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44478         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44479         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44480         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44481         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44482
44483 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44484
44485         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44486         scaling.
44487         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44488
44489 2012-03-15  Andreas Jaeger  <aj@suse.de>
44490
44491         [BZ #13852]
44492         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44493         ieee754/flt-32 implementation for sin, cos and sincos.
44494         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44495         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44496         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44497         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44498         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44499         ieee754/flt-32 implementation for tan.
44500
44501         * math/libm-test.inc (cos_test): Enable some large input tests for
44502         float as well
44503         (sin_test): Likewise.
44504         (sincos_test): Likewise.
44505         (tan_test): Add tests for large input.
44506
44507         * sysdeps/i386/fpu/libm-test-ulps: Update.
44508
44509 2012-03-15  Andreas Jaeger  <aj@suse.de>
44510
44511         [BZ #13658]
44512         * math/libm-test.inc (cos_test): Add more test cases.
44513         (sin_test): Likewise.
44514         (sincos_test): Likewise.
44515
44516 2012-03-15  Andreas Jaeger  <aj@suse.de>
44517
44518         [BZ #13837]
44519         * math/libm-test.inc (cos_test): Add a test case for large input
44520         value.
44521         (sin_test): Likewise.
44522         (sincos_test): Likewise.
44523
44524 2012-03-15  Andreas Jaeger  <aj@suse.de>
44525             Joseph Myers  <joseph@codesourcery.com>
44526
44527         [BZ #13658]
44528         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44529         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44530         * sysdeps/i386/fpu/branred.c: Likewise.
44531         * sysdeps/i386/fpu/dosincos.c: Likewise.
44532         * sysdeps/i386/fpu/mpa.c: Likewise.
44533         * sysdeps/i386/fpu/s_cos.S: Likewise.
44534         * sysdeps/i386/fpu/s_sin.S: Likewise.
44535         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44536         * sysdeps/i386/fpu/sincos32.c: Likewise.
44537
44538         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44539         Define.
44540         (libc_feupdateenv_53bit): Define.
44541         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44542         Define.
44543         (libc_feupdateenv_53bit): Define.
44544
44545         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44546         53 bit (without extend i386 double precision).
44547
44548         * math/libm-test.inc (sincos_test): Add tests for large input.
44549         (sin): Likewise.
44550         (cos): Likewise.
44551
44552         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44553
44554 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44555
44556         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44557
44558 2012-03-15  David S. Miller  <davem@davemloft.net>
44559
44560         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44561         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44562         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44563         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44564         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44565         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44566         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44567         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44568         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44569         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44570         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44571         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44572         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44573         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44574         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44575         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44576         file.
44577         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44578         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44579         file.
44580         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44581         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44582         file.
44583         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44584         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44585         file.
44586         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44587         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44588         fmin/fmax sysdep routines.
44589         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44590
44591 2012-03-14  David S. Miller  <davem@davemloft.net>
44592
44593         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44594         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44595         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44596         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44597         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44598         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44599         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44600         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44601         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44602         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44603         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44604         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44605         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44606         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44607         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44608         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44609         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44610         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44611         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44612         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44613         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44614         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44615         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44616         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44617         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44618         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44619         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44620         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44621         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44622         routines.
44623         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44624         file.
44625         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44626         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44627         file.
44628         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44629         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44630         file.
44631         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44632         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44633         file.
44634         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44635         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44636         file.
44637         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44638         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44639         file.
44640         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44641         file.
44642         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44643         file.
44644         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44645         file.
44646         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44647         New file.
44648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44649         file.
44650         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44651         file.
44652         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44653         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44654         file.
44655         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44656         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44657         file.
44658         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44659         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44660         file.
44661         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44662         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44663         VIS3 routines.
44664
44665         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44666         New file.
44667
44668         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44669
44670         * sysdeps/sparc/configure.in: New file.
44671         * sysdeps/sparc/configure: Generate.
44672         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44673         * configure: Regenerate.
44674         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44675         * config.make.in (have-as-vis3): New.
44676         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44677         available use -Av9d instead of -Av9a.
44678         * sysdeps/sparc/sparc64/Makefile: Likewise.
44679         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44680         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44681         New file.
44682         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44683         file.
44684         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44685         New file.
44686         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44687         file.
44688         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44689         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44690         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44691         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44692         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44693
44694         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44695         fzeros/fnegs to load 0x80000000 into a float register instead of
44696         using the stack.
44697         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44698
44699 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44700
44701         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44702         bits/syscall.h.
44703         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44704         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44705         ($(inst_includedir)/bits/syscall.h): Remove rule.
44706         ($(objpfx)bits/syscall.d): Include instead of
44707         $(objpfx)syscall-list.d.
44708         (generated): Change syscall-list.h and syscall-list.d to
44709         bits/syscall.h and bits/syscall.d.
44710
44711 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44712
44713         [BZ #13846]
44714         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44715
44716 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44717
44718         [BZ #13841]
44719         * math/s_csqrt.c: Include <float.h>.
44720         (__csqrt): Scale large or subnormal inputs.
44721         * math/s_csqrtf.c: Likewise.
44722         * math/s_csqrtl.c: Likewise.
44723         * math/libm-test.inc (csqrt_test): Add more tests.
44724         * sysdeps/i386/fpu/libm-test-ulps: Update.
44725         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44726
44727         [BZ #13840]
44728         * math/libm-test.inc (hypot_test): Add more tests.
44729
44730 2012-03-13  David S. Miller  <davem@davemloft.net>
44731
44732         [BZ #13840]
44733         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44734         double-precision for the calculation instead of scaling.
44735
44736 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44737
44738         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44739         manipulate bits before adding and subtracting TWO52[sx].
44740         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44741         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44742         Likewise.
44743         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44744
44745 2012-03-13  David S. Miller  <davem@davemloft.net>
44746
44747         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44748         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44749         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44750         rtld-global-offsets.h
44751         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44752
44753         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44754         large parameters.
44755
44756         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44757
44758         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44759         'err' in the ifdef scope in which it is actually used.
44760
44761         * nss/nss_db/db-init.c: Include string.h
44762
44763 2012-03-12  David S. Miller  <davem@davemloft.net>
44764
44765         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44766         masking out of the most significant byte of random value used.
44767         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44768         Fix coding style in previous change.
44769
44770         * sysdeps/unix/sysv/linux/kernel-features.h
44771         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44772         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44773         expression.
44774         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44775         later.
44776
44777 2012-03-11  David S. Miller  <davem@davemloft.net>
44778
44779         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44780         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44781         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44782         for 'resultvar' otherwise things get truncated on 64-bit.
44783
44784         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44785         Fix masking out of the most significant byte of random value used.
44786
44787         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44788
44789 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44790
44791         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44792
44793 2012-03-09  David S. Miller  <davem@davemloft.net>
44794
44795         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44796         variables with appropriate CPP guards.
44797         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44798         from the frame pointer, not the stack pointer.  Correct layout
44799         comments.  Fix test on resulting framesize and the management of
44800         the outregs buffer for pltexit.  Preserve floating point return
44801         values across _dl_call_pltexit call.
44802         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44803         framesize and the management of the outregs buffer for pltexit.
44804         Preserve floating point return values across _dl_call_pltexit
44805         call.
44806         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44807         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44808         (la_sparc64_gnu_pltexit): New functions.
44809         (print_exit): Fix format string for return register value.
44810
44811 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44812
44813         * sunrpc/Makefile (others): Add rpcgen.
44814         ($(objpfx)rpcgen): Remove special build rule and dependency on
44815         libc.
44816         * sunrpc/rpcgen.c: New file.
44817
44818 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44819
44820         [BZ #13673]
44821         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44822         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44823         * sysdeps/i386/crti.S: Likewise.
44824         * sysdeps/i386/crtn.S: Likewise.
44825         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44826         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44827         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44828         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44829         * sysdeps/sh/crti.S: Likewise.
44830         * sysdeps/sh/crtn.S: Likewise.
44831         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44832
44833         [BZ #13673]
44834         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44835         with URL.
44836         * locale/programs/locfile-kw.gperf: Likewise.
44837         * locale/programs/charmap-kw.h: Regenerated.
44838         * locale/programs/locfile-kw.h: Likewise.
44839
44840         [BZ #13673]
44841         * intl/plural.y: Replace FSF snail mail address with URL.
44842         * intl/plural.c: Regenerated.
44843
44844 2012-03-09  Richard Henderson  <rth@twiddle.net>
44845
44846         * include/math_private.h: Remove file.
44847         * math/math_private.h: Move file ...
44848         * sysdeps/generic/math_private.h: ... here.
44849
44850         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44851         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44852         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44853
44854         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44855         and <math_private.h>.
44856         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44857         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44858         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44859         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44860         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44861         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44862         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44863         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44864         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44865         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44866         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44867         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44868         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44869         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44870         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44871         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44872         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44873         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44874         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44875         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44876         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44877         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44878         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44879         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44880         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44881         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44882         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44883         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44884         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44885         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44886         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44887         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44888         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44889         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44890         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44891         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44892         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44893         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44894         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44895         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44896         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44897         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44898         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44899         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44900         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44901         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44902         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44903         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44904         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44905         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44906         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44907         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44908         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44909         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44910         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44911         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44912         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44913         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44914         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44915         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44916         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44917         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44918         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44919         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44920         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44921         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44922         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44923         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44924         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44925         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44926         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44927         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44928         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44929         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44930         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44931         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44932         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44933         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44934         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44935         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44936         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44937         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44938         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44939         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44940         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44941         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44942         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44943         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44944         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44945         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44946         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44947         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44948         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44949         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44950         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44951         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44952         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44953         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44954         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44955         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44956         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44957         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44958         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44959         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44960         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44961         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44962         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44963         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44964         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44965         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44966         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44967         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44968         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44969         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44970         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44971         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44972         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44973         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44974         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44975         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44976         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44977         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44978         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44979         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44980         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44981         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44982         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44983         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44984         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44985         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44986         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44987         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44988         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44989         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44990         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44991         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44992         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44993         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44994         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44995         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44996         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44997         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44998         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44999         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
45000         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
45001         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
45002         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
45003         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
45004         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
45005         * sysdeps/ieee754/k_standard.c: Likewise.
45006         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45007         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45008         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45009         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45010         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45011         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45012         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45013         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45014         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45015         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45016         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45017         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45018         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45019         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45020         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45021         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45022         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
45023         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45024         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45025         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
45026         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
45027         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
45028         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
45029         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
45030         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
45031         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
45032         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
45033         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
45034         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
45035         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
45036         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
45037         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
45038         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
45039         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
45040         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
45041         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
45042         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
45043         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
45044         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
45045         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
45046         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
45047         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
45048         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
45049         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
45050         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
45051         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
45052         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
45053         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
45054         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
45055         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
45056         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
45057         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
45058         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
45059         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
45060         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45061         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
45062         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
45063         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
45064         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
45065         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
45066         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
45067         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
45068         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
45069         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45070         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45071         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45072         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45073         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45074         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45075         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45076         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45077         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45078         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45079         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45080         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45081         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45082         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
45083         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45084         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45085         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
45086         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
45087         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
45088         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45089         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45090         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
45091         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45092         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45093         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
45094         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
45095         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45096         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
45097         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45098         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
45099         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
45100         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45101         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45102         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
45103         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
45104         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
45105         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
45106         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45107         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45108         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45109         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45110         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
45111         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45112         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45113         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
45114         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
45115         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45116         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45117         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45118         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45119         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45120         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45121         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45122         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45123         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45124         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45125         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45126         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45127         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45128         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45129         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45130         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45131         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45132         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45133         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45134         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45135         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45136         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45137         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45138         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45139         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45140         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45141         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45142         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45143         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45144         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45145         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45146         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45147         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45148         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45149         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45150         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45151         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45152         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45153         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45154         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45155         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45156         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45157         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45158         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45159         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45160         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45161         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45162         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45163         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45164         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45165         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45166         * sysdeps/ieee754/s_lib_version.c: Likewise.
45167         * sysdeps/ieee754/s_matherr.c: Likewise.
45168         * sysdeps/ieee754/s_signgam.c: Likewise.
45169         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45170         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45171         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45172         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45173         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45174         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45175         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45176         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45177         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45178         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45179         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45180         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45181         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45182         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45183         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45184         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45185         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45186         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45187         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45188         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45189         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45190
45191 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45192
45193         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45194         * sunrpc/rpc_main.c: Likewise.
45195         * sunrpc/rpc_svcout.c: Likewise.
45196
45197 2012-03-09  David S. Miller  <davem@davemloft.net>
45198
45199         * include/math_private.h: New file.
45200
45201 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45202
45203         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45204         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45205         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45206         from <bits/socket_type.h>.
45207         (enum __socket_type): Don't define here.
45208         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45209         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45210         bits/socket_type.h.
45211
45212         [BZ #13566]
45213         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45214         checking __USE_GNU.
45215
45216         * Makerules ($(inst_includedir)/%.h): New rule.
45217         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45218         (install-others): Remove variable setting.
45219         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45220
45221 2012-03-08  Richard Henderson  <rth@twiddle.net>
45222
45223         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45224         from macro to inline function; merge with the
45225         !__LIBC_INTERNAL_MATH_INLINES version.
45226         (__ieee754_sqrtf): Likewise.
45227
45228         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45229         to inline function.
45230         (__rintf, __floor, __floorf): Likewise.
45231
45232         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45233         macro to inline function.
45234         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45235
45236         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45237         not <math/math_private.h>.
45238
45239 2012-03-08  David S. Miller  <davem@davemloft.net>
45240
45241         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45242         copyright year.
45243         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45244
45245 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45246
45247         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45248         normalization.
45249         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45250         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45251
45252 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45253
45254         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45255         be defined individually, they must be defined as a block.  Define
45256         S for printing a string instead of hidint the different by using a
45257         macro for adding the 'l'.
45258         * stdio-common/tst-fphex-wide.c: Adjust.
45259
45260 2012-03-07  Marek Polacek  <polacek@redhat.com>
45261
45262         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45263
45264 2012-03-08  Marek Polacek  <polacek@redhat.com>
45265
45266         [BZ #13806]
45267         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45268         * stdio-common/tst-fphex.c: Define a few macros to make the
45269         test reusable.  Use them.
45270         * stdio-common/tst-fphex-wide.c: New file.
45271
45272 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45273
45274         [BZ #6911]
45275         * manual/macros.texi (gnusystems): New macro.
45276         (nongnusystems): Likewise.
45277         (gnulinuxhurdsystems): Likewise.
45278         (gnuhurdsystems): Likewise..
45279         (gnulinuxsystems): Likewise.
45280         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45281         variants of the GNU system, not "GNU system".
45282         * manual/conf.texi: Likewise.
45283         * manual/errno.texi: Likewise.  Update example of errno macro
45284         expansion.
45285         * manual/filesys.texi: Likewise.
45286         (getumask): Document as specific to GNU/Hurd.
45287         * manual/install.texi: Likewise.  Reword some references to
45288         GNU/Linux.
45289         * manual/intro.texi: Likewise.
45290         * manual/io.texi: Likewise.
45291         (File Name Portability): Detail which constraints are inapplicable
45292         to all GNU systems and which are only inapplicable to GNU/Hurd.
45293         * manual/job.texi: Likewise.
45294         * manual/llio.texi: Likewise.
45295         (O_NOCTTY): Document as present on GNU/Linux.
45296         * manual/maint.texi: Likewise.
45297         * manual/memory.texi: Likewise.
45298         * manual/pattern.texi: Likewise.
45299         * manual/pipe.texi: Likewise.
45300         * manual/process.texi: Likewise.
45301         * manual/resource.texi: Likewise.
45302         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45303         child on GNU/Hurd.
45304         * manual/setjmp.texi: Likewise.
45305         * manual/signal.texi: Likewise.
45306         * manual/startup.texi: Likewise.
45307         * manual/stdio.texi: Likewise.
45308         * manual/terminal.texi: Likewise.
45309         (ONLCR): Document as POSIX.
45310         (OXTABS): Document availability on GNU/Linux as XTABS.
45311         (ONOEOT): Document availability separately from other bits.
45312         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45313         * manual/time.texi: Likewise.
45314         * manual/users.texi: Likewise.
45315         * INSTALL: Regenerated.
45316         * sysdeps/gnu/errlist.c: Regenerated.
45317
45318         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45319         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45320         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45321         puts.
45322         * configure: Regenerated.
45323
45324 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45325
45326         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45327         default includes instead of AC_HEADER_CHECK.
45328         * sysdeps/i386/configure: Regenerated.
45329
45330         [BZ #10716]
45331         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45332         * math/s_cacoshf.c (__cacoshf): Likewise.
45333         * math/s_cacoshl.c (__cacoshl): Likewise.
45334         * math/s_casinh.c (__casinh): Set signs of result from argument.
45335         * math/s_casinhf.c (__casinhf): Likewise.
45336         * math/s_casinhl.c (__casinhl): Likewise.
45337         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45338         (casinh_test): Add more tests.
45339         * sysdeps/i386/fpu/libm-test-ulps: Update.
45340         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45341
45342 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45343
45344         * po/zh_TW.po: Update from translation team.
45345
45346         * login/Makefile (distribute): Remove variable.
45347         * catgets/Makefile: Likewise.
45348         * mach/Makefile: Likewise.
45349         * malloc/Makefile: Likewise.
45350         * misc/Makefile: Likewise.
45351         * iconv/Makefile: Likewise.
45352         * nscd/Makefile: Likewise.
45353         * hurd/Makefile: Likewise.
45354         * manual/Makefile: Likewise.
45355         * locale/Makefile: Likewise.
45356         * intl/Makefile: Likewise.
45357         * conform/Makefile: Likewise.
45358         * nss/Makefile: Likewise.
45359         * time/Makefile: Likewise.
45360         * soft-fp/Makefile: Likewise.
45361         * dirent/Makefile: Likewise.
45362         * gmon/Makefile: Likewise.
45363         * po/Makefile: Likewise.
45364         * rt/Makefile: Likewise.
45365         * socket/Makefile: Likewise.
45366         * math/Makefile: Likewise.
45367         * signal/Makefile: Likewise.
45368         * debug/Makefile: Likewise.
45369         * elf/Makefile: Likewise.
45370         * timezone/Makefile: Likewise.
45371         * stdlib/Makefile: Likewise.
45372         * iconvdata/Makefile: Likewise.
45373         * sunrpc/Makefile: Likewise.
45374         * io/Makefile: Likewise.
45375         * argp/Makefile: Likewise.
45376         * inet/Makefile: Likewise.
45377         * hesiod/Makefile: Likewise.
45378         * grp/Makefile: Likewise.
45379         * csu/Makefile: Likewise.
45380         * wctype/Makefile: Likewise.
45381         * crypt/Makefile: Likewise.
45382         * libio/Makefile: Likewise.
45383         * string/Makefile: Likewise.
45384         * nis/Makefile: Likewise.
45385         * resolv/Makefile: Likewise.
45386         * stdio-common/Makefile: Likewise.
45387         * wcsmbs/Makefile: Likewise.
45388         * dlfcn/Makefile: Likewise.
45389         * posix/Makefile: Likewise.
45390
45391         [BZ #6959]
45392         * timezone/Makefile: Don't install timezone files, just the programs
45393         and scripts.
45394
45395 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45396
45397         * nss/databases.def: Add missing gshadow entry.
45398
45399         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45400
45401 2012-03-06  Marek Polacek  <polacek@redhat.com>
45402
45403         [BZ #13726]
45404         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45405         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45406         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45407         * stdio-common/tst-long-dbl-fphex.c: New file.
45408
45409 2012-03-06  David S. Miller  <davem@davemloft.net>
45410
45411         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45412         (set_obp_int): New function.
45413         (get_obp_int): New function.
45414         (__get_clockfreq_via_dev_openprom): Likewise.
45415         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45416         Avoid unused variable warnings on 'val' and use builtin_expect.
45417         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45418         __builtin_expect.
45419         (INLINE_CLONE_SYSCALL): Likewise.
45420
45421 2012-03-05  David S. Miller  <davem@davemloft.net>
45422
45423         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45424
45425 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45426
45427         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45428
45429         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45430         only for |x| >= 40.
45431         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45432
45433 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45434
45435         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45436         Replace gettimeofday with __vdso_gettimeofday.
45437
45438         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45439         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45440         __vdso_clock_gettime and __vdso_getcpu.
45441
45442         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45443         time with __vdso_time.
45444
45445 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45446
45447         * manual/lang.texi (size_t): Note types to which size_t may be
45448         equivalent with the GNU C Library, but do not describe when
45449         differences between them are significant.
45450
45451 2012-03-05  Andreas Jaeger  <aj@suse.de>
45452
45453         * sysdeps/i386/fpu/libm-test-ulps: Update.
45454
45455 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45456
45457         [BZ #3976]
45458         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45459         (__ieee754_pow): Save and restore rounding mode and use
45460         round-to-nearest for main computations.
45461         * math/libm-test.inc (pow_test_tonearest): New function.
45462         (pow_test_towardzero): Likewise.
45463         (pow_test_downward): Likewise.
45464         (pow_test_upward): Likewise.
45465         (main): Call the new functions.
45466         * sysdeps/i386/fpu/libm-test-ulps: Update.
45467         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45468
45469         [BZ #3976]
45470         * math/libm-test.inc (cosh_test_tonearest): New function.
45471         (cosh_test_towardzero): Likewise.
45472         (cosh_test_downward): Likewise.
45473         (cosh_test_upward): Likewise.
45474         (sinh_test_tonearest): Likewise.
45475         (sinh_test_towardzero): Likewise.
45476         (sinh_test_downward): Likewise.
45477         (sinh_test_upward): Likewise.
45478         (main): Call the new functions.
45479         * sysdeps/i386/fpu/libm-test-ulps: Update.
45480         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45481
45482 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45483
45484         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45485         default stack guard is set in last bytes.
45486         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45487
45488 2012-03-05  Kees Cook  <keescook@chromium.org>
45489
45490         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45491
45492         [BZ #13656]
45493         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45494         possibly allocate from heap instead of stack.
45495         * stdio-common/bug-vfprintf-nargs.c: New file.
45496         * stdio-common/Makefile (tests): Add nargs overflow test.
45497
45498 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45499
45500         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45501
45502 2012-03-03  Marek Polacek  <polacek@redhat.com>
45503
45504         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45505         * math/math_private.h: Likewise.
45506         * stdlib/tst-strtod.c: Likewise.
45507         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45508         * sysdeps/x86_64/bits/atomic.h: Likewise.
45509
45510 2012-03-02  David S. Miller  <davem@davemloft.net>
45511
45512         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45513         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45514         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45515         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45516         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45517         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45518         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45519         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45520
45521 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45522
45523         [BZ #13792]
45524         * manual/examples/README: New file, says the example source files
45525         can be used under GPL>=2.
45526         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45527         line containing just "*/".
45528         * manual/examples/add.c: Add copyright header (GPL>=2).
45529         * manual/examples/argp-ex1.c: Likewise.
45530         * manual/examples/argp-ex2.c: Likewise.
45531         * manual/examples/argp-ex3.c: Likewise.
45532         * manual/examples/argp-ex4.c: Likewise.
45533         * manual/examples/atexit.c: Likewise.
45534         * manual/examples/db.c: Likewise.
45535         * manual/examples/dir.c: Likewise.
45536         * manual/examples/dir2.c: Likewise.
45537         * manual/examples/execinfo.c: Likewise.
45538         * manual/examples/filecli.c: Likewise.
45539         * manual/examples/filesrv.c: Likewise.
45540         * manual/examples/fmtmsgexpl.c: Likewise.
45541         * manual/examples/genpass.c: Likewise.
45542         * manual/examples/inetcli.c: Likewise.
45543         * manual/examples/inetsrv.c: Likewise.
45544         * manual/examples/isockad.c: Likewise.
45545         * manual/examples/longopt.c: Likewise.
45546         * manual/examples/memopen.c: Likewise.
45547         * manual/examples/memstrm.c: Likewise.
45548         * manual/examples/mkfsock.c: Likewise.
45549         * manual/examples/mkisock.c: Likewise.
45550         * manual/examples/mygetpass.c: Likewise.
45551         * manual/examples/pipe.c: Likewise.
45552         * manual/examples/popen.c: Likewise.
45553         * manual/examples/rprintf.c: Likewise.
45554         * manual/examples/search.c: Likewise.
45555         * manual/examples/select.c: Likewise.
45556         * manual/examples/setjmp.c: Likewise.
45557         * manual/examples/sigh1.c: Likewise.
45558         * manual/examples/sigusr.c: Likewise.
45559         * manual/examples/stpcpy.c: Likewise.
45560         * manual/examples/strdupa.c: Likewise.
45561         * manual/examples/strftim.c: Likewise.
45562         * manual/examples/strncat.c: Likewise.
45563         * manual/examples/subopt.c: Likewise.
45564         * manual/examples/swapcontext.c: Likewise.
45565         * manual/examples/termios.c: Likewise.
45566         * manual/examples/testopt.c: Likewise.
45567         * manual/examples/testpass.c: Likewise.
45568         * manual/examples/timeval_subtract.c: Likewise.
45569
45570         [BZ #13792]
45571         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45572         function to ...
45573         * manual/timeval_subtract.c.texi: ... here, new file.
45574
45575 2012-03-02  David S. Miller  <davem@davemloft.net>
45576
45577         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45578
45579 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45580
45581         [BZ #3976]
45582         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45583         (__sin): Save and restore rounding mode and use round-to-nearest
45584         for all computations.
45585         (__cos): Save and restore rounding mode and use round-to-nearest
45586         for all computations.
45587         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45588         <fenv.h>.
45589         (tan): Save and restore rounding mode and use round-to-nearest for
45590         all computations.
45591         * math/libm-test.inc (cos_test_tonearest): New function.
45592         (cos_test_towardzero): Likewise.
45593         (cos_test_downward): Likewise.
45594         (cos_test_upward): Likewise.
45595         (sin_test_tonearest): Likewise.
45596         (sin_test_towardzero): Likewise.
45597         (sin_test_downward): Likewise.
45598         (sin_test_upward): Likewise.
45599         (tan_test_tonearest): Likewise.
45600         (tan_test_towardzero): Likewise.
45601         (tan_test_downward): Likewise.
45602         (tan_test_upward): Likewise.
45603         (main): Call the new functions.
45604         * sysdeps/i386/fpu/libm-test-ulps: Update.
45605         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45606
45607         [BZ #10135]
45608         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45609         small n, then large n, before computing and testing k+n.
45610         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45611         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45612         Likewise.
45613         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45614         Likewise.
45615         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45616         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45617         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45618         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45619         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45620         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45621         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45622         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45623         * math/libm-test.inc (scalbn_test): Add more tests.
45624         (scalbln_test): Likewise.
45625
45626         * manual/filesys.texi (mode_t): Describe constraints on size and
45627         signedness, not exact equivalence to a particular type.
45628         (ino_t): Likewise.
45629         (ino64_t): Likewise.
45630         (dev_t): Likewise.
45631         (nlink_t): Likewise.
45632         (blkcnt_t): Likewise.
45633         (blkcnt64_t): Likewise.
45634         * manual/llio.texi (off_t): Likewise.
45635
45636         [BZ #3976]
45637         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45638         (__ieee754_exp): Save and restore rounding mode and use
45639         round-to-nearest for all computations.
45640         * math/libm-test.inc (exp_test_tonearest): New function.
45641         (exp_test_towardzero): Likewise.
45642         (exp_test_downward): Likewise.
45643         (exp_test_upward): Likewise.
45644         (main): Call the new functions.
45645         * sysdeps/i386/fpu/libm-test-ulps: Update.
45646         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45647
45648 2012-03-01  Chris Demetriou  <cgd@google.com>
45649
45650         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45651         have predictable order.
45652
45653 2012-03-01  David S. Miller  <davem@davemloft.net>
45654
45655         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45656
45657         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45658         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45659         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45660         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45661
45662         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45663         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45664         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45665         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45666         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45667         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45668         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45669         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45670         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45671
45672         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45673
45674         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45675         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45676         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45677
45678         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45679         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45680         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45681         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45682         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45683         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45684         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45685         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45686         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45687         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45688         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45689         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45690         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45691         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45692         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45693         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45694         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45695         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45696         * sysdeps/sparc/elf/configure: Regenerated.
45697
45698 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45699
45700         * configure.in (AS, LD): Require binutils 2.20 or later.
45701         * configure: Regenerated.
45702         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45703         as required minimum version.
45704         * INSTALL: Regenerated.
45705
45706         [BZ #2541]
45707         [BZ #4108]
45708         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45709         before squaring exponent.
45710         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45711         bottom long double and 27 bits of top long double before squaring
45712         exponent.
45713         * math/libm-test.inc (erfc_test): Add more tests.
45714         * sysdeps/i386/fpu/libm-test-ulps: Update.
45715         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45716         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45717
45718 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45719
45720         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45721         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45722         containing bit-fields.
45723         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45724         * soft-fp/single.h (_FP_UNION_S): Likewise.
45725         * soft-fp/double.h (_FP_UNION_D): Likewise.
45726
45727 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45728
45729         [BZ #13786]
45730         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45731         not include ../strcmp.S.
45732         [USE_AS_STRNCASECMP_L]: Likewise.
45733         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45734         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45735         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45736         (__strncasecmp_l_ia32): Define as alias to
45737         __strncasecmp_l_nonascii.
45738
45739         [BZ #5794]
45740         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45741         * sysdeps/i386/fpu/libm-test-ulps: Update.
45742         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45743
45744         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45745         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45746
45747 2012-02-29  Jeff Law  <law@redhat.com>
45748
45749         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45750         out of bounds read.
45751
45752 2012-02-29  Marek Polacek  <polacek@redhat.com>
45753
45754         [BZ #13706]
45755         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45756         * elf/Makefile: Add rules to run tst-unused-dep.out.
45757
45758 2012-02-28  David S. Miller  <davem@davemloft.net>
45759
45760         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45761         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45762         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45763         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45764         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45765         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45766
45767 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45768
45769         * math/libm-test.inc (llround_test): Move one test from
45770         lround_test.  Use TEST_f_L in moved test.
45771         (lround_test): Move misplaced test to llround_test.  Add testcase
45772         from bug 2561.
45773
45774 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45775
45776         * sysdeps/x86_64/fpu/e_expf.S: New file.
45777         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45778
45779 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45780
45781         [BZ #13637]
45782         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45783         of remain_len that may cause incomplete multi-byte character and
45784         false match.
45785         * posix/bug-regex33.c: New file.
45786         * posix/Makefile (tests): Add bug-regex33.
45787
45788 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45789
45790         * manual/macros.texi: New file.
45791         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45792         * manual/libc.texinfo: Include macros.texi.
45793         * manual/creatute.texi: Likewise.
45794         * manual/install.texi: Likewise.
45795         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45796         @glibcadj{} in references to the GNU C Library.
45797         * manual/charset.texi: Likewise.
45798         * manual/conf.texi: Likewise.
45799         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45800         when not using those macros.
45801         * manual/creature.texi: Likewise.
45802         * manual/crypt.texi: Likewise.
45803         * manual/errno.texi: Likewise.
45804         * manual/filesys.texi: Likewise.
45805         * manual/header.texi: Likewise.
45806         * manual/install.texi: Likewise.
45807         * manual/intro.texi: Likewise.
45808         * manual/io.texi: Likewise.
45809         * manual/job.texi: Likewise.
45810         * manual/lang.texi: Likewise.
45811         * manual/libc.texiinfo: Likewise.
45812         * manual/llio.texi: Likewise.
45813         * manual/locale.texi: Likewise.
45814         * manual/maint.texi: Likewise.
45815         * manual/math.texi: Likewise.
45816         * manual/memory.texi: Likewise.
45817         * manual/message.texi: Likewise.
45818         * manual/nss.texi: Likewise.
45819         * manual/pattern.texi: Likewise.
45820         * manual/process.texi: Likewise.
45821         * manual/resource.texi: Likewise.
45822         * manual/search.texi: Likewise.
45823         * manual/setjmp.texi: Likewise.
45824         * manual/signal.texi: Likewise.
45825         * manual/socket.texi: Likewise.
45826         * manual/startup.texi: Likewise.
45827         * manual/stdio.texi: Likewise.
45828         * manual/string.texi: Likewise.
45829         * manual/sysinfo.texi: Likewise.
45830         * manual/syslog.texi: Likewise.
45831         * manual/terminal.texi: Likewise.
45832         * manual/time.texi: Likewise.
45833         * manual/users.texi: Likewise.
45834         * INSTALL: Regenerated.
45835         * NOTES: Regenerated.
45836         * sysdeps/gnu/errlist.c: Regenerated.
45837
45838 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45839
45840         * include/dirent.h: Include <dirstream.h> before
45841         <dirent/dirent.h>.
45842
45843 2012-02-28  David S. Miller  <davem@davemloft.net>
45844
45845         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45846         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45847         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45848         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45849
45850 2012-02-27  David S. Miller  <davem@davemloft.net>
45851
45852         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45853         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45854         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45855         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45856
45857         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45858         frame pointer instead of stack pointer relative arg slot.
45859         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45860         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45861         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45862
45863 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45864
45865         [BZ #3992]
45866         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45867
45868 2012-02-27  David S. Miller  <davem@davemloft.net>
45869
45870         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45871         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45872         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45873         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45874         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45875         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45876         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45877         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45878
45879 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45880
45881         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45882         later.  Allow versions 5-9.
45883         * configure: Regenerated.
45884         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45885         required minimum version and 4.6 as recommended version.  Do not
45886         mention bugs in GCC 2.7 and 2.8.
45887         * INSTALL: Regenerated.
45888
45889 2012-02-27  David S. Miller  <davem@davemloft.net>
45890
45891         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45892         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45893         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45894         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45895         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45896         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45897         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45898         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45899
45900         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45901         manipulate bits before adding and subtracting TWO112[sx].
45902         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45903
45904 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45905
45906         [BZ #13775]
45907         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45908         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45909         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45910         being in POSIX, because they are in 1003.1-2008.
45911
45912         * rt/tst-aio.c: Include <fcntl.h>.
45913         * rt/tst-aio7.c: Likewise.
45914         * rt/tst-aio64.c: Likewise.
45915
45916         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45917
45918 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45919
45920         * manual/install.texi (--with-headers): Describe headers as
45921         interface headers, not private headers.
45922         (Specific advice for GNU/Linux systems): Describe use of headers
45923         from "make headers_install", not private headers from older
45924         kernels.
45925         * INSTALL: Regenerated.
45926         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45927         Change to 2.6.19.
45928         * sysdeps/unix/sysv/linux/configure: Regenerated.
45929
45930         * manual/llio.texi (fclean): Remove documentation.
45931
45932         * manual/Makefile (libc-texi-generated): New variable.  Include
45933         version.texi.
45934         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45935         $(libc-texi-generated), not duplicated list of files.
45936         (version.texi, stamp-version): New rules.
45937         (realclean): Remove $(libc-texi-generated), not individual files
45938         from that list.  Do not remove dir-add.texinfo.
45939         * manual/libc.texinfo: Comment out uses of edition numbers and
45940         references to printed manual.  Remove last-updated dates.
45941         (EDITION): Comment out.
45942         (ISBN): Likewise.
45943         (VERSION, UPDATED): Remove.
45944         (version.texi): Include.
45945
45946 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45947
45948         * sysdeps/posix/spawni.c: Include <signal.h>.
45949         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45950         * sysdeps/pthread/aio_fsync.c: Likewise.
45951
45952 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45953
45954         * conform/Makefile (tests): Run only when not cross-compiling and
45955         when fast-check is not defined.
45956
45957         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45958         * conform/data/limits.h-data: Fixes for POSIX2008.
45959         * conform/run-conformtest.sh: Run all tests.
45960         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45961         headers.
45962         * include/bits/dlfcn.h: Likewise.
45963         * include/langinfo.h: Likewise.
45964         * include/monetary.h: Likewise.
45965         * include/sys/poll.h: Likewise.
45966
45967         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45968         for __USE_GNU.
45969         * posix/spawn.h: Define __need_sigset_t.
45970         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45971         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45972         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45973         to get sigevent_t only.
45974         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45975         only for __USE_GNU.
45976         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45977         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45978         process_vm_writev only for __USE_GNU.
45979         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45980
45981         * conform/Makefile: For now ignore errors from run-conformtest.
45982         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45983         POSIX to avoid namespace pollution.  Don't prepend headers.
45984         * conform/data/aio.h-data: Fixes for POSIX testing.
45985         * conform/data/fcntl.h-data: Likewise.
45986         * conform/data/glob.h-data: Likewise.
45987         * conform/data/grp.h-data: Likewise.
45988         * conform/data/pthread.h-data: Likewise.
45989         * conform/data/pwd.h-data: Likewise.
45990         * conform/data/signal.h-data: Likewise.
45991         * conform/data/spawn.h-data: Likewise.
45992         * conform/data/stdio.h-data: Likewise.
45993         * conform/data/stdlib.h-data: Likewise.
45994         * conform/data/stropts.h-data: Likewise.
45995         * conform/data/sys/mman.h-data: Likewise.
45996         * conform/data/sys/stat.h-data: Likewise.
45997         * conform/data/sys/types.h-data: Likewise.
45998         * conform/data/sys/wait.h-data: Likewise.
45999         * conform/data/time.h-data: Likewise.
46000         * conform/data/unistd.h-data: Likewise.
46001         * conform/data/utime.h-data: Likewise.
46002
46003         * io/sys/stat.h: fchmod was always in POSIX.
46004         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
46005         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
46006         * rt/aio.h: Define __need_timespec before including <time.h>.
46007         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
46008         struct.  Add forward declaration of pthread_attr_t and use it in
46009         sigevent.
46010         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
46011         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46012         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
46013         always remove CLK_TCK definition.
46014
46015 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
46016
46017         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
46018
46019 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
46020
46021         * conform/run-conformtest.sh: New file.
46022         * conform/Makefile: Run run-conformtest for tests.
46023         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
46024         support.
46025
46026         * conform/data/uchar.h-data: New file.
46027         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
46028         * conform/data/arpa/inet.h-data: Likewise.
46029         * conform/data/assert.h-data: Likewise.
46030         * conform/data/complex.h-data: Likewise.
46031         * conform/data/cpio.h-data: Likewise.
46032         * conform/data/ctype.h-data: Likewise.
46033         * conform/data/dirent.h-data: Likewise.
46034         * conform/data/dlfcn.h-data: Likewise.
46035         * conform/data/errno.h-data: Likewise.
46036         * conform/data/fcntl.h-data: Likewise.
46037         * conform/data/float.h-data: Likewise.
46038         * conform/data/fmtmsg.h-data: Likewise.
46039         * conform/data/fnmatch.h-data: Likewise.
46040         * conform/data/ftw.h-data: Likewise.
46041         * conform/data/glob.h-data: Likewise.
46042         * conform/data/grp.h-data: Likewise.
46043         * conform/data/iconv.h-data: Likewise.
46044         * conform/data/inttypes.h-data: Likewise.
46045         * conform/data/langinfo.h-data: Likewise.
46046         * conform/data/libgen.h-data: Likewise.
46047         * conform/data/limits.h-data: Likewise.
46048         * conform/data/locale.h-data: Likewise.
46049         * conform/data/math.h-data: Likewise.
46050         * conform/data/monetary.h-data: Likewise.
46051         * conform/data/mqueue.h-data: Likewise.
46052         * conform/data/ndbm.h-data: Likewise.
46053         * conform/data/net/if.h-data: Likewise.
46054         * conform/data/netdb.h-data: Likewise.
46055         * conform/data/netinet/in.h-data: Likewise.
46056         * conform/data/nl_types.h-data: Likewise.
46057         * conform/data/poll.h-data: Likewise.
46058         * conform/data/pthread.h-data: Likewise.
46059         * conform/data/pwd.h-data: Likewise.
46060         * conform/data/regex.h-data: Likewise.
46061         * conform/data/sched.h-data: Likewise.
46062         * conform/data/search.h-data: Likewise.
46063         * conform/data/semaphore.h-data: Likewise.
46064         * conform/data/setjmp.h-data: Likewise.
46065         * conform/data/signal.h-data: Likewise.
46066         * conform/data/spawn.h-data: Likewise.
46067         * conform/data/stdarg.h-data: Likewise.
46068         * conform/data/stdio.h-data: Likewise.
46069         * conform/data/stdlib.h-data: Likewise.
46070         * conform/data/string.h-data: Likewise.
46071         * conform/data/strings.h-data: Likewise.
46072         * conform/data/stropts.h-data: Likewise.
46073         * conform/data/sys/ipc.h-data: Likewise.
46074         * conform/data/sys/mman.h-data: Likewise.
46075         * conform/data/sys/msg.h-data: Likewise.
46076         * conform/data/sys/resource.h-data: Likewise.
46077         * conform/data/sys/select.h-data: Likewise.
46078         * conform/data/sys/sem.h-data: Likewise.
46079         * conform/data/sys/shm.h-data: Likewise.
46080         * conform/data/sys/socket.h-data: Likewise.
46081         * conform/data/sys/stat.h-data: Likewise.
46082         * conform/data/sys/statvfs.h-data: Likewise.
46083         * conform/data/sys/time.h-data: Likewise.
46084         * conform/data/sys/timeb.h-data: Likewise.
46085         * conform/data/sys/times.h-data: Likewise.
46086         * conform/data/sys/types.h-data: Likewise.
46087         * conform/data/sys/uio.h-data: Likewise.
46088         * conform/data/sys/un.h-data: Likewise.
46089         * conform/data/sys/utsname.h-data: Likewise.
46090         * conform/data/sys/wait.h-data: Likewise.
46091         * conform/data/syslog.h-data: Likewise.
46092         * conform/data/tar.h-data: Likewise.
46093         * conform/data/termios.h-data: Likewise.
46094         * conform/data/utime.h-data: Likewise.
46095         * conform/data/utmpx.h-data: Likewise.
46096         * conform/data/varargs.h-data: Likewise.
46097         * conform/data/wchar.h-data: Likewise.
46098         * conform/data/wctype.h-data: Likewise.
46099         * conform/data/wordexp.h-data: Likewise.
46100
46101         * include/stropts.h: New file.
46102         * include/uchar.h: New file.
46103         * include/aio.h: Changes to allow conformtest.pl to use the headers.
46104         * include/assert.h: Likewise.
46105         * include/ctype.h: Likewise.
46106         * include/dirent.h: Likewise.
46107         * include/dlfcn.h: Likewise.
46108         * include/fcntl.h: Likewise.
46109         * include/fnmatch.h: Likewise.
46110         * include/glob.h: Likewise.
46111         * include/grp.h: Likewise.
46112         * include/libio.h: Likewise.
46113         * include/locale.h: Likewise.
46114         * include/math.h: Likewise.
46115         * include/net/if.h: Likewise.
46116         * include/netdb.h: Likewise.
46117         * include/netinet/in.h: Likewise.
46118         * include/pthread.h: Likewise.
46119         * include/pwd.h: Likewise.
46120         * include/regex.h: Likewise.
46121         * include/sched.h: Likewise.
46122         * include/search.h: Likewise.
46123         * include/setjmp.h: Likewise.
46124         * include/signal.h: Likewise.
46125         * include/stdio.h: Likewise.
46126         * include/stdlib.h: Likewise.
46127         * include/string.h: Likewise.
46128         * include/sys/cdefs.h: Likewise.
46129         * include/sys/mman.h: Likewise.
46130         * include/sys/msg.h: Likewise.
46131         * include/sys/resource.h: Likewise.
46132         * include/sys/select.h: Likewise.
46133         * include/sys/socket.h: Likewise.
46134         * include/sys/stat.h: Likewise.
46135         * include/sys/statvfs.h: Likewise.
46136         * include/sys/time.h: Likewise.
46137         * include/sys/times.h: Likewise.
46138         * include/sys/uio.h: Likewise.
46139         * include/sys/utsname.h: Likewise.
46140         * include/sys/wait.h: Likewise.
46141         * include/termios.h: Likewise.
46142         * include/time.h: Likewise.
46143         * include/ulimit.h: Likewise.
46144         * include/unistd.h: Likewise.
46145         * include/utime.h: Likewise.
46146         * include/wchar.h: Likewise.
46147         * include/wctype.h: Likewise.
46148         * include/wordexp.h: Likewise.
46149
46150         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46151
46152         * time/time.h: TIME_UTC must be a macro.
46153         Make timespec_get available for ISO C11 only as well.
46154
46155 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
46156
46157         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46158         Reported by Peng Haitao <penght@cn.fujitsu.com>.
46159
46160 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46161
46162         * configure.in: Use -o not -a in test for unsupported multi-arch.
46163
46164 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46165
46166         * manual/texinfo.tex: Update to version 2012-01-19.16.
46167
46168 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46169
46170         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46171
46172 2012-02-24  Roland McGrath  <roland@hack.frob.com>
46173
46174         [BZ #13738]
46175         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46176         * manual/fdl-1.3.texi: New file.
46177         * manual/fdl-1.1.texi: File removed.
46178
46179         [BZ #13738]
46180         * manual/libc.texinfo (FDL_VERSION): New @set.
46181         Use it for mention of FDL in cover text.
46182         (Documentation License): Use it in @include file name.
46183
46184 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46185             Roland McGrath  <roland@hack.frob.com>
46186
46187         [BZ #5461]
46188         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46189         (not LONG_LONG_MAX and LONG_LONG_MIN.
46190         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46191         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
46192         name.
46193         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46194
46195 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46196
46197         [BZ #2547]
46198         [BZ #11365]
46199         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46200         manipulate bits before adding and subtracting TWO23[sx].
46201         * math/libm-test.inc (nearbyint_test): Add more tests.
46202
46203 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46204
46205         [BZ #2548]
46206         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46207         bits before adding and subtracting TWO23[sx].
46208         * math/libm-test.inc (rint_test): Add more tests.
46209         (rint_test_tonearest): Likewise.
46210         (rint_test_towardzero): Likewise.
46211         (rint_test_downward): Likewise.
46212         (rint_test_upward: Likewise.
46213
46214 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46215
46216         [BZ #10110]
46217         * include/stdc-predef.h: New file.  Extracted from features.h.
46218         * include/features.h: Include stdc-predef.h.
46219         * Makefile (headers): Add stdc-predef.h.
46220         * CONFORMANCE (Compiler limitations): Update.
46221
46222 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46223
46224         * manual/libc.texinfo (VERSION, UPDATED): Revert.
46225
46226 2012-02-21  David S. Miller  <davem@davemloft.net>
46227
46228         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46229         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46230
46231 2012-02-20  David S. Miller  <davem@davemloft.net>
46232
46233         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46234         using a normal save/restore sequence, rather than allocating a
46235         dummy stack frame just to store a frame pointer and restore.
46236         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46237
46238 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46239
46240         * manual/install.texi: Fix stray word in line-wrapped comment.
46241
46242 2012-02-20  David S. Miller  <davem@davemloft.net>
46243
46244         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46245         both binutils and gcc support GOTDATA.
46246
46247         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46248         "rd %pc" in the PIC register setup sequences.
46249
46250         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46251         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46252         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46253         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46254         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46255         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46256         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46257         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46258         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46259         (SYSCALL_ERROR_HANDLER): Likewise.
46260         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46261         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46262         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46263         (SYSCALL_ERROR_HANDLER): Likewise.
46264
46265         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46266         (HAVE_GCC_GOTDATA): New.
46267         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46268         relocation support in both binutils and gcc.
46269         * sysdeps/sparc/elf/configure: Regenerate.
46270
46271         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46272         * sysdeps/sparc/sparc32/elf/configure: Delete.
46273         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46274         * sysdeps/sparc/sparc64/elf/configure: Delete.
46275         * sysdeps/sparc/elf/configure.in: New file.
46276         * sysdeps/sparc/elf/configure: Generate.
46277
46278         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46279         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46280         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46281         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46282         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46283
46284 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46285
46286         * manual/install.texi: Do not mention specific glibc version
46287         numbers.
46288         * manual/libc.texinfo (VERSION, UPDATED): Update.
46289         (@copying): Use @copyright{} and range of years.
46290
46291 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46292
46293         [BZ #13695]
46294         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46295         [crti.S not in sysdirs] (generated): Do not append.
46296         [crti.S not in sysdirs] (omit-deps): Likewise.
46297         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46298         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46299         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46300         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46301         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46302         Likewise.
46303         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46304         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46305         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46306         * csu/defs.awk: Remove file.
46307         * sysdeps/generic/initfini.c: Likewise.
46308         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46309         variable.
46310         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46311         Likewise.
46312
46313 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46314
46315         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46316         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46317         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46318         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46319         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46320         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46321         <bits/epoll.h>.
46322         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46323         (__EPOLL_PACKED): Define to empty if not defined by
46324         <bits/epoll.h>.
46325         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46326         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46327         bits/epoll.h.
46328
46329 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46330
46331         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46332         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46333         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46334         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46335         <bits/timerfd.h>.
46336         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46337         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46338         bits/timerfd.h.
46339
46340 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46341
46342         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46343         in C locale.
46344         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46345         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46346         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46347         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46348
46349 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46350
46351         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46352         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46353
46354 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46355
46356         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46357         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46358         defined.
46359         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46360         Likewise.
46361         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46362         entry for 2.16.
46363
46364 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46365
46366         * math/w_acos.c: Use non-signaling floating-point comparisons.
46367         * math/w_acosf.c: Likewise.
46368         * math/w_acosh.c: Likewise.
46369         * math/w_acoshf.c: Likewise.
46370         * math/w_acoshl.c: Likewise.
46371         * math/w_acosl.c: Likewise.
46372         * math/w_asin.c: Likewise.
46373         * math/w_asinf.c: Likewise.
46374         * math/w_asinl.c: Likewise.
46375         * math/w_atanh.c: Likewise.
46376         * math/w_atanhf.c: Likewise.
46377         * math/w_atanhl.c: Likewise.
46378         * math/w_exp2.c: Likewise.
46379         * math/w_exp2f.c: Likewise.
46380         * math/w_exp2l.c: Likewise.
46381         * math/w_j0.c: Likewise.
46382         * math/w_j0f.c: Likewise.
46383         * math/w_j0l.c: Likewise.
46384         * math/w_j1.c: Likewise.
46385         * math/w_j1f.c: Likewise.
46386         * math/w_j1l.c: Likewise.
46387         * math/w_jn.c: Likewise.
46388         * math/w_jnf.c: Likewise.
46389         * math/w_log.c: Likewise.
46390         * math/w_log10.c: Likewise.
46391         * math/w_log10f.c: Likewise.
46392         * math/w_log10l.c: Likewise.
46393         * math/w_log2.c: Likewise.
46394         * math/w_log2f.c: Likewise.
46395         * math/w_log2l.c: Likewise.
46396         * math/w_logf.c: Likewise.
46397         * math/w_logl.c: Likewise.
46398         * math/w_sqrt.c: Likewise.
46399         * math/w_sqrtf.c: Likewise.
46400         * math/w_sqrtl.c: Likewise.
46401         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46402         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46403         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46404         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46405         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46406
46407 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46408
46409         [BZ #9739]
46410         * manual/string.texi (strnlen): Use correct parameter name in
46411         equivalent expression.
46412
46413 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46414
46415         [BZ #11174]
46416         * manual/users.texi (seteuid): Consistently use neweuid for
46417         argument name.
46418
46419 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46420
46421         [BZ #13704]
46422         * manual/nss.texi (Services in the NSS configuration): Correct
46423         list of services in example configuration file.
46424
46425 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46426
46427         [BZ #11322]
46428         * manual/arith.texi: Remove statements about negative zero
46429         behaving identically to zero.
46430
46431 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46432
46433         [BZ #5993]
46434         * manual/install.texi: Do not document upgrading from libc5.
46435
46436 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46437
46438         [BZ #4596]
46439         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46440
46441 2012-02-18  David S. Miller  <davem@davemloft.net>
46442
46443         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46444         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46445         %o7 across the call.
46446         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46447         instead.
46448         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46449         SETUP_PIC_REG_LEAF.
46450         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46451         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46452         * sysdeps/sparc/crtn.S: Likewise.
46453
46454 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46455
46456         * aout/Makefile: Remove.
46457
46458 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46459
46460         [BZ #13058]
46461         * manual/examples/argp-ex1.c (main): Format definition in GNU
46462         style.
46463         * manual/examples/argp-ex2.c (main): Likewise.
46464         * manual/examples/argp-ex3.c (main): Likewise.
46465         * manual/examples/argp-ex4.c (main): Likewise.
46466         * manual/examples/longopt.c (main): Use new-style prototype
46467         definition.
46468         * manual/examples/strncat.c (main): Specify return type and use
46469         (void) for arguments.
46470         * manual/examples/subopt.c (main): Use char **argv argument.
46471
46472 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46473
46474         [BZ #5077]
46475         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46476         rounding modes.
46477
46478 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46479
46480         [BZ #6907]
46481         * manual/string.texi (strchr): Change when strchrnul is
46482         recommended.
46483
46484 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46485
46486         [BZ #174]
46487         * manual/locale.texi (setlocale): Document LOCPATH.
46488
46489 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46490
46491         [BZ #10210]
46492         * manual/process.texi (execle): Move @dots{} before last argument.
46493
46494 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46495
46496         [BZ #12047]
46497         * manual/charset.texi (Generic Charset Conversion): Fix typo
46498         (LC_TYPE -> LC_CTYPE).
46499
46500 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46501
46502         [BZ #5805]
46503         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46504         (scalbnf): Likewise.
46505         (scalbnl): Likewise.
46506         (scalbln): Likewise.
46507         (scalblnf): Likewise.
46508         (scalblnl): Likewise.
46509         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46510         (vwarnx): Likewise.
46511         (verr): Likewise.
46512         (verrx): Likewise.
46513         * manual/filesys.texi (telldir): Use braces around return type.
46514         * manual/llio.texi (mmap): Add space after comma.
46515         (mmap64): Likewise.
46516         * manual/math.texi (jn): Use @var{} on parameter names.
46517         (jnf): Likewise.
46518         (jnl): Likewise.
46519         (yn): Likewise.
46520         (ynf): Likewise.
46521         (ynl): Likewise.
46522         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46523         line.
46524         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46525         "...".
46526         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46527         (sched_get_priority_max): Likewise.
46528         * manual/signal.texi (sigvec): Add space after comma.
46529         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46530         names.
46531         (if_indextoname): Likewise.
46532         (if_freenameindex): Likewise.
46533         (sendto): Use ',' instead of '.' in prototype.
46534         * manual/startup.texi (syscall): Use @dots{} instead of literal
46535         "...".
46536         * manual/stdio.texi (__fpending): Separate initial words of
46537         paragraph from @deftypefun line.
46538         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46539         "...".
46540         (vsyslog): Use @var{} on parameter names.
46541         * manual/terminal.texi (stty): Use @var{} on parameter names.
46542         * manual/users.texi (getutmp): Use @var{} on parameter names.
46543         (getutmpx): Likewise.
46544
46545 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46546
46547         [BZ #6884]
46548         * manual/stdio.texi (fopen): Fix typos in description of
46549         ",ccs=STRING".
46550
46551 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46552
46553         [BZ #4026]
46554         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46555         get clock_id definition.
46556
46557 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46558
46559         [BZ #4822]
46560         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46561         (madvise): Cast every argument to void on its own.
46562
46563 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46564
46565         [BZ #9902]
46566         * manual/startup.texi (Exit Status): Fix typo.
46567
46568 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46569
46570         [BZ #10140]
46571         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46572         * manual/examples/argp-ex2.c: Likewise.
46573         * manual/examples/argp-ex3.c: Likewise.
46574
46575 2012-02-16  Richard Henderson  <rth@redhat.com>
46576
46577         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46578         * sysdeps/s390/s390-32/initfini.c: Remove.
46579         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46580         * sysdeps/s390/s390-64/initfini.c: Remove.
46581
46582 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46583
46584         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46585         compiler output for sysdeps/generic/initfini.c.
46586         * sysdeps/sh/elf/initfini.c: Remove file.
46587
46588 2012-02-16  David S. Miller  <davem@davemloft.net>
46589
46590         [BZ #11494]
46591         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46592
46593         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46594         * sysdeps/sparc/crti.S: New file.
46595         * sysdeps/sparc/crtn.S: New file.
46596         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46597         * sysdeps/sparc/sparc64/Makefile: Likewise.
46598
46599 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46600
46601         [BZ #3335]
46602         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46603
46604 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46605
46606         [BZ #4822]
46607         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46608
46609         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46610         (write, read, close): Likewise.
46611         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46612
46613 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46614
46615         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46616         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46617         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46618         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46619         <bits/signalfd.h>.
46620         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46621         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46622         bits/signalfd.h.
46623
46624 2012-02-14  Marek Polacek  <polacek@redhat.com>
46625
46626         * sysdeps/x86_64/crti.S: New file.
46627         * sysdeps/x86_64/crtn.S: New file.
46628         * sysdeps/x86_64/elf/initfini.c: Remove file.
46629
46630 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46631
46632         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46633         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46634         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46635         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46636         <bits/inotify.h>.
46637         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46638         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46639         bits/inotify.h.
46640
46641 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46642
46643         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46644         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46645         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46646         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46647         <bits/eventfd.h>.
46648         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46649         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46650         bits/eventfd.h.
46651
46652 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46653
46654         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46655         __feraiseexcept instead of feraiseexcept.
46656
46657         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46658         nanosleep invocations.
46659         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46660         strings, and add error checking for a nanosleep invocations.
46661
46662 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46663
46664         Replace FSF snail mail address with URLs, as per GNU coding standards.
46665         Most of the snail mail addresses were wrong anyway, and omitting
46666         them makes the source code easier to maintain.  Almost all of the
46667         changes are to license notices and to locale LC_IDENTIFICATION
46668         addresses, except for this one:
46669         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46670         not its snail mail address.
46671
46672 2012-02-09  Richard Henderson  <rth@twiddle.net>
46673
46674         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46675         of kernel-features.h.
46676
46677         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46678
46679 2012-02-08  Marek Polacek  <polacek@redhat.com>
46680
46681         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46682         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46683         * sysdeps/gnu/_G_config.h: Likewise.
46684         * sysdeps/generic/_G_config.h: Likewise.
46685
46686 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46687
46688         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46689         tests.
46690         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46691
46692         * sysdeps/powerpc/powerpc32/crti.S: New file.
46693         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46694         * sysdeps/powerpc/powerpc64/crti.S: New file.
46695         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46696
46697         * Makeconfig (have-initfini): Don't set.
46698         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46699         * configure.in (nopic_initfini): Don't substitute.
46700         * config.h.in (HAVE_INITFINI): Don't #undef.
46701         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46702         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46703
46704 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46705
46706         Support crti.S and crtn.S provided directly by architectures.
46707         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46708         [crti.S in sysdirs] (omit-deps): Likewise.
46709         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46710         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46711         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46712         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46713         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46714         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46715         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46716         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46717         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46718         compiler output for sysdeps/generic/initfini.c.
46719         * sysdeps/i386/elf/Makefile: Remove file.
46720         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46721
46722 2012-02-07  Marek Polacek  <polacek@redhat.com>
46723
46724         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46725         * sysdeps/gnu/_G_config.h: Likewise.
46726         * sysdeps/mach/hurd/_G_config.h: Likewise.
46727
46728 2012-02-07  Marek Polacek  <polacek@redhat.com>
46729
46730         * math/Makefile (tests): Add tst-CMPLX2.
46731         * math/tst-CMPLX2.c: New file.
46732
46733 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46734
46735         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46736
46737         * math/libm-test.inc (jn_test): Add missing L suffix.
46738
46739 2012-02-06  Marek Polacek  <polacek@redhat.com>
46740
46741         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46742         * sysdeps/i386/fpu/e_powf.S: Likewise.
46743         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46744         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46745         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46746         * sysdeps/i386/fpu/e_pow.S: Likewise.
46747         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46748         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46749         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46750         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46751         * sysdeps/i386/fpu/e_log2.S: Likewise.
46752         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46753         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46754         * sysdeps/i386/fpu/e_powl.S: Likewise.
46755         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46756         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46757         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46758         * sysdeps/i386/fpu/e_logl.S: Likewise.
46759         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46760         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46761         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46762         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46763         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46764         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46765         * sysdeps/i386/fpu/e_log.S: Likewise.
46766         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46767         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46768         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46769         * sysdeps/i386/fpu/e_logf.S: Likewise.
46770         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46771         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46772         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46773         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46774         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46775         * sysdeps/i386/fpu/e_log10.S: Likewise.
46776         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46777         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46778         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46779         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46780         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46781         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46782         * sysdeps/i386/asm-syntax.h: Likewise.
46783         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46784         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46785         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46786         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46787         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46788         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46789         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46790         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46791         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46792         * sysdeps/powerpc/sysdep.h: Likewise.
46793         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46794         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46795
46796 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46797
46798         [BZ #411]
46799         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46800
46801 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46802
46803         * sysdeps/i386/sysdep.h: Include <features.h>.
46804         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46805         version.
46806
46807 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46808
46809         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46810         Define.
46811         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46812         LOAD_PIC_REG_STR.
46813
46814 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46815
46816         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46817         (SETUP_PIC_REG): Use GET_PC_THUNK.
46818         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46819         macro.
46820
46821 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46822
46823         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46824         for non-PIC compilation.
46825         (SETUP_PIC_REG): Add .p2align directive.
46826         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46827         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46828         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46829         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46830         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46831         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46832         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46833         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46834         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46835         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46836         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46837         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46838         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46839         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46840         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46841         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46842         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46843         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46844         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46845         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46846         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46847         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46848         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46849         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46850         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46851         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46852         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46853         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46854         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46855         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46856         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46857         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46858         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46859         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46860         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46861         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46862         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46863         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46864         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46865         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46866         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46867
46868 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46869
46870         * math/tst-CMPLX.c: Include <stdio.h>.
46871
46872 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46873
46874         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46875         float.
46876         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46877         * sysdeps/sparc/bits/mathdef.h: Likewise.
46878
46879 2012-01-31  Marek Polacek  <polacek@redhat.com>
46880
46881         * libio/libio.h: Don't define _PARAMS.
46882         * locale/programs/config.h: Don't define PARAMS.
46883         * stdlib/strtol_l.c: Likewise.
46884         (__strtol_l): Remove PARAMS from the prototype.
46885
46886 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46887
46888         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46889         names.  Just use the correct names.  Remove unnecessary wrapper
46890         functions.
46891         * malloc/arena.c: Likewise.
46892         * malloc/hooks.c: Likewise.
46893
46894         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46895         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46896         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46897
46898 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46899
46900         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46901         into tail calls.
46902         (update_get_addr): New function.
46903         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46904         GET_ADDR_MODULE parameter.
46905
46906 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46907
46908         * crypt/cert.c: Remove __STDC__ conditionals.
46909         * crypt/crypt-entry.c: Likewise.
46910         * crypt/crypt_util.c: Likewise.
46911         * libio/filedoalloc.c: Likewise.
46912         * libio/fileops.c: Likewise.
46913         * libio/genops.c: Likewise.
46914         * libio/iofclose.c: Likewise.
46915         * libio/iofdopen.c: Likewise.
46916         * libio/iofopen.c: Likewise.
46917         * libio/iofopen64.c: Likewise.
46918         * libio/iogetdelim.c: Likewise.
46919         * libio/iopopen.c: Likewise.
46920         * libio/obprintf.c: Likewise.
46921         * libio/oldfileops.c: Likewise.
46922         * libio/oldiofclose.c: Likewise.
46923         * libio/oldiofdopen.c: Likewise.
46924         * libio/oldiofopen.c: Likewise.
46925         * libio/oldiopopen.c: Likewise.
46926         * libio/wfiledoalloc.c: Likewise.
46927         * libio/wgenops.c: Likewise.
46928         * locale/programs/xmalloc.c: Likewise.
46929         * misc/syslog.c: Likewise.
46930         * stdio-common/xbug.c: Likewise.
46931         * string/memchr.c: Likewise.
46932         * string/memcmp.c: Likewise.
46933         * string/memrchr.c: Likewise.
46934         * string/rawmemchr.c: Likewise.
46935         * sysdeps/posix/getcwd.c: Likewise.
46936         * time/strftime_l.c: Likewise.
46937
46938 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46939
46940         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46941         * config.make.in (config-cflags-sse2avx): Define.
46942         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46943         Fix typo.
46944
46945 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46946
46947         * scripts/config.guess: Update from upstream config git repository.
46948         * scripts/config.sub: Likewise.
46949
46950 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46951
46952         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46953         (EM_NUM): Update.
46954         (R_TILEPRO_*, R_TILEGX_*): New macros.
46955
46956         * scripts/firstversions.awk: Fix bug in version range handling.
46957
46958         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46959
46960         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46961
46962         * include/sys/epoll.h: New file.
46963         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46964         libc_hidden_def.
46965
46966 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46967
46968         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46969         Avoid unnecessary __WORDSIZE == 64 test.
46970         (fmaxf): Use VEX format if possible.
46971         (fmax): Likewise.
46972         (fminf): Likewise.
46973         (fmin): Likewise.
46974
46975         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46976         * math/math_private.h: Remove libc_fegetround* and
46977         libc_fesetround*.
46978         * sysdeps/i386/configure.in: Check for -msse2avx.
46979         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46980         also if SSE2AVX is defined.
46981         Remove libc_fegetround* and libc_fesetround*.
46982         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46983         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46984         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46985         of HAS_YMM_USABLE.
46986         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46987         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46988         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46989         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46990         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46991
46992         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46993
46994 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46995
46996         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46997         size is not set.
46998         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46999
47000 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
47001
47002         [BZ #13618]
47003         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
47004         relocation.
47005         * Makeconfig (libm): Define.
47006         * elf/Makefile: Add rules to build and run tst-relsort1.
47007         * elf/tst-relsort1.c: New file.
47008         * elf/tst-relsort1mod1.c: New file.
47009         * elf/tst-relsort1mod2.c: New file.
47010
47011 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
47012
47013         * math/s_ldexp.c: Remove __STDC__ conditionals.
47014         * math/s_ldexpf.c: Likewise.
47015         * math/s_ldexpl.c: Likewise.
47016         * math/s_nextafter.c: Likewise.
47017         * math/s_nexttowardf.c: Likewise.
47018         * math/s_significand.c: Likewise.
47019         * math/s_significandf.c: Likewise.
47020         * math/s_significandl.c: Likewise.
47021         * math/w_jnl.c: Likewise.
47022         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47023         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47024         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47025         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47026         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47027         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47028         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
47029         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47030         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47031         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47032         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47033         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47034         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47035         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47036         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47037         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47038         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47039         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47040         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47041         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47042         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47043         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47044         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47045         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47046         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47047         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47048         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47049         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47050         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47051         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47052         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47053         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47054         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47055         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47056         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47057         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47058         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47059         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47060         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47061         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47062         * sysdeps/ieee754/k_standard.c: Likewise.
47063         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47064         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47065         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47066         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47067         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47068         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47069         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47070         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47071         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47072         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47073         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47074         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47075         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47076         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47077         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47078         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47079         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47080         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47081         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47082         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47083         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47084         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47085         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47086         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47087         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47088         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47089         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47090         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47091         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47092         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47093         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47094         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
47095         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47096         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47097         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47098         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47099         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
47100         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47101         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47102         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
47103         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
47104         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47105         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
47106         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
47107         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47108         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
47109         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
47110         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47111         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47112         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
47113         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
47114         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47115         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47116         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47117         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47118         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47119         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
47120         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47121         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47122         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47123         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47124         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47125         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47126         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47127         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47128         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47129         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47130         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47131         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47132         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47133         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47134         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47135         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47136         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47137         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47138         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47139         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47140         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47141         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47142         * sysdeps/ieee754/s_matherr.c: Likewise.
47143         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47144         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47145         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47146         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47147
47148 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47149
47150         * crypt/md5.h: Remove __STDC__ conditionals.
47151         * libio/libioP.h: Likewise.
47152         * locale/programs/config.h: Likewise.
47153         * sysdeps/generic/sysdep.h: Likewise.
47154         * sysdeps/i386/asm-syntax.h: Likewise.
47155         * sysdeps/s390/asm-syntax.h: Likewise.
47156         * sysdeps/unix/sysdep.h: Likewise.
47157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47159
47160 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47161
47162         * libio/libio.h: Remove __STDC__ conditionals.
47163         * malloc/obstack.h: Likewise.
47164         * math/complex.h: Likewise.
47165         * math/math.h: Likewise.
47166         * sysdeps/generic/_G_config.h: Likewise.
47167         * sysdeps/gnu/_G_config.h: Likewise.
47168         * sysdeps/mach/hurd/_G_config.h: Likewise.
47169         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47170         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47171         * sysdeps/sparc/bits/mathdef.h: Likewise.
47172
47173 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
47174
47175         [BZ #13583]
47176         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
47177         Clean up HAS_* macros.
47178         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
47179         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47180         possible.
47181         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47182         HAS_AVX.
47183         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47184         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47185         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47186         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47187         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47188
47189 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
47190
47191         * elf/tst-unique3.cc (gets): Remove declaration.
47192         * elf/tst-unique3lib.cc (gets): Likewise.
47193         * elf/tst-unique3lib2.cc (gets): Likewise.
47194         * elf/tst-unique4.cc (gets): Likewise.
47195
47196 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
47197
47198         * include/stdio.h: Add C++ protection.  Add gets declarations and
47199         definitions.
47200         * debug/tst-chk1.c: Don't declare gets here.
47201         * stdio-common/tst-gets.c: Likewise.
47202
47203 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47204
47205         * posix/glob: Remove directory.
47206
47207 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47208
47209         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47210
47211 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
47212
47213         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47214         of the non-standard EPFNOSUPPORT.
47215
47216 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47217
47218         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47219         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47220         ANYWHERE set to 1 only on KERN_NO_SPACE error.
47221
47222 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
47223
47224         * wcsmbs/uchar.h: Test __STDC_VERSION__.
47225
47226 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
47227
47228         * nscd/aicache.c (addhstaiX): Do not cache negative results of
47229         transient errors.
47230         * nscd/grpcache.c (cache_addgr): Likewise.
47231         * nscd/hstcache.c (cache_addhst): Likewise.
47232         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47233         * nscd/pwdcache.c (cache_addpw): Likewise.
47234         * nscd/servicescache.c (cache_addserv): Likewise.
47235
47236 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47237
47238         * malloc/malloc.c: Various cleanups.
47239         * malloc/hooks.c: Likewise.
47240
47241         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47242         * stdlib/bug-fmtmsg1.c: New file.
47243
47244         * stdlib/fmtmsg.c (init): Add missing unlock.
47245         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47246
47247 2012-01-12  Marek Polacek  <polacek@redhat.com>
47248
47249         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47250         and _GNU_SOURCE.
47251
47252 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47253
47254         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47255         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47256         macro to ensure uniqueness of label name.
47257         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47258         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47259
47260 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47261
47262         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47263
47264         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47265         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47266         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47267         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47268
47269 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47270
47271         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47272
47273         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47274         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47275         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47276
47277         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47278
47279         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47280         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47281         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47282         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47283
47284         * math/bits/math-finite.h: Add ldexp support.
47285
47286 2012-01-10  Marek Polacek  <polacek@redhat.com>
47287
47288         * locale/programs/localedef.h (show_archive_content): Add noreturn
47289         attribute.
47290
47291 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47292
47293         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47294
47295 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47296
47297         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47298
47299         * io/Makefile (headers): Add bits/poll2.h.
47300
47301 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47302
47303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47304         typo #include statement.
47305
47306 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47307
47308         * include/sys/cdefs.h: Define __attribute_alloc_size.
47309         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47310         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47311         * elf/pldd.c: Likewise.
47312         * iconv/iconv_charmap.c: Likewise.
47313         * iconv/iconvconfig.c: Likewise.
47314         * iconv/strtab.c: Likewise.
47315         * locale/programs/locale.c: Likewise.
47316         * locale/programs/localedef.h: Likewise.
47317         * locale/programs/simple-hash.c: Likewise.
47318         * nscd/nscd.h: Likewise.
47319         * nss/makedb.c: Likewise.
47320         * sysdeps/generic/ldconfig.h: Likewise.
47321         * locale/programs/localedef.c: Remove xmalloc prototype.
47322         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47323
47324 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47325
47326         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47327         appropriate.
47328
47329 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47330
47331         * math/Makefile (tests): Add tst-CMPLX.
47332         * math/tst-CMPLX.c: New file.
47333
47334         * math/complex.h (CMPLXL): Fix typo.
47335
47336         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47337         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47338         GLIBC_2.16.
47339         * debug/tst-chk1.c: Add poll and ppoll tests.
47340         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47341         * include/sys/poll.h: Add hidden proto for ppoll.
47342         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47343         * sysdeps/mach/hurd/ppoll.c: Likewise.
47344         * io/ppoll.c: Likewise.
47345         * debug/poll_chk.c: New file.
47346         * debug/ppoll_chk.c: New file.
47347         * include/bits/poll2.h: New file.
47348         * io/bits/poll2.h: New file.
47349
47350         [BZ #1350]
47351         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47352
47353         * configure.in: static is always set to yes.  Remove.
47354         * config.make.in: Don't set build-static.
47355         * Makeconfig: Remove use of build-static.
47356         * dlfcn/Makefile: Likewise.
47357         * elf/Makefile: Likewise.
47358         * math/Makefile: Likewise.
47359         * misc/Makefile: Likewise.
47360         * nptl/Makefile: Likewise.
47361         * sysdeps/mach/hurd/Makefile: Likewise.
47362
47363         * configure.in: PWD_P is not used anymore.
47364         * config.make.in: Remove PWD_P entry.
47365
47366         * configure.in: Remove last remnants of RANLIB.
47367         No need to check for signed size_t anymore.
47368         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47369         and IA-64.
47370         Remove __builtin_expect test because we require at least gcc 3.4.
47371         * aclocal.m4: Likewise.
47372
47373         * wcsmbs/mbrtoc16.c: Implement using towc function.
47374         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47375         * wcsmbs/wcsmbsload.c: Likewise.
47376         * iconv/gconv_simple.c: Likewise.
47377         * iconv/gconv_int.h: Likewise.
47378         * iconv/gconv_builtin.h: Likewise.
47379         * iconv/iconv_prog.c: Remove CHAR16 handling.
47380
47381         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47382
47383         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47384
47385         * configure.in: Remove --with-elf and --enable-bounded options.
47386         Dont set base_machine for ia64.  More non-ELF conditions removed.
47387         Remove testing and setting of leading underscore information.
47388         * config.make.in (build-bounded): Set to no.
47389         * config.h.in: Remove NO_UNDERSCORES entry.
47390         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47391         them.
47392         * csu/start.c: Remove !NO_UNDERSCORE code.
47393         * locale/localeinfo.h: Likewise.
47394         * sysdeps/generic/machine-gmon.h: Likewise.
47395         * sysdeps/generic/sysdep.h: Likewise.
47396         * sysdeps/i386/sysdep.h: Likewise.
47397         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47398         * sysdeps/mach/sysdep.h: Likewise.
47399         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47400         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47401         * sysdeps/sh/sysdep.h: Likewise.
47402         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47403         * sysdeps/unix/i386/sysdep.S: Likewise.
47404         * sysdeps/unix/sparc/start.c: Likewise.
47405         * sysdeps/unix/sparc/sysdep.S: Likewise.
47406         * sysdeps/unix/sparc/sysdep.h: Likewise.
47407         * sysdeps/unix/start.c: Likewise.
47408         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47409         * sysdeps/x86_64/sysdep.h: Likewise.
47410
47411 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47412
47413         [BZ #13553]
47414         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47415         for non-gcc.
47416         * argp/argp-fmtstream.h: Use const instead __const.
47417         * argp/argp.h: Likewise.
47418         * assert/assert.h: Likewise.
47419         * bits/fenv.h: Likewise.
47420         * bits/sched.h: Likewise.
47421         * bits/sigset.h: Likewise.
47422         * bits/sigthread.h: Likewise.
47423         * catgets/nl_types.h: Likewise.
47424         * conform/data/pthread.h-data: Likewise.
47425         * crypt/crypt-private.h: Likewise.
47426         * crypt/crypt.h: Likewise.
47427         * crypt/crypt_util.c: Likewise.
47428         * ctype/ctype.h: Likewise.
47429         * debug/execinfo.h: Likewise.
47430         * debug/mbsnrtowcs_chk.c: Likewise.
47431         * debug/mbsrtowcs_chk.c: Likewise.
47432         * debug/wcsnrtombs_chk.c: Likewise.
47433         * debug/wcsrtombs_chk.c: Likewise.
47434         * debug/wcstombs_chk.c: Likewise.
47435         * dirent/dirent.h: Likewise.
47436         * dlfcn/dlfcn.h: Likewise.
47437         * elf/neededtest4.c: Likewise.
47438         * grp/grp.h: Likewise.
47439         * gshadow/gshadow.h: Likewise.
47440         * iconv/gconv.h: Likewise.
47441         * iconv/gconv_int.h: Likewise.
47442         * iconv/gconv_simple.c: Likewise.
47443         * iconv/iconv.h: Likewise.
47444         * iconv/loop.c: Likewise.
47445         * iconv/skeleton.c: Likewise.
47446         * include/aio.h: Likewise.
47447         * include/aliases.h: Likewise.
47448         * include/argz.h: Likewise.
47449         * include/arpa/inet.h: Likewise.
47450         * include/assert.h: Likewise.
47451         * include/dirent.h: Likewise.
47452         * include/dlfcn.h: Likewise.
47453         * include/execinfo.h: Likewise.
47454         * include/fcntl.h: Likewise.
47455         * include/fenv.h: Likewise.
47456         * include/glob.h: Likewise.
47457         * include/grp.h: Likewise.
47458         * include/libintl.h: Likewise.
47459         * include/mntent.h: Likewise.
47460         * include/netdb.h: Likewise.
47461         * include/pwd.h: Likewise.
47462         * include/rpc/netdb.h: Likewise.
47463         * include/sched.h: Likewise.
47464         * include/search.h: Likewise.
47465         * include/shadow.h: Likewise.
47466         * include/signal.h: Likewise.
47467         * include/stdio.h: Likewise.
47468         * include/stdlib.h: Likewise.
47469         * include/string.h: Likewise.
47470         * include/sys/socket.h: Likewise.
47471         * include/sys/stat.h: Likewise.
47472         * include/sys/statfs.h: Likewise.
47473         * include/sys/statvfs.h: Likewise.
47474         * include/sys/syslog.h: Likewise.
47475         * include/sys/time.h: Likewise.
47476         * include/sys/uio.h: Likewise.
47477         * include/time.h: Likewise.
47478         * include/unistd.h: Likewise.
47479         * include/utmp.h: Likewise.
47480         * include/wchar.h: Likewise.
47481         * include/wctype.h: Likewise.
47482         * inet/aliases.h: Likewise.
47483         * inet/arpa/inet.h: Likewise.
47484         * inet/netinet/ether.h: Likewise.
47485         * inet/netinet/in.h: Likewise.
47486         * intl/libintl.h: Likewise.
47487         * io/bits/fcntl2.h: Likewise.
47488         * io/fcntl.h: Likewise.
47489         * io/ftw.h: Likewise.
47490         * io/sys/poll.h: Likewise.
47491         * io/sys/stat.h: Likewise.
47492         * io/sys/statfs.h: Likewise.
47493         * io/sys/statvfs.h: Likewise.
47494         * io/utime.h: Likewise.
47495         * libio/bits/stdio.h: Likewise.
47496         * libio/bits/stdio2.h: Likewise.
47497         * libio/libio.h: Likewise.
47498         * libio/libioP.h: Likewise.
47499         * libio/stdio.h: Likewise.
47500         * locale/lc-ctype.c: Likewise.
47501         * locale/locale.h: Likewise.
47502         * login/utmp.h: Likewise.
47503         * malloc/arena.c: Likewise.
47504         * malloc/malloc.c: Likewise.
47505         * malloc/malloc.h: Likewise.
47506         * malloc/mcheck.c: Likewise.
47507         * malloc/mtrace.c: Likewise.
47508         * math/bits/mathcalls.h: Likewise.
47509         * math/fenv.h: Likewise.
47510         * math/math_private.h: Likewise.
47511         * misc/bits/error.h: Likewise.
47512         * misc/bits/syslog.h: Likewise.
47513         * misc/err.h: Likewise.
47514         * misc/error.h: Likewise.
47515         * misc/fstab.h: Likewise.
47516         * misc/mntent.h: Likewise.
47517         * misc/regexp.h: Likewise.
47518         * misc/search.h: Likewise.
47519         * misc/sgtty.h: Likewise.
47520         * misc/sys/mman.h: Likewise.
47521         * misc/sys/syslog.h: Likewise.
47522         * misc/sys/uio.h: Likewise.
47523         * misc/sys/xattr.h: Likewise.
47524         * misc/ttyent.h: Likewise.
47525         * nis/rpcsvc/ypclnt.h: Likewise.
47526         * nss/nss.h: Likewise.
47527         * posix/bits/unistd.h: Likewise.
47528         * posix/fnmatch.h: Likewise.
47529         * posix/glob.h: Likewise.
47530         * posix/sched.h: Likewise.
47531         * posix/spawn.h: Likewise.
47532         * posix/sys/wait.h: Likewise.
47533         * posix/unistd.h: Likewise.
47534         * posix/wordexp.h: Likewise.
47535         * pwd/pwd.h: Likewise.
47536         * resolv/netdb.h: Likewise.
47537         * resource/sys/resource.h: Likewise.
47538         * rt/aio.h: Likewise.
47539         * rt/bits/mqueue2.h: Likewise.
47540         * rt/mqueue.h: Likewise.
47541         * shadow/shadow.h: Likewise.
47542         * signal/signal.h: Likewise.
47543         * socket/send.c: Likewise.
47544         * socket/sendto.c: Likewise.
47545         * socket/sys/socket.h: Likewise.
47546         * stdio-common/printf.h: Likewise.
47547         * stdlib/bits/stdlib.h: Likewise.
47548         * stdlib/fmtmsg.h: Likewise.
47549         * stdlib/monetary.h: Likewise.
47550         * stdlib/stdlib.h: Likewise.
47551         * stdlib/ucontext.h: Likewise.
47552         * streams/stropts.h: Likewise.
47553         * string/argz.h: Likewise.
47554         * string/bits/string2.h: Likewise.
47555         * string/string.h: Likewise.
47556         * string/strings.h: Likewise.
47557         * sunrpc/rpc/auth.h: Likewise.
47558         * sunrpc/rpc/auth_des.h: Likewise.
47559         * sunrpc/rpc/clnt.h: Likewise.
47560         * sunrpc/rpc/netdb.h: Likewise.
47561         * sunrpc/rpc/pmap_clnt.h: Likewise.
47562         * sunrpc/rpc/xdr.h: Likewise.
47563         * sysdeps/generic/inttypes.h: Likewise.
47564         * sysdeps/generic/net/if.h: Likewise.
47565         * sysdeps/generic/sys/swap.h: Likewise.
47566         * sysdeps/gnu/net/if.h: Likewise.
47567         * sysdeps/gnu/utmpx.h: Likewise.
47568         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47569         * sysdeps/i386/i486/bits/string.h: Likewise.
47570         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47571         * sysdeps/s390/bits/string.h: Likewise.
47572         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47573         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47574         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47575         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47576         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47577         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47578         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47579         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47580         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47581         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47582         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47583         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47584         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47585         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47586         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47587         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47588         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47589         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47590         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47591         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47592         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47593         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47594         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47595         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47596         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47597         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47598         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47599         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47600         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47601         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47602         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47603         * sysvipc/sys/ipc.h: Likewise.
47604         * sysvipc/sys/msg.h: Likewise.
47605         * sysvipc/sys/sem.h: Likewise.
47606         * sysvipc/sys/shm.h: Likewise.
47607         * termios/termios.h: Likewise.
47608         * time/sys/time.h: Likewise.
47609         * time/time.h: Likewise.
47610         * wcsmbs/bits/wchar2.h: Likewise.
47611         * wcsmbs/uchar.h: Likewise.
47612         * wcsmbs/wchar.h: Likewise.
47613         * wctype/wctype.h: Likewise.
47614
47615         [BZ #13551]
47616         * Makeconfig: Remove all but ELF support including AIX support.
47617         * Makerules: Likewise.
47618         * config.h.in: Likewise.
47619         * config.make.in: Likewise.
47620         * configure: Likewise.
47621         * configure.in: Likewise.
47622         * csu/Makefile: Likewise.
47623         * csu/version.c: Likewise.
47624         * debug/Makefile: Likewise.
47625         * dlfcn/Makefile: Likewise.
47626         * elf/Makefile: Likewise.
47627         * extra-lib.mk: Likewise.
47628         * iconv/Makefile: Likewise.
47629         * include/libc-symbols.h: Likewise.
47630         * include/shlib-compat.h: Likewise.
47631         * resolv/Makefile: Likewise.
47632         * resolv/res_libc.c: Likewise.
47633         * rt/Makefile: Likewise.
47634         * sysdeps/i386/asm-syntax.h: Likewise.
47635         * sysdeps/i386/sysdep.h: Likewise.
47636         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47637         * sysdeps/mach/sysdep.h: Likewise.
47638         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47639         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47640         * sysdeps/s390/asm-syntax.h: Likewise.
47641         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47642         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47643         * sysdeps/sh/sysdep.h: Likewise.
47644         * sysdeps/unix/sparc/sysdep.h: Likewise.
47645         * sysdeps/wordsize-32/divdi3.c: Likewise.
47646         * sysdeps/x86_64/sysdep.h: Likewise.
47647
47648         * argp/Versions: Remove _argp_unlock_xxx.
47649
47650         [BZ #13559]
47651         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47652         * abilist/libBrokenLocale.abilist: Likewise.
47653         * abilist/libanl.abilist: Likewise.
47654         * abilist/libc.abilist: Likewise.
47655         * abilist/libcrypt.abilist: Likewise.
47656         * abilist/libdl.abilist: Likewise.
47657         * abilist/libm.abilist: Likewise.
47658         * abilist/libnsl.abilist: Likewise.
47659         * abilist/libpthread.abilist: Likewise.
47660         * abilist/libresolv.abilist: Likewise.
47661         * abilist/librt.abilist: Likewise.
47662         * abilist/libthread_db.abilist: Likewise.
47663         * abilist/libutil.abilist: Likewise.
47664         * abilist/libnss_db.abilist: New file.
47665
47666         * scripts/abilist.awk: Add support for indirect functions.
47667
47668         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47669
47670         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47671
47672         * shlib-versions: Remove entries for ports architectures.
47673
47674         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47675         files in ports.
47676         * elf/stackguard-macros.h: Remove support for IA-64.
47677         * elf/tst-auditmod1.c: Likewise.
47678         * sysdeps/generic/ldsodefs.h: Likewise.
47679
47680         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47681         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47682         configure files.
47683
47684         [BZ #13552]
47685         * configure.in: Remove --enable-omitfp support.
47686         * FAQ.in: Adjust.
47687         * config.make.in: Likewise.
47688         * Makeconfig: Likewise.
47689         * manual/install.texi: Likewise.
47690
47691         In case anyone cares, the IA-64 architecture could move to ports.
47692         * sysdeps/ia64/*: Removed.
47693         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47694         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47695
47696         [BZ #13555]
47697         * configure.in: Remove entries for unsupported architectures.
47698
47699         [BZ #13533]
47700         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47701         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47702         routines.
47703         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47704         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47705         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47706         fall back to using wcrtomb.
47707         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47708         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47709         renaming.
47710         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47711         * wcsmbs/tst-c16c32-1.c: New file.
47712
47713         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47714         local variable.
47715
47716         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47717
47718         * elf/tst-unique3.cc: Add explicit declaration of gets.
47719         * elf/tst-unique3lib.cc: Likewise.
47720         * elf/tst-unique3lib2.cc: Likewise.
47721         * elf/tst-unique4.cc: Likewise.
47722
47723         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47724
47725 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47726
47727         [BZ #13566]
47728         * assert/assert.h (static_assert): Don't define for C++.
47729         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47730         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47731
47732 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47733
47734         * iconv/loop.c (single loop): Fix assertion in storing of
47735         remaining bytes.
47736
47737         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47738
47739 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47740
47741         * posix/getconf.c: Update copyright year.
47742         * nss/getent.c: Likewise.
47743         * nss/makedb.c: Likewise.
47744         * iconv/iconvconfig.c: Likewise.
47745         * iconv/iconv_prog.c: Likewise.
47746         * elf/ldconfig.c: Likewise.
47747         * elf/pldd.c: Likewise.
47748         * elf/sotruss.ksh: Likewise.
47749         * catgets/gencat.c: Likewise.
47750         * csu/version.c: Likewise.
47751         * elf/ldd.bash.in: Likewise.
47752         * elf/sprof.c (print_version): Likewise.
47753         * locale/programs/locale.c: Likewise.
47754         * locale/programs/localedef.c: Likewise.
47755         * login/programs/pt_chown.c: Likewise.
47756         * nscd/nscd.c (print_version): Likewise.
47757         * debug/xtrace.sh: Likewise.
47758         * malloc/memusage.sh: Likewise.
47759         * malloc/mtrace.pl: Likewise.
47760         * debug/catchsegv.sh: Likewise.
47761
47762 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47763
47764         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47765         pure attribute.
47766
47767 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47768
47769         [BZ #13533]
47770         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47771         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47772         transformations.
47773         * iconv/gconv_int.h: Likewise.
47774         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47775         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47776         from libc for GLIBC_2.16.
47777         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47778         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47779         * wcsmbs/uchar.h: Really define mbstate_t.
47780         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47781         * wcsmbs/c16rtomb.c: New file.
47782         * wcsmbs/mbrtoc16.c: New file.
47783         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47784         for C/POSIX locale.
47785         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47786         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47787
47788         * wcsmbs/wchar.h: Add missing __restrict.
47789
47790 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47791
47792         [BZ #13532]
47793         * time/Makefile (routines): Add timespec_get.
47794         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47795         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47796         timespec for ISO C11.
47797         * time/timespec_get.c: New file.
47798         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47799         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47800
47801         [BZ #13531]
47802         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47803         * stdlib/stdlib.h: Declare aligned_alloc.
47804         * Versions.def: Add GLIBC_2.16 for libc.
47805         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47806
47807         [BZ 13527]
47808         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47809         ISO C11.
47810
47811         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47812         code.
47813
47814         [BZ #13528]
47815         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47816
47817         [BZ #13529]
47818         * assert/assert.h (static_assert): Define.
47819
47820         * version.h: Update for 2.16 development version.
47821
47822         [BZ #13526]
47823         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47824         _ISOC11_SOURCE.
47825
47826         * version.h (RELEASE): Bump for 2.15 release.
47827         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47828
47829         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47830         Patch by Marek Polacek <mpolacek@redhat.com>.
47831
47832         * bits/byteswap.h: Protect long long constants with __extension__.
47833         * sysdeps/i386/bits/byteswap.h: Likewise.
47834         * sysdeps/ia64/bits/byteswap.h: Likewise.
47835         * sysdeps/s390/bits/byteswap.h: Likewise.
47836         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47837
47838 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47839
47840         [BZ #13540]
47841         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47842         destination buffer.
47843         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47844
47845 2011-12-23  Marek Polacek  <polacek@redhat.com>
47846
47847         * elf/dl-addr.c (determine_info): Add inline keyword.
47848         * elf/tst-auditmod4b.c (check_avx): Likewise.
47849         * elf/tst-auditmod6b.c (check_avx): Likewise.
47850         * elf/tst-auditmod6c.c (check_avx): Likewise.
47851         * elf/tst-auditmod7b.c (check_avx): Likewise.
47852
47853 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47854
47855         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47856         !__SSE_MATH__.
47857
47858 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47859
47860         [BZ #13540]
47861         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47862         processing for last bytes.
47863
47864 2011-08-06  Bruno Haible  <bruno@clisp.org>
47865
47866         [BZ #13061]
47867         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47868         U+0385, not to U+1FEE.
47869
47870         [BZ #13062]
47871         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47872         entry for U+00A5 U+0301.
47873
47874 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47875
47876         [BZ #13166]
47877         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47878         buffer for the output is too small.
47879
47880         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47881         optimization.
47882
47883         [BZ #13185]
47884         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47885         SSE flags if possible.
47886
47887 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47888
47889         [BZ #13540]
47890         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47891         processing for last bytes.
47892
47893 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47894
47895         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47896         (syscall-list-default-options, syscall-list-default-condition)
47897         (syscall-list-includes): Define.
47898         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47899         list of ABIs and options and #if conditions for each ABI.  Do not
47900         handle common syscalls between ABIs specially.
47901         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47902         Remove.
47903         (syscall-list-variants, syscall-list-32bit-options)
47904         (syscall-list-32bit-condition, syscall-list-64bit-options)
47905         (syscall-list-64bit-condition): Define.
47906         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47907         (syscall-list-variants, syscall-list-32bit-options)
47908         (syscall-list-32bit-condition, syscall-list-64bit-options)
47909         (syscall-list-64bit-condition): Define.
47910         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47911         Remove.
47912         (syscall-list-variants, syscall-list-32bit-options)
47913         (syscall-list-32bit-condition, syscall-list-64bit-options)
47914         (syscall-list-64bit-condition): Define.
47915         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47916         Remove.
47917         (syscall-list-variants, syscall-list-32bit-options)
47918         (syscall-list-32bit-condition, syscall-list-64bit-options)
47919         (syscall-list-64bit-condition): Define.
47920
47921 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47922
47923         * locale/iso-639.def: Add brx entry.
47924
47925         [BZ #13328]
47926         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47927         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47928
47929         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47930         __feraiseexcept_renamed.
47931
47932 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47933
47934         [BZ #13538]
47935         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47936         EPOLLET with unsigned values.
47937         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47938         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47939
47940         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47941         to large cancellation.
47942         * math/s_cacoshf.c: Likewise.
47943         * math/s_cacoshl.c: Likewise.
47944
47945 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47946
47947         [BZ #13305]
47948         [BZ #12786]
47949         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47950         * math/s_cacoshf.c: Likewise.
47951         * math/s_cacoshl.c: Likewise.
47952
47953 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47954
47955         [BZ #13439]
47956         * iconv/gconv.h: Define __GCONV_SWAP.
47957         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47958         * iconvdata/utf-16.c: Likewise.
47959         * iconvdata/utf-32.c: Likewise.
47960
47961 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47962
47963         [BZ #13524]
47964         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47965         numerator after shifting it by one limb.
47966
47967 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47968
47969         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47970         under [__USE_EXTERN_INLINES].
47971
47972 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47973
47974         [BZ #13446]
47975         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47976
47977 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47978
47979         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47980         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47981         optimized code.
47982         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47983         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47984         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47985         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47986         for strncasecmp/strncasecmp_l compilation.
47987         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47988         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47989
47990 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47991
47992         [BZ #13484]
47993         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47994         of __asm__.
47995
47996 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47997
47998         [BZ #13506]
47999         * time/tzfile.c (__tzfile_read): Check values from file header.
48000
48001 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
48002
48003         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
48004         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
48005         * powerpc/powerpc32/dl-start.S: Likewise.
48006         * powerpc/powerpc32/elf/start.S: Likewise.
48007         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
48008         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
48009         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
48010         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
48011         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
48012         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
48013         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
48014         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
48015         * powerpc/powerpc32/fpu/s_round.S: Likewise.
48016         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
48017         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
48018         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
48019         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
48020         * powerpc/powerpc32/memset.S: Likewise.
48021         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
48022         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
48023         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
48024         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
48025         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
48026         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
48027         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
48028         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
48029         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
48030         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
48031         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
48032         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48033         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48034
48035 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48036
48037         * math/libm-test.inc: Added more nearbyint tests.
48038         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
48039         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
48040         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
48041         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
48042
48043 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
48044
48045         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
48046         FD_CLOEXEC.
48047
48048 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48049
48050         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
48051         Add wcscpy-ssse3 wcscpy-c.
48052         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
48053         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
48054         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
48055         * sysdeps/x86_64/wcschr.S: New file.
48056         * sysdeps/x86_64/wcsrchr.S: New file.
48057         * string/test-strcmp.c: Remove checking of wcscmp function for
48058         wrong alignments.
48059         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
48060         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
48061         wcsrchr-sse2 wcsrchr-c.
48062         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
48063         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
48064         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
48065         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
48066         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
48067         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
48068         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
48069         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
48070         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
48071         * wcsmbc/wcschr.c (WCSCHR): New macro.
48072
48073 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48074
48075         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
48076         * wcsmbs/test-wcsrchr.c: New file.
48077         * string/test-strrchr.c: Add wcsrchr support.
48078         (WIDE): New macro.
48079         * wcsmbs/test-wcscpy.c: New file.
48080         * string/test-strcpy.c: Add wcscpy support.
48081         (WIDE): New macro.
48082
48083 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
48084
48085         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
48086         the inner loop.
48087
48088 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
48089
48090         [BZ #13472]
48091         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
48092
48093 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
48094
48095         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
48096         Minor optimizations.
48097
48098         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
48099         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
48100         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
48101
48102 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
48103
48104         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
48105         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
48106         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
48107         for gcc to avoid warnings.
48108         * inet/Makefile (tests): Add tst-checks.
48109         * inet/tst-checks.c: New file.
48110
48111         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
48112         warning.
48113
48114         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
48115         __wmemcmp_sse2.
48116
48117         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
48118         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
48119
48120         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
48121
48122 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
48123
48124         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48125         problem.
48126
48127         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48128
48129 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
48130
48131         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48132         conditional on GCC version.
48133         (__arch_compare_and_exchange_val_8_acq)
48134         (__arch_compare_and_exchange_val_16_acq)
48135         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48136         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48137         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48138
48139 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
48140
48141         * sysdeps/sh/backtrace.c: New file.
48142
48143 2011-12-02  Andreas Schwab  <schwab@redhat.com>
48144
48145         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
48146         parenthesis.
48147
48148 2011-12-01  Andreas Schwab  <schwab@redhat.com>
48149
48150         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48151         falling back to utime.
48152
48153 2011-11-30  Andreas Schwab  <schwab@redhat.com>
48154
48155         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48156         expectations for float.
48157
48158 2011-11-29  Andreas Schwab  <schwab@redhat.com>
48159
48160         * locale/weight.h (findidx): Add parameter len.
48161         * locale/weightwc.h (findidx): Likewise.
48162         * posix/fnmatch_loop.c (FCT): Adjust caller.
48163         * posix/regcomp.c (build_equiv_class): Likewise.
48164         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48165         * posix/regexec.c (check_node_accept_bytes): Likewise.
48166         * string/strcoll_l.c (STRCOLL): Likewise.
48167         * string/strxfrm_l.c (STRXFRM): Likewise.
48168
48169 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
48170
48171         * Makefile.in: Remove CVSOPT handling.
48172         * configure.in: Remove use of AC_REVISION.
48173         * iconvdata/Makefile (distribute): No need to filter out CVS.
48174         * scripts/list-sources.sh: Remove CVS, subversion and monotone
48175         handling.
48176
48177 2011-11-16  Andreas Schwab  <schwab@redhat.com>
48178
48179         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48180         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48181         [USE_AS_STRNCASECMP_L]: Likewise.
48182         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48183         NO_TLS_DIRECT_SEG_REFS.
48184         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48185         Fix argument offsets for non-PIC.
48186         [USE_AS_STRNCASECMP_L]: Likewise.
48187         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48188         NO_TLS_DIRECT_SEG_REFS.
48189
48190 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48191
48192         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
48193         O_CLOEXEC.
48194         * locale/loadlocale.c (_nl_load_locale): Likewise.
48195
48196 2011-11-15  Andreas Schwab  <schwab@redhat.com>
48197
48198         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48199         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48200         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48201         (SYSCALL_GETTIME): Set errno on error.
48202
48203         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48204         count references to noai6ai_cached.
48205
48206 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48207
48208         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48209
48210         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48211         FD_CLOEXEC for /proc/self/maps.
48212
48213         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48214         FD_CLOEXEC for /proc/meminfo.
48215
48216         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48217         gai.conf.
48218
48219         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
48220         FD_CLOEXEC for given file.
48221
48222         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48223
48224         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48225         FD_CLOEXEC for /etc/hosts.
48226         (_gethtent): Likewise.
48227
48228         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48229
48230         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48231         cancellation and set FD_CLOEXEC for /etc/netgroup.
48232
48233         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48234         reading /etc/publickey.
48235
48236         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48237         allow cancellation when reading /etc/group.
48238
48239         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48240         cancellation.
48241         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48242
48243         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48244         when using data file.
48245
48246         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48247
48248         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48249         (write_nis_obj): Use "c" and "e" in fopen.
48250
48251         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48252
48253         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48254
48255         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48256
48257         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48258
48259         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48260         locale.alias.
48261
48262         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48263
48264         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48265
48266         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48267
48268         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48269         file parsing and set FD_CLOEXEC.
48270
48271 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48272
48273         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48274
48275 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48276
48277         * malloc/arena.c (arena_get2): Don't call reused_arena when
48278         _int_new_arena failed.
48279
48280 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48281
48282         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48283         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48284         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48285         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48286         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48287         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48288         to compile strcasecmp and strncasecmp.
48289         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48290         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48291
48292         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48293
48294 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48295
48296         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48297         locale-defines.sym to gen-as-const-headers.
48298         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48299         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48300         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48301         to compile strcasecmp and strncasecmp.
48302         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48303         strcasecmp_l and strncasecmp_l.
48304         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48305         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48306         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48307         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48308         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48309         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48310         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48311         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48312         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48313         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48314         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48315
48316 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48317
48318         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48319         result of SYSDEP_GETTIME_CPU to retval.
48320         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48321         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48322
48323         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48324         variable.
48325
48326         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48327         mantissa words.
48328         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48329
48330         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48331         from unused variable.
48332
48333         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48334         DWARF definitions.
48335         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48336         for assembling.
48337
48338         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48339         over namespaces.
48340
48341         * sunrpc/rpc_prot.c (rejected): Fix case value.
48342
48343         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48344         unsigned long long int to avoid warnings in shift.
48345
48346         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48347         of use of trans.
48348         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48349         variable tmp.
48350
48351         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48352         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48353         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48354
48355         * nis/nis_table.c (nis_list): Use variable of correct type for
48356         result of __follow_path call.
48357
48358 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48359
48360         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48361         of math functions ceil, trunc, floor, round, and sqrt, when
48362         avaliable on the platform.
48363         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48364         name clash.
48365         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48366         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48367         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48368
48369 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48370
48371         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48372         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48373
48374 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48375
48376         * include/unistd.h: Fix __readlink return type.
48377         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48378
48379 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48380
48381         * stdlib/ucontext.h: Undo last change for makecontext.
48382
48383 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48384
48385         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48386
48387         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48388         * setjmp/setjmp.h: Mark functions as non-leaf.
48389         * setjmp/bits/setjmp2.h: Likewise.
48390         * stdlib/ucontext.h: Likewise.
48391
48392 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48393
48394         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48395         (reused_arena): Don't check arena limit.
48396         (arena_get2): Atomically check arena limit.
48397
48398 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48399
48400         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48401         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48402
48403         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48404         instructions.
48405
48406 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48407
48408         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48409         handler when locking.
48410
48411         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48412         Fix size of allocated buffer.
48413
48414 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48415
48416         [BZ #10103]
48417         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48418         declarations for long double functions.
48419         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48420
48421         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48422
48423 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48424
48425         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48426         installed.
48427
48428         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48429         is disabled.
48430
48431 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48432
48433         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48434
48435 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48436
48437         * include/alloca.h (stackinfo_alloca_round): Define.
48438         (extend_alloca): Use it.
48439         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48440         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48441         here.
48442
48443         * scripts/check-local-headers.sh: Ignore libaudit.h.
48444
48445         * nscd/Makefile (extra-objs): Make recursively expanded.
48446
48447 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48448
48449         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48450         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48451
48452         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48453         * posix/tst-rfc3484-2.c: Likewise.
48454         * posix/tst-rfc3484-3.c: Likewise.
48455
48456         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48457         process_vm_writev.
48458         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48459         process_vm_writev.
48460         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48461         process_vm_writev from libc using GLIBC_2.15 version.
48462
48463         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48464
48465 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48466
48467         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48468         stack usage.
48469
48470 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48471
48472         [BZ #13367]
48473         * nss/getent.c (initgroups_keys): Show error message in case no group
48474         names are given.
48475
48476         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48477         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48478         __bump_nl_timestamp.
48479         * nscd/connections (nscd_init): When host database is served open
48480         netlink socket and request notification about configuration changes.
48481         (main_loop_poll): Track netlink file descriptor and bump timestamp
48482         in case data becomes available.
48483         (main_loop_epoll): Likewise.
48484         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48485         (database_pers_head): Add extra_data fileds.
48486         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48487         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48488         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48489         Adjust caller.
48490         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48491         in6ai data, call __free_in6ai.
48492         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48493         Add -DHAVE_NETLINK.
48494         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48495         interface information.  Reuse previous data if netlink timestamp
48496         is not changed.
48497         (__bump_nl_timestamp): New function.
48498         (__free_in6ai): New function.
48499
48500 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48501
48502         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48503         close_not_cancel_no_status here.
48504         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48505
48506 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48507
48508         [BZ #13276]
48509         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48510         return value.
48511
48512         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48513         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48514         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48515
48516 2011-07-03  Andreas Jaeger  <aj@suse.de>
48517
48518         [BZ #10709]
48519         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48520         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48521         * math/libm-test.inc (sin_test): Add test case.
48522
48523 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48524
48525         [BZ #13337]
48526         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48527         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48528
48529         * elf/chroot_canon.c (chroot_canon): Cleanups.
48530
48531         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48532
48533         [BZ #13335]
48534         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48535         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48536
48537         * string/test-strchr.c: Make usable for strchrnul testing.
48538         * string/test-strchrnul.c: New file.
48539         * string/Makefile (strop-tests): Add strchrnul.
48540
48541         * po/it.po: Update from translation team.
48542         * po/es.po: Likewise.
48543
48544 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48545
48546         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48547         the three constants needed as parameters.  Drop the others.
48548         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48549         __m128i_strloadu_tolower.
48550         Create and initialize variable zero and use it in all the places
48551         where _mm_setzero_si128 was used.
48552
48553         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48554         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48555         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48556         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48557         anymore.
48558         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48559         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48560         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48561         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48562         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48563         __mpranred, __mptan.
48564         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48565         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48566         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48567         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48568         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48569         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48570         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48571         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48572         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48573
48574 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48575
48576         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48577         redefine if SHARED.
48578         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48579
48580         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48581         wide char related routines to wcsmbs subdir.
48582
48583 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48584
48585         [BZ #13344]
48586         * misc/sys/cdefs.h (__THROWNL): Define.
48587         * posix/unistd.h: Use __THREADNL instead of __THREAD
48588         for memory synchronization functions.
48589
48590 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48591
48592         [BZ #13349]
48593         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48594         doesn't exist.
48595         * manual/stdio.texi (Obstack Streams): Node removed.
48596
48597 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48598
48599         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48600         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48601         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48602
48603         * math/math_private.h (math_force_eval): Allow non-addressable
48604         arguments.
48605         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48606
48607 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48608
48609         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48610         file is not needed.
48611
48612         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48613         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48614         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48615         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48616         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48617         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48618         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48619         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48620         Add AVX variants.
48621         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48622         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48623         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48624         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48625         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48626         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48627         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48628         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48629         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48630         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48631         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48632         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48633         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48634         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48635         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48636         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48637         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48638         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48639         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48640
48641         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48642         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48643
48644         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48645         place.  Use VEX encoding when compiling for AVX.
48646
48647 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48648
48649         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48650         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48651
48652         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48653
48654 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48655
48656         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48657         useless if() expression.
48658         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48659         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48660         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48661         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48662         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48663         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48664         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48665         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48666         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48667         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48668         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48669         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48670         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48671         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48672         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48673         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48674         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48675         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48676         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48677
48678         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48679
48680 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48681
48682         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48683         condition.
48684         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48685
48686 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48687
48688         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48689         .text section.  Avoid duplicate constants.
48690         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48691         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48692         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48693         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48694         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48695         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48696         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48697         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48698         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48699         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48700         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48701         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48702         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48703         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48704         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48705         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48706         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48707         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48708         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48709         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48710         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48711         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48712         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48713         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48714         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48715         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48716         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48717         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48718         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48719         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48720         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48721         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48722         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48723         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48724         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48725         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48726         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48727         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48728         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48729         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48730         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48731         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48732         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48733         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48734         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48735
48736 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48737
48738         * sysdeps/x86_64/dla.h: Move to ...
48739         * sysdeps/x86_64/fpu/dla.h: ...here.
48740         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48741         situations.  Use __builtin_fma only for gcc 4.6 and up.
48742
48743         * config.make.in: Add have-mfma4 entry.
48744         * configure.in: Substitute libc_cv_cc_fma4.
48745         * math/Makefile (dbl-only-routines): Add sincostab.
48746         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48747         Use __sincostab not sincos.
48748         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48749         name is a macro.
48750         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48751         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48752         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48753         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48754         using __copysign.
48755         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48756         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48757         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48758         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48759         and __inv.
48760         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48761         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48762         __copysign.
48763         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48764         define aliases when function name is a macro.
48765         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48766         sysdeps/ieee754/dbl-64/sincos.tbl.
48767         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48768         fma4-enabled routines.
48769         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48770         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48771         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48772         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48773         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48774         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48775         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48776         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48777         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48778         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48779         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48780         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48781         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48782         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48783         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48784         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48785         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48786         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48787         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48788         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48789         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48790         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48791         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48792         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48793         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48794         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48795         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48796         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48797         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48798         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48799
48800         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48801         rename.
48802         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48803         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48804         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48805         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48806         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48807         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48808         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48809         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48810
48811 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48812
48813         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48814
48815 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48816
48817         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48818
48819         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48820         prediction.
48821         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48822
48823         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48824         Remove unused variable magic_bits.
48825         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48826
48827         * string/strnlen.c: Define and use STRNLEN macro.
48828         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48829         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48830         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48831         * wcsmbs/wcslen.c: Define and use WCSLEN.
48832         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48833         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48834         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48835         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48836         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48837         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48838         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48839
48840 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48841
48842         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48843         strnlen-sse2-no-bsf.
48844         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48845         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48846         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48847         Add strnlen support.
48848         (USE_AS_STRNLEN): New macro.
48849         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48850         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48851         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48852         * sysdeps/x86_64/wcslen.S: New file.
48853
48854 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48855
48856         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48857         XMM-moves are used for copying on small sizes.
48858
48859 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48860
48861         * wcsmbs/Makefile (strop-tests): Add wcschr.
48862         * wcsmbs/test-wcschr.c: New file.
48863         * string/test-strchr.c: Update.
48864         Add wcschr support.
48865         (WIDE): New macro.
48866
48867 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48868
48869         * wcsmbs/Makefile (strop-tests): Add wcslen.
48870         * wcsmbs/test-wcslen.c: New file.
48871         * string/test-strlen.c: Update.
48872         Add wcslen support.
48873         (WIDE): New macro.
48874
48875 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48876
48877         * po/it.po: Update from translation team.
48878
48879 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48880
48881         * sysdeps/x86_64/wcscmp.S: Update.
48882         Fix wrong comparison semantics.
48883         wcscmp shall use signed comparison not unsigned.
48884         Don't use substraction to avoid overflow bug.
48885         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48886         * wcsmbc/wcscmp.c: Likewise.
48887         * string/test-strcmp.c: Likewise.
48888         Add new tests to check cases with negative values.
48889
48890 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48891
48892         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48893         * sysdeps/x86_64/dla.h: ...here.  New file.
48894         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48895         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48896         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48897         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48898         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48899         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48900         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48901         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48902         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48903
48904 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48905
48906         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48907         __ynl_finite aliases.
48908
48909 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48910
48911         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48912
48913         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48914         define DLA_FMA.
48915         [DLA_FMA] (EMULV): Use DLA_FMA.
48916         [DLA_FMA] (MUL12): Use EMULV.
48917         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48918         that are not needed.
48919         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48920         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48921         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48922         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48923         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48924         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48925         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48926
48927 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48928
48929         * math/s_nan.c: Undef __nan.
48930         * math/s_nanf.c: Undef __nanf.
48931         * math/s_nanl.c: Undef __nanl.
48932         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48933         "math_private.h".
48934
48935 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48936
48937         * math/s_catan.c: Add branch predictions.
48938         * math/s_catanf.c: Likewise.
48939         * math/s_catanh.c: Likewise.
48940         * math/s_catanhf.c: Likewise.
48941         * math/s_catanhl.c: Likewise.
48942         * math/s_catanl.c: Likewise.
48943         * math/s_cexp.c: Likewise.
48944         * math/s_cexpf.c: Likewise.
48945         * math/s_cexpl.c: Likewise.
48946         * math/s_clog.c: Likewise.
48947         * math/s_clog10.c: Likewise.
48948         * math/s_clog10f.c: Likewise.
48949         * math/s_clog10l.c: Likewise.
48950         * math/s_clogf.c: Likewise.
48951         * math/s_clogl.c: Likewise.
48952         * math/s_csqrt.c: Likewise.
48953         * math/s_csqrtf.c: Likewise.
48954         * math/s_csqrtl.c: Likewise.
48955         * math/s_ctanf.c: Likewise.
48956         * math/s_ctanh.c: Likewise.
48957         * math/s_ctanhf.c: Likewise.
48958         * math/s_ctanhl.c: Likewise.
48959         * math/s_ctanl.c: Likewise.
48960
48961         * math/math_private.h: Define __nan, __nanf, __nanl.
48962         * math/s_cacosh.c: Include <math_private.h>.
48963         * math/s_cacoshl.c: Likewise.
48964         * math/s_casinh.c: Likewise.
48965         * math/s_casinhf.c: Likewise.
48966         * math/s_casinhl.c: Likewise.
48967         * math/s_ccos.c: Rely entire on ccosh.
48968         * math/s_ccosf.c: Rely entire on ccoshf.
48969         * math/s_ccosl.c: Rely entirely on ccoshl.
48970         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48971         Remove tests for FE_INVALID.
48972         * math/s_ccoshf.c: Likewise.
48973         * math/s_ccoshl.c: Likewise.
48974         * math/s_csin.c: Likewise.
48975         * math/s_csinf.c: Likewise.
48976         * math/s_csinh.c Likewise.
48977         * math/s_csinhf.c: Likewise.
48978         * math/s_csinhl.c: Likewise.
48979         * math/s_csinl.c: Likewise.
48980         * math/s_ctan.c: Likewise.
48981         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48982         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48983         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48984
48985 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48986
48987         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48988         compilation problems.
48989
48990         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48991         __builtin_expect.
48992
48993 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48994
48995         * sysdeps/i386/configure.in: Test for -mfma4 option.
48996         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48997         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48998         COMMON_CPUID_INDEX_80000001.
48999         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
49000         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
49001         use it if FMA3 is not supported.
49002         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
49003
49004         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
49005         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49006
49007 2011-10-20  Andreas Schwab  <schwab@redhat.com>
49008
49009         [BZ #12892]
49010         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
49011         it would create a cycle with a link time dependency.
49012
49013 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
49014
49015         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
49016         instruction.
49017         * string/Makefile (strop-tests): Add rawmemchr.
49018         * string/test-rawmemchr.c: New file.
49019
49020         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
49021         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
49022         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
49023         when compiling str{,n}casecmp and when AVX is available.  Hook up
49024         new optimized code in initializers.
49025
49026 2011-10-19  Andreas Schwab  <schwab@redhat.com>
49027
49028         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
49029         __feraiseexcept instead of feraiseexcept.
49030
49031 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
49032
49033         * math/math_private.h: Define defaults for libc_fetestexcept and
49034         libc_feupdateenv.
49035         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
49036         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
49037         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49038         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49039         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49040         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49041         libc_fetestexcept and libc_feupdateenv.
49042
49043         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
49044         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
49045         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
49046         * sysdeps/x86_64/fpu/math_private.h: Define special version of
49047         libc_feholdexcept_setround.
49048
49049         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
49050         Add s_nearbyint-c and s_nearbyintf-c.
49051         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
49052         nearbyintf inlines.
49053         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
49054         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
49055         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
49056         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
49057
49058         * math/math_private.h: Define defaults for libc_fegetround,
49059         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
49060         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
49061         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
49062         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
49063         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
49064         standard functions.
49065         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49066         Remove comments and hacks for old compiler versions.
49067         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49068         libc_fegetround, libc_fesetround, libc_feholdexcept, and
49069         libc_feholdexceptl.
49070
49071 2011-10-18  Andreas Schwab  <schwab@redhat.com>
49072
49073         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
49074         (__feraiseexcept_renamed): Add __NTH.
49075         (feraiseexcept): Add __NTH.  Rename local variables to fix
49076         namespace violations.
49077
49078 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
49079
49080         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
49081
49082         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
49083
49084         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
49085         recently added interfaces.
49086         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
49087
49088         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
49089         about macro parameter expansion.
49090
49091         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
49092         __NO_MATH_INLINES is defined.  Cleanups.
49093
49094         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
49095         and __floorf is target has SSE4.1.
49096         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
49097         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
49098         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
49099         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
49100
49101         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
49102         name.
49103         (floorf): Likewise.
49104
49105         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
49106
49107 2011-10-17  Andreas Schwab  <schwab@redhat.com>
49108
49109         * misc/sys/cdefs.h: Fix last change.
49110
49111         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
49112         database lookup.
49113
49114 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
49115
49116         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
49117
49118         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
49119         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49120         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49121         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49122         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49123         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49124         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49125         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49126         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49127         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49128         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49129         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49130         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49131         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49132         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49133         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49134         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49135         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49136         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49137         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49138         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49139         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49140
49141         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49142         ceil, ceilf, floor, floorf.
49143
49144         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49145         Perform IRELATIVE relocations last.
49146
49147         * elf/do-rel.h: Add another parameter nrelative, replacing the
49148         local variable with the same name.  Change name of the function
49149         to end in Rel or Rela (uppercase).
49150         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49151         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
49152         elf_dynamic_do_##reloc function.
49153
49154 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49155
49156         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49157         is sufficient, at least on modern CPUs.
49158
49159         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49160
49161         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49162         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49163
49164         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49165         __expl_finite.
49166         * math/bits/math-finite.h: Add entries for exp.
49167         * math/e_expl.c: Add __*_finite alias.
49168         * sysdeps/i386/fpu/e_exp.S: Likewise.
49169         * sysdeps/i386/fpu/e_expf.S: Likewise.
49170         * sysdeps/i386/fpu/e_expl.c: Likewise.
49171         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49172         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49173         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49174         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49175         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49176         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49177         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49178
49179         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49180         is sufficient, at least on modern CPUs.
49181
49182         * ctype/ctype-info.c (__ctype_init): Define.
49183         * include/ctype.h (__ctype_init): Declare.
49184         (__ctype_b_loc): The variable is always initialized.
49185         (__ctype_toupper_loc): Likewise.
49186         (__ctype_tolower_loc): Likewise.
49187         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49188         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49189
49190 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
49191
49192         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49193
49194         * configure.in: Also look in $cxxmachine/include for C++ system
49195         headers.
49196
49197 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49198
49199         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49200         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49201         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49202         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
49203         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49204         (USE_AS_WMEMCMP): New macro.
49205         Fixing indents.
49206         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49207         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49208         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49209         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49210         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49211         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49212         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49213         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49214         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49215         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49216         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49217         (USE_AS_WMEMCMP): New macro.
49218         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49219         * sysdeps/string/test-memcmp.c: Update.
49220         Fix simple_wmemcmp.
49221         Add new tests.
49222         * wcsmbs/wmemcmp.c: Update.
49223         (WMEMCMP): New macro.
49224         Fix overflow bug.
49225
49226 2011-10-12  Andreas Jaeger  <aj@suse.de>
49227
49228         [BZ #13268]
49229         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49230
49231 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49232
49233         * libio/iofwide.c (do_length): Avoid warning.
49234
49235         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49236
49237 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49238
49239         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49240
49241         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49242         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49243         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49244         * sysdeps/i386/i686/fpu/e_log.S: New file.
49245         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49246         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49247
49248         * ctype/ctype.h: Add support for inlined isXXX functions when
49249         compiling C++ code.
49250
49251 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49252
49253         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49254
49255         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49256
49257 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49258
49259         [BZ #13291]
49260         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49261
49262 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49263
49264         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49265         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49266         feraiseexcept.
49267
49268         * sysdeps/x86_64/memrchr.S: Check for zero size.
49269
49270         * string/stratcliff.c: Add memrchr tests.
49271
49272 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49273
49274         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49275         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49276         rawmemchr-sse2 rawmemchr-sse2-bsf.
49277         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49278         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49279         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49280         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49281         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49282         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49283         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49284         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49285         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49286         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49287         * string/memrchr.c (MEMRCHR): New macro.
49288
49289 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49290
49291         Add integration with gcc's -ffinite-math-only and optimize wrapper
49292         functions in libm.
49293         * Versions.def: Define GLIBC_2.15 version for libm.
49294         * math/Makefile (headers): Add bits/math-finite.h.
49295         * math/bits/math-finite.h: New file.
49296         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49297         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49298         * math/e_acoshl.c: Add __*_finite alias.
49299         * math/e_acosl.c: Likewise.
49300         * math/e_asinl.c: Likewise.
49301         * math/e_atan2l.c: Likewise.
49302         * math/e_atanhl.c: Likewise.
49303         * math/e_coshl.c: Likewise.
49304         * math/e_exp10.c: Likewise.
49305         * math/e_exp10f.c: Likewise.
49306         * math/e_exp10l.c: Likewise.
49307         * math/e_exp2l.c: Likewise.
49308         * math/e_fmodl.c: Likewise.
49309         * math/e_gammal_r.c: Likewise.
49310         * math/e_hypotl.c: Likewise.
49311         * math/e_j0l.c: Likewise.
49312         * math/e_j1l.c: Likewise.
49313         * math/e_jnl.c: Likewise.
49314         * math/e_lgammal_r.c: Likewise.
49315         * math/e_log10l.c: Likewise.
49316         * math/e_log2l.c: Likewise.
49317         * math/e_logl.c: Likewise.
49318         * math/e_powl.c: Likewise.
49319         * math/e_sinhl.c: Likewise.
49320         * math/e_sqrtl.c: Likewise.
49321         * math/e_scalb.c: Completely rewritten and optimized.
49322         * math/e_scalbf.c: Likewise.
49323         * math/e_scalbl.c: Likewise.
49324         * math/w_acos.c: Likewise.
49325         * math/w_acosf.c: Likewise.
49326         * math/w_acosl.c: Likewise.
49327         * math/w_acosh.c: Likewise.
49328         * math/w_acoshf.c: Likewise.
49329         * math/w_acoshl.c: Likewise.
49330         * math/w_asin.c: Likewise.
49331         * math/w_asinf.c: Likewise.
49332         * math/w_asinl.c: Likewise.
49333         * math/w_atan2.c: Likewise.
49334         * math/w_atan2f.c: Likewise.
49335         * math/w_atan2l.c: Likewise.
49336         * math/w_atanh.c: Likewise.
49337         * math/w_atanhf.c: Likewise.
49338         * math/w_atanhl.c: Likewise.
49339         * math/w_exp10.c: Likewise.
49340         * math/w_exp10f.c: Likewise.
49341         * math/w_exp10l.c: Likewise.
49342         * math/w_fmod.c: Likewise.
49343         * math/w_fmodf.c: Likewise.
49344         * math/w_fmodl.c: Likewise.
49345         * math/w_j0.c: Likewise.
49346         * math/w_j0f.c: Likewise.
49347         * math/w_j0l.c: Likewise.
49348         * math/w_j1.c: Likewise.
49349         * math/w_j1f.c: Likewise.
49350         * math/w_j1l.c: Likewise.
49351         * math/w_jn.c: Likewise.
49352         * math/w_jnf.c: Likewise.
49353         * math/w_log.c: Likewise.
49354         * math/w_logf.c: Likewise.
49355         * math/w_logl.c: Likewise.
49356         * math/w_log10.c: Likewise.
49357         * math/w_log10f.c: Likewise.
49358         * math/w_log10l.c: Likewise.
49359         * math/w_log2.c: Likewise.
49360         * math/w_log2f.c: Likewise.
49361         * math/w_log2l.c: Likewise.
49362         * math/w_pow.c: Likewise.
49363         * math/w_powf.c: Likewise.
49364         * math/w_powl.c: Likewise.
49365         * math/w_remainder.c: Likewise.
49366         * math/w_remainderf.c: Likewise.
49367         * math/w_remainderl.c: Likewise.
49368         * math/w_scalb.c: Likewise.
49369         * math/w_scalbf.c: Likewise.
49370         * math/w_scalbl.c: Likewise.
49371         * math/w_sqrt.c: Likewise.
49372         * math/w_sqrtf.c: Likewise.
49373         * math/w_sqrtl.c: Likewise.
49374         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49375         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49376         used.
49377         * math/math_private.h: Declare __kernel_standard_f.
49378         * math/w_cosh.c: Remove cruft and optimize a bit.
49379         * math/w_coshf.c: Likewise.
49380         * math/w_coshl.c: Likewise.
49381         * math/w_exp2.c: Likewise.
49382         * math/w_exp2f.c: Likewise.
49383         * math/w_exp2l.c: Likewise.
49384         * math/w_hypot.c: Likewise.
49385         * math/w_hypotf.c: Likewise.
49386         * math/w_hypotl.c: Likewise.
49387         * math/w_lgamma.c: Likewise.
49388         * math/w_lgamma_r.c: Likewise.
49389         * math/w_lgammaf.c: Likewise.
49390         * math/w_lgammaf_r.c: Likewise.
49391         * math/w_lgammal.c: Likewise.
49392         * math/w_lgammal_r.c: Likewise.
49393         * math/w_sinh.c: Likewise.
49394         * math/w_sinhf.c: Likewise.
49395         * math/w_sinhl.c: Likewise.
49396         * math/w_tgamma.c: Likewise.
49397         * math/w_tgammaf.c: Likewise.
49398         * math/w_tgammal.c: Likewise.
49399         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49400         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49401         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49402         Minor optimizations.  Pretty printing.  Remove cruft.
49403         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49404         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49405         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49406         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49407         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49408         * sysdeps/i386/fpu/e_asin.S: Likewise.
49409         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49410         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49411         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49412         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49413         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49414         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49415         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49416         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49417         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49418         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49419         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49420         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49421         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49422         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49423         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49424         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49425         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49426         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49427         * sysdeps/i386/fpu/e_log.S: Likewise.
49428         * sysdeps/i386/fpu/e_log10.S: Likewise.
49429         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49430         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49431         * sysdeps/i386/fpu/e_log2.S: Likewise.
49432         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49433         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49434         * sysdeps/i386/fpu/e_logf.S: Likewise.
49435         * sysdeps/i386/fpu/e_logl.S: Likewise.
49436         * sysdeps/i386/fpu/e_pow.S: Likewise.
49437         * sysdeps/i386/fpu/e_powf.S: Likewise.
49438         * sysdeps/i386/fpu/e_powl.S: Likewise.
49439         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49440         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49441         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49442         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49443         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49444         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49445         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49446         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49447         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49448         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49449         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49450         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49451         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49452         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49453         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49454         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49455         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49456         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49457         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49458         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49459         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49460         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49461         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49462         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49463         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49464         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49465         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49466         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49467         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49468         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49469         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49470         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49471         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49472         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49473         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49474         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49475         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49476         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49477         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49478         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49479         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49480         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49481         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49482         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49483         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49484         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49485         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49486         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49487         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49488         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49489         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49490         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49491         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49492         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49493         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49494         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49495         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49496         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49497         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49498         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49499         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49500         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49501         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49502         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49503         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49504         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49505         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49506         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49507         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49508         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49509         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49510         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49511         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49512         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49513         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49514         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49515         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49516         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49517         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49518         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49519         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49520         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49521         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49522         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49523         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49524         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49525         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49526         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49527         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49528         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49529         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49530         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49531         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49532         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49533         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49534         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49535         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49536         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49537         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49538         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49539         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49540         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49541         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49542         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49543         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49544         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49545         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49546         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49547         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49548         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49549         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49550         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49551         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49552         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49553         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49554         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49555         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49556         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49557         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49558         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49559         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49560         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49561         (__isnanf): Likewise.
49562         (__isinf_ns): Likewise.
49563         (__isinf_nsf): Likewise.
49564         (__finite): Likewise.
49565         (__finitef): Likewise.
49566         (__ieee754_sqrt): Define as macro.
49567         (__ieee754_sqrtf): Define as macro.
49568         (__ieee754_sqrtl): Define as macro.
49569         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49570         inlined copy.
49571         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49572         __FINITE_MATH_ONLY__ consistent.
49573         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49574
49575 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49576
49577         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49578         of rawmemchr.
49579
49580         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49581
49582 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49583
49584         * po/ja.po: Update from translation team.
49585
49586 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49587
49588         * locale/programs/locarchive.c (prepare_address_space): New function.
49589         (create_archive, enlarge_archive, open_archive): Use it.
49590
49591         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49592         inside [SHARED], where it is used.
49593
49594         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49595
49596         * nss/getent.c (netgroup_keys): Remove unused variable.
49597         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49598
49599 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49600
49601         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49602         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49603         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49604         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49605         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49606         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49607         * math/Makefile (libm-calls): Add s_isinf_ns.
49608         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49609         * math/multc3.c: Likewise.
49610         * math/s_casin.c: Likewise.
49611         * math/s_casinf.c: Likewise.
49612         * math/s_casinl.c: Likewise.
49613         * math/s_ccos.c: Likewise.
49614         * math/s_ccosf.c: Likewise.
49615         * math/s_ccosl.c: Likewise.
49616         * math/s_ctan.c: Likewise.
49617         * math/s_ctanf.c: Likewise.
49618         * math/s_ctanh.c: Likewise.
49619         * math/s_ctanhf.c: Likewise.
49620         * math/s_ctanhl.c: Likewise.
49621         * math/s_ctanl.c: Likewise.
49622         * math/w_fmod.c: Likewise.
49623         * math/w_fmodf.c: Likewise.
49624         * math/w_fmodl.c: Likewise.
49625         * math/w_remainder.c: Likewise.
49626         * math/w_remainderf.c: Likewise.
49627         * math/w_remainderl.c: Likewise.
49628         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49629         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49630         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49631         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49632         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49633         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49634         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49635         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49636
49637         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49638         of the number.
49639         * stdio-common/printf_fphex.c: Likewise.
49640         * stdio-common/printf_size.c: Likewise.
49641
49642         * math/e_exp10.c: Include math_private.h using <...> not "...".
49643         * math/e_exp10f.c: Likewise.
49644         * math/e_exp10l.c: Likewise.
49645         * math/e_exp2l.c: Likewise.
49646         * math/e_j0l.c: Likewise.
49647         * math/e_j1l.c: Likewise.
49648         * math/e_jnl.c: Likewise.
49649         * math/e_lgammal_r.c: Likewise.
49650         * math/e_rem_pio2l.c: Likewise.
49651         * math/e_scalb.c: Likewise.
49652         * math/e_scalbf.c: Likewise.
49653         * math/e_scalbl.c: Likewise.
49654         * math/k_cosl.c: Likewise.
49655         * math/k_sinl.c: Likewise.
49656         * math/k_tanl.c: Likewise.
49657         * math/s_cacoshf.c: Likewise.
49658         * math/s_catan.c: Likewise.
49659         * math/s_catanf.c: Likewise.
49660         * math/s_catanh.c: Likewise.
49661         * math/s_catanhf.c: Likewise.
49662         * math/s_catanhl.c: Likewise.
49663         * math/s_catanl.c: Likewise.
49664         * math/s_ccosh.c: Likewise.
49665         * math/s_ccoshf.c: Likewise.
49666         * math/s_ccoshl.c: Likewise.
49667         * math/s_cexp.c: Likewise.
49668         * math/s_cexpf.c: Likewise.
49669         * math/s_cexpl.c: Likewise.
49670         * math/s_clog.c: Likewise.
49671         * math/s_clog10.c: Likewise.
49672         * math/s_clog10f.c: Likewise.
49673         * math/s_clog10l.c: Likewise.
49674         * math/s_clogf.c: Likewise.
49675         * math/s_clogl.c: Likewise.
49676         * math/s_csin.c: Likewise.
49677         * math/s_csinf.c: Likewise.
49678         * math/s_csinh.c: Likewise.
49679         * math/s_csinhf.c: Likewise.
49680         * math/s_csinhl.c: Likewise.
49681         * math/s_csinl.c: Likewise.
49682         * math/s_csqrt.c: Likewise.
49683         * math/s_csqrtf.c: Likewise.
49684         * math/s_csqrtl.c: Likewise.
49685         * math/s_ctan.c: Likewise.
49686         * math/s_ctanf.c: Likewise.
49687         * math/s_ctanh.c: Likewise.
49688         * math/s_ctanhf.c: Likewise.
49689         * math/s_ctanhl.c: Likewise.
49690         * math/s_ctanl.c: Likewise.
49691         * math/s_ldexp.c: Likewise.
49692         * math/s_ldexpf.c: Likewise.
49693         * math/s_ldexpl.c: Likewise.
49694         * math/s_significand.c: Likewise.
49695         * math/s_significandf.c: Likewise.
49696         * math/s_significandl.c: Likewise.
49697         * math/w_acos.c: Likewise.
49698         * math/w_acosf.c: Likewise.
49699         * math/w_acosh.c: Likewise.
49700         * math/w_acoshf.c: Likewise.
49701         * math/w_acoshl.c: Likewise.
49702         * math/w_acosl.c: Likewise.
49703         * math/w_asin.c: Likewise.
49704         * math/w_asinf.c: Likewise.
49705         * math/w_asinl.c: Likewise.
49706         * math/w_atan2.c: Likewise.
49707         * math/w_atan2f.c: Likewise.
49708         * math/w_atan2l.c: Likewise.
49709         * math/w_atanh.c: Likewise.
49710         * math/w_atanhf.c: Likewise.
49711         * math/w_atanhl.c: Likewise.
49712         * math/w_cosh.c: Likewise.
49713         * math/w_coshf.c: Likewise.
49714         * math/w_coshl.c: Likewise.
49715         * math/w_dremf.c: Likewise.
49716         * math/w_exp10.c: Likewise.
49717         * math/w_exp10f.c: Likewise.
49718         * math/w_exp10l.c: Likewise.
49719         * math/w_exp2.c: Likewise.
49720         * math/w_exp2f.c: Likewise.
49721         * math/w_fmod.c: Likewise.
49722         * math/w_fmodf.c: Likewise.
49723         * math/w_fmodl.c: Likewise.
49724         * math/w_hypot.c: Likewise.
49725         * math/w_hypotf.c: Likewise.
49726         * math/w_hypotl.c: Likewise.
49727         * math/w_j0.c: Likewise.
49728         * math/w_j0f.c: Likewise.
49729         * math/w_j0l.c: Likewise.
49730         * math/w_j1.c: Likewise.
49731         * math/w_j1f.c: Likewise.
49732         * math/w_j1l.c: Likewise.
49733         * math/w_jn.c: Likewise.
49734         * math/w_jnf.c: Likewise.
49735         * math/w_jnl.c: Likewise.
49736         * math/w_lgamma.c: Likewise.
49737         * math/w_lgamma_r.c: Likewise.
49738         * math/w_lgammaf.c: Likewise.
49739         * math/w_lgammaf_r.c: Likewise.
49740         * math/w_lgammal.c: Likewise.
49741         * math/w_lgammal_r.c: Likewise.
49742         * math/w_log.c: Likewise.
49743         * math/w_log10.c: Likewise.
49744         * math/w_log10f.c: Likewise.
49745         * math/w_log10l.c: Likewise.
49746         * math/w_log2.c: Likewise.
49747         * math/w_log2f.c: Likewise.
49748         * math/w_log2l.c: Likewise.
49749         * math/w_logf.c: Likewise.
49750         * math/w_logl.c: Likewise.
49751         * math/w_pow.c: Likewise.
49752         * math/w_powf.c: Likewise.
49753         * math/w_powl.c: Likewise.
49754         * math/w_remainder.c: Likewise.
49755         * math/w_remainderf.c: Likewise.
49756         * math/w_remainderl.c: Likewise.
49757         * math/w_scalb.c: Likewise.
49758         * math/w_scalbf.c: Likewise.
49759         * math/w_scalbl.c: Likewise.
49760         * math/w_sinh.c: Likewise.
49761         * math/w_sinhf.c: Likewise.
49762         * math/w_sinhl.c: Likewise.
49763         * math/w_sqrt.c: Likewise.
49764         * math/w_sqrtf.c: Likewise.
49765         * math/w_sqrtl.c: Likewise.
49766         * math/w_tgamma.c: Likewise.
49767         * math/w_tgammaf.c: Likewise.
49768         * math/w_tgammal.c: Likewise.
49769
49770         * po/ja.po: Update from translation team.
49771
49772 2011-09-29  Andreas Jaeger  <aj@suse.de>
49773
49774         [BZ #13179]
49775         * sunrpc/netname.c (netname2host): Fix logic.
49776
49777         [BZ #6779]
49778         [BZ #6783]
49779         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49780         correctly.
49781         * math/w_remainder.c (__remainder): Likewise.
49782         * math/w_remainderf.c (__remainderf): Likewise.
49783         * math/libm-test.inc (remainder_test): Add test cases.
49784
49785 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49786
49787         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49788         sdiv_qrnnd.
49789
49790 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49791
49792         * string/test-memcmp.c: Avoid unncessary #defines.
49793         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49794
49795 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49796
49797         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49798         Use new sse2 version for core i3 - i7 as it's faster
49799         than sse42 version.
49800         (bit_Prefer_PMINUB_for_stringop): New.
49801         * sysdeps/x86_64/rawmemchr.S: Update.
49802         Replace with faster SSE2 version.
49803         * sysdeps/x86_64/memrchr.S: New file.
49804         * sysdeps/x86_64/memchr.S: Update.
49805         Replace with faster SSE2 version.
49806
49807 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49808
49809         * elf/dl-load.c (lose): Add cast to avoid warning.
49810
49811 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49812
49813         * po/ca.po: Update from translation team.
49814
49815         * inet/getnetgrent_r.c: Hook up nscd.
49816         * nscd/Makefile (routines): Add nscd_netgroup.
49817         (nscd-modules): Add netgroupcache.
49818         (CFLAGS-netgroupcache.c): Define.
49819         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49820         (cache_search): Add const to second parameter.
49821         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49822         INNETGR.
49823         (dbs): Add netgrdb entry.
49824         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49825         (verify_persistent_db): Handle netgrdb.
49826         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49827         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49828         GETFDNETGR.
49829         (netgroup_response_header): Define.
49830         (innetgroup_response_header): Define.
49831         (datahead): Add netgroup_response_header and innetgroup_response_header
49832         elements.
49833         * nscd/nscd.conf: Add entries for netgroup cache.
49834         * nscd/nscd.h (dbtype): Add netgrdb.
49835         (_PATH_NSCD_NETGROUP_DB): Define.
49836         (netgroup_iov_disabled): Declare.
49837         (xmalloc, xcalloc, xrealloc): Move declarations here.
49838         (cache_search): Adjust prototype.
49839         Add netgroup-related prototypes.
49840         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49841         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49842         (__nscd_innetgr): Declare.
49843         * nscd/selinux.c (perms): Use access_vector_t as element type and
49844         add netgroup-related initializers.
49845         * nscd/netgroupcache.c: New file.
49846         * nscd/nscd_netgroup.c: New file.
49847         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49848         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49849         For four parameters use innetgr.
49850         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49851         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49852         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49853         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49854
49855         * nscd/connections.c (register_traced_file): Don't register file
49856         for disabled databases.
49857
49858 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49859
49860         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49861
49862         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49863         from tree and freeing node.
49864
49865 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49866
49867         * nss/nsswitch.c (__nss_database_lookup): Handle
49868         nss_parse_service_list out of memory case.
49869
49870 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49871
49872         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49873         out of memory case.
49874
49875 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49876
49877         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49878         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49879         pass it down.
49880         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49881         elf_machine_rela, elf_machine_lazy_rel.
49882         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49883         (ELF_DYNAMIC_DO_REL): Likewise.
49884         (ELF_DYNAMIC_DO_RELA): Likewise.
49885         (ELF_DYNAMIC_RELOCATE): Likewise.
49886         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49887         to ELF_DYNAMIC_DO_REL.
49888         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49889         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49890         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49891         elf_machine_rela.
49892         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49893         skip_ifunc, don't call ifunc function if non-zero.
49894         (elf_machine_rela): Likewise.
49895         (elf_machine_lazy_rel): Likewise.
49896         (elf_machine_lazy_rela): Likewise.
49897         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49898         (elf_machine_lazy_rel): Likewise.
49899         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49900         Likewise.
49901         (elf_machine_lazy_rel): Likewise.
49902         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49903         Likewise.
49904         (elf_machine_lazy_rel): Likewise.
49905         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49906         (elf_machine_lazy_rel): Likewise.
49907         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49908         (elf_machine_lazy_rel): Likewise.
49909         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49910         (elf_machine_lazy_rel): Likewise.
49911         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49912         (elf_machine_lazy_rel): Likewise.
49913         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49914         (elf_machine_lazy_rel): Likewise.
49915         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49916         (elf_machine_lazy_rel): Likewise.
49917
49918 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49919
49920         * nss/nss_files/files-init.c (_nss_files_init): Use static
49921         initialization for all the *_traced_file variables.
49922
49923 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49924
49925         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49926
49927 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49928
49929         [BZ #13226]
49930         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49931
49932 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49933
49934         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49935         Reread the line before reparsing it.
49936
49937 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49938
49939         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49940
49941 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49942             Maxim Kuvyrkov  <maxim@codesourcery.com>
49943             Joseph Myers  <joseph@codesourcery.com>
49944
49945         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49946         if needed for __stack_chk_guard.
49947
49948 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49949
49950         * sysdeps/posix/spawni.c (script_execute): Always define it.
49951         It will be optimized away if unused.
49952         (maybe_script_execute): New function.
49953         (__spawni): Call it.
49954
49955         * Makerules: Don't include tls.make.
49956         (config-tls): Always set to thread.
49957         * tls.make.c: File removed.
49958
49959 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49960
49961         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49962         * config.make.in (CPPFLAGS-config): New substituted variable.
49963
49964 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49965
49966         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49967
49968         [BZ #13192]
49969         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49970         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49971
49972 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49973
49974         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49975         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49976         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49977         (CALL_FAIL): Likewise.
49978         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49979         (CALL_FAIL): Macro removed.
49980         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49981
49982 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49983
49984         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49985         for __FINITE_MATH_ONLY__ == 1.
49986
49987 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49988
49989         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49990         __ieee754_sqrt instead of sqrt.
49991         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49992         __ieee754_sqrtf instead of sqrtf.
49993         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49994         __floorf instead of floorf.
49995         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49996         __floorf, __truncf instead of floorf, truncf.
49997
49998 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49999
50000         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
50001
50002         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
50003         __extern_always_inline.
50004         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
50005         32-bit.
50006
50007 2011-09-14  Andreas Schwab  <schwab@redhat.com>
50008
50009         * elf/rtld.c (dl_main): Also relocate in dependency order when
50010         doing symbol dependency testing.
50011
50012 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
50013
50014         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50015         Always define `refsym'.
50016
50017 2011-09-13  Andreas Schwab  <schwab@redhat.com>
50018
50019         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
50020         (__FD_ELT): Renamed from __FDELT.
50021         * misc/bits/select2.h (__FD_ELT): Likewise.
50022         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
50023         __FD_MASK instead of __FDELT, __FDMASK.
50024         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50025         Likewise.
50026         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50027         Likewise.
50028
50029         * elf/Makefile (gen-ldd): Fix pattern.
50030
50031         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
50032         (init_tls): Likewise.
50033
50034 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
50035
50036         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
50037
50038 2011-09-12  Andreas Schwab  <schwab@redhat.com>
50039
50040         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
50041         `struct cmsghdr *' instead of `void *'.
50042         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
50043         Likewise.
50044
50045 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
50046
50047         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
50048         if non-absolute.
50049         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
50050         ldd_rewrite_script.
50051
50052 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
50053
50054         * configure.in: Remove --with-tls option.
50055         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
50056         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
50057         out in case it is missing.
50058         * sysdeps/ia64/elf/configure.in: Likewise.
50059         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
50060         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
50061         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
50062         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
50063         * sysdeps/sh/elf/configure.in: Likewise.
50064         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
50065         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50066         * sysdeps/x86_64/elf/configure.in: Likewise.
50067         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
50068         * sysdeps/mach/hurd/tls.h: Likewise.
50069
50070         [BZ #13067]
50071         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
50072
50073         [BZ #13090]
50074         * configure.in: Fix use of AC_INIT.
50075
50076         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
50077
50078 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
50079
50080         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
50081         __set_errno.
50082         * malloc/hooks.c: Likewise.
50083
50084         [BZ #11929]
50085         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
50086         variables statically.
50087         (narenas): Initialize.
50088         (list_lock): Initialize.
50089         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
50090         initializtion of main_arena and list_lock.  Small cleanups.
50091         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
50092         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
50093         Add initializers to main_arena and mp_.
50094         (malloc_state): Remove pagesize member.  Change all users to use
50095         GLRO(dl_pagesize).
50096
50097         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
50098         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
50099         is always initialized.
50100
50101         * malloc/malloc.c: Removed unused configurations and dead code.
50102         * malloc/arena.c: Likewise.
50103         * malloc/hooks.c: Likewise.
50104         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
50105
50106         * include/tls.h: Removed.  USE___THREAD must always be defined.
50107         * bits/libc-tsd.h: Don't handle !USE___THREAD.
50108         * elf/dl-libc.c: Likewise.
50109         * elf/dl-tsd.c: Likewise.
50110         * include/errno.h: Likewise.
50111         * include/netdb.h: Likewise.
50112         * include/resolv.h: Likewise.
50113         * inet/herrno-loc.c: Likewise.
50114         * inet/herrno.c: Likewise.
50115         * malloc/arena.c: Likewise.
50116         * malloc/hooks.c: Likewise.
50117         * malloc/malloc.c: Likewise.
50118         * resolv/res-state.c: Likewise.
50119         * resolv/res_libc.c: Likewise.
50120         * sysdeps/i386/dl-machine.h: Likewise.
50121         * sysdeps/ia64/dl-machine.h: Likewise.
50122         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50123         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50124         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50125         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50126         * sysdeps/sh/dl-machine.h: Likewise.
50127         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50128         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50129         * sysdeps/unix/i386/sysdep.S: Likewise.
50130         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50131         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50132         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50133         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50134         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50135         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50136         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50137         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50138         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50139         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50140         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50141         * sysdeps/x86_64/dl-machine.h: Likewise.
50142         * tls.make.c: Likewise.
50143
50144         * configure.in: Remove --with-__thread option.  Make tests for
50145         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50146         tls_model attribute fail if no support is available.  Remove
50147         USE_IN_LIBIO.
50148         * Makeconfig: Adjust for dropped configure option.  All features are
50149         now mandatory.
50150         * Makerules: Likewise.
50151         * Versions.def: Likewise.
50152         * argp/argp-fmtstream.c: Likewise.
50153         * argp/argp-fmtstream.h: Likewise.
50154         * argp/argp-help.c: Likewise.
50155         * assert/assert.c: Likewise.
50156         * config.h.in: Likewise.
50157         * config.make.in: Likewise.
50158         * configure: Likewise.
50159         * configure.in: Likewise.
50160         * csu/Versions: Likewise.
50161         * csu/init.c: Likewise.
50162         * elf/tst-audit2.c: Likewise.
50163         * elf/tst-tls10.c: Likewise.
50164         * elf/tst-tls10.h: Likewise.
50165         * elf/tst-tls11.c: Likewise.
50166         * elf/tst-tls12.c: Likewise.
50167         * elf/tst-tls14.c: Likewise.
50168         * elf/tst-tlsmod11.c: Likewise.
50169         * elf/tst-tlsmod12.c: Likewise.
50170         * elf/tst-tlsmod13.c: Likewise.
50171         * elf/tst-tlsmod13a.c: Likewise.
50172         * elf/tst-tlsmod14a.c: Likewise.
50173         * elf/tst-tlsmod15b.c: Likewise.
50174         * elf/tst-tlsmod16a.c: Likewise.
50175         * elf/tst-tlsmod16b.c: Likewise.
50176         * elf/tst-tlsmod7.c: Likewise.
50177         * elf/tst-tlsmod8.c: Likewise.
50178         * elf/tst-tlsmod9.c: Likewise.
50179         * gmon/gmon.c: Likewise.
50180         * grp/fgetgrent_r.c: Likewise.
50181         * grp/putgrent.c: Likewise.
50182         * hurd/fopenport.c: Likewise.
50183         * include/libc-symbols.h: Likewise.
50184         * include/tls.h: Likewise.
50185         * intl/gettextP.h: Likewise.
50186         * intl/loadinfo.h: Likewise.
50187         * locale/global-locale.c: Likewise.
50188         * locale/localeinfo.h: Likewise.
50189         * mach/devstream.c: Likewise.
50190         * malloc/arena.c: Likewise.
50191         * malloc/set-freeres.c: Likewise.
50192         * misc/err.c: Likewise.
50193         * misc/getttyent.c: Likewise.
50194         * misc/mntent_r.c: Likewise.
50195         * posix/getopt.c: Likewise.
50196         * posix/wordexp.c: Likewise.
50197         * pwd/fgetpwent_r.c: Likewise.
50198         * resolv/Versions: Likewise.
50199         * resolv/res_hconf.c: Likewise.
50200         * shadow/fgetspent_r.c: Likewise.
50201         * shadow/putspent.c: Likewise.
50202         * stdio-common/printf_fphex.c: Likewise.
50203         * stdio-common/tmpfile.c: Likewise.
50204         * stdlib/abort.c: Likewise.
50205         * stdlib/fmtmsg.c: Likewise.
50206         * sunrpc/auth_unix.c: Likewise.
50207         * sunrpc/clnt_perr.c: Likewise.
50208         * sunrpc/clnt_tcp.c: Likewise.
50209         * sunrpc/clnt_udp.c: Likewise.
50210         * sunrpc/clnt_unix.c: Likewise.
50211         * sunrpc/openchild.c: Likewise.
50212         * sunrpc/svc_simple.c: Likewise.
50213         * sunrpc/svc_tcp.c: Likewise.
50214         * sunrpc/svc_udp.c: Likewise.
50215         * sunrpc/svc_unix.c: Likewise.
50216         * sunrpc/xdr.c: Likewise.
50217         * sunrpc/xdr_array.c: Likewise.
50218         * sunrpc/xdr_rec.c: Likewise.
50219         * sunrpc/xdr_ref.c: Likewise.
50220         * sunrpc/xdr_stdio.c: Likewise.
50221
50222 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50223
50224         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50225
50226 2011-07-03  Andreas Jaeger  <aj@suse.de>
50227
50228         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50229         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50230         regenerate with gen-libm-tests.pl.
50231
50232 2010-05-12  Petr Baudis  <pasky@suse.cz>
50233
50234         [BZ #11589]
50235         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50236         around j0() zero points by switching to j1().
50237         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50238         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50239         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50240         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50241
50242 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50243
50244         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50245         instead of 0.
50246         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50247         instead of 0.
50248         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50249         Patch in part by Pavel Roskin <proski@gnu.org>.
50250
50251         [BZ #13138]
50252         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50253         realloc.
50254         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50255         Free memory block if necessary.
50256
50257         [BZ #12847]
50258         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50259         be NULL.  Don't lock in this case.
50260
50261 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50262
50263         * elf/elf.h (ELFOSABI_GNU): New macro.
50264         (ELFOSABI_LINUX): Define to that.
50265
50266 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50267
50268         * string/strncat.c (strncat): Undef the symbol in case it has been
50269         defined in bits/string.h.
50270
50271 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50272
50273         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50274
50275         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50276         link map.
50277
50278 2011-08-17  Andreas Jaeger  <aj@suse.de>
50279
50280         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50281
50282 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50283             Ian Lance Taylor  <iant@google.com>
50284
50285         * math/libm-test.inc (lround_test): New testcase.
50286         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50287
50288 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50289
50290         * Makefile: Remove support for automatic cvs check-ins.
50291         * Makerules: Likewise.
50292         * config.make.in: Likewise.
50293         * configure.in: Likewise.
50294         * intl/Makefile: Likewise.
50295         * locale/Makefile: Likewise.
50296         * po/Makefile: Likewise.
50297         * posix/Makefile: Likewise.
50298         * sysdeps/gnu/Makefile: Likewise.
50299         * sysdeps/mach/hurd/Makefile: Likewise.
50300         * sysdeps/sparc/sparc32/Makefile: Likewise.
50301
50302         [BZ #13118]
50303         * posix/Makefile (bug-regex32-ENV): Define.
50304         Patch by John Stanley <jpsinthemix@verizon.net>.
50305
50306         * misc/Makefile (headers): Add bits/select2.h.
50307         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50308         * misc/bits/select2.h: New file.
50309         * include/bits/select2.h: New file.
50310         * debug/Makefile (routines): Add fdelt_chk.
50311         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50312         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50313         FD_ISSET.
50314         * debug/fdelt_chk.c: New file.
50315
50316         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50317         * wcsmbs/test-wmemcmp.c: Likewise.
50318         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50319         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50320
50321 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50322
50323         * string/Makefile (strop-tests): Add memcmp.
50324         * string/test-wmemcmp.c: New file.
50325         * string/test-memcmp.c: Add wmemcmp support.
50326
50327 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50328
50329         [BZ #13153]
50330         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50331         2011-07-19 change.
50332
50333         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50334         garbage value in a __mach_port_mod_refs call in the cases of the
50335         task-self and thread-self ports.
50336
50337 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50338
50339         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50340
50341 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50342
50343         * elf/dl-load.c (lose): Check for non-null L.
50344
50345 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50346
50347         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50348
50349         * elf/dl-libc.c (dlerror_run): Pass back error code from
50350         dl_catch_error.
50351
50352         [BZ #13123]
50353         * elf/dl-load.c (lose): Free l_origin if it is valid.
50354
50355         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50356         names.
50357         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50358         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50359         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50360         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50361         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50362         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50363
50364 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50365
50366         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50367         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50368         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50369         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50370         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50371         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50372         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50373         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50374         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50375         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50376
50377 2011-08-15  Alan Modra  <amodra@gmail.com>
50378
50379         [BZ #13092]
50380         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50381         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50382         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50383         ppc_mcount to static-only-routines.
50384         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50385         __mcount_internal.
50386         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50387         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50388
50389 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50390
50391         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50392         for finite and infinity parameters.
50393
50394 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50395
50396         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50397         and add nop instructions for throughput optimization.
50398         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50399
50400 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50401
50402         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50403         aligned copy for power7 with vector-scalar instructions.
50404         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50405
50406 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50407
50408         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50409         AVX check.
50410
50411 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50412
50413         [BZ #13144]
50414         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50415         last change.
50416
50417 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50418
50419         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50420         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50421         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50422         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50423         clock_gettime.
50424
50425 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50426
50427         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50428         Forgot to demangle the pointer.
50429
50430         * sysdeps/i386/sysdep.h: Define atom_text_section.
50431         * sysdeps/x86_64/sysdep.h: Likewise.
50432         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50433         section with atom_text_section.
50434         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50435         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50436         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50437         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50438         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50439
50440         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50441         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50442         already be defined.  Change to take two parameters and don't assign
50443         result to variable.  Adjust all users.
50444         Define INTERNAL_GETTIME if not already defined.
50445         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50446         call.
50447         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50448         HAVE_CLOCK_GETTIME_VSYSCALL.
50449         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50450
50451         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50452         gettimeofday vsyscall, just use time.
50453
50454 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50455
50456         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50457         <errno.h>.
50458
50459 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50460
50461         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50462         syscall on x86-64.
50463         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50464         syscall.
50465         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50466         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50467         syscall if possible.
50468
50469 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50470
50471         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50472         e_ident.  Don't pass to find_mapsXX.
50473         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50474
50475 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50476
50477         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50478         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50479         * sysdeps/x86_64/multiarch/strchr.S: Update.
50480         Check bit_slow_BSF bit.
50481         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50482         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50483         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50484
50485 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50486
50487         [BZ #13134]
50488         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50489         before glibc 2.15.
50490         (tryshell): Define.
50491         (__spawni): Change last parameter to be flag.  Test
50492         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50493         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50494         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50495         * posix/spawni.c: Likewise.
50496         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50497         * posix/spawnp.c: Likewise.  Change normal version to use
50498         SPAWN_XFLAGS_USE_PATH.
50499         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50500         SPAWN_XFLAGS_TRY_SHELL.
50501
50502         [BZ #13150]
50503         * posix/glob.h: Remove gcc 1.x support.
50504
50505         [BZ #13068]
50506         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50507
50508 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50509
50510         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50511         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50512         strrchr-sse2-bsf
50513         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50514         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50515         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50516         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50517         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50518         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50519
50520 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50521
50522         * sysdeps/x86_64/wcscmp.S: New file.
50523
50524         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50525         wcscmp-c wcscmp-sse2
50526         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50527         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50528         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50529         * wcsmbs/wcscmp.c: Allow renaming.
50530
50531 2011-09-05  David S. Miller  <davem@davemloft.net>
50532
50533         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50534         stack slot, rather than the struct return pointer slot.
50535         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50536         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50537         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50538         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50539
50540 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50541
50542         * po/ja.po: Update from translation team.
50543
50544         [BZ #13144]
50545         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50546         kernel in 64-bit binaries.
50547
50548 2011-09-01  David S. Miller  <davem@davemloft.net>
50549
50550         * elf/elf.h (HWCAP_SPARC_*): Move to..
50551         * sysdeps/sparc/sysdep.h: this new file and add new values.
50552         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50553         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50554         _DL_HWCAP_COUNT to 24.
50555         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50556         entries.
50557         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50558         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50559         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50560         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50561         instead of magic constants.
50562         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50563
50564 2011-08-31  David S. Miller  <davem@davemloft.net>
50565
50566         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50567         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50568         Reimplement to do errno handling inline.
50569         (SYSCALL_ERROR_HANDLER): New macro.
50570         (__SYSCALL_STRING): Do not do errno handling in asm.
50571         (__CLONE_SYSCALL_STRING): Delete.
50572         (__INTERNAL_SYSCALL_STRING): Delete.
50573         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50574         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50575         (PSEUDO): Reimplement to do errno handling inline.
50576         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50577         (SYSCALL_ERROR_HANDLER): New macro.
50578         (__SYSCALL_STRING): Do not do errno handling in asm.
50579         (__CLONE_SYSCALL_STRING): Delete.
50580         (__INTERNAL_SYSCALL_STRING): Delete.
50581         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50582         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50583         i386.
50584         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50585         (inline_syscall*): Add 'err' argument.
50586         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50587         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50588         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50589         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50590
50591         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50592         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50593
50594 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50595
50596         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50597
50598 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50599
50600         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50601         directive.
50602
50603 2011-08-24  David S. Miller  <davem@davemloft.net>
50604
50605         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50606
50607 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50608
50609         * elf/Makefile: Add rules to build and run unload8 test.
50610         * elf/unload8.c: New file.
50611         * elf/unload8mod1.c: New file.
50612         * elf/unload8mod1x.c: New file.
50613         * elf/unload8mod2.c: New file.
50614         * elf/unload8mod3.c: New file.
50615
50616         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50617         it wasn't used.
50618
50619 2011-08-23  David S. Miller  <davem@davemloft.net>
50620
50621         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50622         subtract stack bias.
50623         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50624         %sp not %fp in calculations.
50625         (_JMPBUF_UNWINDS_ADJ): Likewise.
50626
50627         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50628         (aio_suspend): Call it to force an exception region around the
50629         AIO_MISC_WAIT() invocation.
50630
50631 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50632
50633         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50634         backslash.
50635
50636 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50637
50638         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50639         protection macro.
50640         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50641         and <dl-machine.h>.
50642         (Elf64_FuncDesc): Remove.
50643
50644 2011-08-22  David S. Miller  <davem@davemloft.net>
50645
50646         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50647         sigaltstack check, add missing cfi directives.
50648         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50649         missing cfi directives, and sigaltstack handling.
50650
50651 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50652
50653         [BZ #11724]
50654         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50655         object is seen twice.
50656         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50657
50658         * elf/Makefile (distribute): Add tst-initorder2.c.
50659         (tests): Add tst-initorder2.
50660         (modules-names): Add tst-initorder2a tst-initorder2b
50661         tst-initorder2c tst-initorder2d.  Add rules to build them.
50662         ($(objpfx)tst-initorder2.out): New rule.
50663         * elf/tst-initorder2.c: New file.
50664         * elf/tst-initorder2.exp: New file.
50665
50666 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50667
50668         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50669
50670         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50671         dependencies back to end of function.
50672
50673         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50674         $(elfobjdir)/ld.so.
50675
50676 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50677
50678         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50679         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50680         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50681         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50682         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50683         of __vdso_gettimeofday.
50684         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50685         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50686         attribute_hidden.
50687         (_libc_vdso_platform_setup): Remove initialization of
50688         __vdso_gettimeofday and __vdso_time.
50689
50690 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50691
50692         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50693         and fgetc_unlocked.
50694         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50695         getc_unlocked.
50696
50697         * elf/dl-open.c (add_to_global): Report additions to the global scope
50698         for LD_DEBUG=scopes.
50699         (dl_open_worker): Also print scope of newly loaded dependencies.
50700         (_dl_show_scope): Indicate if there is no scope.
50701
50702         [BZ #13114]
50703         * stdio-common/Makefile (tests): Add bug24.
50704         * stdio-common/bug24.c: New file.
50705
50706 2011-08-19  Andreas Jaeger  <aj@suse.de>
50707
50708         [BZ #13114]
50709         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50710         non-existant file when using close-on-exec mode.
50711
50712 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50713
50714         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50715         the very first instruction.
50716
50717         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50718         the CFI state in the end.
50719         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50720         inclusion of dl-trampoline.h.
50721         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50722
50723 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50724
50725         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50726         expectations for long double.
50727
50728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50729         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50730
50731 2011-08-14  David S. Miller  <davem@davemloft.net>
50732
50733         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50734         artificual limit depends upon the system page size.
50735
50736 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50737
50738         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50739         * resolv/Makefile: Define CFLAGS-libresolv.
50740
50741 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50742
50743         * nss/makedb.c (compute_tables): Make variables used in nested
50744         function static.
50745
50746 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50747
50748         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50749         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50750         if buffer was too small.
50751
50752         * elf/pldd.c (main): Attach to all threads in the process.
50753         Rewrite /proc handling to use *at functions.
50754
50755 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50756
50757         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50758         specifies first scope to show.
50759         (dl_open_worker): Update callers.  Move printing scope of new
50760         object to before the relocation.
50761         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50762         * sysdeps/generic/ldsodefs.h: Update declaration.
50763
50764         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50765         string for the scope number.
50766
50767 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50768
50769         * nscd/servicescache.c (cache_addserv): Make sure written is always
50770         initialized.
50771
50772 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50773
50774         * sysdeps/i386/i486/bits/atomic.h
50775         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50776         statement expression, so as to suppress "set but not used" warning.
50777         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50778
50779         * string/strncat.c (STRNCAT): Use prototype definition.
50780
50781         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50782         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50783         -Iprograms here.
50784         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50785         (localedef-modules): Add localedef.
50786         (locale-modules): Add locale.
50787
50788         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50789         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50790         to avoid a warning.
50791
50792 2011-08-14  David S. Miller  <davem@davemloft.net>
50793
50794         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50795         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50796
50797 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50798
50799         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50800         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50801         * elf/rtld.c (dl_main): Set l_name of vDSO.
50802         Call _dl_show_scope when DL_DEBUG_SCOPES.
50803         (process_dl_debug): Recognize scopes flag and also set it for all.
50804         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50805         Declare _dl_show_scope.
50806
50807         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50808         (do_dlopen): Pass caller_dlopen to dl_open.
50809         (__libc_dlopen_mode): Initialize caller_dlopen.
50810
50811         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50812         of libc.  Make tolower call locale-independent.  Optimize a bit by
50813         using isdigit instead of isalnum.
50814         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50815
50816 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50817
50818         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50819         was a dependency or dynamically loaded.
50820
50821 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50822
50823         * intl/l10nflist.c: Allow architecture-specific pop function.
50824         * sysdeps/x86_64/l10nflist.c: New file.
50825
50826         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50827         classification.
50828
50829 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50830
50831         * include/dirent.h: Add libc_hidden_proto for scandirat and
50832         scandirat64.  Don't declare __scandirat64.
50833         * dirent/scandirat.c: Add libc_hidden_def.
50834         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50835         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50836
50837 2011-08-10  David S. Miller  <davem@davemloft.net>
50838
50839         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50840         enum.
50841         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50842         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50843         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50844
50845 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50846
50847         * Versions.def [libc]: Add GLIBC_2.15.
50848         * dirent/Makefile (routines): Add scandirat and scandirat64.
50849         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50850         GLIBC_2.15.
50851         * dirent/dirent.h: Declare scandirat and scandirat64.
50852         * dirent/scandirat.c: New file.
50853         * dirent/scandirat64.c: New file.
50854         * sysdeps/wordsize-64/scandirat.c: New file.
50855         * sysdeps/wordsize-64/scandirat64.c: New file.
50856         * dirent/opendir.c: Define opendirat.
50857         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50858         using scandirat.
50859         * dirent/scandir64.c: Adjust for scandir.c change.
50860         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50861         __scandirat64, and __scandir_cancel_handler.
50862         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50863         additional parameter and use openat instead of open (outside of ld.so).
50864         Add new __opendir as wrapper around __opendirat.
50865         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50866         here without requiring old scandirat implementation.
50867
50868 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50869
50870         * dirent/scandir.c (cancel_handler): Renamed to
50871         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50872         defined.  Adjust users.
50873         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50874         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50875
50876 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50877
50878         * string/test-string.h (IMPL): Use __STRING to expand name and then
50879         stringify it.
50880
50881         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50882         of cleanups.
50883
50884 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50885
50886         * string/Makefile: Update.
50887         (strop-tests): Append strncat.
50888         * string/test-wcscmp.c: New file.
50889         New comprehensive test for wcscmp.
50890         * string/test-strcmp.c: Update.
50891         (WIDE): New define.
50892
50893 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50894
50895         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50896         line.
50897
50898 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50899
50900         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50901         encoding to ACE if AI_IDN.
50902
50903 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50904
50905         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50906         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50907
50908 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50909
50910         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50911         Fix overflow bug in strncat.
50912         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50913
50914         * string/test-strncat.c: Update.
50915         Add new tests for checking overflow bugs.
50916
50917 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50918
50919         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50920         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50921         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50922         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50923         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50924         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50925         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50926         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50927         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50928
50929         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50930         (USE_AS_STRCAT): Define.
50931         Add strcat and strncat support.
50932         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50933
50934 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50935
50936         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50937         __n bigger than INT_MAX+1.
50938         (__strncmp_g): Likewise.
50939
50940 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50941
50942         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50943         * libio/stido.h: Likewise.
50944
50945         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50946         (AF_NFC): Define.
50947         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50948         (AF_NFC): Define.
50949
50950         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50951         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50952         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50953         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50954         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50955
50956         [BZ #13021]
50957         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50958         installed.
50959
50960         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50961         typo.
50962         (_dl_x86_64_save_sse): Likewise.
50963
50964 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50965
50966         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50967         OSXSAVE.
50968         (_dl_x86_64_save_sse): Likewise.
50969
50970         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50971
50972         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50973
50974 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50975
50976         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50977         change.
50978         (_dl_x86_64_save_sse): Use correct AVX check.
50979
50980 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50981
50982         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50983         bug in strncpy/strncat.
50984         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50985
50986 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50987
50988         * string/tester.c (test_strcat): Add tests for different alignments
50989         of source and destination.
50990         (test_strncat): Likewise.
50991
50992 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50993
50994         [BZ #12852]
50995         * posix/glob.c (glob): Check passed in values before using them in
50996         expressions to avoid some overflows.
50997         (glob_in_dir): Likewise.
50998
50999         [BZ #13007]
51000         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
51001         check for AVX enablement so that we don't crash with old kernels and
51002         new hardware.
51003         * elf/tst-audit4.c: Add same checks here.
51004         * elf/tst-audit6.c: Likewise.
51005
51006         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
51007
51008 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
51009
51010         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
51011
51012 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
51013
51014         * po/cs.po: Update from translation team.
51015         * po/bg.po: Likewise.
51016
51017 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
51018
51019         * misc/sys/cdefs.h: Add support for const attribute.
51020         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
51021         to gnu_dev_{major,minor,makedev} functions.
51022
51023 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
51024
51025         * intl/dcigettext.c (get_output_charset): Add missing bracket.
51026
51027 2011-07-20  Andreas Schwab  <schwab@redhat.com>
51028
51029         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
51030         strlen results.
51031
51032 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51033
51034         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
51035         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
51036         register in order to avoid conflicts with the soft frame pointer
51037         being held in r11 when necessary.
51038         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
51039         (INTERNAL_VSYSCALL_NCS): Likewise.
51040
51041 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
51042
51043         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
51044         * elf/dl-fini.c (_dl_fini): Adjust caller.
51045         * elf/dl-close.c (_dl_close_worker): Likewise.
51046         * sysdeps/generic/ldsodefs.h: Adjust declaration.
51047
51048 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51049
51050         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
51051         "aux_cache->nlibs < 0".
51052
51053         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
51054         in the reload-count case.
51055
51056 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51057
51058         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51059         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
51060         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
51061         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
51062         * sysdeps/x86_64/multiarch/strcat.S: New file.
51063         * sysdeps/x86_64/multiarch/strncat.S: New file.
51064         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
51065         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
51066         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
51067         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
51068         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
51069         (USE_AS_STRCAT): Define.
51070         Add strcat and strncat support.
51071         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51072         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
51073         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
51074         * string/strncat.c: Update.
51075         (USE_AS_STRNCAT): Define.
51076         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51077         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
51078         and i7.
51079         * sysdeps/x86_64/multiarch/init-arch.h
51080         (bit_Prefer_PMINUB_for_stringop): New.
51081         (index_Prefer_PMINUB_for_stringop): Likewise.
51082         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
51083         bit_Prefer_PMINUB_for_stringop.
51084
51085 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51086
51087         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
51088         buffer64.
51089         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
51090         of casting of buffer.
51091         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
51092         buffer32 and buffer64.
51093         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
51094         writes instead of casting of buffer.
51095         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
51096         buffer32.
51097         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
51098         casting of buffer.
51099
51100 2011-07-19  Andreas Schwab  <schwab@redhat.com>
51101
51102         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
51103
51104 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51105
51106         * nscd/nscd.c (termination_handler): Don't do anything for a database
51107         if it has not yet been initialized.
51108
51109 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51110
51111         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51112
51113 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51114
51115         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51116
51117 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51118
51119         * po/nl.po: Update from translation team.
51120         * po/sv.po: Likewise.
51121
51122 2011-07-16  Roland McGrath  <roland@hack.frob.com>
51123
51124         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51125         now disallowed by GCC.
51126
51127         * configure.in (use-default-link): Default to yes if a test -shared
51128         link meets our qualifications.
51129         * configure: Regenerated.
51130
51131         * config.make.in (output-format): New variable.
51132         * configure.in: Check for ld --print-output-format support.
51133         * configure: Regenerated.
51134         * Makerules ($(common-objpfx)format.lds)
51135         [$(output-format) != unknown]: Just use $(output-format),
51136         instead of the linker-script munging.
51137
51138 2011-07-14  Roland McGrath  <roland@hack.frob.com>
51139
51140         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51141         of $(common-objpfx)shlib.lds.
51142         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51143
51144         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51145         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51146
51147         * configure.in (-z relro check): Adjust test code to add a large
51148         writable data section after it.
51149         * configure: Regenerated.
51150
51151 2011-07-11  Roland McGrath  <roland@hack.frob.com>
51152
51153         * configure.in (-z relro check): Fix test code to make the variable
51154         truly const.
51155         * configure: Regenerated.
51156
51157 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
51158
51159         * nscd/nscd.h (struct traced_file): Define.
51160         (struct database_dyn): Remove inotify_descr, reset_res, and filename
51161         elements.  Add traced_files.
51162         (inotify_fd): Declare.
51163         (register_traced_file): Declare.
51164         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51165         (inotify_fd): Export.
51166         (resolv_conf_descr): Remove.
51167         (nscd_init): Move inotify descriptor creation to main.
51168         Don't register files for notification here.
51169         (register_traced_file): New function.
51170         (invalidate_cache): Don't use reset_res to determine whether to call
51171         res_init, go through the list of registered files.
51172         (main_loop_poll): The inotify descriptors are now stored in the
51173         structures for the traced files.
51174         (main_loop_epoll): Likewise
51175         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
51176         to __nss_disable_nscd.
51177         * nscd/cache.c (prune_cache): There is no single inotify descriptor
51178         for a database anymore.  Check the records for all the registered
51179         files instead.
51180         * nss/Makefile (libnss_files-routines): Add files-init.
51181         (libnss_db-routines): Add db-init.
51182         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51183         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51184         * nss/nss_db/db-init.c: New file.
51185         * nss/nss_files/files-init.c: New file.
51186         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
51187         __nss_lookup_function.
51188         (__nss_lookup_function): Call nss_load_library.
51189         (nss_load_all_libraries): New function.
51190         (__nss_disable_nscd): Take parameter with callback function for files
51191         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
51192         used for the cached services.
51193         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51194         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51195         options for features to all the files in nscd.
51196
51197         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51198
51199 2011-07-10  Roland McGrath  <roland@hack.frob.com>
51200
51201         * csu/elf-init.c (__libc_csu_init): Comment typo.
51202
51203 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
51204
51205         * po/pl.po: Update from translation team.
51206         * po/ja.po: Likewise.
51207         * po/ru.po: Likewise.
51208         * po/ko.po: Likewise.
51209         * po/fr.po: Likewise.
51210
51211 2011-07-09  Roland McGrath  <roland@hack.frob.com>
51212
51213         * configure.in (.ctors/.dtors header and trailer check):
51214         Use an empirical test on a built program.
51215         * configure: Regenerated.
51216
51217         * configure.in (-z relro check): Use an empirical test on a built DSO.
51218         Detect, but do not require, on ia64.
51219         * configure: Regenerated.
51220
51221         * configure.in (READELF): Find it with AC_CHECK_TOOL.
51222         Update tests that use readelf to use $READELF instead.
51223         * configure: Regenerated.
51224
51225 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
51226
51227         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51228         if the result is not used.
51229
51230 2011-07-05  Andreas Jaeger  <aj@suse.de>
51231
51232         [BZ#9696]
51233         * stdlib/tst-strtod.c: Add testcase.
51234
51235 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51236
51237         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51238         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51239         The latter has a higher limit.  Take additional parameter to pass to
51240         the new function.
51241         (__pathconf): Pass file to __statfs_link_max.
51242         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51243         __statfs_link_max.
51244         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51245         __statfs_link_max.
51246
51247         [BZ #12868]
51248         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51249         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51250         Handle Lustre.
51251         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51252         (__statfs_filesize_max): Likewise.
51253         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51254
51255 2011-07-05  Andreas Jaeger  <aj@suse.de>
51256
51257         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51258
51259 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51260
51261         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51262         `status' variable.
51263         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51264         Likewise.
51265
51266 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51267
51268         * Makefile (strop-tests): Add strncat.
51269         * string/test-strncat.c: New file.
51270
51271 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51272
51273         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51274
51275 2011-06-21  Andreas Jaeger  <aj@suse.de>
51276
51277         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51278         Copy rule from iconvdata/Makefile.
51279
51280 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51281
51282         [BZ #12922]
51283         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51284         but no long options are defined, just return 'W'.
51285
51286 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51287
51288         [BZ #9696]
51289         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51290
51291 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51292
51293         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51294         netgroups to read.
51295         (innetgr): Likewise.
51296
51297 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51298
51299         * config.make.in (install_root): Default to $(DESTDIR).
51300
51301 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51302
51303         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51304
51305 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51306
51307         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51308
51309         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51310         containing directory rather than embedding absolute directory names.
51311
51312         * scripts/check-local-headers.sh: Rewritten using awk.
51313         Match by word, not by line.  Print error messages for matches.
51314         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51315
51316         * Makerules [shlib-lds-flags empty]:
51317         ($(common-objpfx)libc_pic.opts): New target.
51318         ($(common-objpfx)libc_pic.os.clean): New target.
51319         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51320
51321         * config.make.in (OBJCOPY): New variable.
51322         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51323         * configure: Regenerated.
51324
51325         * config.make.in (use-default-link): New variable.
51326         * configure.in (use_default_link): Grok --with-default-link to set it.
51327         * configure: Regenerated.
51328         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51329         (shlib-lds, shlib-lds-flags): Define to empty.
51330
51331         * Makerules (shlib-lds): New variable.
51332         (shlib-lds-flags): New variable.
51333         (build-shlib, build-moduile, build-module-asneeded): Use it.
51334         ($(common-objpfx)libc.so): Use $(shlib-lds).
51335         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51336         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51337
51338         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51339         DT_FLAGS/DT_FLAGS_1 with zero flags.
51340
51341         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51342         linker script munging.
51343
51344 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51345
51346         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51347         as 128-bit value.
51348         * crypt/sha512.c (sha512_process_block): Perform total addition using
51349         128-bit if possible.
51350         (__sha512_finish_ctx): Likewise.
51351         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51352         as 64-bit value.
51353         * crypt/sha256.c (SWAP64): Define.
51354         (sha256_process_block): Perform total addition using 64-bit if
51355         possible.
51356         (__sha256_finish_ctx): Likewise.
51357
51358 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51359
51360         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51361         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51362         * nscd/hstcache.c (cache_addhst): Likewise.
51363         * nscd/grpcache.c (cache_addgr): Likewise.
51364         * nscd/aicache.c (addhstaiX): Likewise
51365         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51366
51367 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51368
51369         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51370         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51371         * nscd/hstcache.c (cache_addhst): Likewise.
51372         * nscd/grpcache.c (cache_addgr): Likewise.
51373         * nscd/aicache.c (addhstaiX): Likewise
51374
51375 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51376
51377         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51378         domain only when needed.
51379
51380 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51381
51382         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51383         is always restored.
51384
51385 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51386
51387         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51388         are re-adding the entry.
51389         * nscd/servicescache.c (cache_addserv): Likewise.
51390
51391 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51392
51393         * sysdeps/generic/dl-irel.h: fix protection against multiple
51394         inclusions.
51395         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51396
51397 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51398
51399         [BZ #12935]
51400         * malloc/memusage.sh: Fix quoting in message.
51401         * debug/xtrace.sh: Likewise.
51402
51403         * configure.in: Remove support for --experimental-malloc option, make
51404         it the default.
51405         * config.make.in: Likewise.
51406         * malloc/Makefile: Likewise.
51407
51408 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51409
51410         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51411         two-byte characters.
51412
51413 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51414
51415         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51416         AC_CACHE_CHECK invocation.
51417         * configure: Regenerated.
51418
51419         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51420
51421 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51422
51423         [BZ #12350]
51424         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51425         bit from old_res_options.
51426
51427         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51428
51429         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51430         value type for setfct.
51431
51432 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51433
51434         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51435         __gettimeofday instead of gettimeofday.
51436
51437 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51438
51439         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51440
51441 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51442
51443         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51444
51445         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51446         info.
51447
51448 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51449
51450         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51451         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51452         strcpy-sse2-unaligned strncpy-sse2-unaligned
51453         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51454         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51455         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51456         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51457         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51458         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51459         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51460         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51461         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51462         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51463         (STRCPY): Support SSE2 and SSSE3 versions.
51464
51465 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51466
51467         [BZ #12874]
51468         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51469         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51470         kernels which artificially limit size of requests.
51471
51472 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51473
51474         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51475         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51476         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51477         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51478         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51479         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51480         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51481         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51482         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51483         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51484         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51485         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51486         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51487         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51488         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51489         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51490         Enable unaligned load optimization for Intel Core i3, i5 and i7
51491         processors.
51492         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51493         Define.
51494         (index_Fast_Unaligned_Load): Define.
51495         (HAS_FAST_UNALIGNED_LOAD): Define.
51496
51497 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51498
51499         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51500
51501 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51502
51503         [BZ #12907]
51504         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51505         until it is clear that the information is realy needed.
51506         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51507
51508 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51509
51510         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51511
51512 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51513
51514         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51515         /sys/devices/system/cpu/online if it is usable.
51516
51517         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51518         reading the information from the /proc filesystem to once a second.
51519
51520 2011-06-21  Andreas Jaeger  <aj@suse.de>
51521
51522         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51523         NULL after inclusion of kernel headers.
51524
51525 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51526
51527         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51528         calls to internal_setent.
51529
51530         [BZ #12885]
51531         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51532         addresses using gethostbyname4_r ignore IPv4 addresses.
51533
51534         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51535         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51536
51537         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51538
51539 2011-06-20  David S. Miller  <davem@davemloft.net>
51540
51541         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51542         inclusions.
51543         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51544
51545         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51546         (elf_irel): Use it.
51547         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51548         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51549         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51550         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51551         * sysdeps/x86_64/dl-irel.h: Likewise.
51552
51553         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51554         * elf/dl-sym.c: Likewise.
51555
51556 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51557
51558         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51559         need to dereference resplen2.
51560
51561 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51562
51563         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51564
51565 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51566
51567         * Makeconfig: Define vardbdir and inst_vardbdir.
51568         * nss/Makefile: Add rules to install db-Makefile.
51569
51570         * nss/nss_db/db-XXX.c: Cleanup.
51571
51572         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51573         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51574         GLIBC_PRIVATE.
51575         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51576         * nss/makedb.c: Implement -g option to specify that value strings
51577         are generated and should not be added to table iterated over for
51578         get*ent calls.
51579         * nss/nss_db/db-initgroups.c: New file.
51580
51581         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51582         interface.
51583
51584         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51585         (internal_getgrouplist): Adjust to name change.
51586         Update use_initgroups_entry if this is not the first call.
51587         * nss/databases.def: Add initgroups entry.
51588
51589         * nss/makedb.c (compute_tables): Check result of multiple hash table
51590         sizes to minimize maximum chain length.
51591
51592 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51593
51594         * Versions.def: Add entry for libnss_db.
51595         * shlib-versions: Likewise.
51596         * nss/Makefile: Add rules to build libnss_db.
51597         * nss/Versions: Add libnss_db information.  Organize libnss_files
51598         entries better.
51599         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51600         makedb progra.  Some minor improvements to generate smaller files.
51601         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51602         here from...
51603         * nss/makedb.c: ...here.
51604         Improve database format to be smaller and require less memory at
51605         runtime.
51606         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51607         db anymore.
51608         * nss/nss_db/db-netgrp.c: Likewise.
51609         * nss/nss_db/db-open.c: Likewise.
51610         * nss/nss_files/flies-XXX.x: Adjust comments.
51611         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51612         * nss/nss_files/files-grp.c: Likewise.
51613         * nss/nss_files/files-hosts.c: Likewise.
51614         * nss/nss_files/files-network.c: Likewise.
51615         * nss/nss_files/files-proto.c: Likewise.
51616         * nss/nss_files/files-pwd.c: Likewise.
51617         * nss/nss_files/files-rpc.c: Likewise.
51618         * nss/nss_files/files-service.c: Likewise.
51619         * nss/nss_files/files-sgrp.c: Likewise.
51620         * nss/nss_files/files-spwd.c: Likewise.
51621         * nss/nss_db/db-alias.c: Removed.
51622         * nss/nss_db/dummy-db.h: Removed.
51623
51624 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51625
51626         * nss/makedb.c: Rewritten to not use database library.
51627         * nss/Makefile: Update to build new makedb program.
51628
51629 2011-06-14  Andreas Jaeger  <aj@suse.de>
51630
51631         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51632         memset declaration.
51633
51634 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51635
51636         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51637         tmpbuf.
51638
51639 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51640
51641         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51642         * elf/Makefile ($(objpfx)ld.so): Likewise.
51643
51644         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51645         Don't list ld.so twice in dependencies.
51646
51647         * posix/bug-regex31.c: Include <stdlib.h>.
51648
51649         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51650
51651         * nis/nss_compat/compat-spwd.c
51652         (getspent_next_nss_netgr): Remove unused variable.
51653         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51654
51655         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51656         nonmembers" output to use the right array.
51657
51658         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51659
51660         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51661
51662         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51663         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51664         * catgets/gencat.c (read_input_file): Likewise.
51665         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51666
51667         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51668         variable definition inside #if's controlling its use.
51669
51670         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51671
51672         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51673
51674         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51675
51676         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51677         unreachable code.
51678
51679         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51680
51681         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51682         * configure: Regenerated.
51683
51684         * Makerules: Revert last change.
51685         * elf/Makefile: Likewise.
51686
51687 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51688
51689         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51690         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51691         (reloc-link): Likewise.
51692
51693 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51694
51695         * elf/Makefile: Add rules to build pldd.
51696         * elf/pldd.c: New file.
51697         * elf/pldd-xx.c: New file.
51698
51699 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51700
51701         * version.h: Update for 2.15 development version.
51702
51703 2011-06-07  David S. Miller  <davem@davemloft.net>
51704
51705         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51706         ifuncs.
51707         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51708         elf_machine_lazy_rel): Likewise.
51709         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51710         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51711         elf_machine_lazy_rel): Likewise.
51712         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51713         dl_hwcap via passed in argument.
51714         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51715         Likewise.
51716
51717 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51718
51719         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51720
51721 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51722
51723         [BZ #12849]
51724         * manual/fdl-1.1.texi: New file, verbatim from:
51725         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51726         * manual/lgpl-2.1.texi: New file, verbatim from:
51727         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51728         * manual/Makefile (licenses): New variable, list those new file names.
51729         (texis): Use it.
51730         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51731
51732         * manual/fdl.texi: File removed.
51733         * manual/lesser.texi: File removed.
51734         * manual/libc.texinfo (Copying, Documentation License):
51735         Use new @include file names, put @appendix directive before @include.
51736
51737 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51738
51739         [BZ #12841]
51740         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51741         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51742         (mq_open): Add __NTH.
51743
51744 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51745
51746         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51747         Assume Intel Core i3/i5/i7 processor if AVX is available.
51748
51749 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51750
51751         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51752         typo.
51753
51754 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51755
51756         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51757         memory.  Use alloca_account.  Fix memory leak when retrying.
51758
51759 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51760
51761         * version.h (RELEASE): Bump for 2.14 release.
51762         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51763
51764         * config.make.in (RANLIB): Remove entry.
51765
51766 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51767
51768         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51769         (libc.pot): Work around missing support for .ksh extension in xgettext.
51770
51771         [BZ #12684]
51772         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51773         if both request failed.
51774         (send_dg): In case of server errors clear resplen or *resplen2.
51775
51776         [BZ #12454]
51777         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51778         when there are multiple maps.
51779         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51780         (_dl_fini): Remove test here.
51781
51782         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51783
51784 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51785
51786         [BZ #12350]
51787         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51788         bit from old_res_options.
51789         (gaih_inet): Likewise.
51790
51791         [BZ #11099]
51792         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51793         as signed.
51794
51795         * resolv/res_init.c (res_setoptions): Make the code more compact.
51796
51797         [BZ #11558]
51798         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51799         set RES_USEVC.
51800
51801         [BZ #11634]
51802         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51803
51804         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51805
51806         [BZ #11781]
51807         * malloc/malloc.h: Declare malloc hook variables as volatile.
51808
51809         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51810         in last patch.
51811
51812         [BZ #11799]
51813         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51814         raise in the comment.
51815         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51816         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51817         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51818
51819 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51820
51821         [BZ #12811]
51822         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51823         grow the buffers more if it already has to be sufficient.
51824         (build_wcs_upper_buffer): Likewise.
51825         * posix/regexec.c (check_matching): Likewise.
51826         (clean_state_log_if_needed): Likewise.
51827         (extend_buffers): Don't enlarge buffers beyond size of the input
51828         buffer.
51829         Patches mostly by Emil Wojak <emil@wojak.eu>.
51830         * posix/bug-regex32.c: New file.
51831         * posix/Makefile (tests): Add bug-regex32.
51832
51833         * locale/findlocale.c (_nl_find_locale): Return right away if
51834         _nl_explode_name failed.
51835         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51836
51837         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51838
51839         * debug/xtrace.sh: Unify messages.
51840         * malloc/memusage.sh: Likewise.
51841
51842         [BZ #12813]
51843         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51844         time symbol from vDSO.  Substitute with vsyscall if not available.
51845         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51846         __vdso_time.
51847
51848         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51849         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51850         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51851         Add sendmmsg and internal_sendmmsg.
51852         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51853         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51854         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51855
51856         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51857         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51858         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51859
51860 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51861
51862         [BZ #12813]
51863         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51864         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51865         available.
51866         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51867         __vdso_getcpu.
51868
51869         [BZ #12814]
51870         * iconvdata/Makefile (tests): Add bug-iconv9.
51871         * iconvdata/bug-iconv9.c: New file.
51872
51873 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51874
51875         [BZ #12814]
51876         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51877
51878 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51879
51880         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51881         (struct user_regs_struct): Change intcs field back to cs.
51882
51883 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51884
51885         * po/ja.po: Update from translation team.
51886
51887 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51888
51889         [BZ #12795]
51890         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51891         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51892
51893 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51894
51895         * stdlib/longlong.h: Update from GCC.
51896
51897 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51898
51899         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51900         parameter name.
51901         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51902         Add parameter name.
51903         (__sysconf): Pass it down.
51904
51905 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51906
51907         [BZ #12671]
51908         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51909         some situations.
51910         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51911         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51912         add in in __libc_use_alloca calls.  Adjust callers.
51913         (glob): Use malloc in some situations.
51914
51915         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51916         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51917         pltexit.
51918
51919 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51920
51921         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51922         and CLOCK_BOOTTIME_ALARM.
51923
51924         [BZ #12782]
51925         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51926         is returned.
51927
51928         * string/_strerror.c (__strerror_r): Print negative errors as signed
51929         numbers.
51930
51931         [BZ #12777]
51932         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51933         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51934         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51935
51936         * configure.in: Fix typo in redirection and correct removal of test
51937         files in two cases.
51938
51939         [BZ #12788]
51940         * locale/setlocale.c (new_composite_name): Fix test to check for
51941         identical name of all categories.
51942
51943         [BZ #12792]
51944         * libio/filedoalloc.c (local_isatty): New function.
51945         (_IO_file_doallocate): Use local_isatty.
51946         * stdio-common/perror.c (perror): In case a new stream is used
51947         forward the stream error.
51948         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51949         error flag.
51950
51951 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51952
51953         [BZ #11869]
51954         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51955         alloca.
51956         * include/alloca.h (extend_alloca_account): Define.
51957
51958         [BZ #11857]
51959         * posix/regex.h: Fix comments with documentation of user-accessible
51960         fields after compilation and describe correct free'ing of pattern
51961         after re_compile_pattern.
51962         Patch by Reuben Thomas <rrt@sc3d.org>.
51963
51964 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51965
51966         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51967         and -mno-altivec to prevent the compiler from using Altivec and/or
51968         VSX instructions when the corresponding registers are not available.
51969
51970 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51971
51972         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51973
51974 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51975
51976         * libio/freopen.c (freopen): Use __dup2, not dup2.
51977         * libio/freopen64.c (freopen64): Likewise.
51978
51979 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51980
51981         [BZ #12775]
51982         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51983         * math/Makefile (tests): Add test-powl.
51984         (CFLAGS-test-powl.c): Define.
51985         * math/test-powl.c: New file.
51986
51987 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51988
51989         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51990
51991 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51992
51993         [BZ #11837]
51994         * iconvdata/gb18030.c: Update to GB18020-2005.
51995
51996 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51997
51998         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51999         RE_SYNTAX_POSIX_AWK): Update to match recent development.
52000         Patch by Aharon Robbins <arnold@skeeve.com>.
52001
52002         [BZ #11892]
52003         * stdlib/putenv.c (putenv): Don't always create copy of the variable
52004         on the stack.
52005
52006         [BZ #11895]
52007         * misc/pselect.c (__pselect): Handle timeout value errors hidden
52008         through underflows.
52009
52010         [BZ #12766]
52011         * misc/error.c (error_at_line): Ensure file_name and old_file_name
52012         point to strings before performing equality test for error_one_per_line
52013         mode.
52014
52015         [BZ #11697]
52016         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
52017
52018         [BZ #11820]
52019         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52020         (struct user_fpregs_struct): Avoid __uint*_t types.
52021
52022         [BZ #6420]
52023         * malloc/mtrace.c (tr_where): Add additional parameter to point to
52024         symbol info.  Use it instead of calling _dl_addr locally.
52025         (lock_and_info): New function.
52026         (tr_freehook): Call lock_and_info and pass symbol info as additional
52027         parameter to tr_where.
52028         (tr_mallochook): Likewise.
52029         (tr_reallochook): Likewise.
52030         (tr_memalignhook): Likewise.
52031
52032         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
52033         used and couldn't be at all thread-safe.
52034
52035 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
52036
52037         * libio/freopen.c (freopen): Don't close old file descriptor
52038         before the new one is opened.  Instead dup the new file descriptor
52039         to the old one after the new stream is created.
52040         * libio/freopen64.c (freopen64): Likewise.
52041         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
52042         * libio/fileops.c (_IO_new_file_close_it): Handle new
52043         _IO_FLAGS2_NOCLOSE flag.
52044         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
52045         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
52046         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
52047         _IO_FLAGS2_NOCLOSE flag.
52048         * include/unistd.h: Add hidden_proto for dup3.
52049         Define __have_dup3.
52050         * io/dup3.c: Define hidden symbol.
52051         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
52052
52053         [BZ #7101]
52054         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
52055         when an incomplete long option is used.
52056         * posix/tst-getopt_long1.c: New file.
52057         * posix/Makefile (tests): Add tst-getopt_long1.
52058
52059         [BZ #10138]
52060         * scripts/config.guess: Update from autoconf-2.68.
52061         * scripts/config.sub: Likewise.
52062
52063         [BZ #10157]
52064         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
52065         tests into ...
52066         (has_cpuclock): ...this.  New function.
52067         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
52068         macro here based on has_cpuclock code.
52069
52070         [BZ #10149]
52071         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52072         First byte (not low byte) is now always NUL.
52073         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
52074
52075         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52076         Use non-cancelable interfaces.
52077
52078         [BZ #9809]
52079         * locale/iso-639.def: Add entry for Sorani.
52080
52081         [BZ #11901]
52082         * include/stdlib.h: Move include protection to the right place.
52083         Define abort_msg_s.  Declare __abort_msg with it.
52084         * stdlib/abort.c (__abort_msg): Adjust type.
52085         * assert/assert.c (__assert_fail_base): New function.  Majority
52086         of code from __assert_fail.  Allocate memory for __abort_msg with
52087         mmap.
52088         (__assert_fail): Now call __assert_fail_base.
52089         * assert/assert-perr.c: Remove bulk of implementation.  Use
52090         __assert_fail_base.
52091         * include/assert.hL Declare __assert_fail_base.
52092         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
52093         mmap.
52094         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
52095
52096 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
52097
52098         [BZ #11952]
52099         [BZ #12453]
52100         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
52101         until all modules are registered in the DTV.
52102         * elf/Makefile: Add rules to build and run tst-tls19.
52103         * elf/tst-tls19.c: New file.
52104         * elf/tst-tls19mod1.c: New file.
52105         * elf/tst-tls19mod2.c: New file.
52106         * elf/tst-tls19mod3.c: New file.
52107         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
52108
52109         [BZ #12083]
52110         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
52111         correctly.
52112
52113         [BZ #12601]
52114         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
52115         two-byte sequence errors.
52116         * iconvdata/Makefile (tests): Add bug-iconv8.
52117         * iconvdata/bug-iconv8.c: New file.
52118
52119         [BZ #12626]
52120         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
52121         buf2 definition.
52122
52123         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52124
52125         [BZ #12432]
52126         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52127         (dummy_getcfa): New function.
52128         (init): Get _Unwind_GetCFA address, use dummy if not found.
52129         (backtrace_helper): In recursion check, also check whether CFA changes.
52130         (__backtrace): Completely initialize arg.
52131
52132         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
52133         storing incomplete byte sequence in state object.  Avoid testing for
52134         guaranteed too small input if we know there is enough data available.
52135
52136 2011-05-11  Andreas Schwab  <schwab@redhat.com>
52137
52138         * Makeconfig (+link-pie): Indent.
52139         * Rules (binaries-pie): Define if $(have-fpie) and
52140         $(build-shared).
52141         (binaries-shared): Also filter out $(binaries-pie).
52142         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52143         * nscd/Makefile (others-pie): Add nscd.
52144         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52145         ($(objpfx)nscd): Remove command override.
52146         * login/Makefile (others-pie): Add pt_chown.
52147         ($(objpfx)pt_chown): Remove command override.
52148         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52149         remove command overrides.
52150
52151 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
52152
52153         * libio/tst_putwc.c: Fix error messages.
52154
52155         [BZ #12724]
52156         * libio/fileops.c (_IO_new_file_close_it): Always flush when
52157         currently writing and seek to current position when not.
52158         * libio/Makefile (tests): Add bug-fclose1.
52159         * libio/bug-fclose1.c: New file.
52160
52161 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
52162
52163         [BZ #12511]
52164         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52165         don't set DF_1_NODELETE here.
52166         (do_lookup_x): When entering new entry test for copy relocation
52167         and if necessary set DF_1_NODELETE flag.
52168         * elf/tst-unique4.cc: New file.
52169         * elf/tst-unique4.h: New file.
52170         * elf/tst-unique4lib.cc: New file.
52171         * elf/Makefile: Add rules to build and run tst-unique4.
52172         Patch by Piotr Bury <pbury@goahead.com>.
52173
52174 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
52175
52176         [BZ #12052]
52177         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52178
52179         [BZ #12625]
52180         * misc/mntent_r.c (addmntent): Flush the stream after the output
52181
52182         [BZ #12393]
52183         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52184         (is_trusted_path_normalize): Skip initial colon.  Append slash
52185         to empty buffer.  Duplicate is_trusted_path code but allow
52186         constructed patch to be prefix.
52187         (is_dst): Allow $ORIGIN followed by /.
52188         (_dl_dst_substitute): Correct clearing of check_for_trusted.
52189         Correct testing of result of is_trusted_path_normalize
52190         (decompose_rpath): Fix warning.
52191
52192 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
52193
52194         [BZ #11257]
52195         * grp/initgroups.c (internal_getgrouplist): When we found the service
52196         list through the initgroups entry in nsswitch.conf do not always
52197         continue on a successful lookup.  Don't always use the
52198         __nss_group_database value if it is set.
52199         * nss/nsswitch.conf (initgroups): Change action for successful db
52200         lookup to continue for compatibility.
52201
52202 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
52203
52204         [BZ #11532]
52205         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52206         and CP774 modules.
52207         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52208         and CP774 modules.
52209         * iconvdata/tst-tables.sh: Likewise.
52210         * iconvdata/cp770.c: New file.
52211         * iconvdata/cp771.c: New file.
52212         * iconvdata/cp772.c: New file.
52213         * iconvdata/cp773.c: New file.
52214         * iconvdata/cp774.c: New file.
52215         * iconvdata/testdata/CP770: New file.
52216         * iconvdata/testdata/CP770..UTF8: New file.
52217         * iconvdata/testdata/CP771: New file.
52218         * iconvdata/testdata/CP771..UTF8: New file.
52219         * iconvdata/testdata/CP772: New file.
52220         * iconvdata/testdata/CP772..UTF8: New file.
52221         * iconvdata/testdata/CP773: New file.
52222         * iconvdata/testdata/CP773..UTF8: New file.
52223         * iconvdata/testdata/CP774: New file.
52224         * iconvdata/testdata/CP774..UTF8: New file.
52225
52226         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52227         END CHARMAP line.
52228         * iconvdata/gen-8bit-gap.sh: Likewise.
52229         * iconvdata/gen-8bit.sh: Likewise.
52230
52231         * locale/iso-639.def: Add ary entry.
52232
52233         [BZ #11258]
52234         * locale/C-translit.h.in: Add U20A1 transliteration.
52235
52236         [BZ #12178]
52237         * locale/iso-639.def: Add wae entry.
52238         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52239
52240         [BZ #12545]
52241         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52242         for n.
52243
52244         [BZ #12711]
52245         * locale/C-translit.h.in: Add entry for U20B9.
52246         Patch by pravin.d.s@gmail.com.
52247
52248 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52249
52250         [BZ #12713]
52251         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52252         ENAMETOOLONG use generic getcwd.
52253         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52254         in rtld.  Use *stat64.
52255         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52256         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52257         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52258         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52259         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52260         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52261         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52262         __fstatat64 macros.
52263         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52264         * dirent/rewinddir.c: Add libc_hidden_def.
52265         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52266         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52267
52268         * include/dirent.h (__alloc_dir): Add flags parameter.
52269         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52270         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52271         __alloc_dir.
52272         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52273         from fdopendir if O_CLOEXEC is already set.
52274
52275 2011-03-15  Alan Modra  <amodra@gmail.com>
52276
52277         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52278         l_tls_firstbyte_offset non-zero.  Save padding offset in
52279         l_tls_firstbyte_offset for later use.
52280         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52281         freeing static tls block.
52282
52283 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52284
52285         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52286         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52287         being defined by the kernel headers.
52288
52289 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52290
52291         [BZ #12734]
52292         * resolv/resolv.h: Define RES_NOTLDQUERY.
52293         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52294         no-tld-query and set RES_NOTLDQUERY.
52295         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52296         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52297         modern BIND to search name as TLD unless forbidden.
52298
52299 2011-05-07  Petr Baudis  <pasky@suse.cz>
52300             Ulrich Drepper  <drepper@gmail.com>
52301
52302         [BZ #12393]
52303         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52304         (is_trusted_path): ...to here.
52305         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52306         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52307         using is_trusted_path_normalize() in setuid scripts.
52308
52309 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52310
52311         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52312         __BEGIN/__END_DECLS.
52313
52314 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52315
52316         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52317         NSS_STATUS_NOTFOUND if no record was found.
52318
52319 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52320
52321         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52322         (headers-not-in-tirpc): Remove rpc/netdb.h
52323         * resolv/netdb.h: Revert last change.
52324
52325 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52326
52327         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52328         circular dependency between libgcc.a and libc.a.
52329
52330 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52331
52332         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52333         * nis/Makefile: Don't install rpcsvc/*.
52334         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52335         instead of <rpc/types.h>.
52336         (MAXHOSTNAMELEN): Define.
52337
52338 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52339
52340         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52341
52342 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52343
52344         [BZ #12714]
52345         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52346         gethostbyname4_r when IPv6 results are possible.
52347
52348 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52349
52350         [BZ #12723]
52351         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52352         _PC_PIPE_BUF handling.
52353
52354 2011-04-30  Bruno Haible  <bruno@clisp.org>
52355
52356         [BZ #12717]
52357         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52358         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52359         to 'int'.
52360         * inet/getnameinfo.c (getnameinfo): Likewise.
52361
52362 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52363
52364         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52365         to groups setting in database lookup.
52366         * nss/nsswitch.conf: Add initgroups entry.
52367
52368 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52369
52370         [BZ #12685]
52371         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52372         mode string.
52373         Patch by Eric Blake <eblake@redhat.com>.
52374
52375 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52376
52377         * sunrpc/Makefile (need-export-routines): Add svc_run.
52378         (routines): Remove svc_run.
52379         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52380         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52381         * sunrpc/svc_run.c (svc_run): Likewise.
52382         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52383
52384 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52385
52386         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52387         problem in reallocation in last patch.
52388
52389 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52390
52391         * sunrpc/Makefile: Move inclusion of Rules.
52392
52393 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52394
52395         * nss/nss_files/files-initgroups.c: New file.
52396         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52397         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52398         _nss_files_initgroups_dyn.
52399
52400 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52401
52402         * elf/elf.h (R_ARM_IRELATIVE): Define.
52403
52404 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52405
52406         * po/ru.po: Update from translation team.
52407
52408 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52409
52410         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52411         dependencies.
52412
52413 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52414
52415         [BZ #12653]
52416         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52417         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52418         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52419         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52420         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52421
52422 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52423
52424         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52425         differing bytes.
52426         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52427         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52428         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52429
52430 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52431
52432         [BZ #12420]
52433         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52434         storing it.
52435         * stdlib/bug-getcontext.c: New file.
52436         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52437
52438 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52439
52440         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52441         instructions into .machine "z9-109".
52442         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52443         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52444
52445 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52446
52447         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52448         between environment variables and auxiliary vector.
52449
52450 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52451
52452         * Makefile: Add rules to build linkobj/libc.so.
52453         * include/libc-symbols.h: Define libc_hidden_nolink.
52454         * include/rpc/auth.h: Mark functions which are to be hidden.
52455         * include/rpc/auth_des.h: Likewise.
52456         * include/rpc/auth_unix.h: Likewise.
52457         * include/rpc/clnt.h: Likewise.
52458         * include/rpc/des_crypt.h: Likewise.
52459         * include/rpc/key_prot.h: Likewise.
52460         * include/rpc/pmap_clnt.h: Likewise.
52461         * include/rpc/pmap_prot.h: Likewise.
52462         * include/rpc/pmap_rmt.h: Likewise.
52463         * include/rpc/rpc_msg.h: Likewise.
52464         * include/rpc/svc.h: Likewise.
52465         * include/rpc/svc_auth.h: Likewise.
52466         * include/rpc/xdr.h: Likewise.
52467         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52468         * nss/Makefile: Likewise.
52469         * sunrpc/Makefile: Don't install headers.  Build library with normal
52470         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52471         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52472         for the compat linking library.  Remove use of INTDEF/INTUSE.
52473         * sunrpc/auth_none.c: Likewise.
52474         * sunrpc/auth_unix.c: Likewise.
52475         * sunrpc/authdes_prot.c: Likewise.
52476         * sunrpc/authuxprot.c: Likewise.
52477         * sunrpc/clnt_gen.c: Likewise.
52478         * sunrpc/clnt_perr.c: Likewise.
52479         * sunrpc/clnt_raw.c: Likewise.
52480         * sunrpc/clnt_simp.c: Likewise.
52481         * sunrpc/clnt_tcp.c: Likewise.
52482         * sunrpc/clnt_udp.c: Likewise.
52483         * sunrpc/clnt_unix.c: Likewise.
52484         * sunrpc/des_crypt.c: Likewise.
52485         * sunrpc/des_soft.c: Likewise.
52486         * sunrpc/get_myaddr.c: Likewise.
52487         * sunrpc/key_call.c: Likewise.
52488         * sunrpc/key_prot.c: Likewise.
52489         * sunrpc/netname.c: Likewise.
52490         * sunrpc/pm_getmaps.c: Likewise.
52491         * sunrpc/pm_getport.c: Likewise.
52492         * sunrpc/pmap_clnt.c: Likewise.
52493         * sunrpc/pmap_prot.c: Likewise.
52494         * sunrpc/pmap_prot2.c: Likewise.
52495         * sunrpc/pmap_rmt.c: Likewise.
52496         * sunrpc/publickey.c: Likewise.
52497         * sunrpc/rpc_cmsg.c: Likewise.
52498         * sunrpc/rpc_common.c: Likewise.
52499         * sunrpc/rpc_dtable.c: Likewise.
52500         * sunrpc/rpc_prot.c: Likewise.
52501         * sunrpc/rpc_thread.c: Likewise.
52502         * sunrpc/rtime.c: Likewise.
52503         * sunrpc/svc.c: Likewise.
52504         * sunrpc/svc_auth.c: Likewise.
52505         * sunrpc/svc_authux.c: Likewise.
52506         * sunrpc/svc_raw.c: Likewise.
52507         * sunrpc/svc_run.c: Likewise.
52508         * sunrpc/svc_simple.c: Likewise.
52509         * sunrpc/svc_tcp.c: Likewise.
52510         * sunrpc/svc_udp.c: Likewise.
52511         * sunrpc/svc_unix.c: Likewise.
52512         * sunrpc/svcauth_des.c: Likewise.
52513         * sunrpc/xcrypt.c: Likewise.
52514         * sunrpc/xdr.c: Likewise.
52515         * sunrpc/xdr_array.c: Likewise.
52516         * sunrpc/xdr_float.c: Likewise.
52517         * sunrpc/xdr_intXX_t.c: Likewise.
52518         * sunrpc/xdr_mem.c: Likewise.
52519         * sunrpc/xdr_rec.c: Likewise.
52520         * sunrpc/xdr_ref.c: Likewise.
52521         * sunrpc/xdr_sizeof.c: Likewise.
52522         * sunrpc/xdr_stdio.c: Likewise.
52523
52524 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52525
52526         [BZ #12650]
52527         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52528         * sysdeps/ia64/dl-tls.h: Likewise.
52529         * sysdeps/powerpc/dl-tls.h: Likewise.
52530         * sysdeps/s390/dl-tls.h: Likewise.
52531         * sysdeps/sh/dl-tls.h: Likewise.
52532         * sysdeps/sparc/dl-tls.h: Likewise.
52533         * sysdeps/x86_64/dl-tls.h: Likewise.
52534         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52535
52536 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52537
52538         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52539         rpath element also skip the following colon.
52540         (expand_dynamic_string_token): Add is_path parameter and pass
52541         down to DL_DST_REQUIRED and _dl_dst_substitute.
52542         (decompose_rpath): Call expand_dynamic_string_token with
52543         non-zero is_path.  Ignore empty rpaths.
52544         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52545         with zero is_path.
52546
52547 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52548
52549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52550         Make cancelable.
52551
52552 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52553
52554         [BZ #12655]
52555         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52556         Patch by Filipe David Manana <fdmanana@apache.org>.
52557
52558 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52559
52560         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52561         Maintain aligned stack.
52562         (CHECK_RSP): Remove unused macro.
52563
52564 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52565
52566         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52567         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52568
52569 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52570
52571         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52572
52573         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52574
52575 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52576
52577         [BZ #12518]
52578         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52579         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52580         * sysdeps/x86_64/memmove.c: New file.
52581         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52582         (memcpy): Renamed to ...
52583         (__new_memcpy): This.
52584         (memcpy): Provide GLIBC_2_14 memcpy.
52585         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52586         (memcpy): Provide GLIBC_2_2_5 memcpy.
52587
52588 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52589
52590         [BZ #12631]
52591         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52592
52593 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52594
52595         * misc/syncfs.c: New file.
52596         * misc/Makefile (routines): Add syncfs.
52597         * posix/unistd.h: Declare syncfs.
52598         * sysdeps/unix/syscalls.list: Add syncfs.
52599
52600 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52601
52602         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52603         open_by_handle_at.
52604         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52605         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52606         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52607         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52608         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52609         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52610         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52611
52612 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52613
52614         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52615         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52616         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52617         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52618         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52619         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52620         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52621
52622         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52623         sync_file_range.c with -fexceptions.
52624         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52625         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52626         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52627         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52628         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52629         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52630         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52631         sync_file_range as cancellation point
52632         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52633         now a wrapper around __call_sync_file_range with cancellation handling.
52634         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52635         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52636         function name to __call_sync_file_range.
52637         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52638         Add call_sync_file_range.
52639
52640 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52641
52642         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52643         bits/timex.h.
52644
52645 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52646
52647         * iconv/iconv.h: Fix typo in comment.
52648         * io/fcntl.h: Likewise.
52649         * libio/stdio.h: Likewise.
52650         * posix/spawn.h: Likewise.
52651         * posix/unistd.h: Likewise.
52652         * stdlib/stdlib.h: Likewise.
52653         * time/time.h: Likewise.
52654         * wcsmbs/wchar.h: Likewise.
52655
52656         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52657         open_by_handle): Add.
52658         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52659         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52660         Augment a few comments.
52661         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52662         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52663         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52664         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52665         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52666         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52667         open_by_handle.
52668
52669         * io/fcntl.h (AT_EMPTY_PATH): Define.
52670
52671 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52672
52673         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52674         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52675         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52676         to...
52677         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52678         * Versions.def: Add GLIBC_2.14.
52679         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52680         Export.
52681
52682 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52683
52684         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52685         round counter.
52686         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52687
52688 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52689
52690         [BZ #12597]
52691         * string/test-strncmp.c (do_page_test): New function.
52692         (check2): Likewise.
52693         (test_main): Call check2.
52694         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52695
52696 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52697
52698         [BZ #12587]
52699         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52700         Handle cache information in CPU leaf 4.
52701         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52702
52703 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52704
52705         [BZ #12583]
52706         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52707         character representation.
52708         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52709
52710 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52711
52712         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52713         END(__isnan) to END(__isnanf) to match function entry point/label
52714         EALIGN(__isnanf,...).
52715
52716 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52717
52718         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52719
52720 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52721
52722         [BZ #12510]
52723         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52724         copy from the symbol referenced in the relocation to initialize the
52725         used variable.
52726         Patch by Piotr Bury <pbury@goahead.com>.
52727         * elf/Makefile: Add rules to build and tst-unique3.
52728         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52729         * elf/tst-unique3.cc: New file.
52730         * elf/tst-unique3.h: New file.
52731         * elf/tst-unique3lib.cc: New file.
52732         * elf/tst-unique3lib2.cc: New file.
52733
52734         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52735
52736 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52737
52738         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52739         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52740         to _start.
52741
52742 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52743
52744         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52745         to-be-loaded object along a path to loader is ld.so.
52746
52747 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52748             Ulrich Drepper  <drepper@gmail.com>
52749
52750         * sysdeps/x86_64/memset.S: After aligning destination, code
52751         branches to different locations depending on the value of
52752         misalignment, when multiarch is enabled. Fix this.
52753
52754 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52755
52756         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52757         Set _x86_64_preferred_memory_instruction for AMD processsors.
52758         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52759         Set bit_Prefer_SSE_for_memop for AMD processors.
52760
52761 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52762
52763         * libio/fmemopen.c (fmemopen): Optimize a bit.
52764
52765 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52766
52767         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52768
52769 2011-03-03  Roland McGrath  <roland@redhat.com>
52770
52771         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52772
52773 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52774
52775         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52776         __bzero_ultra1 instead of __memset_ultra1.
52777
52778 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52779             Ulrich Drepper  <drepper@gmail.com>
52780
52781         [BZ #12509]
52782         * include/link.h (struct link_map): Add l_orig_initfini.
52783         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52784         returning unsuccessfully.
52785         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52786         close of a file loaded at startup, restore the original l_initfini
52787         list.
52788         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52789         list, store the pointer.
52790         * elf/Makefile ($(objpfx)noload-mem): New rule.
52791         (noload-ENV): Define.
52792         (tests): Add $(objpfx)noload-mem.
52793         * elf/noload.c: Include <memcheck.h>.
52794         (main): Call mtrace.  Close all opened handles.
52795
52796 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52797
52798         [BZ #12454]
52799         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52800         dependencies are missing.
52801
52802 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52803
52804         Fix __if_freereq crash: Unlike the generic version which uses free,
52805         Hurd needs munmap.
52806         * sysdeps/mach/hurd/ifreq.h: New file.
52807
52808 2011-01-27  Petr Baudis  <pasky@suse.cz>
52809             Ulrich Drepper  <drepper@gmail.com>
52810
52811         [BZ 12445]#
52812         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52813         to extend_alloca().
52814         * stdio-common/bug23.c: New file.
52815         * stdio-common/Makefile (tests): Add bug23.
52816
52817 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52818             Ulrich Drepper  <drepper@gmail.com>
52819
52820         [BZ #12489]
52821         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52822         before performing relro protection.  At old place add assertion
52823         to make sure nothing changed.
52824
52825 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52826             Glauber de Oliveira Costa  <glommer@gmail.com>
52827
52828         * elf/elf.h: Add new ARM TLS relocs.
52829
52830 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52831
52832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52833         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52834         cast from r3.
52835         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52836         'tests' variable.
52837         * sysdeps/wordsize-64/tst-writev.c: New file.
52838
52839 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52840
52841         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52842         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52843         insns in _dl_start to prevent a TOC reference before relocs are
52844         resolved.
52845
52846 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52847
52848         [BZ #12469]
52849         * Makeconfig: Remove RANLIB definition.
52850         * Makerules: Don't use RANLIB.
52851         * aclocal.m4: Remove ranlib test.
52852         * configure.in: No need to check for ranlib.
52853         * elf/rtld-Rules: Don't use RANLIB.
52854
52855 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52856
52857         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52858         protection macro.
52859         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52860         inclusion protection macro.
52861
52862         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52863         SIGRTMIN and SIGRTMAX and print information in that case only when
52864         SIGRTMIN is defined.
52865
52866 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52867
52868         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52869         arginfo fn returning -1.
52870
52871         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52872         and thousands string is zero terminated.
52873
52874 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52875
52876         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52877         sysdeps/unix/sysv/linux/bits/socket.h.
52878
52879 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52880
52881         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52882         (__CPU_COUNT): Remove old macros.
52883         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52884         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52885         (__CPU_ALLOC, __CPU_FREE): Add macros.
52886         (__sched_cpualloc, __sched_cpufree): Add declarations.
52887
52888 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52889
52890         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52891         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52892         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52893         (readdhstai): Return value of addhstaiX call.
52894         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52895         (addgrbyX): Return value returned by cache_addgr.
52896         (readdgrbyname): Return value returned by addgrbyX.
52897         (readdgrbygid): Likewise.
52898         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52899         (addpwbyX): Return value returned by cache_addpw.
52900         (readdpwbyname): Return value returned by addhstbyX.
52901         (readdpwbyuid): Likewise.
52902         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52903         (addservbyX): Return value returned by cache_addserv.
52904         (readdservbyname): Return value returned by addservbyX:
52905         (readdservbyport): Likewise.
52906         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52907         (addhstbyX): Return value returned by cache_addhst.
52908         (readdhstbyname): Return value returned by addhstbyX.
52909         (readdhstbyaddr): Likewise.
52910         (readdhstbynamev6): Likewise.
52911         (readdhstbyaddrv6): Likewise.
52912         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52913         (readdinitgroups): Return value returned by addinitgroupsX.
52914         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52915         (prune_cache): Keep track of timeout value of re-added entries.
52916         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52917         * nscd/nscd.h: Adjust prototypes of readd* functions.
52918
52919 2011-02-04  Roland McGrath  <roland@redhat.com>
52920
52921         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52922         (nis_stats): Likewise.
52923         * nis/nis_modify.c (nis_modify): Likewise.
52924         * nis/nis_remove.c (nis_remove): Likewise.
52925         * nis/nis_add.c (nis_add): Likewise.
52926
52927         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52928
52929         * posix/fnmatch_loop.c: Add some consts.
52930
52931         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52932
52933 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52934
52935         [BZ #12460]
52936         * config.make.in (config-cflags-novzeroupper): Define.
52937         * configure.in: Substitute libc_cv_cc_novzeroupper.
52938         * elf/Makefile (AVX-CFLAGS): Define.
52939         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52940         (CFLAGS-tst-auditmod4a.c): Likewise.
52941         (CFLAGS-tst-auditmod4b.c): Likewise.
52942         (CFLAGS-tst-auditmod6b.c): Likewise.
52943         (CFLAGS-tst-auditmod6c.c): Likewise.
52944         (CFLAGS-tst-auditmod7b.c): Likewise.
52945         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52946
52947 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52948
52949         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52950         function to the callback.
52951         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52952
52953 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52954
52955         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52956         of errno.
52957
52958 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52959
52960         [BZ #11724]
52961         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52962         of constructors.
52963         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52964         of destructors.
52965         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52966
52967         [BZ #11724]
52968         * elf/Makefile: Add rules to build and run new test.
52969         * elf/tst-initorder.c: New file.
52970         * elf/tst-initorder.exp: New file.
52971         * elf/tst-initordera1.c: New file.
52972         * elf/tst-initordera2.c: New file.
52973         * elf/tst-initordera3.c: New file.
52974         * elf/tst-initordera4.c: New file.
52975         * elf/tst-initorderb1.c: New file.
52976         * elf/tst-initorderb2.c: New file.
52977         * elf/tst-order-a1.c: New file.
52978         * elf/tst-order-a2.c: New file.
52979         * elf/tst-order-a3.c: New file.
52980         * elf/tst-order-a4.c: New file.
52981         * elf/tst-order-b1.c: New file.
52982         * elf/tst-order-b2.c: New file.
52983         * elf/tst-order-main.c: New file.
52984         New test case by George Gensure <werkt0@gmail.com>.
52985
52986 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52987
52988         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52989         decoding ACE if AI_CANONIDN.
52990
52991 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52992
52993         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52994
52995 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52996
52997         * version.h (RELEASE): Bump for 2.13 release.
52998         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52999
53000         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
53001
53002         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
53003         MADV_NOHUGEPAGE.
53004         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
53005         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
53006         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
53007         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
53008         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
53009         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53010
53011         * posix/getconf.c: Update copyright year.
53012         * catgets/gencat.c: Likewise.
53013         * csu/version.c: Likewise.
53014         * debug/catchsegv.sh: Likewise.
53015         * debug/xtrace.sh: Likewise.
53016         * elf/ldconfig.c: Likewise.
53017         * elf/ldd.bash.in: Likewise.
53018         * elf/sprof.c (print_version): Likewise.
53019         * iconv/iconv_prog.c: Likewise.
53020         * iconv/iconvconfig.c: Likewise.
53021         * locale/programs/locale.c: Likewise.
53022         * locale/programs/localedef.c: Likewise.
53023         * malloc/memusage.sh: Likewise.
53024         * malloc/mtrace.pl: Likewise.
53025         * nscd/nscd.c (print_version): Likewise.
53026         * nss/getent.c: Likewise.
53027
53028         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
53029         PF_CAIF, and PF_ALG.
53030         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53031
53032 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
53033
53034         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
53035         (modules-names): Use them.
53036         (ifunc-test-modules, ifunc-pie-tests): Define.
53037         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
53038         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
53039         (test-extras): Likewise.
53040         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
53041         $(compile-command.c).
53042         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
53043         (all-built-dso): Define.
53044         (check-textrel.out, check-execstack.out): Depend on it.
53045
53046         * configure.in: Don't override --enable-multi-arch.
53047
53048 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
53049
53050         [BZ #6812]
53051         * nscd/hstcache.c (tryagain): Define.
53052         (cache_addhst): Return tryagain not notfound for temporary errors.
53053         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
53054         failed.
53055
53056 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
53057
53058         [BZ #10563]
53059         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
53060         to make the syscall.
53061         * sysdeps/unix/sysv/linux/setgroups.c: New file.
53062
53063         [BZ #12378]
53064         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
53065         and fall back to matching as normal character if the string ends before
53066         the matching ']' is found.  This is what POSIX requires.
53067         * posix/testfnm.c: Adjust test result.
53068         * posix/globtest.sh: Adjust test result.  Add new test.
53069         * posix/tst-fnmatch.input: Likewise.
53070         * posix/tst-fnmatch2.c: Add new test.
53071
53072 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
53073
53074         * elf/Makefile (check-execstack): Revert last change.  Depend on
53075         check-execstack.h.
53076         (check-execstack.h): New target.
53077         (generated): Add check-execstack.h.
53078         * elf/check-execstack.c: Include "check-execstack.h".
53079         (main): Revert last change.
53080         (handle_file): Return zero if GNU_STACK is absent and
53081         DEFAULT_STACK_PERMS doesn't include PF_X.
53082
53083 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
53084
53085         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
53086         in child fails because the descriptor is already closed.
53087         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
53088         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
53089         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
53090
53091         [BZ #12397]
53092         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
53093         syscall.
53094
53095         [BZ #10484]
53096         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
53097         temporary buffer used to handle multi lookups locally.
53098         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
53099
53100 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53101
53102         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
53103         loader is ld.so.
53104
53105 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
53106
53107         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
53108         alignment for SSE2.
53109
53110 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53111
53112         [BZ #12394]
53113         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
53114         characters.  When rounding increased number of integer digits recompute
53115         number of groups.
53116         * stdio-common/tst-grouping.c: New file.
53117         * stdio-common/Makefile: Add rules to build and run tst-grouping.
53118
53119 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
53120
53121         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53122         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
53123
53124         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53125         void.
53126         * bits/select.h: Likewise.
53127
53128 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
53129
53130         * po/ja.po: Update from translation team.
53131
53132 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
53133
53134         [BZ #11155]
53135         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53136         implementation just like for lxstat, fxstatat, et al.
53137
53138 2010-12-27  Jim Meyering  <meyering@redhat.com>
53139
53140         [BZ #12348]
53141         * posix/regexec.c (build_trtable): Return failure indication upon
53142         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
53143
53144 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
53145
53146         [BZ #12201]
53147         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53148         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53149         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53150         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53151
53152         [BZ #12207]
53153         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53154
53155         [BZ #12204]
53156         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53157         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53158
53159 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
53160
53161         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53162         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53163         script has SORT_BY_INIT_PRIORITY.
53164         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53165         NO_CTORS_DTORS_SECTIONS is defined.
53166         * elf/soinit.c: Likewise.
53167         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53168         NO_CTORS_DTORS_SECTIONS is defined.
53169         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53170         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53171         * sysdeps/sh/init-first.c: Likewise.
53172         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53173
53174 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
53175
53176         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53177         always use the slow path.
53178
53179 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
53180
53181         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53182         similar rule which adds the sysdep directories to the header search in
53183         order to pick up the correct platform stackinfo.h.
53184         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53185         perform test if it is, otherwise return successfully without testing.
53186         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53187         DEFAULT_STACK_PERMS define in stackinfo.h.
53188         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53189         defined in stackinfo.h.
53190         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53191         DEFAULT_STACK_PERMS defined in stackinfo.h.
53192         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53193         * sysdeps/ia64/stackinfo.h: Likewise.
53194         * sysdeps/s390/stackinfo.h: Likewise.
53195         * sysdeps/sh/stackinfo.h: Likewise.
53196         * sysdeps/sparc/stackinfo.h: Likewise.
53197         * sysdeps/x86_64/stackinfo.h: Likewise.
53198         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53199         PF_X for powerpc64.  Retain PF_X for powerpc32.
53200
53201 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
53202
53203         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53204         accurately.
53205         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53206         GETDENTS_64BIT_ALIGNED.
53207
53208 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
53209
53210         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
53211
53212 2010-12-10  Andreas Schwab  <schwab@redhat.com>
53213
53214         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53215         _GNU_SOURCE.
53216
53217         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53218         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53219         Remove __restrict.
53220         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53221         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53222
53223 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
53224
53225         [BZ #11655]
53226         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53227         are initialized.
53228
53229 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
53230
53231         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53232
53233 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53234
53235         * po/it.po: Update from translation team.
53236
53237 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53238
53239         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53240         unused codes.
53241
53242 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53243
53244         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53245
53246 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53247
53248         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53249         specially.
53250         (gaih_getanswer_slice): Likewise.
53251
53252 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53253
53254         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53255
53256 2010-05-31  Petr Baudis  <pasky@suse.cz>
53257
53258         [BZ #11149]
53259         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53260         silently even in the chroot mode.
53261
53262 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53263
53264         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53265         last patch a bit.  Pretty printing
53266
53267 2010-05-31  Petr Baudis <pasky@suse.cz>
53268
53269         [BZ #10085]
53270         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53271         initialization of skip_initgroups_dyn.
53272
53273 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53274
53275         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53276         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53277
53278 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53279
53280         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53281
53282 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53283
53284         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53285         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53286         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53287         ($(objpfx)tst-fnmatch-mem): New rule.
53288         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53289         * posix/tst-fnmatch.c (main): Call mtrace.
53290
53291 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53292
53293         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53294         Support Intel processor model 6 and model 0x2c.
53295
53296 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53297
53298         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53299           signed comparison.
53300
53301 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53302
53303         [BZ #12205]
53304         * string/test-strncasecmp.c (check_result): New function.
53305         (do_one_test): Use it.
53306         (check1): New function.
53307         (test_main): Use it.
53308         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53309         Support strcasecmp and strncasecmp.
53310
53311 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53312
53313         [BZ #12194]
53314         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53315         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53316
53317 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53318
53319         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53320         IFUNC support.
53321         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53322         memset-x86-64.
53323         * sysdeps/x86_64/multiarch/bzero.S: New file.
53324         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53325         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53326         * sysdeps/x86_64/multiarch/memset.S: New file.
53327         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53328         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53329         Set bit_Prefer_SSE_for_memop for Intel processors.
53330         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53331         Define.
53332         (index_Prefer_SSE_for_memop): Define.
53333         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53334
53335 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53336
53337         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53338         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53339
53340 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53341
53342         [BZ #12191]
53343         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53344         (__x86_64_raw_data_cache_size_half): Likewise.
53345         (__x86_64_raw_shared_cache_size): Likewise.
53346         (__x86_64_raw_shared_cache_size_half): Likewise.
53347
53348         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53349         (__x86_64_raw_data_cache_size_half): Likewise.
53350         (__x86_64_raw_shared_cache_size): Likewise.
53351         (__x86_64_raw_shared_cache_size_half): Likewise.
53352         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53353         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53354         and __x86_64_raw_shared_cache_size_half.  Round
53355         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53356         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53357         to multiple of 256 bytes.
53358
53359 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53360
53361         [BZ #12167]
53362         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53363         of inacessible symlinks.  Verify result of symlink before returning it.
53364         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53365         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53366
53367 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53368
53369         * math/math.h (isinf): Fix typo in comment.
53370
53371 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53372
53373         * po/da.po: Update from translation team.
53374
53375 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53376
53377         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53378         is added to the list.
53379
53380 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53381             Ulrich Drepper  <drepper@gmail.com>
53382
53383         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53384         the global list here.  Move code to...
53385         (_dl_add_to_namespace_list): ...here.  New function.
53386         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53387         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53388         * elf/dl-load.c (lose): Don't remove the element from the list.
53389         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53390         (_dl_map_object): Likewise.
53391
53392 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53393
53394         [BZ #12159]
53395         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53396         into all bytes of SSE register.
53397         Patch by Richard Li <richardpku@gmail.com>.
53398
53399 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53400
53401         [BZ #12140]
53402         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53403         perturbing.
53404
53405 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53406
53407         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53408         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53409         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53410         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53412         submachine.
53413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53414
53415 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53416
53417         * include/dlfcn.h (__RTLD_SECURE): Define.
53418         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53419         mode & __RTLD_SECURE instead.
53420         (open_path): Rename preloaded parameter to secure.
53421         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53422         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53423         * elf/dl-deps.c (openaux): Likewise.
53424         * elf/rtld.c (struct map_args): Remove is_preloaded.
53425         (map_doit): Don't use it.
53426         (dl_main): Likewise.
53427         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53428         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53429
53430 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53431
53432         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53433         (sysd-rules-targets): Remove duplicates.
53434         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53435         rtld-%.$o dependency.
53436
53437 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53438
53439         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53440         _dl_map_object do it.
53441
53442 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53443
53444         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53445         fast fma builtins, define the macros in the C99 standard.
53446         (FP_FAST_FMAF): Likewise.
53447         (FP_FAST_FMAL): Likewise.
53448         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53449
53450         * bits/mathdef.h: Update copyright year.
53451         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53452
53453 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53454
53455         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53456         builtins, define the macros in the C99 standard.
53457         (FP_FAST_FMAF): Likewise.
53458         (FP_FAST_FMAL): Likewise.
53459         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53460         multiply/add.
53461         (FP_FAST_FMAF): Likewise.
53462
53463 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53464
53465         [BZ #3268]
53466         * math/libm-test.inc (fma_test): Some new testcases.
53467         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53468         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53469         y and infinite z.  Do multiplication by C already in long double.
53470         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53471         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53472         y and infinite z.  Do bitwise or of inexact bit into u.d.
53473         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53474         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53475         * sysdeps/i386/fpu/s_fma.S: Removed.
53476         * sysdeps/i386/fpu/s_fmal.S: Removed.
53477
53478 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53479
53480         [BZ #3268]
53481         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53482         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53483         computation is not scheduled after fetestexcept.  Fix value
53484         of minimum denormal long double.
53485
53486 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53487
53488         [BZ #3268]
53489         * math/libm-test.inc (fma_test): Add some more tests.
53490         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53491         correctly.
53492
53493 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53494
53495         * scripts/data/localplt-s390-linux-gnu.data: New file.
53496         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53497
53498 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53499
53500         [BZ #3268]
53501         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53502         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53503         instead of dbl-64.
53504         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53505         inlines.
53506         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53507         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53508         if one of x and y is very large and the other is subnormal.
53509         * sysdeps/s390/fpu/s_fmaf.c: New file.
53510         * sysdeps/s390/fpu/s_fma.c: New file.
53511         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53512         * sysdeps/powerpc/fpu/s_fma.S: New file.
53513         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53514         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53515         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53516
53517 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53518
53519         [BZ #3268]
53520         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53521         fma tests.
53522         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53523         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53524         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53525         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53526         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53527         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53528         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53529
53530 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53531
53532         [BZ #12078]
53533         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53534         * posix/bug-regex31.input: Add test case.
53535
53536 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53537
53538         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53539         * posix/bug-regex31.input: New file.
53540
53541         [BZ #12078]
53542         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53543         (parse_sub_exp): Fix last change, use postorder.
53544
53545         * posix/bug-regex31.c: New file.
53546         * posix/Makefile: Add rules to build and run bug-regex31.
53547
53548         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53549
53550         [BZ #12078]
53551         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53552
53553         [BZ #12108]
53554         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53555         to have entries in sys_siglist.
53556
53557         [BZ #12093]
53558         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53559         be NULL.
53560
53561 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53562
53563         [BZ #3268]
53564         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53565         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53566         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53567         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53568         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53569         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53570         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53571         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53572         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53573         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53574         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53575         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53576         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53577         * math/ftestexcept.c (fetestexcept): Likewise.
53578         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53579         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53580         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53581         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53582         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53583         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53584         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53585
53586 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53587
53588         [BZ #12107]
53589         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53590         newline.
53591
53592 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53593
53594         * string/bug-strstr1.c: New file.
53595         * string/Makefile: Add rules to build and run bug-strstr1.
53596
53597 2010-10-05  Eric Blake  <eblake@redhat.com>
53598
53599         [BZ #12092]
53600         * string/str-two-way.h (two_way_long_needle): Always clear memory
53601         when skipping input due to the shift table.
53602
53603 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53604
53605         [BZ #12005]
53606         * malloc/mcheck.c: Handle large requests.
53607
53608         [BZ #12077]
53609         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53610         for strncmp and strncasecmp.
53611         * string/stratcliff.c: Add tests for strcmp and strncmp.
53612         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53613
53614 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53615
53616         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53617         __set_fpscr.
53618
53619 2010-09-30  Andreas Jaeger  <aj@suse.de>
53620
53621         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53622         (CGROUP_SUPER_MAGIC): Define.
53623         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53624         Handle btrfs and cgroup file systems.
53625         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53626         Likewise.
53627
53628 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53629
53630         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53631         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53632
53633 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53634
53635         [BZ #12067]
53636         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53637         trying to locate the ELF header.
53638
53639 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53640
53641         [BZ #11611]
53642         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53643         Mask out sign-bit copies when constructing f_fsid.
53644
53645 2010-09-24  Petr Baudis <pasky@suse.cz>
53646
53647         * debug/stack_chk_fail_local.c: Add missing licence exception.
53648         * debug/warning-nop.c: Likewise.
53649
53650 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53651
53652         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53653         implementing getdents64 using getdents syscall, set d_type if
53654         __ASSUME_GETDENTS32_D_TYPE.
53655
53656 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53657
53658         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53659         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53660
53661 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53662
53663         [BZ #12037]
53664         * posix/unistd.h: Undo change of feature selection for ftruncate from
53665         2010-01-11.
53666
53667 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53668
53669         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53670         detection.
53671
53672 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53673
53674         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53675         fanotify_mark.
53676         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53677
53678 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53679
53680         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53681         variables after CHECK_SP call.
53682         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53683
53684 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53685             Ulrich Drepper  <drepper@redhat.com>
53686
53687         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53688         re-relocationg ld.so.
53689         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53690         _dl_init_paths call.
53691         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53692         here anymore.
53693
53694 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53695
53696         * resolv/res_init.c (__res_vinit): Count the default server we added.
53697
53698 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53699             Ulrich Drepper  <drepper@redhat.com>
53700
53701         [BZ #11968]
53702         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53703         (____longjmp_chk): Use %ebx for saving value across system call.
53704         Add unwind info.
53705
53706 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53707
53708         * manual/Makefile: Don't mix pattern rules with normal rules.
53709
53710 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53711
53712         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53713         operation.
53714         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53715         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53716         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53717         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53718         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53719         Likewise.
53720
53721 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53722
53723         [BZ #11979]
53724         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53725         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53726
53727 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53728
53729         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53730         * sysdeps/x86_64/addmul_1.S: Likewise.
53731         * sysdeps/x86_64/lshift.S: Likewise.
53732         * sysdeps/x86_64/mul_1.S: Likewise.
53733         * sysdeps/x86_64/rshift.S: Likewise.
53734         * sysdeps/x86_64/sub_n.S: Likewise.
53735         * sysdeps/x86_64/submul_1.S: Likewise.
53736
53737 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53738
53739         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53740         Define __sched_param instead of SCHED_* and sched_param when
53741         <bits/sched.h> is included with __need_schedparam defined.
53742         * bits/sched.h [__need_schedparam]
53743         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53744         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53745         (__defined_schedparam): Define to 1.
53746         (__sched_param): New structure, identical to sched_param.
53747         (__need_schedparam): Undefine.
53748
53749 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53750
53751         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53752         (epoll_create1): Declare.
53753
53754         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53755
53756 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53757
53758         [BZ #7066]
53759         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53760         shifting retval into place.
53761
53762 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53763
53764         * nis/rpcsvc/nis.h: Update copyright notice.
53765         * nis/rpcsvc/nis.x: Likewise.
53766         * nis/rpcsvc/nis_callback.h: Likewise.
53767         * nis/rpcsvc/nis_callback.x: Likewise.
53768         * nis/rpcsvc/nis_object.x: Likewise.
53769         * nis/rpcsvc/nis_tags.h: Likewise.
53770         * nis/rpcsvc/yp.h: Likewise.
53771         * nis/rpcsvc/yp.x: Likewise.
53772         * nis/rpcsvc/ypupd.h: Likewise.
53773         * nis/yp_xdr.c: Likewise.
53774         * nis/ypupdate_xdr.c: Likewise.
53775
53776         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53777         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53778         (pmap_getport): Use __libc_rpc_getport.
53779         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53780         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53781         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53782
53783 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53784
53785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53786         fanotify_mark.
53787
53788 2010-08-27  Roland McGrath  <roland@redhat.com>
53789
53790         * sysdeps/i386/i686/multiarch/Makefile
53791         (CFLAGS-varshift.c): New variable.
53792
53793 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53794
53795         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53796         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53797
53798         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53799
53800         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53801
53802 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53803
53804         * sysdeps/x86_64/strlen.S: Unroll the loop.
53805         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53806         strlen-sse2 strlen-sse2-bsf.
53807         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53808         __strlen_no_bsf if bit_Slow_BSF is set.
53809         (__strlen_sse42): Removed.
53810         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53811         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53812
53813 2010-08-25  Roland McGrath  <roland@redhat.com>
53814
53815         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53816         * sysdeps/x86_64/multiarch/varshift.c: New file.
53817         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53818         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53819         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53820         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53821
53822 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53823
53824         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53825         strlen-sse2 strlen-sse2-bsf.
53826         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53827         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53828         (__strlen_sse2): Removed.
53829         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53830         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53831         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53832         bit_Slow_BSF for Atom.
53833         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53834         (index_Slow_BSF): Define.
53835         (HAS_SLOW_BSF): Define.
53836
53837 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53838
53839         [BZ #10851]
53840         * resolv/res_init.c (__res_vinit): When no server address at all
53841         is given default to loopback.
53842
53843 2010-08-24  Roland McGrath  <roland@redhat.com>
53844
53845         * configure.in: Remove config-name.h generation.
53846         * configure: Regenerated.
53847         * config-name.in: File removed.
53848         * scripts/config-uname.sh: New file.
53849         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53850         ($(objdir)config-name.h): New target.
53851
53852         * sunrpc/rpc_parse.h: Avoid nested comment.
53853
53854 2010-08-24  Richard Henderson  <rth@redhat.com>
53855             Ulrich Drepper  <drepper@redhat.com>
53856             H.J. Lu  <hongjiu.lu@intel.com>
53857
53858         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53859         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53860         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53861         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53862         _mm_alignr_epi8 with _mm_loadu_si128.
53863         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53864         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53865         (__m128i_shift_right): Removed.
53866         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53867         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53868         * sysdeps/x86_64/multiarch/varshift.h: New file.
53869         * sysdeps/x86_64/multiarch/varshift.S: New file.
53870
53871 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53872
53873         * configure.in: Move assembler checks to before sysdep dir checking.
53874
53875 2010-08-20  Petr Baudis  <pasky@suse.cz>
53876
53877         * LICENSES: Sync the sunrpc license.
53878
53879 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53880
53881         * sunrpc/auth_des.c: Update copyright notice once again.
53882         * sunrpc/auth_none.c: Likewise.
53883         * sunrpc/auth_unix.c: Likewise.
53884         * sunrpc/authdes_prot.c: Likewise.
53885         * sunrpc/authuxprot.c: Likewise.
53886         * sunrpc/bindrsvprt.c: Likewise.
53887         * sunrpc/clnt_gen.c: Likewise.
53888         * sunrpc/clnt_perr.c: Likewise.
53889         * sunrpc/clnt_raw.c: Likewise.
53890         * sunrpc/clnt_simp.c: Likewise.
53891         * sunrpc/clnt_tcp.c: Likewise.
53892         * sunrpc/clnt_udp.c: Likewise.
53893         * sunrpc/clnt_unix.c: Likewise.
53894         * sunrpc/des_crypt.c: Likewise.
53895         * sunrpc/des_soft.c: Likewise.
53896         * sunrpc/get_myaddr.c: Likewise.
53897         * sunrpc/getrpcport.c: Likewise.
53898         * sunrpc/key_call.c: Likewise.
53899         * sunrpc/key_prot.c: Likewise.
53900         * sunrpc/openchild.c: Likewise.
53901         * sunrpc/pm_getmaps.c: Likewise.
53902         * sunrpc/pm_getport.c: Likewise.
53903         * sunrpc/pmap_clnt.c: Likewise.
53904         * sunrpc/pmap_prot.c: Likewise.
53905         * sunrpc/pmap_prot2.c: Likewise.
53906         * sunrpc/pmap_rmt.c: Likewise.
53907         * sunrpc/rpc/auth.h: Likewise.
53908         * sunrpc/rpc/auth_unix.h: Likewise.
53909         * sunrpc/rpc/clnt.h: Likewise.
53910         * sunrpc/rpc/des_crypt.h: Likewise.
53911         * sunrpc/rpc/key_prot.h: Likewise.
53912         * sunrpc/rpc/netdb.h: Likewise.
53913         * sunrpc/rpc/pmap_clnt.h: Likewise.
53914         * sunrpc/rpc/pmap_prot.h: Likewise.
53915         * sunrpc/rpc/pmap_rmt.h: Likewise.
53916         * sunrpc/rpc/rpc.h: Likewise.
53917         * sunrpc/rpc/rpc_des.h: Likewise.
53918         * sunrpc/rpc/rpc_msg.h: Likewise.
53919         * sunrpc/rpc/svc.h: Likewise.
53920         * sunrpc/rpc/svc_auth.h: Likewise.
53921         * sunrpc/rpc/types.h: Likewise.
53922         * sunrpc/rpc/xdr.h: Likewise.
53923         * sunrpc/rpc_clntout.c: Likewise.
53924         * sunrpc/rpc_cmsg.c: Likewise.
53925         * sunrpc/rpc_common.c: Likewise.
53926         * sunrpc/rpc_cout.c: Likewise.
53927         * sunrpc/rpc_dtable.c: Likewise.
53928         * sunrpc/rpc_hout.c: Likewise.
53929         * sunrpc/rpc_main.c: Likewise.
53930         * sunrpc/rpc_parse.c: Likewise.
53931         * sunrpc/rpc_parse.h: Likewise.
53932         * sunrpc/rpc_prot.c: Likewise.
53933         * sunrpc/rpc_sample.c: Likewise.
53934         * sunrpc/rpc_scan.c: Likewise.
53935         * sunrpc/rpc_scan.h: Likewise.
53936         * sunrpc/rpc_svcout.c: Likewise.
53937         * sunrpc/rpc_tblout.c: Likewise.
53938         * sunrpc/rpc_util.c: Likewise.
53939         * sunrpc/rpc_util.h: Likewise.
53940         * sunrpc/rpcinfo.c: Likewise.
53941         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53942         * sunrpc/rpcsvc/key_prot.x: Likewise.
53943         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53944         * sunrpc/rpcsvc/mount.x: Likewise.
53945         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53946         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53947         * sunrpc/rpcsvc/rex.x: Likewise.
53948         * sunrpc/rpcsvc/rstat.x: Likewise.
53949         * sunrpc/rpcsvc/rusers.x: Likewise.
53950         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53951         * sunrpc/rpcsvc/spray.x: Likewise.
53952         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53953         * sunrpc/rtime.c: Likewise.
53954         * sunrpc/svc.c: Likewise.
53955         * sunrpc/svc_auth.c: Likewise.
53956         * sunrpc/svc_authux.c: Likewise.
53957         * sunrpc/svc_raw.c: Likewise.
53958         * sunrpc/svc_run.c: Likewise.
53959         * sunrpc/svc_simple.c: Likewise.
53960         * sunrpc/svc_tcp.c: Likewise.
53961         * sunrpc/svc_udp.c: Likewise.
53962         * sunrpc/svc_unix.c: Likewise.
53963         * sunrpc/svcauth_des.c: Likewise.
53964         * sunrpc/xcrypt.c: Likewise.
53965         * sunrpc/xdr.c: Likewise.
53966         * sunrpc/xdr_array.c: Likewise.
53967         * sunrpc/xdr_float.c: Likewise.
53968         * sunrpc/xdr_mem.c: Likewise.
53969         * sunrpc/xdr_rec.c: Likewise.
53970         * sunrpc/xdr_ref.c: Likewise.
53971         * sunrpc/xdr_sizeof.c: Likewise.
53972         * sunrpc/xdr_stdio.c: Likewise.
53973
53974         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53975         handling.
53976
53977 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53978
53979         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53980
53981 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53982
53983         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53984         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53985         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53986         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53987         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53988         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53989         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53990         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53991         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53992         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53993         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53994         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53995         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53996         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53997
53998 2010-07-26  Anton Blanchard  <anton@samba.org>
53999
54000         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
54001         * malloc/arena.c (heap_trim): Likewise.
54002
54003 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
54004
54005         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
54006         here.  Not...
54007         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
54008         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
54009
54010 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
54011
54012         * sysdeps/i386/elf/Makefile: New file.
54013
54014 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54015
54016         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
54017         from fanotify_init.
54018         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
54019         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54020
54021 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
54022
54023         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
54024         of strncasecmp_l.
54025         * sysdeps/multiarch/strcmp.S: Likewise.
54026
54027 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
54028
54029         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54030         strncase_l-nonascii.
54031         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54032         Add strncase_l-ssse3.
54033         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
54034         * sysdeps/x86_64/strcmp.S: Likewise.
54035         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
54036         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
54037         * sysdeps/x86_64/strncase.S: New file.
54038         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
54039         * sysdeps/x86_64/strncase_l.S: New file.
54040         * string/Makefile (strop-tests): Add strncasecmp.
54041         * string/test-strncasecmp.c: New file.
54042
54043         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
54044         warning.
54045
54046         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
54047         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
54048
54049 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54050
54051         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
54052
54053 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
54054
54055         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
54056         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
54057         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
54058
54059 2010-05-01  Alan Modra  <amodra@gmail.com>
54060
54061         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
54062         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
54063         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
54064         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
54065         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
54066         tidying.  Don't tail-call __sigjmp_save for static lib.
54067         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
54068         save location.
54069         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
54070         (CALL_MCOUNT): Add eh info, and nop after bl.
54071         (TAIL_CALL_SYSCALL_ERROR): New macro.
54072         (PSEUDO_RET): Use it.
54073         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
54074         Correct save location of integer regs and cr.
54075         (_dl_profile_resolve): Correct cr save location.  Delete nops
54076         after bl when SHARED.  Reduce cfi size a little by better
54077         placement of cfi directives.
54078         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
54079         make a stack frame.  Instead use parm save area as a temp.
54080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
54081         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
54082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
54083         Don't make a stack frame for parent, use parm save area.
54084         Increase child stack frame to 112 bytes.  Don't save unused reg,
54085         and adjust reg usage.  Set up cfi on error recovery and
54086         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
54087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54088         (__makecontext): Add dummy nop after jump to exit.
54089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
54090         Use correct parm save area and cr save, reduce stack frame.
54091         Correct cfi for possible PSEUDO_RET frame setup.
54092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
54093         Branch to local label emitted by PSEUDO_RET rather than
54094         __syscall_error.
54095
54096 2010-08-12  Andreas Schwab  <schwab@redhat.com>
54097
54098         [BZ #11904]
54099         * locale/programs/locale.c (print_assignment): New function.
54100         (show_locale_vars): Use it.
54101
54102 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
54103
54104         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
54105         field.
54106         (struct statfs64): Likewise.
54107         (_STATFS_F_FLAGS): Define.
54108         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
54109         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54110         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
54111         (ST_VALID): Define locally.
54112         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
54113         __statvfs_getflags, use the provided value.
54114         * sysdeps/unix/sysv/linux/kernel-features.h: Define
54115         __ASSUME_STATFS_F_FLAGS.
54116
54117         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
54118
54119         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
54120         Add sys/fanotify.h.
54121         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54122         fanotify_mask for GLIBC_2.13.
54123         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54124         fanotify_init and fanotify_mark.
54125         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54126         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54127
54128         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54129         Add prlimit.
54130         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54131         prlimit64 for GLIBC_2.13.
54132         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54133         prlimit64.
54134         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54135         syscall.
54136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54137         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54138         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54139         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54140         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
54141         add prlimit alias.
54142         * sysdeps/unix/sysv/linux/prlimit.c: New file.
54143
54144         [BZ #11903]
54145         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54146         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54147
54148         * nss/Makefile: Add rules to build and run tst-nss-test1.
54149         * shlib-versions: Add entry for libnss_test1.
54150         * nss/nss_test1.c: New file.
54151         * nss/tst-nss-test1.c: New file.
54152
54153         * nss/nsswitch.c (__nss_database_custom): Define new variable.
54154         (__nss_configure_lookup): Set appropriate entry in
54155         __nss_configure_lookup to true.
54156         * nss/nsswitch.h: Define enum with indeces of databases in
54157         databases and __nss_database_custom arrays.  Declare
54158         __nss_database_custom.
54159         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54160         to avoid using nscd when custom rules are installed.
54161         * nss/getXXbyYY_r.c: Likewise.
54162         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54163
54164         * nss/nss_files/files-parse.c: Whitespace fixes.
54165
54166 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
54167
54168         [BZ #11883]
54169         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54170         * posix/fnmatch_loop.c: Likewise.
54171
54172 2010-07-17  Andi Kleen  <ak@linux.intel.com>
54173
54174         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54175         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54176         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54177         * Versions.def [GLIBC_2.13]: Add.
54178
54179 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
54180
54181         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54182         Also fail if tpwd after pwuid call is NULL.
54183
54184 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54185
54186         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54187         when converting to ms.
54188
54189 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54190
54191         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54192         EOPNOTSUPP errors with ENOTTY.
54193         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54194         EOPNOTSUPP errors with ENOTTY.
54195
54196 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
54197
54198         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54199         Add strcasecmp_l-ssse3.
54200         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54201         strcasecmp.
54202         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54203         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54204         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54205
54206 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
54207
54208         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54209
54210         * string/Makefile (strop-tests): Add strcasecmp.
54211         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54212         strcasecmp_l-nonascii.
54213         (gen-as-const-headers): Add locale-defines.sym.
54214         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54215         * sysdeps/x86_64/strcasecmp.S: New file.
54216         * sysdeps/x86_64/strcasecmp_l.S: New file.
54217         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54218         * sysdeps/x86_64/locale-defines.sym: New file.
54219         * string/test-strcasecmp.c: New file.
54220
54221         * string/test-strcasestr.c: Test both ends of the range of characters.
54222         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54223
54224 2010-07-29  Roland McGrath  <roland@redhat.com>
54225
54226         [BZ #11856]
54227         * manual/locale.texi (Yes-or-No Questions): Fix example code.
54228
54229 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
54230
54231         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54232         for ld.so.
54233
54234 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54235
54236         * manual/memory.texi (Malloc Tunable Parameters): Document
54237         M_PERTURB.
54238
54239 2010-07-26  Roland McGrath  <roland@redhat.com>
54240
54241         [BZ #11840]
54242         * configure.in (-fgnu89-inline check): Set and substitute
54243         gnu89_inline, not libc_cv_gnu89_inline.
54244         * configure: Regenerated.
54245         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54246
54247 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54248
54249         * string/test-strnlen.c: New file.
54250         * string/Makefile (strop-tests): Add strnlen.
54251         * string/tester.c (test_strnlen): Add a few more test cases.
54252         * string/tst-strlen.c: Better error reporting.
54253
54254         * sysdeps/x86_64/strnlen.S: New file.
54255
54256 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54257
54258         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54259         lower-latency instructions.
54260
54261 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54262
54263         * string/test-strcasestr.c: New file.
54264         * string/test-strstr.c: New file.
54265         * string/Makefile (strop-tests): Add strstr and strcasestr.
54266         * string/str-two-way.h: Don't undefine MAX.
54267         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54268
54269 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54270
54271         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54272         strcasestr-nonascii.
54273         (CFLAGS-strcasestr-nonascii.c): Define.
54274         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54275         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54276         Remove unused attribute.
54277
54278 2010-07-20  Roland McGrath  <roland@redhat.com>
54279
54280         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54281         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54282         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54283         like LD_HWCAP_MASK can disable hwcaps.
54284
54285 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54286
54287         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54288
54289 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54290
54291         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54292         call in strcasestr.
54293         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54294         __strcasestr_sse42_nonascii.
54295         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54296         strcasestr-nonascii.c.
54297         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54298
54299 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54300
54301         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54302         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54303         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54304         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54305
54306 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54307
54308         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54309         fcntl.
54310
54311 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54312
54313         [BZ #11577]
54314         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54315         dl_signal_cerror.
54316
54317 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54318
54319         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54320         _PC_PIPE_BUF using F_GETPIPE_SZ.
54321
54322 2010-07-05  Roland McGrath  <roland@redhat.com>
54323
54324         * manual/arith.texi (Rounding Functions): Fix rint description
54325         implicit in round description.
54326
54327 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54328
54329         * elf/Makefile: Fix linking for a few tests to make recent linker
54330         happy.
54331
54332 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54333
54334         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54335         $(common-objpfx)libc_nonshared.a.
54336
54337 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54338
54339         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54340         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54341         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54342         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54343         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54344         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54345         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54346         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54349         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54351         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54353         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54361         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54362         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54363         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54364         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54365         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54366         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54367         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54368         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54369         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54370         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54371         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54372         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54387
54388 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54389
54390         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54391         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54392         * string/memmove.c (memmove): Renamed to ...
54393         (MEMMOVE): ...this.  Default to memmove.
54394         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54395         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54396         (END_CHK): Define.
54397         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54398         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54399         mempcpy-ssse3-back memmove-ssse3-back.
54400         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54401         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54402         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54403         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54404         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54405         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54406         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54407         * sysdeps/x86_64/multiarch/memmove.c: New file.
54408         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54409         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54410         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54411         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54412         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54413         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54414         Define.
54415         (index_Fast_Copy_Backward): Define.
54416         (HAS_ARCH_FEATURE): Define.
54417         (HAS_FAST_REP_STRING): Define.
54418         (HAS_FAST_COPY_BACKWARD): Define.
54419
54420 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54421
54422         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54423         Restore proper fallback handling.
54424
54425 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54426
54427         [BZ #11701]
54428         * posix/group_member.c (__group_member): Correct checking loop.
54429
54430         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54431         OOM in getpwuid_r correctly.  Return error number when the caller
54432         should return, otherwise -1.
54433         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54434         call returning > 0 value.
54435         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54436
54437 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54438
54439         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54440         libc_nonshared.a from targets in modules-names.
54441
54442 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54443
54444         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54445         requires it.
54446
54447 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54448
54449         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54450         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54451         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54452         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54453
54454 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54455
54456         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54457
54458 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54459
54460         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54461         and F_GETPIPE_SZ.
54462         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54463         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54464         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54465         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54466         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54467         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54468
54469 2010-06-14  Roland McGrath  <roland@redhat.com>
54470
54471         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54472
54473 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54474
54475         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54476         __REDIRECT followed by __THROW.
54477         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54478         * posix/getopt.h (getopt): Likewise.
54479
54480 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54481
54482         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54483         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54484         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54485         in AT_FLAGS.
54486         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54487         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54488
54489 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54490
54491         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54492
54493 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54494
54495         [BZ #11640]
54496         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54497         Properly check family and model.
54498
54499 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54500
54501         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54502
54503 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54504
54505         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54506
54507 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54508
54509         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54510         symbol reference.
54511
54512 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54513
54514         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54515         symbol reference.
54516
54517 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54518
54519         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54520         and internal_recvmmsg.
54521         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54522         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54523         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54524         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54525
54526         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54527         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54528         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54529
54530 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54531
54532         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54533
54534 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54535
54536         POWER7 optimizations.
54537         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54538         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54539
54540 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54541
54542         * version.h: Update for 2.13 development version.
54543
54544 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54545
54546         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54547         exceptions.  Return 0.
54548
54549 2010-05-07  Roland McGrath  <roland@redhat.com>
54550
54551         * elf/ldconfig.c (main): Add a const.
54552
54553 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54554
54555         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54556         (args_options): Add no-idn option.
54557         (ahosts_keys_int): Add idn_flags to ai_flags.
54558         (parse_option): Handle 'i' option to clear idn_flags.
54559
54560         * malloc/malloc.c (_int_free): Possible race in the most recently
54561         added check.  Only act on the data if no current modification
54562         happened.
54563
54564 See ChangeLog.17 for earlier changes.