Fix preprocessor indentation in sysdeps/mips/memcpy.S.
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2
3         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
4
5 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
6
7         [BZ #17747]
8         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
9         alias to weak alias for j0l, y0l.
10         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
11         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
12
13         [BZ #17746]
14         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
15         conversion.
16
17 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
18
19         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
20         to zero if not already defined.
21
22 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
23
24         [BZ #17724]
25         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
26         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
27         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
28         (char *) casts added.
29         * sysdeps/ieee754/k_standardf.c: New file.
30         * sysdeps/ieee754/k_standardl.c: Likewise.
31         * math/Makefile (libm-support): Remove k_standard.
32         (libm-calls): Add k_standard.
33
34 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
35
36         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
37         Optimize to avoid an unnecessary FPCR read.
38
39 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
40
41         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
42         Optimize to reduce FPCR/FPSR accesses.
43
44 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
45
46         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
47         Call libc_fetestexcept_aarch64.
48
49 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
50
51         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
52         Call libc_fesetround_aarch64.
53
54 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
55
56         [BZ #17733]
57         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
58         (__bind): Do not define as weak alias.
59         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
60         define.
61         (__getsockname): Do not define as weak alias.
62
63 2014-12-22  Will Newton  <will.newton@linaro.org>
64
65         * manual/install.texi: Document that we require bison 2.7
66         or above.
67         * INSTALL: Regenerate.
68         * configure.ac: Use AC_CHECK_PROG_VER instead of
69         AC_PATH_PROG when checking for bison and check for
70         version 2.7 or above.
71         * configure: Regenerate.
72
73 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
74
75         [BZ #17745]
76         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
77         * sysdeps/tile/ffsll.c (ffsll): To here.
78
79         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
80
81 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
82
83         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
84         if not defined.
85         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
86         definition.
87         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
88         hidden ___tls_get_addr.
89         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
90         hidden __tls_get_addr.
91         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
92         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
93         Likewise.
94
95 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
96
97         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
98         _dl_init call.
99
100 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
101
102         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
103         from "call _dl_init@PLT".
104         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
105
106 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
107
108         * manual/search.texi: (Array Sort Function): Clarify stable sorting
109         guarantees.
110
111 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
112
113         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
114
115 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
116
117         [BZ #17744]
118         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
119         strnlen.
120
121 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
122
123         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
124         of multu on MIPSr6.
125         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
126         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
127         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
128         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
129         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
130
131 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
132
133         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
134         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
135         (PTR_SUBU): Use subu for mips32r6/mips64r6.
136         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
137         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
138         mips32r6/mips64r6.
139         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
140
141 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
142
143         * string/strncat.c (STRNCAT): Simplify implementation.
144
145 2014-12-19  David S. Miller  <davem@davemloft.net>
146
147         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
148         access the quad as both a long double and as a series of 4 words.
149
150         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
151         link_map->l_info array access.
152
153 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
154
155         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
156
157         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
158         * math/atest-exp2.c (TIMEOUT): Likewise.
159         * math/atest-sincos.c (TIMEOUT): Likewise.
160
161 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
162
163         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
164         -Wno-error with -fno-builtin-lround.
165
166 2014-12-19  Torvald Riegel  <triegel@redhat.com>
167
168         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
169         Contains futex constants and functions moved over from ...
170         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
171         <lowlevellock-futex.h>.
172         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
173         (lll_timedwait_tid): Add comments and parentheses around macro
174         arguments.
175
176 2014-12-19  Torvald Riegel  <triegel@redhat.com>
177
178         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
179         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
180         (__lll_private_flag): Remove.
181         (lll_futex_wait): Likewise.
182         (lll_futex_timed_wait): Likewise.
183         (lll_futex_wake): Likewise.
184         (lll_futex_requeue): Likewise.
185         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
186         (__lll_timedwait_tid): Spell out argument names.
187         (lll_timedwait_tid): Add comments and parentheses around macro
188         arguments.
189         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
190         LLL_SHARED and LLL_PRIVATE usable from assembly code.
191
192 2014-12-19  Torvald Riegel  <triegel@redhat.com>
193
194         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
195         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
196         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
197         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
198         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
199         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
200         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
201         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
202         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
203         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
204         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
205         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
206         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
207         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
208         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
209         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
210         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
211         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
212         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
213
214 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
215
216         * sysdeps/x86_64/x32/Makefile: New file.
217
218 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
219
220         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
221         1L with (mp_limb_t) 1.
222
223 2014-12-17  Roland McGrath  <roland@hack.frob.com>
224
225         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
226         * nptl/libc_pthread_init.c: ... here.
227         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
228         * nptl/register-atfork.c: ... here.
229
230         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
231         Use pthread_sigmask rather than INTERNAL_SYSCALL.
232         Use assert_perror to check its return value.
233         (__gai_create_helper_thread): Likewise.
234
235         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
236
237         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
238
239 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
240
241         [BZ #17725]
242         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
243         __profil_counter.
244         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
245         Likewise.
246         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
247         Likewise.
248         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
249         Likewise.
250         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
251         (profil_counter): Likewise.
252         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
253         (profil_counter): Likewise.
254         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
255         Likewise.
256         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
257         Likewise.
258         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
259         (profil_counter): Likewise.
260         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
261         Likewise.
262         [!__profil_counter] (profil_counter): Define as weak alias of
263         __profil_counter.
264         * sysdeps/unix/sysv/linux/sparc/sparc32/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/unix/sysv/linux/sparc/sparc64/profil-counter.h
269         (profil_counter): Rename to __profil_counter.
270         [!__profil_counter] (profil_counter): Define as weak alias of
271         __profil_counter.
272         * sysdeps/posix/profil.c: Update comment referring to
273         profil_counter.
274         (__profil): Use __profil_counter instead of profil_counter.
275         * sysdeps/posix/sprofil.c (profil_counter): Rename to
276         __profil_counter.  Use __profil_counter_ushort and
277         __profil_counter_uint in definitions.
278         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
279         instead of profil_counter_uint and profil_counter_ushort.
280
281         [BZ #17722]
282         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
283         define as weak alias of __inet_makeaddr.
284         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
285         as weak alias of __inet_addr.
286         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
287         as weak alias of __inet_pton.  Use libc_hidden_weak.
288         * include/arpa/inet.h (__inet_pton): Declare.  Use
289         libc_hidden_proto.
290         (inet_makeaddr): Don't use libc_hidden_proto.
291         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
292         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
293         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
294         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
295         Remove variable.
296         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
297         (test-xfail-POSIX/time.h/linknamespace): Likewise.
298
299 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
300
301         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
302
303 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
304
305         * stdio-common/bug-vfprintf-nargs.c (do_test):
306         Cast value to intptr_t to avoid format warning
307         for usage with PRIdPTR printing macro.
308
309 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
310
311         * libio/tst-widetext.c (do_test):
312         Use format type %td instead of %Zd for ptrdiff_t
313         in order to avoid format warning.
314
315 2014-12-17  Andreas Schwab  <schwab@suse.de>
316
317         * nscd/mem.c (gc): Add size_t cast to match printf format.
318
319 2014-12-16  Roland McGrath  <roland@hack.frob.com>
320
321         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
322         (init): Apply PTR_MANGLE to pointers before storing them.
323         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
324         before using them.
325
326 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
327
328         [BZ #17719]
329         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
330         define as weak alias of __memrchr.
331         (__memrchr): Do not define as strong alias of memrchr.
332         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
333         Remove variable.
334         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
335         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
336         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
337
338         [BZ #17717]
339         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
340         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
341         (if_indextoname): Rename to __if_indextoname and define as weak
342         alias of __if_indextoname.  Use libc_hidden_weak.
343         (if_freenameindex): Rename to __if_freenameindex and define as
344         weak alias of __if_freenameindex.
345         (if_nameindex): Rename to __if_nameindex and define as weak alias
346         of __if_nameindex.
347         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
348         __if_nametoindex and define as weak alias of __if_nametoindex.
349         Use libc_hidden_weak.
350         (if_freenameindex): Rename to __if_freenameindex and define as
351         weak alias of __if_freenameindex.
352         (if_nameindex): Rename to __if_nameindex and define as weak alias
353         of __if_nameindex.
354         (if_indextoname): Rename to __if_indextoname and define as weak
355         alias of __if_indextoname.  Use libc_hidden_weak.
356         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
357         __if_nametoindex and define as weak alias of __if_nametoindex.
358         Use libc_hidden_weak.
359         (if_freenameindex): Rename to __if_freenameindex and define as
360         weak alias of __if_freenameindex.  Use libc_hidden_weak.
361         (if_nameindex_netlink): Use __if_freenameindex instead of
362         if_freenameindex.
363         (if_nameindex): Rename to __if_nameindex and define as weak alias
364         of __if_nameindex.  Use libc_hidden_weak.
365         (if_indextoname): Rename to __if_indextoname and define as weak
366         alias of __if_indextoname.  Use libc_hidden_weak.
367         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
368         libc_hidden_proto.
369         [!_ISOMAC] (__if_freenameindex): Likewise.
370         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
371         if_nametoindex.
372         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
373         variable.
374         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
375         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
376         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
377         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
378         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
379         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
380         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
381
382         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
383         Remove variable.
384         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
385         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
386
387 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
388
389         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
390         subscript above bounds'
391
392         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
393         bounds.
394
395 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
396
397         * libio/tst-fopenloc.c: Use test-skeleton.c.
398
399         * stdlib/tst-bsearch.c: Use test-skeleton.c.
400         (entry): Rename to ITEM.
401         (do_test, comp): Adjust.
402
403         * stdio-common/tst-fseek.c: Use test-skeleton.c.
404
405 2014-12-16  Torvald Riegel  <triegel@redhat.com>
406
407         * string/tester.c: Include <libc-internal.h>.
408         (test_memset): Ignore -Wmemset-transposed-args.
409
410 2014-12-16  Torvald Riegel  <triegel@redhat.com>
411
412         * misc/tst-mntent2.c (do_test): Fix warning.
413
414 2014-12-16  Torvald Riegel  <triegel@redhat.com>
415
416         * elf/tst-unique4lib.cc(a): Mark as used.
417
418 2014-12-16  Florian Weimer  <fweimer@redhat.com>
419
420         [BZ #17630]
421         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
422         names.
423
424 2014-12-16  Allan McRae  <allan@archlinux.org>
425
426         * stdio-common/Makefile (tests): Re-add bug26.
427
428 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
429
430         [BZ #17657]
431         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
432         static array.
433
434 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
435
436         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
437         (__lll_lock_wait): Likewise.
438         (__lll_timedlock_wait): Likewise.
439         (__lll_timedwait_tid): Likewise.
440         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
441         (__lll_robust_timedlock_wait): Likewise.
442         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
443         (lll_cond_trylock): Likewise.
444         (__lll_lock): Likewise.
445         (__lll_robust_lock): Likewise.
446         (__lll_cond_lock): Likewise.
447         (lll_robust_cond_lock): Likewise.
448         (__lll_timedlock): Likewise.
449         (__lll_robust_timedlock): Likewise.
450         (__lll_unlock): Likewise.
451         (__lll_robust_unlock): Likewise.
452         (lll_wait_tid): Likewise.
453         (lll_timedwait_tid): Likewise.
454
455 2014-12-15  Torvald Riegel  <triegel@redhat.com>
456
457         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
458
459 2014-12-15  Torvald Riegel  <triegel@redhat.com>
460
461         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
462
463 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
464
465         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
466         * stdio-common/tst-sprintf.c: Likewise.
467
468 2014-12-15  Torvald Riegel  <triegel@redhat.com>
469
470         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
471
472 2014-12-15  Jeff Law  <law@redhat.com>
473
474         [BZ #16617]
475         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
476         on the heap.  (CVE-2012-3406)
477         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
478         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
479         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
480
481 2014-12-15  Will Newton  <will.newton@linaro.org>
482
483         * manual/install.texi: Bump required version of texinfo
484         to 4.7 from 4.5.
485         * INSTALL: Regenerated.
486         * configure.ac: Check for makeinfo version 4.7 and above.
487         * configure: Regenerated.
488
489 2014-12-12  Roland McGrath  <roland@hack.frob.com>
490
491         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
492         PREFIX, string constant to insert between directory and name.
493         * sysdeps/posix/shm_open.c: Update caller.
494         * sysdeps/posix/shm_unlink.c: Likewise.
495         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
496         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
497         (SEM_SHM_PREFIX): New macro.
498         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
499         [$(have-thread-library) = no].
500         * nptl/Makefile (libpthread-routines): Add shm-directory.
501         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
502         * sysdeps/nptl/shm-directory.h: New file.
503         * sysdeps/posix/shm-directory.c
504         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
505         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
506         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
507         INTERNAL_SYSCALL.
508         (__where_is_shmfs): Function removed.
509         (mountpoint, defaultmount, defaultdir, __namedsem_once):
510         Variables removed.
511         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
512         Use SHM_GET_NAME.
513         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
514
515         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
516         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
517         unconditional for use inside libpthread.
518         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
519
520 2014-12-12  Roland McGrath  <roland@hack.frob.com>
521
522         * nptl/pthread_getaffinity.c: New file.
523         * nptl/pthread_setaffinity.c: New file.
524         * nptl/pthread_getname.c: New file.
525         * nptl/pthread_setname.c: New file.
526
527         * nptl/pthread_create.c (START_THREAD_DEFN)
528         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
529
530 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
531             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
532
533         * resolv/res_send.c (send_vc): Disable warning resplen may
534         be used uninitialized.
535
536 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
537
538         * nptl/tst-mutex6.c
539         (ATTR_NULL): New define checks ATTR against NULL.
540         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
541         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
542
543 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
544
545         [BZ #17581]
546         * malloc/hooks.c
547         (mem2mem_check): Revert my previous change.
548         (malloc_check_get_size): Revert my previous change.
549         (mem2chunk_check): Revert my previous change.
550
551 2014-12-11  Roland McGrath  <roland@hack.frob.com>
552
553         * sysdeps/posix/shm-directory.c: New file.
554         * sysdeps/posix/shm-directory.h: New file.
555         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
556         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
557         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
558         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
559         Transmute EPERM to EACCES.
560         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
561         from ...
562         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
563         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
564
565 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
566
567         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
568         pointer and cast to uintptr_t.
569         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
570         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
571         Add cast to avoid warning.
572         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
573
574 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
575
576         * nptl/semaphore.h: Move to ...
577         * sysdeps/pthread/semaphore.h: ... here.
578         * Makefile (installed-headers): Change nptl/semaphore.h to
579         sysdeps/pthread/semaphore.h.
580
581 2014-12-11  Roland McGrath  <roland@hack.frob.com>
582
583         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
584         generated error format strings.
585
586         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
587         -Wformat-extra-args warnings for scanf formats.
588         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
589         test of zero-length format (duh).
590         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
591         corner-case scanf format test.
592         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
593         generated fprintf format string.
594         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
595         corner-case sprintf format tests.
596         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
597         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
598         -Wformat-extra-args warnings throughout.
599         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
600         (CFLAGS-scanf4.c): Likewise.
601         (CFLAGS-scanf7.c): Likewise.
602         (CFLAGS-tst-sprintf.c): Likewise.
603         (CFLAGS-tst-printf.c): Likewise.
604         (CFLAGS-tst-printfsz.c): Likewise.
605
606 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
607
608         * include/cpio.h: New file.
609         * include/fmtmsg.h: Likewise.
610
611         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
612         corresponding format argument to size_t.
613         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
614         arguments.
615         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
616         corresponding format argument to size_t.
617         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
618         arguments.
619         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
620         corresponding format argument to size_t.
621         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
622         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
623         (CFLAGS-tst-mbswcs2.c): Likewise.
624         (CFLAGS-tst-mbswcs3.c): Likewise.
625         (CFLAGS-tst-mbswcs4.c): Likewise.
626         (CFLAGS-tst-mbswcs5.c): Likewise.
627         (CFLAGS-tst-trans.c): Likewise
628
629 2014-12-11  Roland McGrath  <roland@hack.frob.com>
630
631         * posix/regexbug1.c (main): Use "%s" format with regerror results,
632         rather than assuming they won't contain any '%'s.
633
634 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
635
636         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
637         inhibit_loop_to_libcall to avoid recursive calls.
638         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
639         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
640
641 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
642
643         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
644         prototype.
645
646 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
647
648         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
649         integer value instead of boolean.
650
651 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
652
653         * malloc/malloc.c: Fix powerof2 check.
654
655 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
656
657         * locale/programs/locfile.h (maybe_swap_uint32):
658         Remove inline and add unused attribute.
659
660 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
661
662         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
663         Truncating assembler expression to a .long expression.
664
665 2014-12-11  Andreas Schwab  <schwab@suse.de>
666
667         * elf/rtld.c (struct map_args): Constify str member.
668         (do_preload): Constify fname argument.
669
670 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
671
672         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
673         constants definition.
674
675 2014-12-11  Andreas Schwab  <schwab@suse.de>
676
677         [BZ #16657]
678         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
679         FORCE_ELISION instead of DO_ELISION.
680         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
681         Remove.
682         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
683         Likewise.
684
685         * iconvdata/gconv-modules: Remove duplicate entry.
686
687 2014-12-11  Will Newton  <will.newton@linaro.org>
688
689         Merge gettext 0.19.3 into intl/.
690
691         This involves a number of cosmetic changes to comments
692         and ANSI function definitions and prototypes throughout
693         all the files. The gettext copyright header is used but
694         with the date ranges taken from the glibc copy.
695
696         * NEWS: Add gettext merge to 2.21.
697         * intl/bindtextdom.c: Switch to gettext copyright.
698         Use ANSI definitions and prototypes.
699         Use gl_* locking primitives rather than __libc_* ones.
700         Use __builtin_expect rather than __glibc_likely/unlikely.
701         * intl/dcgettext.c: Switch to gettext copyright.
702         Use ANSI definitions and prototypes.
703         * intl/dcigettext.c: Switch to gettext copyright.
704         Use ANSI definitions and prototypes.
705         (INTDIV0_RAISES_SIGFPE): New define.
706         Use gl_* locking primitives rather than __libc_* ones.
707         Include eval-plural.h instead of plural-eval.c.
708         Use __builtin_expect rather than __glibc_likely/unlikely.
709         * intl/dcngettext.c: Switch to gettext copyright.
710         Use ANSI definitions and prototypes.
711         * intl/dgettext.c: Likewise.
712         * intl/dngettext.c: Likewise.
713         * intl/plural-eval.c: Renamed to...
714         * intl/eval-plural.h: ...this.
715         * intl/explodename.c: Switch to gettext copyright.
716         Use ANSI definitions and prototypes.
717         (_nl_explode_name): Use strchr instead of __rawmemchr.
718         * intl/finddomain.c: Switch to gettext copyright.
719         Use ANSI definitions and prototypes.
720         Use gl_* locking primitives rather than __libc_* ones.
721         (_nl_find_domain): Use malloc rather than alloca for
722         allocation of temporary locale name.
723         * intl/gettext.c: Switch to gettext copyright.
724         Use ANSI definitions and prototypes.
725         * intl/gettextP.h: Switch to gettext copyright.
726         Use ANSI definitions and prototypes.
727         Use gl_* locking primitives rather than __libc_* ones.
728         * intl/gmo.h: Switch to gettext copyright.
729         (struct sysdep_string): Move struct segment_pair outside of
730         struct definition.
731         * intl/hash-string.c: Use ANSI definitions and prototypes.
732         * intl/hash-string.h: Switch to gettext copyright.
733         Use ANSI definitions and prototypes.
734         * intl/l10nflist.c: Switch to gettext copyright.
735         Use ANSI definitions and prototypes.
736         (_nl_normalize_codeset): Avoid integer overflow.
737         * intl/loadinfo.h: Switch to gettext copyright.
738         Use ANSI definitions and prototypes.
739         (LIBINTL_DLL_EXPORTED): New define.
740         (PATH_SEPARATOR): New define.
741         * intl/loadmsgcat.c: Switch to gettext copyright.
742         * intl/localealias.c: Switch to gettext copyright.
743         Use ANSI definitions and prototypes.
744         (_nl_expand_alias): Use PATH_SEPARATOR.
745         * intl/ngettext.c: Switch to gettext copyright.
746         Use ANSI definitions and prototypes.
747         * intl/plural-exp.c: Likewise.
748         * intl/plural-exp.h: Switch to gettext copyright.
749         Use ANSI definitions and prototypes.
750         (struct expression): Move definition of enum operator outside
751         of struct definition.
752         * intl/plural.c: Regenerate.
753         * intl/plural.y: Switch to gettext copyright.
754         Use ANSI definitions and prototypes.
755         Port to bison 3.0.
756         * intl/textdomain.c: Switch to gettext copyright.
757         Use ANSI definitions and prototypes.
758         Use gl_* locking primitives rather than __libc_* ones.
759
760 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
761
762         * debug/warning-nop.c: Add used atrribute.
763
764 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
765
766         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
767
768         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
769         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
770         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
771
772 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
773             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
774
775         [BZ #17634]
776         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
777         Undefine after defining function.  Define as weak alias of
778         __wcschr.  Use libc_hidden_weak.
779         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
780         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
781         (libc_hidden_def): Also define __GI___wcschr alias.
782         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
783         __wcschr and define as weak alias of __wcschr.
784         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
785         __wcschr.
786         [!WCSCHR] (DEFAULT_WCSCHR): Define.
787         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
788         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
789         libc_hidden_weak.  Do not use libc_hidden_def.
790         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
791         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
792         __GI___wcschr alias.
793         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
794         [IS_IN (libc)] (wcschr): Define as macro expanding to
795         __redirect_wcschr.
796         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
797         [IS_IN (libc)] (__wcschr_power6): Likewise.
798         [IS_IN (libc)] (__wcschr_power7): Likewise.
799         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
800         instead of wcschr.
801         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
802         __libc_wcschr.
803         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
804         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
805         __wcschr and define as weak alias of __wcschr.  Use
806         libc_hidden_builtin_def.
807         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
808         as weak alias of __wcschr.  Use libc_hidden_weak.
809         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
810         wcschr.
811         * time/era.c (_nl_init_era_entries): Likewise.
812         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
813         variable.
814         (test-xfail-XPG3/time.h/linknamespace): Likewise.
815         (test-xfail-XPG4/time.h/linknamespace): Likewise.
816
817 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
818
819         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
820         format for long int variable.
821
822 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
823
824         [BZ #10672]
825         * manual/search.texi: (Array Sort Function): Remove claim how to make
826         qsort stable.
827
828 2014-12-10  Andreas Schwab  <schwab@suse.de>
829
830         [BZ #12847]
831         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
832         user-controlled locks.
833
834 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
835
836         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
837         register.
838
839 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
840
841         * configure.ac (--disable-werror): New configure option.
842         (enable_werror): New AC_SUBST.
843         * configure: Regenerated.
844         * config.make.in (enable-werror): New variable.
845         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
846         -Wno-error=undef.
847         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
848         * manual/install.texi (Configuring and compiling): Document
849         --disable-werror.
850         * INSTALL: Regenerated.
851         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
852         (CFLAGS-tst-chk2.c): Likewise.
853         (CFLAGS-tst-chk3.c): Likewise.
854         (CFLAGS-tst-chk4.cc): Likewise.
855         (CFLAGS-tst-chk5.cc): Likewise.
856         (CFLAGS-tst-chk6.cc): Likewise.
857         (CFLAGS-tst-lfschk1.c): Likewise.
858         (CFLAGS-tst-lfschk2.c): Likewise.
859         (CFLAGS-tst-lfschk3.c): Likewise.
860         (CFLAGS-tst-lfschk4.cc): Likewise.
861         (CFLAGS-tst-lfschk5.cc): Likewise.
862         (CFLAGS-tst-lfschk6.cc): Likewise.
863
864         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
865         (main): Disable -Wdeprecated-declarations around calls to
866         register_printf_function.
867
868         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
869         (do_test): Disable -Wdiv-by-zero around some calls to
870         fwrite_unlocked and fread_unlocked.
871
872         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
873         (DIAG_POP_NEEDS_COMMENT): Likewise.
874         (_DIAG_STR1): Likewise.
875         (_DIAG_STR): Likewise.
876         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
877         * stdio-common/bug21.c: Include <libc-internal.h>.
878         (do_test): Disable -Wformat around call to sscanf.
879         * stdio-common/scanf14.c: Include <libc-internal.h>.
880         (main): Disable -Wformat around some calls to scanf functions.
881
882 2014-12-09  Torvald Riegel  <triegel@redhat.com>
883
884         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
885
886 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
887
888         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
889         stack variable alignment.
890
891 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
892
893         [BZ #17682]
894         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
895         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
896         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
897         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
898         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
899         __getrlimit instead of getrlimit.
900         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
901         __gettimeofday instead of gettimeofday.
902         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
903         Likewise.
904         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
905         Likewise.
906         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
907         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
908         Remove variable.
909         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
910         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
911
912 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
913
914         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
915         for wide-character tests.
916
917 2014-12-04  Roland McGrath  <roland@hack.frob.com>
918
919         * io/openat64.c: #include <libc-internal.h>
920         (__openat64): Prototypify.  Use ignore_value on MODE.
921         * io/openat.c: Likewise.
922         * misc/reboot.c: #include <libc-internal.h>
923         (reboot): Prototypify.  Use ignore_value on HOWTO.
924         * misc/ptrace.c: #include <libc-internal.h>
925         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
926
927 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
928
929         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
930         XPG4, UNIX98 and XOPEN2K.
931         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
932         Remove variable.
933         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
934
935 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
936
937         * libio/fileops.c: Use ISO C style for function definitions.
938         * libio/iofopen.c: Likewise.
939         * libio/wfileops.c: Likewise.
940
941         [BZ #17653]
942         * libio/fileops.c (_IO_new_file_underflow): Unset cached
943         offset on EOF.
944         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
945         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
946         (fgets_func): Function pointer to fgets and fgetws.
947         (do_ftell_test): Add test to verify ftell value after read
948         EOF.
949         (do_test): Set fgets_func.
950
951         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
952         O_TRUNC flag for w and w+ modes.
953         (do_rewind_test): Likewise.
954         (do_ftell_test): Likewise.
955         (do_write_test): Likewise.
956
957         [BZ #17647]
958         * libio/fileops.c (do_ftell): Seek only when there are
959         unflushed writes.
960         * libio/wfileops.c (do_ftell_wide): Likewise.
961         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
962         test case.
963         (do_one_test): Call it.
964
965 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
966
967         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
968         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
969         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
970         Remove variable.
971         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
972         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
973         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
974
975 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
976
977         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
978         Remove variable.
979         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
980
981         [BZ #17668]
982         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
983         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/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
987         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
988         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
989         __freeifaddrs.  Use libc_hidden_weak.
990         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
991         __getifaddrs and define as weak alias of __getifaddrs.  Use
992         libc_hidden_weak.
993         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
994         __freeifaddrs.  Use libc_hidden_weak.
995         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
996         Remove variable.
997         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
998         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
999
1000 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
1001
1002         [BZ #17601]
1003         * sysdeps/mips/start.S (__start): Use indirect jump to call
1004         __libc_start_main.
1005
1006 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
1007
1008         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
1009
1010         * nptl/tst-mutex1.c: Include <stdbool.h>.
1011         [!ATTR] (ATTR_NULL): New macro.
1012         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
1013         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
1014         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
1015
1016         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
1017         to char *.
1018
1019         [BZ #17665]
1020         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
1021         Change conditional to [__USE_MISC].
1022
1023         [BZ #17664]
1024         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
1025         fgets_unlocked.
1026         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
1027         __fgets_unlocked.
1028         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
1029         fgets_unlocked.
1030         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
1031         Remove variable.
1032         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1033         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1034         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1035         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1036         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1037         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1038         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1039         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1040         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1041
1042         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
1043
1044 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1045
1046         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1047         Remove strpbrk objects.
1048         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1049         (__libc_ifunc_impl_list): Remove strpbrk implementation.
1050         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
1051         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
1052         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
1053         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
1054
1055         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1056         Remove strcspn objects.
1057         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1058         (__libc_ifunc_impl_list): Remove strcspn implementation.
1059         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
1060         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
1061         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
1062         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
1063
1064         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1065         Remove strspn objetcs.
1066         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1067         (__libc_ifunc_impl_list): Remove strspn implementation.
1068         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
1069         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1070         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
1071         * sysdeps/powerpc/powerpc64/strspn.S: New file.
1072
1073 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
1074
1075         [BZ #17581]
1076         * malloc/hooks.c
1077         (mem2mem_check): Add a terminator to the chain of checking blocks.
1078         (malloc_check_get_size): Use it here.
1079         (mem2chunk_check): Ditto.
1080
1081 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1082
1083         * sysdeps/powerpc/powerpc64/strtok.S: New file.
1084         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
1085
1086 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
1087
1088         * bits/ioctl-types.h: Indent preprocessor directives correctly.
1089
1090         * nptl/nptl-init.c: Include libc-internal.h.
1091         (__pthread_initialize_minimal_internal): Use ROUND_UP.
1092
1093         * elf/ldconfig.c (search_dir): Expand comment.
1094
1095 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
1096
1097         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
1098         variable.
1099         (linknamespace-symlist-stdlibs-tests): Likewise.
1100         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
1101         instead of $(objpfx)symlist-stdlibs.
1102         (linknamespace-libs-isoc): New variable.
1103         (linknamespace-libs): Use $(linknamespace-libs-isoc).
1104         (linknamespace-libs-ISO): New variable.
1105         (linknamespace-libs-ISO99): Likewise.
1106         (linknamespace-libs-ISO11): Likewise.
1107         (linknamespace-libs-XPG3): Likewise.
1108         (linknamespace-libs-XPG4): Likewise.
1109         (linknamespace-libs-POSIX): Likewise.
1110         (linknamespace-libs-UNIX98): Likewise.
1111         (linknamespace-libs-XOPEN2K): Likewise.
1112         (linknamespace-libs-POSIX2008): Likewise.
1113         (linknamespace-libs-XOPEN2K8): Likewise.
1114         ($(objpfx)symlist-stdlibs): Replace by
1115         $(linknamespace-symlist-stdlibs-tests).  Use
1116         $(linknamespace-libs-$*) as set of libraries.
1117         ($(linknamespace-header-tests)): Update dependencies.  Use
1118         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
1119         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
1120         * conform/linknamespace.pl: Remove comment about considering
1121         definitions of symbols from irrelevant libraries.
1122
1123 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1124
1125         [BZ #13862]
1126         * elf/dl-tls.c: Include <atomic.h>.
1127         (oom): Remove #ifdef SHARED/#endif.
1128         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1129         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
1130         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1131         big enough.
1132         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1133         * nptl/Makefile (tests): Add tst-stack4.
1134         (modules-names): Add tst-stack4mod.
1135         ($(objpfx)tst-stack4): New.
1136         (tst-stack4mod.sos): Likewise.
1137         ($(objpfx)tst-stack4.out): Likewise.
1138         ($(tst-stack4mod.sos)): Likewise.
1139         (clean): Likewise.
1140         * nptl/tst-stack4.c: New file.
1141         * nptl/tst-stack4mod.c: Likewise.
1142
1143 2014-11-27  J. Brown  <jb999@gmx.de>
1144
1145         * sysdeps/x86/bits/string.h: Add recent CPUs.
1146
1147 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1148
1149         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1150         sigblock.
1151
1152         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1153         feof.
1154
1155         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1156         variable.
1157
1158 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1159
1160         * nscd/connections.c: Include libc-internal.h because of macro
1161         usage ignore_value.
1162
1163 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1164
1165         * string/bits/string3.h (__warn_memset_zero_len): Don't
1166         declare for gcc newer than 5.0.
1167         (memset): Don't test for zero-length __LEN for gcc newer than
1168         5.0.
1169
1170 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1171
1172         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1173         size_t for %zu format.
1174
1175         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1176         difference, not %ju.
1177
1178 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1179
1180         * include/libc-internal.h (ignore_value): New macro.
1181         * nscd/connections.c (restart): Wrap calls to setuid and setgid
1182         with ignore_value.
1183
1184         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1185         definition.
1186
1187         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1188         pthread_cleanup_push to void *.
1189
1190         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1191         Undefine.
1192
1193         [BZ #16619]
1194         [BZ #16740]
1195         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1196         instead of 1L << 52.
1197
1198         * libio/bug-rewind.c (do_test): Check fwscanf return values.
1199         * libio/bug-rewind2.c (do_test): Likewise.
1200
1201         * debug/test-stpcpy_chk-ifunc.c: Remove file.
1202         * debug/test-strcpy_chk-ifunc.c: Likewise.
1203         * wcsmbs/test-wcschr-ifunc.c: Likewise.
1204         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1205         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1206         * wcsmbs/test-wcslen-ifunc.c: Likewise.
1207         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1208         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1209         * Rules [$(multi-arch) = no] (tests): Do not filter out
1210         $(tests-ifunc).
1211         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1212         * debug/Makefile (tests-ifunc): Remove variable.
1213         (tests): Do not add $(tests-ifunc).
1214         * wcsmbs/Makefile (tests-ifunc): Remove variable.
1215         (tests): Do not add $(tests-ifunc).
1216         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1217         [TEST_IFUNC]: Remove conditionals.
1218         * string/test-string.h (TEST_IFUNC): Remove macro.
1219         [TEST_IFUNC]: Remove conditionals.
1220
1221         * string/test-strchr.c [!WIDE] (L): New macro.
1222         [WIDE] (L): Likewise.
1223         (check1): Use CHAR instead of char.  Use L on string and character
1224         constants.
1225
1226 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
1227
1228         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1229         tests.
1230         * sysdeps/powerpc/bits/atomic.h
1231         (__arch_atomic_exchange_and_add_32_acq): Add definition.
1232         (__arch_atomic_exchange_and_add_32_rel): Likewise.
1233         (atomic_exchange_and_add_acq): Likewise.
1234         (atomic_exchange_and_add_rel): Likewise.
1235         * sysdeps/powerpc/powerpc32/bits/atomic.h
1236         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1237         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1238         * sysdeps/powerpc/powerpc64/bits/atomic.h
1239         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1240         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1241
1242 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1243
1244         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1245         Change synchronization of __sched_fifo_min_prio and
1246         __sched_fifo_max_prio.
1247         * nptl/pthread_mutexattr_getprioceiling.c
1248         (pthread_mutexattr_getprioceiling): Likewise.
1249         * nptl/pthread_mutexattr_setprioceiling.c
1250         (pthread_mutexattr_setprioceiling): Likewise.
1251         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1252         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1253         Likewise.
1254
1255 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1256
1257         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1258         void.
1259
1260 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1261
1262         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1263         third argument const.
1264
1265 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1266
1267         fnmatch: work around GCC compiler warning bug with uninit var
1268         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1269         This works around a bug with x86-64 GCC 4.9.2 and earlier
1270         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1271         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1272         used uninitialized in this function [-Wmaybe-uninitialized]".
1273
1274 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1275
1276         * posix/bug-regex31.c (main): Return RES not 0.
1277
1278 2014-11-25  Anton Blanchard <anton@samba.org>
1279
1280         * sysdeps/powerpc/bits/atomic.h
1281         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1282
1283 2014-11-24  Sterling Augustine  <saugustine@google.com>
1284
1285         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1286
1287 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1288
1289         [BZ #17608]
1290         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1291
1292 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1293
1294         [BZ #17633]
1295         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1296         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1297         variable.
1298         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1299         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1300
1301 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1302
1303         * string/strncpy.c (strncpy): Improve performance by using memset.
1304
1305 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1306
1307         * string/strcpy.c (strcpy):
1308         Improve performance by using strlen and memcpy.
1309
1310 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1311
1312         * string/strcoll_l.c (get_next_seq): __always_inline.
1313         * string/strcoll_l.c (do_compare): __always_inline.
1314
1315 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1316
1317         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1318         defined.
1319         * include/mqueue.h: Likewise.
1320         * include/stdlib.h: Likewise.
1321
1322         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1323         (get_null_defines): Adjust.
1324         * sunrpc/Makefile: Adjust comment.
1325         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1326         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1327         (CFLAGS-interp.c): Likewise.
1328         (CFLAGS-ldconfig.c): Likewise.
1329         (CPPFLAGS-.os): Likewise.
1330         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1331         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1332         * extra-modules.mk (extra-modules.mk): Likewise.
1333         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1334         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1335         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1336         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1337         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1338         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1339         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1340         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1341         * iconvdata/Makefile (CPPFLAGS): Likewise.
1342         (cpp-srcs-left): Add libof for all iconvdata routines.
1343         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1344         * include/assert.h: Likewise.
1345         * include/ctype.h: Likewise.
1346         * include/errno.h: Likewise.
1347         * include/libc-symbols.h: Likewise.
1348         * include/math.h: Likewise.
1349         * include/netdb.h: Likewise.
1350         * include/resolv.h: Likewise.
1351         * include/stdio.h: Likewise.
1352         * include/stdlib.h: Likewise.
1353         * include/string.h: Likewise.
1354         * include/sys/stat.h: Likewise.
1355         * include/wctype.h: Likewise.
1356         * intl/l10nflist.c: Likewise.
1357         * libidn/idn-stub.c: Likewise.
1358         * libio/libioP.h: Likewise.
1359         * nptl/libc_multiple_threads.c: Likewise.
1360         * nptl/pthreadP.h: Likewise.
1361         * posix/regex_internal.h: Likewise.
1362         * resolv/res_hconf.c: Likewise.
1363         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1364         * sysdeps/arm/memmove.S: Likewise.
1365         * sysdeps/arm/sysdep.h: Likewise.
1366         * sysdeps/generic/_itoa.h: Likewise.
1367         * sysdeps/generic/symbol-hacks.h: Likewise.
1368         * sysdeps/gnu/errlist.awk: Likewise.
1369         * sysdeps/gnu/errlist.c: Likewise.
1370         * sysdeps/i386/i586/memcpy.S: Likewise.
1371         * sysdeps/i386/i586/memset.S: Likewise.
1372         * sysdeps/i386/i686/memcpy.S: Likewise.
1373         * sysdeps/i386/i686/memmove.S: Likewise.
1374         * sysdeps/i386/i686/mempcpy.S: Likewise.
1375         * sysdeps/i386/i686/memset.S: Likewise.
1376         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1377         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1378         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1379         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1380         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1381         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1382         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1383         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1384         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1385         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1386         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1387         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1388         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1389         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1390         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1391         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1392         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1393         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1394         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1395         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1396         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1397         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1398         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1399         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1400         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1401         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1402         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1403         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1404         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1405         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1406         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1407         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1408         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1409         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1410         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1411         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1412         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1413         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1414         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1415         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1416         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1417         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1418         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1419         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1420         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1421         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1422         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1423         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1424         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1425         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1426         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1427         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1428         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1429         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1430         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1431         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1432         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1433         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1434         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1435         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1436         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1437         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1438         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1439         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1440         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1441         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1442         * sysdeps/posix/closedir.c: Likewise.
1443         * sysdeps/posix/opendir.c: Likewise.
1444         * sysdeps/posix/readdir.c: Likewise.
1445         * sysdeps/posix/rewinddir.c: Likewise.
1446         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1447         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1448         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1449         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1450         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1451         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1452         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1453         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1454         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1455         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1456         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1457         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1458         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1459         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1460         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1461         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1462         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1463         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1464         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1465         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1466         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1467         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1468         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1469         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1470         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1471         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1472         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1473         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1474         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1475         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1476         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1477         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1478         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1479         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1480         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1481         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1482         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1483         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1484         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1485         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1486         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1487         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1488         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1489         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1490         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1491         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1492         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1493         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1494         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1495         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1496         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1497         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1498         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1499         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1500         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1501         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1502         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1503         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1504         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1505         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1506         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1507         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1508         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1509         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1510         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1511         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1512         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1513         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1514         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1515         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1516         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1517         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1518         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1519         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1520         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1521         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1522         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1523         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1524         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1525         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1526         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1527         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1528         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1529         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1530         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1531         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1532         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1533         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1534         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1535         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1536         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1537         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1538         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1539         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1540         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1541         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1542         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1543         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1544         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1545         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1546         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1547         * sysdeps/unix/alpha/sysdep.S: Likewise.
1548         * sysdeps/unix/alpha/sysdep.h: Likewise.
1549         * sysdeps/unix/make-syscalls.sh: Likewise.
1550         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1551         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1552         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1553         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1554         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1555         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1556         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1557         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1558         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1559         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1560         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1561         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1562         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1563         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1564         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1565         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1566         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1567         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1568         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1569         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1570         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1571         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1572         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1573         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1574         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1575         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1576         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1579         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1580         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1581         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1582         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1583         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1584         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1585         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1586         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1587         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1588         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1589         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1590         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1591         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1592         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1593         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1594         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1595         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1596         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1597         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1598         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1599         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1600         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1601         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1602         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1603         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1604         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1605         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1606         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1607         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1608         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1609         * sysdeps/x86_64/memcpy.S: Likewise.
1610         * sysdeps/x86_64/memmove.c: Likewise.
1611         * sysdeps/x86_64/memset.S: Likewise.
1612         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1613         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1614         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1615         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1616         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1617         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1618         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1619         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1620         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1621         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1622         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1623         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1624         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1625         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1626         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1627         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1628         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1629         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1630         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1631         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1632         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1633         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1634         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1635         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1636         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1637         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1638         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1639         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1640         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1641         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1642         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1643         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1644         * sysdeps/x86_64/strcmp.S: Likewise.
1645
1646         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1647
1648         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1649         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1650         * elf/rtld-Rules: Likewise.
1651         * elf/setup-vdso.h: Likewise.
1652         * include/assert.h: Likewise.
1653         * include/bits/stdlib-float.h: Likewise.
1654         * include/errno.h: Likewise.
1655         * include/sys/stat.h: Likewise.
1656         * include/unistd.h: Likewise.
1657         * sysdeps/aarch64/setjmp.S: Likewise.
1658         * sysdeps/alpha/setjmp.S: Likewise.
1659         * sysdeps/arm/__longjmp.S: Likewise.
1660         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1661         * sysdeps/arm/setjmp.S: Likewise.
1662         * sysdeps/arm/sysdep.h: Likewise.
1663         * sysdeps/generic/_itoa.h: Likewise.
1664         * sysdeps/generic/dl-sysdep.h: Likewise.
1665         * sysdeps/generic/ldsodefs.h: Likewise.
1666         * sysdeps/i386/dl-tls.h: Likewise.
1667         * sysdeps/i386/setjmp.S: Likewise.
1668         * sysdeps/m68k/setjmp.c: Likewise.
1669         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1670         * sysdeps/mach/hurd/opendir.c: Likewise.
1671         * sysdeps/posix/getcwd.c: Likewise.
1672         * sysdeps/posix/opendir.c: Likewise.
1673         * sysdeps/posix/profil.c: Likewise.
1674         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1675         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1676         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1677         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1678         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1679         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1680         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1681         * sysdeps/s390/dl-tls.h: Likewise.
1682         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1683         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1684         * sysdeps/sh/sh3/setjmp.S: Likewise.
1685         * sysdeps/sh/sh4/setjmp.S: Likewise.
1686         * sysdeps/unix/alpha/sysdep.h: Likewise.
1687         * sysdeps/unix/arm/sysdep.S: Likewise.
1688         * sysdeps/unix/i386/sysdep.S: Likewise.
1689         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1690         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1691         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1692         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1693         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1694         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1695         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1696         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1697         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1698         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1699         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1700         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1701         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1703         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1704         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1705         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1706         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1707         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1708         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1709         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1710         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1711         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1712         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1713         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1714         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1715         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1716         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1717         * sysdeps/x86_64/setjmp.S: Likewise.
1718
1719         * include/math.h: Use IS_IN instead of IS_IN_libm.
1720         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1721         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1722         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1723         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1724         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1725         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1726         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1727         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1728         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1729         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1730         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1731         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1732         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1733         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1734         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1735         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1736         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1737         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1738         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1739         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1740         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1741         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1742         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1743         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1744         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1745         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1746         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1747         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1748         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1749         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1750         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1751         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1752         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1753         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1754         Likewise.
1755         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1756         Likewise.
1757         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1758         Likewise.
1759         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1760         Likewise.
1761         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1762         Likewise.
1763         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1764         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1765         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1766         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1767         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1768         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1769         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1770         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1771         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1772         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1773         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1774         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1775         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1776         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1777         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1778         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1779         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1780         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1781         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1782         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1783         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1784         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1785         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1786         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1787         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1788         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1789         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1790
1791         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1792         * nptl/pthreadP.h: Likewise.
1793         * nptl_db/structs.def: Likewise.
1794         * sysdeps/arm/sysdep.h: Likewise.
1795         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1796         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1797         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1798         * sysdeps/unix/alpha/sysdep.h: Likewise.
1799         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1800         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1801         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1802         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1803         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1804         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1805         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1806         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1807         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1808         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1809         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1810         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1811         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1812         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1815         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1816         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1817         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1818         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1819         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1820         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1821         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1822         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1823         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1824         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1825
1826         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1827         * nptl/pthreadP.h: Likewise.
1828         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1829         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1830         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1831         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1832         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1833         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1834         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1835         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1836         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1837         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1838         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1839         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1841         Likewise.
1842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1843         Likewise.
1844         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1845         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1846         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1847         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1848         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1849         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1850         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1851         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1852
1853         * dlfcn/dladdr.c: Use IS_IN.
1854         * dlfcn/dladdr1.c: Likewise.
1855         * dlfcn/dlclose.c: Likewise.
1856         * dlfcn/dlerror.c: Likewise.
1857         * dlfcn/dlinfo.c: Likewise.
1858         * dlfcn/dlmopen.c: Likewise.
1859         * dlfcn/dlopen.c: Likewise.
1860         * dlfcn/dlsym.c: Likewise.
1861         * dlfcn/dlvsym.c: Likewise.
1862
1863         * include/ifaddrs.h: Use IS_IN.
1864         * inet/check_pf.c: Likewise.
1865         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1866         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1867
1868         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1869         IS_IN_ldconfig.
1870         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1871         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1872
1873         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1874         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1875         IS_IN (libc).
1876
1877         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1878
1879         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1880         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1881         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1882         * include/libc-symbols.h (IS_IN_LIB): New macro.
1883         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1884         * include/netdb.h: Likewise.
1885         * include/stap-probe.h: Remove all uses of IN_LIB.
1886
1887         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1888         instead of IN_MODULE.
1889         * include/libc-symbols.h (IN_MODULE): Define using
1890         MODULE_NAME.
1891         (PASTE_NAME, PASTE_NAME1): New macros.
1892         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1893         of IN_LIB.
1894         (STAP_PROBE_ASM): Likewise.
1895
1896 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1897
1898         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1899         __mach_init in dlopened libc.
1900
1901 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1902
1903         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1904         * sysdeps/arm/preconfigure: Regenerate.
1905
1906 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1907
1908         * nptl/pthread_create.c (__pthread_create_2_1): Set
1909         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1910         when copying values from IATTR into PD.
1911
1912 2014-11-21  Will Newton  <will.newton@linaro.org>
1913             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1914
1915         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1916         Refactor inline-asm.  Also add comment.
1917
1918         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1919         ElfW macro instead of hardcoded Elf64 types.
1920         (la_aarch64_gnu_pltenter): Likewise.
1921         * sysdeps/aarch64/dl-machine.h
1922         (elf_machine_runtime_setup): Use ElfW(Addr).
1923
1924         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1925         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1926         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1927         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1928         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1929         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1930         (R_AARCH64_TLS_DTPMOD): This.
1931         (R_AARCH64_TLS_DTPREL64): Rename to ...
1932         (R_AARCH64_TLS_DTPREL): This.
1933         (R_AARCH64_TLS_TPREL64): Rename to ...
1934         (R_AARCH64_TLS_TPREL): This.
1935         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1936         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1937         R_AARCH64_TLS_TPREL64.
1938         (elf_machine_rela): Likewise.
1939
1940 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1941
1942         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1943         by setting it to 0.  64b atomics are not supported currently.
1944
1945 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1946
1947         [BZ #16469]
1948         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1949         search domain names.
1950
1951 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1952
1953         [BZ #16469]
1954         * NEWS: Update.
1955         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1956         trailing dot.
1957         * posix/tst-getaddrinfo5.c: New.
1958         * posix/Makefile (tests): Add it.
1959
1960 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1961
1962         [BZ #14498]
1963         * NEWS: Fixed.
1964         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1965         after parsing line but before break_if_match.
1966         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1967         if there is a protocol mismatch.
1968
1969 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1970
1971         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1972         because the potential race is on the user-supplied stream.
1973
1974 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1975
1976         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1977         string literal if not passed a buffer.
1978         * manual/job.texi (ctermid): Update reasoning, note deviation
1979         from posix, suggest mtasurace when not passed a buffer, for
1980         future non-preliminary safety notes.
1981
1982 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1983
1984         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1985         of not passing it a buffer.
1986         Reported by Peng Haitao.
1987
1988 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1989
1990         * manual/Makefile ($(objpfx)stamp-summary): Require
1991         check-safety.sh to pass.
1992         * manual/check-safety.sh: Wish for verification that every
1993         @deftypefn and @deftypefun is followed by a @safety remark.
1994
1995 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1996
1997         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1998
1999         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
2000         PTHREAD_CANCEL_ASYNCHRONOUS.
2001         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
2002         send SIGCANCEL.
2003
2004         * nptl/default-sched.h: New file.
2005         * sysdeps/unix/sysv/linux/default-sched.h: New file.
2006         * nptl/pthread_create.c: Include it.
2007         (__pthread_create_2_1): Use collect_default_sched instead of making
2008         Linux syscalls here directly.
2009
2010 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2011
2012         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
2013         __pthread_once): Use C11 atomics.
2014
2015 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2016
2017         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
2018
2019 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2020
2021         * include/atomic.h (__atomic_link_error, __atomic_check_size,
2022         atomic_thread_fence_acquire, atomic_thread_fence_release,
2023         atomic_thread_fence_seq_cst, atomic_load_relaxed,
2024         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
2025         atomic_compare_exchange_weak_relaxed,
2026         atomic_compare_exchange_weak_acquire,
2027         atomic_compare_exchange_weak_release,
2028         atomic_exchange_acquire, atomic_exchange_release,
2029         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
2030         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
2031         atomic_fetch_and_acquire,
2032         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
2033
2034 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2035
2036         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
2037         USE_ATOMIC_COMPILER_BUILTINS): Define.
2038         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
2039         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2040         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
2041         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2042         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
2043         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2044         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
2045         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2046         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
2047         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2048         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
2049         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2050         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
2051         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2052         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
2053         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2054         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2055         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2056         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2057         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2058         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
2059         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2060         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2061         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2062         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
2063         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2064         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2065         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2066         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
2067         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2068         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
2069         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2070         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
2071         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2072         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2073         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2074         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
2075         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2076         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
2077         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2078
2079 2014-11-19  Roland McGrath  <roland@hack.frob.com>
2080
2081         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
2082         the sched_priority value here.  It was already checked when the user
2083         called pthread_attr_setschedparam.
2084
2085         * nptl/tst-bad-schedattr.c: New file.
2086         * nptl/Makefile (tests): Add it.
2087
2088 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
2089             Florian Weimer  <fweimer@redhat.com>
2090             Joseph Myers  <joseph@codesourcery.com>
2091             Adam Conrad  <adconrad@0c3.net>
2092             Andreas Schwab  <schwab@suse.de>
2093             Brooks  <bmoses@google.com>
2094
2095         [BZ #17625]
2096         * wordexp-test.c (__dso_handle): Add prototype.
2097         (__register_atfork): Likewise.
2098         (__app_register_atfork): New function.
2099         (registered_forks): New global.
2100         (register_fork): New function.
2101         (test_case): Add 3 new tests for WRDE_CMDSUB.
2102         (main): Call __app_register_atfork.
2103         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
2104         fork count is non-zero fail the test.
2105         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
2106         is set.
2107         (parse_dollars): Remove check for WRDE_NOCMD.
2108         (parse_dquote): Likewise.
2109
2110 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2111
2112         * Makeconfig (built-modules): List non-library modules to be
2113         built.
2114         (module-cppflags): Include libc-modules.h for
2115         everything except shlib-versions.v.i.
2116         (CPPFLAGS): Use it.
2117         (before-compile): Add libc-modules.h.
2118         ($(common-objpfx)libc-modules.h,
2119         $(common-objpfx)libc-modules.stmp): New targets.
2120         (common-generated): Add libc-modules.h and libc-modules.stmp.
2121         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
2122         * include/libc-symbols.h: Don't include libc-modules.h.
2123         * include/libc-modules.h: Remove file.
2124         * scripts/gen-libc-modules.awk: New script to generate
2125         libc-modules.h.
2126         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2127         Depend on libc-modules.stmp.
2128
2129         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2130
2131         * Makeconfig (in-module): Get value of libof set for the
2132         translation unit.
2133         (CPPFLAGS): Use $(in-module).
2134         * Makerules: Don't suffix routine names for nonlib.
2135         * include/libc-modules.h: New file.
2136         * include/libc-symbols.h: Include libc-modules.h
2137         (IS_IN): New macro to replace IS_IN_* macros.
2138         * elf/Makefile: Set libof-* for each routine.
2139         * elf/rtld-Rules: Likewise.
2140         * extra-modules.mk: Likewise.
2141         * iconv/Makefile: Likewise.
2142         * iconvdata/Makefile: Likewise.
2143         * locale/Makefile: Likewise.
2144         * malloc/Makefile: Likewise.
2145         * nss/Makefile: Likewise.
2146         * sysdeps/gnu/Makefile: Likewise.
2147         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2148         * sysdeps/unix/sysv/linux/Makefile: Likewise.
2149         * sysdeps/s390/s390-64/Makefile: Likewise.
2150         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
2151         CPPFLAGS for nscd instead of nonlib.
2152
2153 2014-11-18  Roland McGrath  <roland@hack.frob.com>
2154
2155         * nptl/createthread.c: New file.
2156
2157         * nptl/createthread.c: Moved ...
2158         * sysdeps/unix/sysv/linux/createthread.c: ... here.
2159
2160         * nptl/createthread.c: Add proper top-line comment.
2161         (do_clone): Folded into ...
2162         (create_thread): ... here.  Take new arguments STOPPED_START and
2163         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
2164         increment __nptl_threads, do event-reporting logic, do
2165         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2166         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
2167         resource cleanup if sched_setaffinity or sched_setscheduler fails,
2168         just send SIGCANCEL.
2169         * nptl/pthread_create.c: Forward-declare create_thread before
2170         including createthread.c.
2171         (start_thread): Use new macro START_THREAD_DEFN to replace defining
2172         declaration, and new macro START_THREAD_SELF to replace argument.
2173         Remove return statement.
2174         (report_thread_creation): New function.
2175         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
2176         synchronization logic, and __nptl_nthreads increment here, around
2177         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
2178         PD->parent_cancelhandling here, before create_thread.  When
2179         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2180         __deallocate_stack, and ENOMEM translation here.
2181
2182 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
2183
2184         [BZ #17616]
2185         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2186         (mptwo): Rename to __mptwo.
2187         (__inv): Use __mptwo instead of mptwo.
2188         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2189         (mptwo): Rename to __mptwo.
2190         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2191         of mpone and __mptwo instead of mptwo.
2192         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2193         instead of mpone.
2194         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2195         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2196         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2197         of mpone and __mptwo instead of mptwo.
2198         (__mpranred): Use __mpone instead of mpone.
2199         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2200         variable.
2201         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2202         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2203         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2204         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2205         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2206         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2207         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2208         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2209         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2210         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2211         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2212         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2213         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2214         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2215         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2216         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2217         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2218         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2219         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2220
2221 2014-11-18  Tom de Vries  <tom@codesoucery.com>
2222
2223         * manual/signal.texi (Primitives Interrupted by Signals): In section,
2224         replace BSD Handler xref with BSD Signal Handling.
2225
2226 2014-11-17  Richard Henderson  <rth@redhat.com>
2227
2228         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2229         (_FP_PACK_RAW_2): Remove.
2230         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2231         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2232         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2233         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2234         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2235         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2236         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2237         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2238         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2239         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2240         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2241         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2242         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2243         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2244         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2245         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2246
2247 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2248
2249         * signal/signal.h [__USE_MISC]
2250         (struct sigvec): Remove type.
2251         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2252         (sigvec): Remove declaration.
2253         * sysdeps/posix/sigvec.c: Moved ...
2254         * signal/sigvec.c: ... here, replacing old file.
2255         (struct sigvec): New type, copied from old signal.h definition.
2256         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2257         (__sigvec): Convert definition to prototype.
2258         (sigvec): Replace weak_alias with compat_symbol.
2259         * signal/Versions (libc: GLIBC_2.21): New version set.
2260         * include/signal.h: Remove __sigvec declaration.
2261         * sysdeps/unix/bsd/sigvec.c: Remove file.
2262         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2263         * manual/signal.texi (BSD Handler): Remove subsection.
2264         Move siginterrupt up to ...
2265         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2266         (Blocking in BSD): Fold subsection into its parent.
2267         * NEWS: Mention sigvec removal.
2268
2269 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2270
2271         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2272         (DLA_FMS): Make definition conditional only on [__FMA4__].
2273         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2274         definition.
2275
2276         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2277         Make definition conditional only on [PROF].
2278         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2279         definition.
2280         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2281         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2282
2283         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2284         !__GNUC__].
2285         * include/signal.h (__sigpause): Move declaration above call to
2286         libc_hidden_proto.
2287         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2288         variable.
2289         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2290         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2291
2292 2014-11-14  David S. Miller  <davem@davemloft.net>
2293
2294         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2295         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2296
2297 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2298
2299         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2300         * configure: Regenerated.
2301         * manual/install.texi (Tools for Compilation): Document a
2302         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2303         compiler verified to work.
2304         * INSTALL: Regenerated.
2305
2306         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2307         redeclare with asm name.
2308         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2309         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2310         including <string.h>.
2311         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2312         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2313         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2314         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2315         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2316         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2317         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2318
2319 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2320
2321         * stdlib/strtol.c (__strtol): Use prototype definition.
2322
2323         [BZ #17594]
2324         * stdlib/strtol.c (SYM__): New macro.
2325         (SYM__1): Likewise.
2326         (__strtol): Likewise.
2327         (strtol): Rename to __strtol and define as weak alias of
2328         __strtol.  Use libc_hidden_weak.
2329
2330 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2331
2332         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2333         Use numbered labels in inline assembly.
2334
2335 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2336
2337         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2338         Add setjmp LIBC_PROBE.
2339         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2340         Likewise.
2341         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2342         Add longjmp, longjmp_target LIBC_PROBE.
2343         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2344         Likewise.
2345
2346 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2347
2348         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2349         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2350         to get rid of unused variable warning.
2351
2352 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2353
2354         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2355         Check for unwind_backtrace ==  NULL only in SHARED case.
2356         (__backchain_backtrace): Compile only in SHARED case.
2357         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2358         Likewise.
2359         (__backchain_backtrace): Declare as static.
2360
2361 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2362
2363         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2364         (__libc_multiple_threads_ptr): Variable moved ...
2365         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2366
2367 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2368
2369         * conform/GlibcConform.pm: New file.
2370         * conform/conformtest.pl: Use GlibcConform module.
2371         * conform/linknamespace.pl: New file.
2372         * conform/list-header-symbols.pl: Likewise.
2373         * conform/Makefile (linknamespace-symlists-base): New variable.
2374         (linknamespace-symlists-tests): Likewise.
2375         (linknamespace-header-base): Likewise.
2376         (linknamespace-header-tests): Likewise.
2377         (tests-special): Add new tests.
2378         ($(linknamespace-symlists-tests)): New rule.
2379         (linknamespace-libs): New variable.
2380         ($(objpfx)symlist-stdlibs): New rule.
2381         ($(linknamespace-header-tests)): Likewise.
2382         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2383         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2384         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2385         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2386         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2387         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2388         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2389         (test-xfail-ISO/math.h/linknamespace): Likewise.
2390         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2391         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2392         (test-xfail-ISO/time.h/linknamespace): Likewise.
2393         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2394         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2395         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2396         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2397         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2398         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2399         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2400         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2401         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2402         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2403         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2404         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2405         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2406         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2407         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2408         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2409         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2410         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2411         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2412         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2413         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2414         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2415         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2416         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2417         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2418         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2419         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2420         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2421         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2422         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2423         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2424         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2425         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2426         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2427         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2428         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2429         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2430         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2431         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2432         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2433         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2434         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2435         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2436         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2437         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2438         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2439         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2440         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2441         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2442         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2443         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2444         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2445         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2446         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2447         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2448         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2449         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2450         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2451         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2452         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2453         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2454         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2455         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2456         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2457         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2458         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2459         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2460         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2461         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2462         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2463         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2464         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2465         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2466         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2467         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2468         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2469         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2470         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2471         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2472         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2473         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2474         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2475         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2476         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2477         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2478         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2479         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2480         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2481         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2482         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2483         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2484         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2485         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2486         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2487         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2488         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2489         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2490         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2491         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2492         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2493         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2494         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2495         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2496         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2497         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2498         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2499         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2500         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2501         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2502         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2503         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2504         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2505         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2506         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2507         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2508         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2509         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2510         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2511         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2512         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2513         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2514         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2515         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2516         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2517         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2518         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2519         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2520         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2521         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2522         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2523         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2524         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2525         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2526         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2527         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2528         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2529         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2530         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2531         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2532         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2533         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2534         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2535         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2536         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2537         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2538         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2539         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2540         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2541         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2542         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2543
2544         [BZ #17589]
2545         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2546         of fgets_unlocked.
2547
2548         [BZ #17585]
2549         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2550         (memmem): Rename to __memmem and define as weak alias of
2551         __memmem.  Use libc_hidden_weak.
2552         (__memmem): Use libc_hidden_def.
2553         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2554         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2555         memmem.
2556
2557         [BZ #17582]
2558         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2559         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2560         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2561         and define as weak alias of __fgets_unlocked.  Use
2562         libc_hidden_weak.
2563         (__fgets_unlocked): Use libc_hidden_def.
2564         * include/stdio.h (__fgets_unlocked): Declare.  Use
2565         libc_hidden_proto.
2566         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2567         __fgets_unlocked instead of fgets_unlocked.
2568         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2569         (GET_NPROCS_CONF_PARSER): Likewise.
2570         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2571         (GET_NPROCS_CONF_PARSER): Likewise.
2572
2573         [BZ #17574]
2574         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2575         weak alias of __wmemset.  Use libc_hidden_weak.
2576         (__wmemset): Use libc_hidden_def.
2577         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2578         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2579         of wmemset.
2580
2581         [BZ #17573]
2582         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2583         with asm name __mempcpy.
2584         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2585
2586         [BZ #17572]
2587         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2588         and define as weak alias of __rawmemchr.
2589         (__rawmemchr): Do not define as strong alias of rawmemchr.
2590
2591         [BZ #17571]
2592         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2593         alias of __qsort_r.
2594         (qsort): Call __qsort_r instead of qsort_r.
2595         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2596         (__qsort_r): Declare.  Call libc_hidden_proto.
2597         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2598         instead of qsort_r.
2599         * nscd/gai.c (__qsort_r): Define to qsort_r.
2600         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2601         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2602         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2603
2604         [BZ #17570]
2605         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2606         define as weak alias of __malloc_info.
2607
2608         [BZ #17584]
2609         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2610         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2611         (__rewinddir): Use libc_hidden_def.
2612         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2613         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2614         (__rewinddir): Use libc_hidden_def.
2615         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2616         weak alias of __rewinddir.  Don't use libc_hidden_def.
2617         (__rewinddir): Use libc_hidden_def.
2618         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2619         (__rewinddir): Use libc_hidden_proto.
2620         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2621         rewinddir.
2622         (__getcwd): Use __rewinddir instead of rewinddir.
2623
2624         [BZ #17583]
2625         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2626         alias of __fileno.  Use libc_hidden_weak.
2627         (__fileno): Use libc_hidden_def.
2628         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2629         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2630         alias of __ftello.
2631         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2632         __ftello.
2633         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2634         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2635         libc_hidden_def.
2636         (fread_unlocked): Don't use libc_hidden_ver.
2637         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2638         and define as weak alias of __fread_unlocked.  Don't use
2639         libc_hidden_def.
2640         (__fread_unlocked): Use libc_hidden_def.
2641         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2642         (ftello): Don't use libc_hidden_proto.
2643         (__ftello): Declare.  Use libc_hidden_proto.
2644         (fread_unlocked): Don't use libc_hidden_proto.
2645         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2646         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2647         and __ftello instead of fileno, fread_unlocked and ftello.
2648
2649 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2650
2651         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2652         GOT12.
2653         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2654         Likewise.
2655         (_dl_start_user): Likewise.
2656         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2657
2658 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2659             Siddhesh Poyarekar  <siddhesh@redhat.com>
2660
2661         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2662         Move argv and envp down instead of moving argc up.
2663         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2664
2665 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2666
2667         [BZ #17506]
2668         * test-skeleton.c (main): Return successful if one of
2669         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2670         * string/tst-strcoll-overflow.c: Define expected status.
2671
2672 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2673
2674         [BZ #17475]
2675         * locale/iso-639.def: Define Bhili and Tulu language codes.
2676
2677 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2678
2679         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2680
2681 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2682
2683         [BZ #17555]
2684         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2685
2686 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2687
2688         * configure.ac: Updated check of minimal required version to
2689         2.22.
2690         * manual/install.texi (Tools for Compilation): Updated version
2691         number.
2692         * configure: Regenerated.
2693         * INSTALL: Likewise.
2694
2695 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2696
2697         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2698         __tls_get_addr.
2699
2700 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2701
2702         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2703         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2704         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2705         libc_hidden_weak.
2706         (waitpid): Define as alias of __waitpid.
2707         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2708         __waitpid.
2709         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2710         libc_hidden_weak.
2711         (waitpid): Define as alias of __waitpid.
2712         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2713         __libc_waitpid alias.
2714         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2715         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2716         Likewise.
2717         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2718         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2719         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2720         alias.
2721         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2722         __waitpid.
2723         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2724         libc_hidden_weak.
2725         (waitpid): Define as alias of __waitpid.
2726
2727 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2728
2729         * manual/llio.texi: Add comment that write safety has been
2730         fixed in Linux.
2731
2732         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2733         (localplt-build-dso): Add elf/ld.so.
2734         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2735         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2736         and free for ld.so.
2737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2738         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2740         Likewise.
2741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2742         Likewise.
2743         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2744         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2745         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2746         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2747         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2748         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2749         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2750         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2751         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2752         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2753         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2754
2755 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2756
2757         [BZ #14132]
2758         * include/libc-symbols.h (INTUSE): Remove macro.
2759         (INTDEF): Likewise.
2760         (INTVARDEF): Likewise.
2761         (_INTVARDEF): Likewise.
2762         (INTDEF2): Likewise.
2763         (INTVARDEF2): Likewise.
2764         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2765         rtld_hidden_def instead of INTVARDEF.
2766         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2767         (_dl_starting_up_internal): Remove declaration.
2768         (_dl_starting_up): Use rtld_hidden_proto.
2769         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2770         declaration.
2771         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2772         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2773         _dl_starting_up.
2774         * elf/dl-writev.h (_dl_writev): Likewise.
2775         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2776         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2777         _dl_starting_up_internal.
2778
2779 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2780
2781         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2782         test-skeleton.c.
2783
2784 2014-11-05  Will Newton  <will.newton@linaro.org>
2785
2786         * benchtests/Makefile: (bench-malloc): Add malloc thread
2787         scalability benchmark.
2788         * benchtests/bench-malloc-threads.c: New file.
2789
2790 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2791
2792         * sysdeps/aarch64/strchrnul.S: New file.
2793
2794 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2795
2796         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2797         definition.
2798         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2799         Likwise.
2800         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2801         Likewise.
2802         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2803         Likewise.
2804         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2805         Likewise.
2806         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2807         Likewise.
2808
2809 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2810
2811         * catgets/test-gencat.c: Use test-skeleton.c.
2812         * catgets/tst-catgets.c: Likewise.
2813         * csu/tst-empty.c: Likewise.
2814         * elf/tst-audit2.c: Likewise.
2815         * elf/tst-global1.c: Likewise.
2816         * elf/tst-pathopt.c: Likewise.
2817         * elf/tst-piemod1.c: Likewise.
2818         * elf/tst-tls10.c: Likewise.
2819         * elf/tst-tls11.c: Likewise.
2820         * elf/tst-tls12.c: Likewise.
2821         * gnulib/tst-gcc.c: Likewise.
2822         * iconvdata/tst-e2big.c: Likewise.
2823         * iconvdata/tst-loading.c: Likewise.
2824         * iconv/tst-iconv1.c: Likewise.
2825         * iconv/tst-iconv2.c: Likewise.
2826         * inet/test-inet6_opt.c: Likewise.
2827         * inet/tst-gethnm.c: Likewise.
2828         * inet/tst-network.c: Likewise.
2829         * inet/tst-ntoa.c: Likewise.
2830         * intl/tst-codeset.c: Likewise.
2831         * intl/tst-gettext2.c: Likewise.
2832         * intl/tst-gettext3.c: Likewise.
2833         * intl/tst-ngettext.c: Likewise.
2834         * intl/tst-translit.c: Likewise.
2835         * io/test-stat.c: Likewise.
2836         * libio/test-fmemopen.c: Likewise.
2837         * libio/tst-freopen.c: Likewise.
2838         * libio/tst-sscanf.c: Likewise.
2839         * libio/tst-ungetwc1.c: Likewise.
2840         * libio/tst-ungetwc2.c: Likewise.
2841         * libio/tst-widetext.c: Likewise.
2842         * localedata/tst-ctype.c: Likewise.
2843         * localedata/tst-digits.c: Likewise.
2844         * localedata/tst-leaks.c: Likewise.
2845         * localedata/tst-mbswcs1.c: Likewise.
2846         * localedata/tst-mbswcs2.c: Likewise.
2847         * localedata/tst-mbswcs3.c: Likewise.
2848         * localedata/tst-mbswcs4.c: Likewise.
2849         * localedata/tst-mbswcs5.c: Likewise.
2850         * localedata/tst-setlocale.c: Likewise.
2851         * localedata/tst-trans.c: Likewise.
2852         * localedata/tst-wctype.c: Likewise.
2853         * localedata/tst-xlocale1.c: Likewise.
2854         * login/tst-grantpt.c: Likewise.
2855         * malloc/tst-calloc.c: Likewise.
2856         * malloc/tst-malloc.c: Likewise.
2857         * malloc/tst-mallocstate.c: Likewise.
2858         * malloc/tst-mcheck.c: Likewise.
2859         * malloc/tst-mtrace.c: Likewise.
2860         * malloc/tst-obstack.c: Likewise.
2861         * math/atest-exp2.c: Likewise.
2862         * math/atest-exp.c: Likewise.
2863         * math/atest-sincos.c: Likewise.
2864         * math/test-matherr.c: Likewise.
2865         * math/test-misc.c: Likewise.
2866         * math/test-powl.c: Likewise.
2867         * math/tst-definitions.c: Likewise.
2868         * misc/tst-dirname.c: Likewise.
2869         * misc/tst-efgcvt.c: Likewise.
2870         * misc/tst-fdset.c: Likewise.
2871         * misc/tst-hsearch.c: Likewise.
2872         * misc/tst-mntent2.c: Likewise.
2873         * nptl/tst-sem7.c: Likewise.
2874         * nptl/tst-sem8.c: Likewise.
2875         * nptl/tst-sem9.c: Likewise.
2876         * nss/test-netdb.c: Likewise.
2877         * posix/tst-fnmatch.c: Likewise.
2878         * posix/tst-getlogin.c: Likewise.
2879         * posix/tst-gnuglob.c: Likewise.
2880         * posix/tst-mmap.c: Likewise.
2881         * pwd/tst-getpw.c: Likewise.
2882         * resolv/tst-inet_ntop.c: Likewise.
2883         * rt/tst-timer.c: Likewise.
2884         * stdio-common/test-fseek.c: Likewise.
2885         * stdio-common/test-popen.c: Likewise.
2886         * stdio-common/test-vfprintf.c: Likewise.
2887         * stdio-common/tst-cookie.c: Likewise.
2888         * stdio-common/tst-fileno.c: Likewise.
2889         * stdio-common/tst-gets.c: Likewise.
2890         * stdio-common/tst-obprintf.c: Likewise.
2891         * stdio-common/tst-perror.c: Likewise.
2892         * stdio-common/tst-sprintf2.c: Likewise.
2893         * stdio-common/tst-sprintf3.c: Likewise.
2894         * stdio-common/tst-sprintf.c: Likewise.
2895         * stdio-common/tst-swprintf.c: Likewise.
2896         * stdio-common/tst-tmpnam.c: Likewise.
2897         * stdio-common/tst-unbputc.c: Likewise.
2898         * stdio-common/tst-wc-printf.c: Likewise.
2899         * stdlib/tst-environ.c: Likewise.
2900         * stdlib/tst-fmtmsg.c: Likewise.
2901         * stdlib/tst-limits.c: Likewise.
2902         * stdlib/tst-rand48-2.c: Likewise.
2903         * stdlib/tst-rand48.c: Likewise.
2904         * stdlib/tst-random2.c: Likewise.
2905         * stdlib/tst-random.c: Likewise.
2906         * stdlib/tst-strtol.c: Likewise.
2907         * stdlib/tst-strtoll.c: Likewise.
2908         * stdlib/tst-tls-atexit.c: Likewise.
2909         * stdlib/tst-xpg-basename.c: Likewise.
2910         * string/test-ffs.c: Likewise.
2911         * string/tst-bswap.c: Likewise.
2912         * string/tst-inlcall.c: Likewise.
2913         * string/tst-strtok.c: Likewise.
2914         * string/tst-strxfrm.c: Likewise.
2915         * sysdeps/x86_64/tst-audit10.c: Likewise.
2916         * sysdeps/x86_64/tst-audit3.c: Likewise.
2917         * sysdeps/x86_64/tst-audit4.c: Likewise.
2918         * sysdeps/x86_64/tst-audit5.c: Likewise.
2919         * time/tst-ftime_l.c: Likewise.
2920         * time/tst-getdate.c: Likewise.
2921         * time/tst-mktime3.c: Likewise.
2922         * time/tst-mktime.c: Likewise.
2923         * time/tst-posixtz.c: Likewise.
2924         * time/tst-strptime2.c: Likewise.
2925         * time/tst-strptime3.c: Likewise.
2926         * wcsmbs/tst-btowc.c: Likewise.
2927         * wcsmbs/tst-mbrtowc.c: Likewise.
2928         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2929         * wcsmbs/tst-wchar-h.c: Likewise.
2930         * wcsmbs/tst-wcpncpy.c: Likewise.
2931         * wcsmbs/tst-wcrtomb.c: Likewise.
2932         * wcsmbs/tst-wcsnlen.c: Likewise.
2933         * wcsmbs/tst-wcstof.c: Likewise.
2934
2935 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2936
2937         [BZ #14132]
2938         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2939         INTDEF.
2940         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2941         declaration.
2942         (_dl_mcount): Use rtld_hidden_proto.
2943         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2944         _dl_mcount.
2945         * elf/rtld.c (_rtld_global_ro): Likewise.
2946
2947         [BZ #14132]
2948         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2949         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2950         of _dl_init_internal.
2951         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2952         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2953         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2954         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2955         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2956         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2957         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2958         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2959         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2960         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2961         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2962         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2963         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2964         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2965         * sysdeps/tile/dl-start.S (_start): Likewise.
2966         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2967         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2968
2969         [BZ #14132]
2970         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2971         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2972         (rtld_progname): Make macro definition unconditional.
2973         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2974         INTDEF.
2975         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2976         (dl_main): Likewise.
2977         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2978         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2979         instead of _dl_argv_internal.
2980         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2981         __GI__dl_argv instead of INTUSE(_dl_argv).
2982         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2983         __GI__dl_argv instead of _dl_argv_internal.
2984
2985         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2986         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2987         macro.
2988         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2989         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2990         New macro.
2991         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2992         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2993         macro.
2994         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2995         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2996
2997 2014-11-04  Andreas Schwab  <schwab@suse.de>
2998
2999         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
3000
3001 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3002
3003         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
3004         mtvsrd instruction in binary form.
3005
3006 2014-11-03  Andreas Schwab  <schwab@suse.de>
3007
3008         [BZ #17522]
3009         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
3010         for less than MB_LEN_MAX use a local buffer of that size.
3011         * libio/tst-fputws.c: New file.
3012         * libio/Makefile (tests): Add tst-fputws.
3013
3014 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
3015
3016         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
3017         the size of the fpu_fr.fpu_dregs[] array.
3018
3019 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
3020
3021         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
3022         (__nanosleep): Do not define as alias.
3023         (nanosleep): Define as alias of __nanosleep.
3024         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
3025         __libc_nanosleep name.
3026
3027 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3028
3029         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
3030         install.texi in comment.
3031
3032 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3033
3034         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
3035         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
3036         ... add here and use lwsync or sync ...
3037         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
3038         ... and add here using lwsync.
3039
3040 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3041
3042         * elf/dl-machine-reject-phdr.h: New file.
3043         * elf/dl-load.c: #include that.
3044         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
3045         if that returned true.
3046
3047 2014-10-31  Roland McGrath  <roland@hack.frob.com>
3048
3049         [BZ #17496]
3050         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
3051         gen-as-const-headers chunk.  Add a big scare comment after the last
3052         safe place to touch before-compile.
3053
3054 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3055
3056         * manual/install.texi (Tools for Compilation): Update autoconf
3057         version requirements.
3058         * INSTALL: Regenerated.
3059
3060         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
3061         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
3062         (__libc_pselect): Likewise.
3063
3064         [BZ #14138]
3065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
3066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3069
3070 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3071
3072         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
3073         correct barrier instruction.
3074         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
3075         Likewise.
3076         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
3077         Likewise.
3078
3079 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3080
3081         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
3082         after defining inlines.  Instead, just use parens to defeat macro
3083         expansion of __isctype in its declaration.
3084
3085 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3086
3087         * include/sys/uio.h (__libc_readv): Remove declaration.
3088         (__libc_writev): Likewise.
3089         * misc/readv.c (__libc_readv): Rename to __readv.
3090         (__readv): Do not define as alias.
3091         (readv): Define as alias of __readv.
3092         * misc/writev.c (__libc_writev): Rename to __writev.
3093         (__writev): Do not define as alias.
3094         (writev): Define as alias of __writev.
3095         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
3096         (__readv): Do not define as alias.
3097         (readv): Define unconditionally as alias of __readv.
3098         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
3099         (__writev): Do not define as alias.
3100         (writev): Define unconditionally as alias of __writev.
3101         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
3102         name.
3103         (writev): Do not define __libc_writev name.
3104
3105 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3106
3107         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
3108         (convert_charseq): New function, broken out of ...
3109         (use_from_charmap): ... here.  Call it.
3110         (use_to_charmap): Use convert_charseq and free instead of duplicating
3111         its code with a variable-length stack struct.
3112
3113 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3114
3115         * include/fcntl.h (__libc_creat): Remove declaration.
3116         * io/creat.c (__libc_creat): Rename to creat.
3117         (creat): Do not define as alias.
3118         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
3119         of creat instead of __libc_creat.
3120         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
3121         to creat.
3122         (creat): Do not define as alias.
3123         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
3124         __libc_creat.
3125         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3126         __libc_creat name.
3127         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3128         Likewise.
3129
3130 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
3131
3132         * manual/llio.texi: Add comments discussing why write() may be
3133         considered MT-unsafe on Linux.
3134
3135 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
3136
3137         * dl-load.c (local_strdup): Remove.
3138         (expand_dynamic_string_token): Use __strdup.
3139         (decompose_rpath): Likewise.
3140         (_dl_map_object): Likewise.
3141
3142 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
3143
3144         [BZ #14132]
3145         * sysdeps/generic/unwind-dw2-fde.c
3146         (__register_frame_info_bases_internal): Do not declare.
3147         (__register_frame_info_table_bases_internal): Likewise.
3148         (__deregister_frame_info_bases_internal): Likewise.
3149         (__register_frame_info_bases): Declare and use hidden_proto before
3150         definition.  Use hidden_def instead of INTDEF.
3151         (__register_frame_info_table_bases): Likewise.
3152         (__deregister_frame_info_bases): Likewise.
3153         (__register_frame_info): Do not use INTUSE.
3154         (__register_frame): Likewise.
3155         (__register_frame_info_table): Likewise.
3156         (__register_frame_table): Likewise.
3157         (__deregister_frame_info): Likewise.
3158         (__deregister_frame): Likewise.
3159
3160 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
3161
3162         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3163         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3164         not undefine.
3165         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3166         Likewise.
3167         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3168         Likewise.
3169
3170 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
3171
3172         [BZ #14138]
3173         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3174         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3175         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3176         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3177         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3178         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3179         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3180         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3181         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3182         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3183         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3184         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3185         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3186         syscall.
3187         (setfsuid): Likewise.
3188         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3189         (setfsuid): Likewise.
3190         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3191         (setfsuid): Likewise.
3192         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3193         Likewise.
3194         (setfsuid): Likewise.
3195         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3196         (setfsuid): Likewise.
3197         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3198         Likewise.
3199         (setfsuid): Likewise.
3200
3201 2014-10-27  Andreas Schwab  <schwab@suse.de>
3202
3203         [BZ #17501]
3204         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3205         check for Slow_SSE4_2 feature bit.
3206         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3207         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3208         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3209         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
3210
3211 2014-10-24  Roland McGrath  <roland@hack.frob.com>
3212
3213         * configure.ac: Validate compiler version with a empirical test of
3214         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3215         $CC -v output.
3216         * configure: Regenerated.
3217
3218         * inet/htons.c (htons): Prototypify.
3219         * inet/htonl.c (htonl): Likewise.
3220
3221 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3222
3223         * string/strncat.c (strncat): Improve performance by using strlen.
3224
3225 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3226
3227         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3228
3229 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3230
3231         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3232         Call libc_fetestexcept_aarch64.
3233
3234 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3235
3236         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3237         Call libc_feholdexcept_aarch64.
3238
3239 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3240
3241         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3242         Call get_rounding_mode.
3243
3244 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3245
3246         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3247         Simplify logic.
3248
3249 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3250
3251         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3252         Simplify logic.
3253
3254 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3255
3256         [BZ #14138]
3257         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3258         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3259         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3260         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3261         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3262         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3263         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3264         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3265         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3266         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3267         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3268         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3269         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3270         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3271         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3272         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3273         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3274         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3275         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3276         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3277         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3278         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3279         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3280         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3281         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3282         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3283         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3284         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3285         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3286         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3287         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3288         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3289         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3290         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3291         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3292         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3293         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3294         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3295         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3296         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3297         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3298         syscall.
3299         (geteuid): Likewise.
3300         (getgid): Likewise.
3301         (getuid): Likewise.
3302         (getresgid): Likewise.
3303         (getresuid): Likewise.
3304         (getgroups): Likewise.
3305         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3306         (geteuid): Likewise.
3307         (getgid): Likewise.
3308         (getuid): Likewise.
3309         (getresgid): Likewise.
3310         (getresuid): Likewise.
3311         (getgroups): Likewise.
3312         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3313         (geteuid): Likewise.
3314         (getgid): Likewise.
3315         (getuid): Likewise.
3316         (getresgid): Likewise.
3317         (getresuid): Likewise.
3318         (getgroups): Likewise.
3319         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3320         Likewise.
3321         (geteuid): Likewise.
3322         (getgid): Likewise.
3323         (getuid): Likewise.
3324         (getresgid): Likewise.
3325         (getresuid): Likewise.
3326         (getgroups): Likewise.
3327         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3328         (geteuid): Likewise.
3329         (getgid): Likewise.
3330         (getuid): Likewise.
3331         (getresgid): Likewise.
3332         (getresuid): Likewise.
3333         (getgroups): Likewise.
3334         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3335         Likewise.
3336         (geteuid): Likewise.
3337         (getgid): Likewise.
3338         (getuid): Likewise.
3339         (getgroups): Likewise.
3340
3341         [BZ #14138]
3342         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3343         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3344         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3345         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3346         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3347         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3348         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3349         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3350         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3351         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3352         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3353         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3354         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3355         __chown.
3356         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3357         (lchown): Likewise.
3358         (fchown): Likewise.
3359         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3360         Likewise.
3361         (lchown): Likewise.
3362         (fchown): Likewise.
3363         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3364         (lchown): Likewise.
3365         (fchown): Likewise.
3366         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3367         Likewise.
3368         (lchown): Likewise.
3369         (fchown): Likewise.
3370
3371 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3372
3373         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3374         Simplify logic.
3375
3376 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3377
3378         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3379         Cleanup logic.
3380
3381 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3382
3383         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3384         Remove unused include.
3385
3386 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3387
3388         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3389         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3390         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3391         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3392
3393 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3394             Helge Deller <deller@gmx.de>
3395
3396         [BZ #17508]
3397         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3398         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3399         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3400
3401 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3402
3403         [BZ #14132]
3404         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3405         Remove macro definition.
3406         (__ashrdi3_v_glibc20): Likewise.
3407         (__lshrdi3_v_glibc20): Likewise.
3408         (__cmpdi2_v_glibc20): Likewise.
3409         (__ucmpdi2_v_glibc20): Likewise.
3410         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3411         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3412         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3413         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3414         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3415         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3416
3417 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3418
3419         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3420         old GNU extension [0] syntax.
3421         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3422         alloca rather than an array member with variable length.
3423         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3424         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3425         (parse_opt): ... here.  Likewise use alloca there.
3426         Validate the -i argument before checking for rootness.
3427         (send_shutdown): New function, broken out of ...
3428         (parse_opt): ... here.
3429
3430 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3431
3432         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3433         macro to get at the _rt_local_ro field.
3434         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3435         ([PIC] case) or _dl_hwcap ([!PIC] case).
3436         * sysdeps/arm/setjmp.S: Likewise.
3437
3438         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3439         * sysdeps/arm/configure.ac: New check to define it.
3440         * sysdeps/arm/configure: Regenerated.
3441         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3442         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3443         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3444         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3445         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3446         Use move/movt pair instead of a load.
3447         (LDST_GLOBAL): Macro removed.
3448         (LDR_GLOBAL): New macro replaces it.
3449         (LDR_HIDDEN): New macro.
3450         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3451         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3452
3453         * setjmp/tst-setjmp-static.c: New file.
3454         * setjmp/Makefile (tests): Add it.
3455         (tests-static): New variable.
3456
3457 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3458
3459         [BZ #17485]
3460         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3461
3462 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3463
3464         [BZ #14132]
3465         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3466
3467 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3468
3469         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3470
3471 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3472
3473         * io/fts.c (dirent_not_directory): New function.
3474         (fts_build): Call it.
3475
3476 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3477
3478         * nptl/version.c (__nptl_main): Use normal __write rather than
3479         INTERNAL_SYSCALL.
3480         (banner): Update copyright years.
3481
3482         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3483         gettimeofday.
3484         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3485         * nptl/pthread_cond_timedwait.c: Likewise.
3486         * nptl/pthread_mutex_timedlock.c: Likewise.
3487         * nptl/sem_timedwait.c: Likewise.
3488
3489         * sysdeps/nptl/bits/libc-lock.h
3490         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3491         (__libc_lock_init_recursive): Return void, not 0.
3492         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3493         (__libc_rwlock_init): Likewise.
3494         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3495
3496 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3497
3498         [BZ #15215]
3499         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3500         (__pthread_once_slow): ... here.
3501         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3502         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3503
3504 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3505
3506         [BZ #15215]
3507         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3508         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3509         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3510         * nptl/pthread_once.c (__pthread_once): Likewise.
3511         Update comments.
3512
3513 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3514
3515         [BZ #14138]
3516         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3517         name.
3518         (writev): Use __libc_writev as strong name.
3519         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3520         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3521
3522 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3523
3524         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3525
3526         * sysdeps/i386/nptl/tls.h
3527         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3528         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3529         New macros.
3530         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3531         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3532         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3533         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3534         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3535         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3536
3537         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3538         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3539         on [__NR_futex].
3540         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3541         broken out of ...
3542         (__pthread_mutex_init): ... here.  Call it.
3543         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3544         Conditionalize PI cases on [__NR_futex].
3545         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3546         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3547         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3548
3549         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3550         conditional on [SIGSETXID].
3551         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3552         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3553         is defined.  Likewise for SIGSETXID.
3554         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3555         Conditionalize definitions on [SIGSETXID].
3556         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3557         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3558         unblocking on [SIGCANCEL].
3559
3560         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3561         [__NR_set_robust_list].
3562
3563 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3564
3565         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3566         (do_compare): Likewise.
3567
3568 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3569
3570         [BZ #15884]
3571         * string/strcoll_l.c: Don't include stdio.h.
3572         (coll_seq): Remove members idxarr and rulearr.
3573         (get_next_seq_cached): Remove function.
3574         (get_next_seq): Likewise.
3575         (get_next_seq_nocache): Rename to get_next_seq.
3576         (do_compare): Remove function.
3577         (do_compare_nocache): Rename to do_compare.
3578         (STRCOLL): Remove weight and rules cache.
3579
3580 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3581
3582         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3583         * sysdeps/arm/sfp-machine.h: ... to here.
3584         * sysdeps/arm/Implies: Remove arm/soft-fp.
3585
3586 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3587
3588         * conform/data/sys/utsname.h-data (*_t): Allow.
3589         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3590         [POSIX] (WEXITED): Do not expect constant.
3591         [POSIX] (WSTOPPED): Likewise.
3592         [POSIX] (WNOHANG): Likewise.
3593         [POSIX] (WNOWAIT): Likewise.
3594         [POSIX] (siginfo_t): Do not expect type or elements.
3595         [POSIX] (pid_t): Do not expect type.
3596         [POSIX] (signal.h): Do not allow header.
3597         [POSIX] (sys/resource.h): Likewise.
3598         [POSIX] (si_*): Do not allow pattern.
3599         [POSIX] (W*): Likewise.
3600         [POSIX] (P_*): Likewise.
3601         [POSIX] (BUS_*): Likewise.
3602         [POSIX] (CLD_*): Likewise.
3603         [POSIX] (FPE_*): Likewise.
3604         [POSIX] (ILL_*): Likewise.
3605         [POSIX] (POLL_*): Likewise.
3606         [POSIX] (SEGV_*): Likewise.
3607         [POSIX] (SI_*): Likewise.
3608         [POSIX] (TRAP_*): Likewise.
3609         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3610         variable.
3611
3612 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3613
3614         [BZ #12926]
3615         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3616         infinite loop when __recvmsg returns 0.
3617
3618 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3619
3620         * CANCEL-FCT-WAIVE: Remove file.
3621         * CANCEL-FILE-WAIVE: Likewise.
3622
3623         [BZ #14132]
3624         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3625         instead of INTVARDEF.
3626         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3627         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3628         rtld_hidden_data_def instead of INTVARDEF.
3629         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3630         * elf/dl-deps.c (expand_dst): Likewise.
3631         * elf/dl-load.c (_dl_dst_count): Likewise.
3632         (_dl_dst_substitute): Likewise.
3633         (decompose_rpath): Likewise.
3634         (_dl_init_paths): Likewise.
3635         (open_path): Likewise.
3636         (_dl_map_object): Likewise.
3637         * elf/rtld.c (dl_main): Likewise.
3638         (process_dl_audit): Likewise.
3639         (process_envvars): Likewise.
3640         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3641         Remove declaration.
3642         (__libc_enable_secure): Use rtld_hidden_proto.
3643
3644 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3645
3646         * elf/dl-load.c
3647         (add_path): New function broken out of _dl_rtld_di_serinfo.
3648         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3649
3650 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3651
3652         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3653         parentheses around macro arguments.
3654         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3655         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3656         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3657         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3658         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3659         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3660         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3661         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3662         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3663         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3664         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3665         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3666         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3667         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3668         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3669         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3670         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3671         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3672         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3673         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3674         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3675         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3676         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3677         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3678         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3679         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3680         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3681         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3682         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3683         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3684         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3685         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3686         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3687         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3688         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3689         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3690         Likewise.
3691         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3692         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3693         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3694         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3695         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3696         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3697         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3698         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3699         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3700         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3701         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3702         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3703         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3704         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3705         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3706         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3707         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3708         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3709         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3710         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3711         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3712         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3713         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3714         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3715         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3716         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3717         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3718         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3719         (_FP_FRAC_SRS_1): Likewise.
3720         (_FP_FRAC_CLZ_1): Likewise.
3721         (_FP_MUL_MEAT_1_imm): Likewise.
3722         (_FP_MUL_MEAT_1_wide): Likewise.
3723         (_FP_MUL_MEAT_1_hard): Likewise.
3724         (_FP_SQRT_MEAT_1): Likewise.
3725         (_FP_FRAC_ASSEMBLE_1): Likewise.
3726         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3727         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3728         (__FP_CLZ_2): Likewise.
3729         (_FP_MUL_MEAT_2_wide): Likewise.
3730         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3731         (_FP_MUL_MEAT_2_gmp): Likewise.
3732         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3733         (_FP_SQRT_MEAT_2): Likewise.
3734         (_FP_FRAC_ASSEMBLE_2): Likewise.
3735         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3736         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3737         (_FP_FRAC_CLZ_4): Likewise.
3738         (_FP_MUL_MEAT_4_wide): Likewise.
3739         (_FP_MUL_MEAT_4_gmp): Likewise.
3740         (_FP_SQRT_MEAT_4): Likewise.
3741         (_FP_FRAC_ASSEMBLE_4): Likewise.
3742         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3743         * soft-fp/op-common.h (_FP_CMP): Likewise.
3744         (_FP_CMP_EQ): Likewise.
3745         (_FP_CMP_UNORD): Likewise.
3746         (_FP_TO_INT): Likewise.
3747         (_FP_FROM_INT): Likewise.
3748         [!__FP_CLZ] (__FP_CLZ): Likewise.
3749         (_FP_DIV_HELP_imm): Likewise.
3750         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3751         Likewise.
3752         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3753         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3754         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3755         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3756         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3757         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3758         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3759         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3760         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3761         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3762         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3763         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3764         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3765         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3766         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3767         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3768         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3769         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3770         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3771         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3772         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3773         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3774         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3775         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3776         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3777         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3778         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3779         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3780         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3781         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3782         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3783         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3784         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3785         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3786         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3787         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3788         (FP_UNPACK_RAW_SP): Likewise.
3789         (FP_PACK_RAW_S): Likewise.
3790         (FP_PACK_RAW_SP): Likewise.
3791         (FP_UNPACK_S): Likewise.
3792         (FP_UNPACK_SP): Likewise.
3793         (FP_UNPACK_SEMIRAW_S): Likewise.
3794         (FP_UNPACK_SEMIRAW_SP): Likewise.
3795         (FP_PACK_S): Likewise.
3796         (FP_PACK_SP): Likewise.
3797         (FP_PACK_SEMIRAW_S): Likewise.
3798         (FP_PACK_SEMIRAW_SP): Likewise.
3799         (_FP_SQRT_MEAT_S): Likewise.
3800         (FP_CMP_S): Likewise.
3801         (FP_CMP_EQ_S): Likewise.
3802         (FP_CMP_UNORD_S): Likewise.
3803         (FP_TO_INT_S): Likewise.
3804         (FP_FROM_INT_S): Likewise.
3805
3806         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3807
3808         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3809         (FP_EX_INVALID_IMZ): Likewise.
3810         (FP_EX_INVALID_IMZ_FMA): Likewise.
3811         (FP_EX_INVALID_ISI): Likewise.
3812         (FP_EX_INVALID_ZDZ): Likewise.
3813         (FP_EX_INVALID_IDI): Likewise.
3814         (FP_EX_INVALID_SQRT): Likewise.
3815         (FP_EX_INVALID_CVI): Likewise.
3816         (FP_EX_INVALID_VC): Likewise.
3817         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3818         "invalid" exceptions.
3819         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3820         (_FP_ADD_INTERNAL): Likewise.
3821         (_FP_MUL): Likewise.
3822         (_FP_FMA): Likewise.
3823         (_FP_DIV): Likewise.
3824         (_FP_CMP_CHECK_NAN): Likewise.
3825         (_FP_SQRT): Likewise.
3826         (_FP_TO_INT): Likewise.
3827         (FP_EXTEND): Likewise.
3828
3829 2014-10-09  Allan McRae  <allan@archlinux.org>
3830
3831         * po/fr.po: Update French translation from translation project.
3832
3833 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3834
3835         [BZ #14132]
3836         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3837         of INTDEF.
3838         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3839         (__cxa_atexit): Use libc_hidden_proto.
3840         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3841
3842         [BZ #14132]
3843         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3844         declaration.
3845         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3846         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3847         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3848         [!_ISOMAC] (__iswctype_internal): Likewise.
3849         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3850         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3851         alias.
3852         (fcntl): Remove __fcntl_internal alias.
3853         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3854         __connect_internal alias.
3855         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3856         Likewise.
3857
3858         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3859         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3860         FP_DENORM_ZERO.
3861         (_FP_CHECK_FLUSH_ZERO): New macro.
3862         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3863         (_FP_CMP): Likewise.
3864         (_FP_CMP_EQ): Likewise.
3865         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3866         FP_DENORM_ZERO.
3867         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3868         (FP_TRUNC): Likewise.
3869
3870         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3871         treated as invalid conversion, not as normal exponent.
3872
3873         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3874         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3875         (_FP_CMP_EQ): Likewise.
3876         (_FP_CMP_UNORD): Likewise.
3877         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3878         (FP_CMP_EQ_D): Likewise.
3879         (FP_CMP_UNORD_D): Likewise.
3880         * soft-fp/extended.h (FP_CMP_E): Likewise.
3881         (FP_CMP_EQ_E): Likewise.
3882         (FP_CMP_UNORD_E): Likewise.
3883         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3884         (FP_CMP_EQ_Q): Likewise.
3885         (FP_CMP_UNORD_Q): Likewise.
3886         * soft-fp/single.h (FP_CMP_S): Likewise.
3887         (FP_CMP_EQ_S): Likewise.
3888         (FP_CMP_UNORD_S): Likewise.
3889         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3890         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3891         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3892         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3893         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3894         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3895         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3896         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3897         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3898         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3899         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3900         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3901         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3902         to FP_CMP_Q.
3903         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3904         FP_CMP_Q.
3905         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3906         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3907         FP_CMP_EQ_Q.
3908         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3909         FP_CMP_Q.
3910         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3911         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3912         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3913         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3914         FP_CMP_EQ_Q.
3915         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3916         FP_CMP_Q.
3917         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3918         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3919         FP_CMP_EQ_Q.
3920         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3921         FP_CMP_Q.
3922         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3923         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3924         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3925         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3926         FP_CMP_EQ_Q.
3927
3928         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3929         a subnormal result, set the underflow exception if trapping on
3930         underflow is enabled.
3931         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3932         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3933         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3934         redefine to 0.
3935         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3936         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3937         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3938         * soft-fp/extendxftf2.c (__extendxftf2): Use
3939         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3940
3941         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3942         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3943         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3944         FP_HANDLE_EXCEPTIONS.
3945         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3946         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3947         FP_HANDLE_EXCEPTIONS.
3948         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3949         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3950         FP_HANDLE_EXCEPTIONS.
3951         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3952         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3953         FP_HANDLE_EXCEPTIONS.
3954
3955 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3956
3957         [BZ #14132]
3958         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3959         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3960         use INTUSE.
3961         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3962         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3963         Remove alias.
3964         (__adjtimex): Define using libc_hidden_ver.
3965         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3966         Remove declaration.
3967         (ntp_gettime): Call __adjtimex directly.
3968         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3969         Remove declaration.
3970         (ntp_gettimex): Call __adjtimex directly.
3971         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3972         __adjtimex_internal alias.
3973
3974 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3975
3976         [BZ #17460]
3977         * nscd/nscd.c (more_help): Rewrite list of tables collection
3978         using xstrdup and asprintf.
3979
3980         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3981
3982 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3983             Roland McGrath  <roland@hack.frob.com>
3984
3985         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3986         (do_lookup_unique): ... local function 'enter' here; update callers.
3987
3988 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3989
3990         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3991         compat_symbol calls on [SHARED].
3992         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3993         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3994         Remove.
3995         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3996         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3997         (oldsetrlimit): Remove.
3998         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4000         (lchown): New syscall entry.
4001         (oldsetrlimit): Remove.
4002         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4003         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
4004         (oldsetrlimit): Remove.
4005         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4006
4007         [BZ #14138]
4008         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
4009         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
4010         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
4011         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
4012         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
4013         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
4014         (fchown): Likewise.
4015         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
4016         (fchown): Likewise.
4017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
4018         Likewise.
4019
4020 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4021
4022         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
4023         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
4024         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
4025         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
4026         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
4027         Likewise.
4028         (__old_sem_post): Likewise.
4029
4030 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
4031
4032         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
4033         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
4034         HAVE_CLOCK_GETTIME_VSYSCALL macros.
4035         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
4036         Use INLINE_VSYSCALL macro.
4037         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
4038         __vdso_clock_gettime.
4039         * sysdeps/unix/sysv/linux/tile/init-first.c
4040         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
4041         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
4042         __vdso_clock_gettime.
4043
4044         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
4045         to set up frame more cleanly.
4046
4047         * sysdeps/tile/memcmp.c: New file.
4048
4049         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
4050
4051         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
4052         * sysdeps/tile/tilegx/strcasestr.c: New file.
4053         * sysdeps/tile/tilegx/strnlen.c: New file.
4054         * sysdeps/tile/tilegx/strstr.c: New file.
4055
4056         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
4057
4058 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
4059
4060         * nptl/tst-setuid3.c: Write errors to stdout.
4061
4062 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4063
4064         * elf/dl-deps.c
4065         (preload): New functions broken out of _dl_map_object_deps.
4066         (_dl_map_object_deps):  Remove a nested function. Update call sites.
4067
4068 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
4069
4070         [BZ #14138]
4071         * sysdeps/unix/sysv/linux/execve.c: Remove file.
4072         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
4073
4074 2014-10-01  Steve Ellcey  <sellcey@mips.com>
4075
4076         * sysdeps/mips/strcmp.S: New.
4077
4078 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
4079
4080         [BZ #14138]
4081         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
4082         (linkat): Likewise.
4083         (mkdirat): Likewise.
4084         (readlinkat): Likewise.
4085         (renameat): Likewise.
4086         (symlinkat): Likewise.
4087         (unlinkat): Likewise.
4088         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
4089         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
4090         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
4091         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
4092         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
4093         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
4094         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
4095
4096 2014-09-30  Will Newton  <will.newton@linaro.org>
4097
4098         * math/math.h: Define long double math functions if
4099         _LIBC_TEST is defined.
4100         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
4101
4102         * localedata/Makefile: Move assignment to tests-special
4103         into an ifdef testing run-built-tests.
4104         * timezone/Makefile: Likewise.
4105
4106 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
4107
4108         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
4109         with $(BASH) not $(SHELL).
4110
4111 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
4112             Matthew LeGendre  <legendre1@llnl.gov>
4113
4114         [BZ #17411]
4115         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
4116         l_reloc_result.
4117
4118 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4119
4120         * stdio-common/printf_fp.c
4121         (hack_digit): New function, broken out of ...
4122         (__printf_fp): ... local function here.  Update call sites.
4123         hack_digit now takes an additional parameter that is a pointer
4124         to a struct of the referenced locals.  Those locals moved inside
4125         the struct and references updated.
4126
4127 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
4128
4129         * aclocal.m4: Require autoconf 2.69.
4130         * configure: Regenerated.
4131         * sysdeps/aarch64/configure: Likewise.
4132         * sysdeps/alpha/configure: Likewise.
4133         * sysdeps/arm/armv7/configure: Likewise.
4134         * sysdeps/arm/configure: Likewise.
4135         * sysdeps/ia64/configure: Likewise.
4136         * sysdeps/mach/configure: Likewise.
4137         * sysdeps/mips/configure: Likewise.
4138         * sysdeps/s390/configure: Likewise.
4139         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4141
4142         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4143         file.
4144         * sysdeps/ia64/configure.ac: Likewise.
4145
4146 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
4147
4148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4149         specify symbol version for ld.so.  Do not include entry for
4150         libpthread.
4151         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4152         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4153         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4154
4155         [BZ #14171]
4156         * Makeconfig [$(build-shared) = yes]
4157         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4158         makefiles.
4159         [$(build-shared) = yes && $(soversions.mk-done) = t]
4160         ($(common-objpfx)gnu/lib-names.h): Remove rule.
4161         [$(build-shared) = yes && $(soversions.mk-done) = t]
4162         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
4163         to Makerules.
4164         [$(build-shared) = yes && $(soversions.mk-done) = t]
4165         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4166         here.
4167         [$(build-shared) = yes && $(soversions.mk-done) = t]
4168         (common-generated): Don't append gnu/lib-names.h and
4169         gnu/lib-names.stmp here.
4170         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4171         (lib-names-h-abi): New variable.
4172         [$(build-shared) = yes && $(soversions.mk-done) = t]
4173         (lib-names-stmp-abi): Likewise.
4174         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4175         abi-variants] (before-compile): Append
4176         $(common-objpfx)$(lib-names-h-abi).
4177         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4178         abi-variants] (common-generated): Append gnu/lib-names.h.
4179         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4180         abi-variants] (install-others-nosubdir): Depend on
4181         $(inst_includedir)/$(lib-names-h-abi).
4182         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4183         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4184         [$(build-shared) = yes && $(soversions.mk-done) = t]
4185         ($(common-objpfx)$(lib-names-h-abi)): New rule.
4186         [$(build-shared) = yes && $(soversions.mk-done) = t]
4187         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4188         [$(build-shared) = yes && $(soversions.mk-done) = t]
4189         (common-generated): Append $(lib-names-h-abi) and
4190         $(lib-names-stmp-abi).
4191         * scripts/lib-names.awk: Do not handle multi being set.
4192         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4193         Remove variable.
4194         (abi-lp64_be-ld-soname): Likewise.
4195         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4196         Likewise.
4197         (abi-hard-ld-soname): Likewise.
4198         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4199         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4200         Remove variable.
4201         (abi-o32_hard-ld-soname): Likewise.
4202         (abi-o32_soft_2008-ld-soname): Likewise.
4203         (abi-o32_hard_2008-ld-soname): Likewise.
4204         (abi-n32_soft-ld-soname): Likewise.
4205         (abi-n32_hard-ld-soname): Likewise.
4206         (abi-n32_soft_2008-ld-soname): Likewise.
4207         (abi-n32_hard_2008-ld-soname): Likewise.
4208         (abi-n64_soft-ld-soname): Likewise.
4209         (abi-n64_hard-ld-soname): Likewise.
4210         (abi-n64_soft_2008-ld-soname): Likewise.
4211         (abi-n64_hard_2008-ld-soname): Likewise.
4212         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4213         Likewise.
4214         (abi-64-v2-ld-soname): Likewise.
4215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4216         ld.so entries.
4217         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4218         variable.
4219         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4220         entry.
4221         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4222         variable.
4223         (abi-64-ld-soname): Likewise.
4224         (abi-x32-ld-soname): Likewise.
4225         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4226         entry.
4227         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4228
4229 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
4230
4231         [BZ #14138]
4232         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4233         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4234         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4235         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4236         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4237         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4238         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4239         syscall entry for GLIBC_2.2 symbol version.
4240         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4241         Likewise.
4242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4243         (setrlimit): Likewise.
4244         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4245         Likewise.
4246
4247 2014-09-23  Will Newton  <will.newton@linaro.org>
4248
4249         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4250         _LINUX_ARM_SYSDEP_H include guard too.
4251         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4252         define.
4253
4254 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4255
4256         * sysdeps/unix/sysv/linux/eventfd.c:
4257         Make first argument unsigned.
4258         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4259         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4260
4261 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4262
4263         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4264         * socket/sys/socket.h: Likewise
4265         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4266
4267 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4268
4269         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4270
4271 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4272
4273         * time/tst-ftime.c: New test.
4274         * time/Makefile (tests): Add tst-ftime.
4275
4276 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4277
4278         * soft-fp/extended.h: Fix comment formatting.
4279         * soft-fp/op-1.h: Likewise.
4280         * soft-fp/op-2.h: Likewise.
4281         * soft-fp/op-4.h: Likewise.
4282         * soft-fp/op-8.h: Likewise.
4283         * soft-fp/op-common.h: Likewise.
4284         * soft-fp/soft-fp.h: Likewise.
4285
4286         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4287
4288 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4289
4290         [BZ #6652]
4291         * Makeconfig (soversions-default-setname): Remove variable.
4292         ($(common-objpfx)soversions.i): Don't pass default_setname to
4293         soversions.awk.
4294         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4295         oldest_abi to abi-versions.awk.
4296         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4297         * config.make.in (oldest-abi): Remove variable.
4298         * configure.ac (--enable-oldest-abi): Remove configure option.
4299         * configure: Regenerated.
4300         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4301         text.
4302         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4303         * scripts/soversions.awk: Do not handle default_setname variable.
4304         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4305         variable.
4306         * sysdeps/mach/hurd/configure: Regenerated.
4307         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4308         variable.
4309         * sysdeps/unix/sysv/linux/configure: Regenerated.
4310
4311 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4312
4313         * elf/Makefile (CFLAGS-interp.c): Remove.
4314         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4315         path string.
4316         * elf/interp.c: Include generated runtime-linker.h
4317
4318         * Makerules (lib%.so): Don't include $(+interp) in
4319         prerequisites.
4320         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4321         * dlfcn/eval.c: Remove file.
4322
4323         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4324         macros.
4325
4326         [BZ #17266]
4327         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4328         4.2 and newer.
4329
4330         [BZ #17370]
4331         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4332
4333 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4334             Jakub Jelinek  <jakub@redhat.com>
4335
4336         [BZ #17266]
4337         * libio/stdio.h: Check definition of __fortify_function
4338         instead of __extern_always_inline to include bits/stdio2.h.
4339         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4340         check if __extern_always_inline is defined.
4341         [__USE_MISC || __USE_XOPEN]: Likewise.
4342         [__USE_ISOC99] Likewise.
4343         * misc/sys/cdefs.h (__fortify_function): Define only if
4344         __extern_always_inline is defined.
4345         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4346         __extern_always_inline and __extern_inline only for g++-4.3
4347         and newer or a compatible gcc.
4348
4349 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4350
4351         [BZ #17371]
4352         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4353         last change to handle zero prefix length.
4354
4355 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4356
4357         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4358         _SC_REGEX_VERSION.
4359
4360         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4361         _POSIX_RAW_SOCKETS.
4362
4363 2014-09-13  Allan McRae  <allan@archlinux.org>
4364
4365         * po/ru.po: Update Russian translation from translation project.
4366
4367 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4368
4369         * locale/programs/locale.c (show_locale_vars): Inline local function
4370         into its sole call site.  Clean up some style nits.
4371         (print_item): New function, broken out of ...
4372         (show_info): ... local function here.  Clean up style nits.
4373
4374         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4375         out of ...
4376         (set_class_defaults): ... local function set_default here.
4377         Define set_default as a macro locally to pass constant parameters.
4378         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4379         rather than a shared local.
4380
4381         * stdlib/rpmatch.c (try): New function, broken out of ...
4382         (rpmatch): ... local function here.  Also, prototypify definition.
4383
4384 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4385
4386         * scripts/soversions.awk: Do not handle configuration names.
4387         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4388         vendor and os variables to soversions.awk.
4389         * configure.ac: Do not modify gnu-* host_os.
4390         * configure: Regenerated
4391         * shlib-versions: Remove first column with configuration names.
4392         * nptl/shlib-versions: Likewise.
4393         * nptl_db/shlib-versions: Likewise.
4394         * sysdeps/hppa/shlib-versions: Likewise.
4395         * sysdeps/m68k/shlib-versions: Likewise.
4396         * sysdeps/mach/hurd/shlib-versions: Likewise.
4397         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4398         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4399         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4400         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4401         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4402         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4403         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4404         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4406         Likewise.
4407         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4408         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4409         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4410         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4411         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4412         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4413         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4414         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4415
4416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4417         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4419         Regenerated.
4420         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4422         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4423
4424         * shlib-versions: Remove OS-specific entries.  Moved to files in
4425         sysdeps.
4426         * sysdeps/mach/hurd/shlib-versions: New file.
4427         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4428
4429         * nptl/shlib-versions: Remove architecture-specific entries.
4430         Moved to files in sysdeps.
4431         * shlib-versions: Likewise.
4432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4433         file.
4434         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4435         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4436         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4437         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4438
4439         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4440         (UDP_NO_CHECK6_RX): Likewise.
4441
4442 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4443
4444         * sysdeps/posix/sysconf.c (__sysconf): Spell
4445         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4446
4447 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4448
4449         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4450         loading.
4451         * iconv/Versions (__gconv_transliterate): Export for use from
4452         gconv modules.
4453         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4454         (struct __gconv_trans_data, __gconv_trans_fct,
4455         __gconv_trans_context_fct, __gconv_trans_query_fct,
4456         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4457         definitions.
4458         (struct __gconv_step_data): Remove __trans member.
4459         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4460         longer hidden.  Remove unused trans_data argument.
4461         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4462         (__gconv_translit_find): Remove declaration.
4463         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4464         prototype.
4465         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4466         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4467         trans_data argument.  Add hidden definition.
4468         (__gconv_translit_find): Remove.
4469         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4470         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4471         * iconv/skeleton.c: Remove transliteration initialization.
4472         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4473         __gconv_step_data initialization.
4474         * libio/iofwide.c (__libio_translit_): Remove.
4475         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4476         * wcsmbs/btowc.c (__btowc): Likewise.
4477         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4478         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4479         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4480         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4481         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4482         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4483         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4484         * wcsmbs/wctob.c (wctob): Likewise.
4485
4486 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4487
4488         [BZ #16194]
4489         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4490         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4491         register usage.
4492         * sysdeps/x86/Makefile: Adjust.
4493
4494 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4495             Roland McGrath  <roland@hack.frob.com>
4496
4497         * locale/weight.h: Add include guard.
4498         (findidx): Make static rather than auto; take new parameters
4499         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4500         * locale/weightwc.h: Likewise.
4501         * posix/fnmatch_loop.c
4502         (FCT): Change type of EXTRA from int32_t to wint_t.
4503         Don't include either header inside the function.
4504         Call FINDIDX rather than findidx, and pass new arguments.
4505         #undef FINDIDX at the end of the file.
4506         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4507         FINDIDX before including fnmatch_loop.c for the non-wide version.
4508         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4509         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4510         for the wide version.
4511         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4512         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4513         Pass new arguments to findidx.
4514         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4515         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4516         Don't #include it inside the function.  Pass new arguments to findidx.
4517         * posix/regex_internal.h
4518         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4519         (re_string_elem_size_at): Don't #include it inside the function.
4520         Pass new arguments to findidx.
4521         * string/strcoll_l.c: #include WEIGHT_H at top level.
4522         (get_next_seq): Don't #include it inside the function.
4523         Pass new arguments to findidx.
4524         (get_next_seq_nocache): Likewise.
4525         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4526         (STRXFRM): Don't #include it inside the function.
4527         Pass new arguments to findidx.
4528
4529 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4530
4531         [BZ #17344]
4532         * malloc/malloc.c (unlink): Turn asserts into a call to
4533         malloc_printerr.
4534
4535 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4536
4537         [BZ #17370]
4538         * libio/wfileops (do_ftell_wide): Free OUT.
4539
4540 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4541
4542         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4543
4544 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4545
4546         [BZ #17363]
4547         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4548         group if the current group is empty.
4549
4550 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4551
4552         * benchtests/bench-memset.c (test_main): Add more test from size
4553         from 32 to 512 bytes.
4554         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4555         Add POWER8 memset object.
4556         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4557         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4558         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4559         implementation.
4560         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4561         Likewise.
4562         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4563         multiarch POWER8 memset optimization.
4564         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4565         POWER8 memset optimization.
4566
4567         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4568         Remove bzero multiarch objects.
4569         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4570         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4571         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4572         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4573         Remove define.
4574         [__bzero]: Redefine to specific name.
4575         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4576         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4577         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4578         define.
4579         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4580         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4581
4582 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4583
4584         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4585         warnings into errors.
4586
4587         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4588         __cxa_thread_atexit_impl prototype.
4589
4590 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4591
4592         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4593         Fix capitalization of error message.
4594
4595 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4596
4597         * sysdeps/mips/preconfigure: Modify ABI tests.
4598
4599 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4600
4601         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4602
4603 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4604             Carlos O'Donell  <carlos@systemhalted.org>
4605
4606         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4607         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4608         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4609         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4610         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4611         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4612         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4613         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4614         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4615         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4616         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4617         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4618         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4619         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4620         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4621         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4622         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4623         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4624         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4625         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4626         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4627         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4628         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4629         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4630         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4631         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4632         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4633         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4634         Deconditionalize the code that was previously under [RESET_PID].
4635         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4636         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4637         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4638         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4639         include sysdep.h.
4640
4641 2014-09-08  Allan McRae  <allan@archlinux.org>
4642
4643         * version.h (RELEASE): Set to "development".
4644         (VERSION): Set to "2.20.90"
4645
4646 2014-09-07  Allan McRae  <allan@archlinux.org
4647
4648         * version.h (RELEASE): Set to "stable".
4649         (VERSION): Set to "2.20"
4650         * include/features.h (__GLIBC_MINOR__): Set to 20.
4651
4652         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4653         Liebler.
4654
4655         * po/ko.po: Update Korean translation from translation project.
4656
4657 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4658
4659         [BZ #17354]
4660         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4661         macro for handling signed relocations.
4662
4663 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4664
4665         [BZ #17325]
4666         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4667         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4668         assert.
4669         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4670         * iconvdata/ibm935.c (BODY): Likewise.
4671         * iconvdata/ibm937.c (BODY): Likewise.
4672         * iconvdata/ibm939.c (BODY): Likewise.
4673         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4674         assert.
4675         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4676         script.
4677         * iconvdata/run-iconv-test.sh: New test loop for checking for
4678         decoder crashers.
4679
4680 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4681
4682         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4683         libm_hidden_ver.
4684
4685 2014-09-01  Allan McRae  <allan@archlinux.org>
4686
4687         * po/eo.po: Update Esperanto translation from translation project.
4688
4689         * po/ca.po: Update Catalan translation from translation project.
4690
4691 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4692
4693         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4694         __proc_dostop call.
4695
4696 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4697
4698         [BZ #17319]
4699         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4700         to call set_thread_area instead of hand written asm.
4701         (__NR_set_thread_area): Removed define.
4702         (TLS_FLAG_WRITABLE): Likewise.
4703         (__ASSUME_SET_THREAD_AREA): Remove check.
4704         (TLS_EBX_ARG): Remove define.
4705         (TLS_LOAD_EBX): Likewise.
4706
4707 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4708
4709         Simplify atomicity of socket creation in bind.
4710
4711         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4712         looking up the name after linking the file.
4713
4714 2014-08-27  Allan McRae  <allan@archlinux.org>
4715
4716         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4717
4718 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4719
4720         [BZ #17187]
4721         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4722         trans_compare, open_translit, __gconv_translit_find):
4723         Remove module loading code.
4724
4725 2014-08-26  Allan McRae  <allan@archlinux.org>
4726
4727         * po/vi.po: Update Vietnamese translation from translation project.
4728
4729         * po/uk.po: Update Ukrainian translation from translation project.
4730
4731         * po/fr.po: Update French translation from translation project.
4732
4733         * po/ru.po: Update Russian translation from translation project.
4734
4735         * po/pl.po: Update Polish translation from translation project.
4736
4737         * po/cs.po: Update Czech translation from translation project.
4738
4739         * po/de.po: Update German translation from translation project.
4740
4741         * po/bg.po: Update Bulgarian translation from translation project.
4742
4743         * po/sv.po: Update Sweedish translation from translation project.
4744
4745         * po/nl.po: Update Dutch translation from translation project.
4746
4747         * po/es.po: Update Spanish translation from translation project.
4748
4749 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4750
4751         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4752
4753         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4754         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4755         (CPPFLAGS-iconvconfig): Likewise.
4756         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4757
4758         * include/libc-symbols.h: Remove unnecessary check for
4759         NOT_IN_libc.
4760         * nptl/pthreadP.h: Likewise.
4761         * sysdeps/aarch64/setjmp.S: Likewise.
4762         * sysdeps/alpha/setjmp.S: Likewise.
4763         * sysdeps/arm/sysdep.h: Likewise.
4764         * sysdeps/i386/setjmp.S: Likewise.
4765         * sysdeps/m68k/setjmp.c: Likewise.
4766         * sysdeps/posix/getcwd.c: Likewise.
4767         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4768         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4769         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4770         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4771         * sysdeps/sh/sh3/setjmp.S: Likewise.
4772         * sysdeps/sh/sh4/setjmp.S: Likewise.
4773         * sysdeps/unix/alpha/sysdep.h: Likewise.
4774         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4775         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4776         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4777         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4780         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4781         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4782         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4783         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4784         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4785         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4786         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4787         * sysdeps/x86_64/setjmp.S: Likewise.
4788
4789 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4790
4791         [BZ #17263]
4792         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4793         <stdint.h>.
4794         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4795         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4796
4797 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4798
4799         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4800
4801         [BZ #17262]
4802         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4803         and __x86_64__ when disabling x87 inline functions.
4804
4805 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4806
4807         [BZ #17259]
4808         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4809         asm statement with __cpuid_count.
4810
4811 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4812
4813         * configure.ac: Change __ehdr_start code to dereference the struct.
4814         Run readelf on the output to look for relocations.
4815         * configure: Regenerated.
4816
4817 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4818
4819         [BZ #17261]
4820         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4821         value to 0.
4822         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4823
4824 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4825
4826         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4827
4828 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4829
4830         [BZ #16892]
4831         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4832         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4833
4834 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4835
4836         * malloc/malloc.c: Fix typo in comment.
4837
4838 2014-08-09  Allan McRae  <allan@archlinux.org>
4839
4840         * Regenerate libc.po.
4841
4842 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4843
4844         * intl/tst-gettext2.sh: Check every lang file for creation.
4845
4846 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4847
4848         * sysdeps/aarch64/fpu/math_private.h
4849         (libc_feholdsetround_noex_aarch64_ctx): New function.
4850
4851 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4852
4853         * sysdeps/arm/armv6/strcpy.S (strcpy):
4854         Fix performance issue in misaligned cases.
4855
4856 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4857
4858         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4859         Move definition from termios.h.
4860         (struct termio): Likewise.
4861         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4862         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4863         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4864         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4865         Likewise.
4866         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4867         Move definition to ioctl-types.h
4868         (struct termio): Likewise.
4869         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4870         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4871         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4872         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4873         Likewise.
4874
4875 2014-08-05  Richard Henderson  <rth@redhat.com>
4876
4877         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4878         exceptions.
4879         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4880         Add fraiseexcpt.
4881         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4882         Use __feraiseexcept.
4883         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4884         Protect libm symbols with IS_IN_libm.
4885
4886         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4887
4888 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4889
4890         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4891
4892 2014-08-04  Will Newton  <will.newton@linaro.org>
4893
4894         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4895         file.
4896
4897 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4898
4899         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4900         variants for each function.
4901
4902 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4903
4904         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4905         appended ...
4906         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4907         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4908         appended ...
4909         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4910         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4911         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4912         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4913         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4914         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4915         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4916         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4917         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4918         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4919         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4920         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4921         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4922         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4923         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4924         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4925         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4926         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4927         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4928         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4929         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4930         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4931         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4932         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4933         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4934         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4935         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4936         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4937         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4938         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4939         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4940         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4941         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4942         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4943         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4944         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4945         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4946         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4947         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4948         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4949         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4950         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4951         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4952         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4953         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4954         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4955         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4956         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4957         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4958         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4959         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4960         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4961         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4962         Update #include.
4963         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4964         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4965
4966 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4967
4968         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4969         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4970         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4971         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4972         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4973         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4974
4975 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4976
4977         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4978         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4979         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4980         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4981
4982 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4983
4984         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4985         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4986         (__libc_vfork): Define function under this name.
4987         (__vfork): Define as an alias.
4988         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4989         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4990
4991 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4992
4993         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4994         that was previously under [RESET_PID].
4995         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4996
4997 2014-08-04  Andreas Schwab  <schwab@suse.de>
4998
4999         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
5000
5001 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
5002
5003         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
5004         (main): Likewise.
5005
5006 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5007
5008         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
5009
5010 2014-08-01  Richard Henderon  <rth@redhat.com>
5011
5012         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
5013         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
5014         typo in exact zero test.
5015         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
5016         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
5017         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
5018
5019 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5020
5021         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
5022         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
5023         * sysdeps/arm/sysdep.h: ... here.
5024         [!__ASSEMBLER__]: Include <stdint.h>.
5025
5026 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5027
5028         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
5029         (HAVE_WCTYPE_H): Likewise.
5030         (HAVE_ISWCTYPE): Likewise.
5031         (ENABLE_NLS): Likewise.
5032         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
5033         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
5034
5035         * posix/regex_internal.c: Check if DEBUG is defined and is
5036         set.
5037
5038         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
5039         (HAVE_MBSRTOWCS): Likewise.
5040         * posix/fnmatch.c: Include string.h unconditionally.
5041
5042 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5043
5044         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
5045         reversal.
5046
5047 2014-07-31  Roland McGrath  <roland@hack.frob.com>
5048
5049         * sysdeps/generic/safe-fatal.h: New file.
5050         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
5051         * nptl/forward.c: Include it.
5052         (__pthread_unwind): Use __safe_fatal as default action, rather
5053         than a bogus use of INTERNAL_SYSCALL that could never work.
5054
5055         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
5056         * configure.ac (libc_cv_builtin_trap): New test.
5057         * configure: Regenerated.
5058         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
5059         (ABORT_INSTRUCTION): Define using __builtin_trap.
5060
5061         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
5062         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
5063         * sysdeps/nptl/nptl-signals.h: New file.
5064         * nptl/pthreadP.h: Include <nptl-signals.h>.
5065
5066 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5067
5068         * sysdeps/s390/s390-64/utf16-utf32-z9.c
5069         (ONE_DIRECTION): Define.
5070         * sysdeps/s390/s390-64/utf8-utf16-z9.c
5071         (ONE_DIRECTION): Define.
5072         * sysdeps/s390/s390-64/utf8-utf32-z9.c
5073         (ONE_DIRECTION): Define.
5074
5075 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5076
5077         * sysdeps/s390/Makefile: Delete file.
5078         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
5079         * sysdeps/s390/__longjmp.c: Delete file.
5080         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
5081         Remove fields __flags and __reserved.
5082         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
5083         and add versioning.
5084         * sysdeps/s390/rtld-__longjmp.c: Delete file.
5085         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
5086         * sysdeps/s390/rtld-setjmp.S: Likewise.
5087         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
5088         * sysdeps/s390/s390-32/__longjmp.c: ... here.
5089         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
5090         * sysdeps/s390/s390-32/setjmp.S: ... here.
5091         Add versioning.
5092         (__sigsetjmp): Remove setting __flags field.
5093         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
5094         * sysdeps/s390/s390-64/__longjmp.c: ... here.
5095         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
5096         * sysdeps/s390/s390-64/setjmp.S: ... here.
5097         Add versioning.
5098         (__sigsetjmp): Remove setting __flags field.
5099         * sysdeps/s390/setjmp.S: Delete file.
5100         * sysdeps/s390/sigjmp.c: Likewise.
5101         * sysdeps/s390/v1-longjmp.c: Likewise.
5102         * sysdeps/s390/v1-setjmp.h: Likewise.
5103         * sysdeps/s390/v1-sigjmp.c: Likewise.
5104         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
5105         Remove v1-longjmp_chk.
5106         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
5107         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
5108         Include debug/longjmp_chk.c and add versioning.
5109         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
5110         Include nptl/pt-longjmp.c and add versioning.
5111         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
5112         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
5113         Include __longjmp.c.
5114         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
5115         Move to ...
5116         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
5117         (__getcontext): Remove setting __flags field.
5118         Add versioning.
5119         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5120         Don't restore upper high grps.
5121         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
5122         Likewise.
5123         (__swapcontext): Remove setting uc_flags field.
5124         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
5125         Delete file.
5126         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5127         Include __longjmp.c.
5128         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5129         Move to ...
5130         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5131         (__getcontext): Remove setting __flags field.
5132         Add versioning.
5133         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5134         (__swapcontext): Remove setting uc_flags field.
5135         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5136         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5137         Remove fields uc_high_gprs and __reserved.
5138         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5139         New file with reverted content.
5140         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5141         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5142         Regenerated.
5143         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5144         Regenerated.
5145
5146 2014-07-31  Andreas Schwab  <schwab@suse.de>
5147
5148         * config.h.in (HAVE_IFUNC): Define to 0.
5149         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5150         definedness.
5151
5152 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
5153
5154         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5155         memmove-avx-unaligned, memcpy-avx-unaligned and
5156         mempcpy-avx-unaligned.
5157         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5158         Add tests for AVX memcpy functions.
5159         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5160         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5161         memcpy_chk.
5162         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5163         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5164         memmove_chk.
5165         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5166         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5167         mempcpy_chk.
5168         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5169         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5170         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5171
5172 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5173
5174         [BZ #17213]
5175         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5176         powerpc64le.
5177
5178 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
5179
5180         [BZ #16839]
5181         * manual/llio.texi: Add section about open file description locks.
5182         * manual/examples/ofdlocks.c: Example of open file description
5183         lock usage.
5184         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5185         F_OFD_SETLK, and F_OFD_SETLKW.
5186
5187 2014-07-23  Allan McRae  <allan@archlinux.org>
5188
5189         * po/es.po: Update Spanish translation from translation project.
5190
5191 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
5192
5193         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5194
5195 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
5196
5197         [BZ #17078]
5198         * sysdeps/arm/dl-machine.h (elf_machine_rela)
5199         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5200         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5201
5202 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
5203
5204         [BZ #17088]
5205         * math/fesetenv.c (__fesetenv)
5206         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5207         * math/feupdateenv.c (__feupdateenv)
5208         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5209
5210         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5211         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5212         (__ASSUME_SOCKETCALL): Do not define.
5213
5214         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5215         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5216         (__ASSUME_SOCKETCALL): Do not define.
5217         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5218         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5219         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5220         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5221         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5222         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5223         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5224         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5225
5226         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5227         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5228         (__ASSUME_SOCKETCALL): Do not define.
5229         (__ASSUME_IPC64): Define unconditionally.
5230         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5231         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5232         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5233         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5234         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5235         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5236         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5237         Likewise.
5238
5239         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5240         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5241         (__ASSUME_SOCKETCALL): Do not define.
5242         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5243         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5244         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5245         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5246         (__ASSUME_REQUEUE_PI): Define unconditionally.
5247         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5248         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5249         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5250         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5251         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5252         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5253
5254         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5255         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5256         (__ASSUME_SOCKETCALL): Do not define.
5257         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5258         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5259         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5260         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5261         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5262         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5263
5264         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5265         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5266         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5267         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5268         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5269         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5270         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5271         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5272         (__ASSUME_GETCPU_SYSCALL): Likewise.
5273
5274         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5275         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5276         cases for individual architectures.
5277         * sysdeps/gnu/configure: Regenerated.
5278         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5279         LIBC_SLIBDIR_RTLDDIR.
5280         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5281         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5282         LIBC_SLIBDIR_RTLDDIR.
5283         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5285         LIBC_SLIBDIR_RTLDDIR.
5286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5287         Regenerated.
5288         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5289         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5290         file.
5291         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5292         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5293         file.
5294         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5295         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5296         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5297         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5298
5299         * sysdeps/aarch64/shlib-versions: Move to ...
5300         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5301         * sysdeps/alpha/shlib-versions: Move to ...
5302         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5303         * sysdeps/arm/shlib-versions: Move to ...
5304         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5305         * sysdeps/hppa/shlib-versions: Move all contents except for
5306         libgcc_s entry to ...
5307         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5308         entry from ...
5309         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5310         * sysdeps/ia64/shlib-versions: Move to ...
5311         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5312         entry from ...
5313         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5314         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5315         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5316         * sysdeps/microblaze/shlib-versions: Move to ...
5317         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5318         * sysdeps/mips/shlib-versions: Move to ...
5319         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5320         entry from ...
5321         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5322         * sysdeps/tile/shlib-versions: Move to ...
5323         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5324         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5325         from ...
5326         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5327         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5328         entry from ...
5329         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5330
5331 2014-07-17  Will Newton  <will.newton@linaro.org>
5332
5333         * sysdeps/arm/bits/atomic.h
5334         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5335         (__arch_compare_and_exchange_bool_16_int): Likewise.
5336         (__arch_compare_and_exchange_bool_64_int): Likewise.
5337
5338         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5339         into an #else block.
5340
5341 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5342
5343         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5344         just Linux configurations.  Test empirically that the compiler sets
5345         __ARM_EABI__, rather than using the tuple to decide.
5346         * sysdeps/arm/preconfigure: Regenerated.
5347         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5348         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5349         contents appended ...
5350         * sysdeps/arm/configure.ac: ... here.
5351         * sysdeps/arm/configure: Regenerated.
5352
5353 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5354
5355         * nptl/pthread_kill.c: New file.
5356         * nptl/pthread_sigmask.c: New file.
5357         * nptl/pthread_sigqueue.c: New file.
5358
5359         * sysdeps/nptl/lowlevellock.h: New file.
5360         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5361         * sysdeps/nptl/lowlevellock-futex.h: New file.
5362
5363         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5364         Remove dead declarations.
5365
5366 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5367
5368         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5369         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5370         config-cflags-avx2.
5371         * sysdeps/x86_64/configure.ac: Likewise.
5372         * sysdeps/i386/configure: Regenerated.
5373         * sysdeps/x86_64/configure: Likewise.
5374         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5375         memset-avx2 only if config-cflags-avx2 is yes.
5376         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5377         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5378         defined.
5379         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5380         only if HAVE_AVX2_SUPPORT is defined.
5381         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5382
5383 2014-07-14  Alan Modra  <amodra@gmail.com>
5384
5385         [BZ #17153]
5386         * elf/elf.h (DT_PPC64_NUM): Correct value.
5387         * NEWS: Add to fixed bug list.
5388
5389 2014-07-13  Jim Meyering  <meyering@fb.com>
5390
5391         [BZ 17150]
5392         regex: don't deref NULL upon heap allocation failure
5393         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5394         failure in one more place.
5395         To trigger the segfault, configure grep -with-included-regex,
5396         build it, and run these commands:
5397         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5398
5399 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5400
5401         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5402
5403 2014-07-11  Richard Henderson  <rth@redhat.com>
5404
5405         * sysdeps/aarch64/libm-test-ulps: Update.
5406
5407 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5408
5409         [BZ #17135]
5410         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5411         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5412         (__nptl_setxid): Initialize error member.  Call
5413         __nptl_setxid_error.
5414         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5415         * nptl/descr.h (struct xid_command): Add error member.
5416         * nptl/tst-setuid3.c: New file.
5417         * nptl/Makefile (tests): Add it.
5418
5419 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5420
5421         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5422         New define.
5423         (__lll_trylock): Use __lll_base_trylock.
5424         (__lll_cond_trylock): Likewise.
5425
5426 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5427
5428         * nptl/pthread_create.c (start_thread): Use atomic_or and
5429         lll_futex_wake directly rather than lll_robust_dead.
5430         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5431         (lll_robust_dead): Macro removed.
5432         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5433         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5434         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5435         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5436         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5437         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5438         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5439         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5440         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5441         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5442         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5443         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5444         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5445         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5446         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5447
5448         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5449         Use atomic_compare_and_exchange_val_acq directly rather than
5450         lll_robust_trylock.
5451         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5452         (__lll_robust_trylock, lll_robust_trylock): Removed.
5453         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5454         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5455         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5456         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5457         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5458         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5459         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5460         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5461         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5462         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5463         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5464         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5465         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5466         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5467
5468 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5469
5470         * manual/locale.texi (Locale Names): New section documenting
5471         locale name syntax.  Adjust menu and node chaining accordingly.
5472         (Choosing Locale): Reference Locale Names, Locale Categories.
5473         Mention setting LC_ALL=C.  Reflect that name syntax is now
5474         documented.
5475         (Locale Categories): New section title.  Reference Locale Names.
5476         LC_ALL is an environment variable, but not a category.
5477         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5478         description, now in Locale Name.  Reference that section.  Locale
5479         name syntax is now documented.
5480
5481 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5482
5483         [BZ #17137]
5484         * locale/findlocale.c (name_present, valid_locale_name): New
5485         functions.
5486         (_nl_find_locale): Use the loc_name variable to store name
5487         candidates.  Call name_present and valid_locale_name to check and
5488         validate locale names.  Return an error if the locale is invalid.
5489
5490 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5491
5492         * locale/setlocale.c (setlocale): Use strdup for allocating
5493         composite name copy.
5494
5495 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5496
5497         Sync up with gnulib.
5498         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5499         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5500         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5501         and _GL_ARG_NONNULL.
5502         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5503         [!_LIBC]: Include code for Windows and Cygwin.
5504         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5505         Include prototype for int strerror_r.
5506         [!_LIBC] (is_open): New function.
5507         (flush_stdout): New function.
5508         (print_errno_message): Use it.
5509         (error): Likewise.
5510         (error_at_line): Likewise.
5511         (error_tail) Add function attribute macros.  Use
5512         __builtin_expect.
5513
5514         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5515
5516         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5517
5518         * io/ftw.c: Include sys/param.h unconditionally.
5519
5520         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5521
5522         [BZ #17125]
5523         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5524         libc_freeres_ptr.
5525         (freecache): New function to free CACHE on exit.
5526
5527         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5528         initialization.
5529
5530 2014-07-09  David S. Miller  <davem@davemloft.net>
5531
5532         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5533
5534         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5535         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5536         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5537         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5538         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5539         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5540         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5541         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5542         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5543         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5544         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5545         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5546         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5547
5548 2014-07-09  Andreas Schwab  <schwab@suse.de>
5549
5550         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5551         output.
5552         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5553         (do_test): Likewise.
5554
5555         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5556
5557 2014-07-09  Will Newton  <will.newton@linaro.org>
5558
5559         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5560         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5561         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5562         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5563         * sysdeps/hppa/start.S (_start): Likewise.
5564
5565 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5566
5567         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5568
5569         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5570         defined.
5571
5572 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5573
5574         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5575         after checking that it is non-NULL.
5576
5577         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5578
5579 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5580
5581         * sysdeps/powerpc/memmove.c: Remove file.
5582         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5583         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5584         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5585         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5586         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5587         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5588         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5589         string memmove instead of removed powerpc one.
5590
5591         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5592         [weak_alias]: Fix compiler warning due trailing data.
5593         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5594         [weak_alias]: Likewise.
5595         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5596         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5597
5598         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5599         (__libc_ifunc_impl_list): Add memmove functions.
5600
5601 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5602
5603         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5604         Remove code.
5605         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5606         Likewise
5607         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5608         Likewise
5609         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5610         Likewise
5611         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5612         Likewise
5613         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5614         Likewise
5615         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5616         Likewise
5617         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5618         Likewise
5619         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5620         Likewise
5621         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5622         Likewise
5623         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5624         Likewise
5625         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5626         Likewise
5627         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5628         Likewise
5629         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5630         Likewise
5631         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5632         Likewise
5633         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5634         Likewise
5635         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5636         Likewise
5637
5638 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5639
5640         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5641         to avoid alignment traps in non-cacheable memory.
5642         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5643
5644         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5645         multiarch objects.
5646         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5647         file: multiarch power7 memmove.
5648         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5649         multiarch default memmove.
5650         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5651         multiarch memove for powerpc32/power4.
5652
5653         * string/bcopy.c: Use full path to include memmove.c.
5654         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5655         multiarch objects.
5656         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5657         bcopy for powerpc64.
5658         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5659         bcopy for powerpc64.
5660         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5661         and memmove implementations.
5662         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5663         optimized multiarch memmove for POWER7/powerpc64.
5664         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5665         default multiarch memmove for powerpc64.
5666         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5667         multiarch for powerpc64.
5668         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5669         for POWER7/powerpc64.
5670         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5671         memmove for POWER7/powerpc64.
5672
5673         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5674         glibc default one.
5675
5676         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5677         __ELF_NATIVE_CLASS equal to 64.
5678
5679 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5680
5681         * sysdeps/nptl/lowlevellock.h: File removed.
5682
5683         * NEWS: NPTL is no longer an add-on!
5684         * nptl/internaltypes.h: Moved ...
5685         * sysdeps/nptl/internaltypes.h: ... here.
5686         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5687         * sysdeps/nptl/fork.c: Likewise.
5688         * sysdeps/nptl/gai_misc.h: Likewise.
5689         * sysdeps/nptl/librt-cancellation.c: Likewise.
5690         * sysdeps/nptl/jmp-unwind.c: Likewise.
5691         * sysdeps/nptl/setxid.h: Likewise.
5692         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5693         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5694         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5695         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5696         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5697         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5698         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5699         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5700         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5701         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5702         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5703         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5704         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5705         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5706         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5707         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5708         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5709         * nptl/Makeconfig: Moved ...
5710         * sysdeps/nptl/Makeconfig: ... here.
5711         * nptl/configure: File removed.
5712         * nptl/ANNOUNCE: File removed.
5713         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5714         * sysdeps/unix/sysv/linux/configure: Regenerated.
5715
5716         * nptl/Makefile (routines): Add libc_pthread_init,
5717         libc_multiple_threads, register-atfork and unregister-atfork.
5718         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5719         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5720         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5721         pthread-pi-defines.sym, structsem.sym.
5722         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5723         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5724         [$(subdir) = nptl] (tests): Add tst-setgetname.
5725         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5726         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5727         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5728         [!LIBC_SIGACTION]: Remove aliases.
5729         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5730         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5731         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5732         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5733         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5734         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5735         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5736         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5737         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5738         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5739         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5740         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5741         __libc_allocate_rtsig_private.
5742         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5743         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5744         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5745         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5746         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5747         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5748         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5749         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5750         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5751         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5752         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5753         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5754         * nptl/internaltypes.h: ... here.
5755         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5756         * sysdeps/nptl/jmp-unwind.c: ... here.
5757         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5758         * nptl/libc-lowlevellock.c: ... here.
5759         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5760         * nptl/libc_multiple_threads.c: ... here.
5761         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5762         * nptl/libc_pthread_init.c: ... here.
5763         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5764         * nptl/lowlevelbarrier.sym: ... here.
5765         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5766         * nptl/lowlevelcond.sym: ... here.
5767         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5768         * nptl/lowlevellock.c: ... here.
5769         * nptl/lowlevellock.h: Moved ...
5770         * sysdeps/nptl/lowlevellock.h: ... here.
5771         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5772         * nptl/lowlevelrobustlock.c: ... here.
5773         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5774         * nptl/lowlevelrobustlock.sym: ... here.
5775         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5776         * nptl/lowlevelrwlock.sym: ... here.
5777         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5778         * nptl/pt-fork.c: ... here.
5779         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5780         * nptl/pthread-pi-defines.sym: ... here.
5781         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5782         * nptl/pthread_attr_getaffinity.c: ... here.
5783         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5784         * nptl/pthread_attr_setaffinity.c: ... here.
5785         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5786         * nptl/pthread_mutex_cond_lock.c: ... here.
5787         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5788         Update #include.
5789         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5790         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5791         * nptl/pthread_once.c: ... here, replacing old file.
5792         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5793         * nptl/pthread_yield.c: ... here.
5794         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5795         * nptl/register-atfork.c: ... here.
5796         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5797         * nptl/sem_post.c: ... here.
5798         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5799         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5800         * nptl/sem_timedwait.c: ... here.
5801         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5802         * nptl/sem_trywait.c: ... here.
5803         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5804         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5805         * nptl/sem_wait.c: ... here.
5806         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5807         * nptl/structsem.sym: ... here.
5808         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5809         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5810         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5811         * nptl/unregister-atfork.c: ... here.
5812         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5813         * nptl/unwindbuf.sym: ... here.
5814         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5815         * sysdeps/nptl/fork.c: ... here.
5816         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5817         * sysdeps/nptl/fork.h: ... here.
5818         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5819         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5820         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5821         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5822         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5823         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5824         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5825         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5826         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5827         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5828         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5829         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5830         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5831         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5832         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5833         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5834         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5835         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5836         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5837         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5838         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5839         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5840         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5841         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5842         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5843         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5844         * sysdeps/unix/sysv/linux/raise.c: ... here.
5845         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5846         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5847         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5848         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5849         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5850         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5851         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5852         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5853         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5854         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5855         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5856         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5857         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5858         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5859         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5860
5861 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5862
5863         * sysdeps/generic/memcopy.h: Add comment for
5864         MEMCPY_OK_FOR_FWD_MEMMOVE.
5865
5866 2014-07-04  Will Newton  <will.newton@linaro.org>
5867
5868         * string/memchr.c: Merge from gnulib.
5869         [_LIBC]: Remove conditionals.
5870         (__ptr_t): Remove define.
5871         (LONG_MAX_32_BITS): Likewise.
5872         (LONG_MAX): Likewise.
5873         (MEMCHR): Use ANSI prototype and optimize algorithm.
5874
5875         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5876
5877 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5878
5879         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5880         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5881
5882         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5883         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5884         in a bare environment with no <stdlib.h> installed.
5885         * sysdeps/nptl/configure: Regenerated.
5886
5887         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5888
5889         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5890         AC_EGREP_CPP for kernel header checks, so they only succeed if
5891         including <linux/version.h> actually works right.
5892         * sysdeps/unix/sysv/linux/configure: Regenerated.
5893
5894         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5895         value so it's not diagnosed as unused.
5896
5897         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5898         thing) with "ifeq ($(subdir),rt)".
5899
5900 2014-07-03  Richard Henderson  <rth@redhat.com>
5901
5902         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5903         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5904         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5905
5906         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5907         (math_force_eval): New.
5908
5909         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5910         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5911
5912         * sysdeps/alpha/fpu/s_round.c: Remove file.
5913         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5914
5915         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5916         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5917         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5918         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5919         (_dl_start, print_statistics): Likewise.
5920         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5921         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5922
5923         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5924         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5925         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5926         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5927         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5928         (HP_SMALL_TIMING_AVAIL): Define.
5929         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5930         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5931         (HP_SMALL_TIMING_AVAIL): Define.
5932         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5933         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5934
5935         * sysdeps/aarch64/hp-timing.h: New file.
5936
5937         * sysdeps/generic/hp-timing.h: Remove dead comment.
5938         * sysdeps/generic/hp-timing-common.h: New file.
5939         * sysdeps/alpha/hp-timing.h: Include it.
5940         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5941         * sysdeps/i386/i686/hp-timing.h: Likewise.
5942         * sysdeps/ia64/hp-timing.h: Likewise.
5943         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5944         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5945         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5946         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5947         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5948         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5949         (hp_timing_t): New.
5950
5951         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5952         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5953         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5954         * elf/rtld.c (_dl_start_final): Likewise.
5955         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5956         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5957         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5958         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5959         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5960         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5961         (HP_TIMING_DIFF_INIT): Remove.
5962         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5963         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5964         (HP_TIMING_DIFF_INIT): Remove.
5965         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5966         * sysdeps/i386/i686/hp-timing.c: Remove file.
5967         * sysdeps/x86_64/hp-timing.c: Remove file.
5968         * sysdeps/ia64/hp-timing.c: Remove file.
5969         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5970         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5971         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5972         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5973
5974         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5975         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5976         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5977         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5978         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5979         (HP_TIMING_ACCUM): Remove.
5980         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5981         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5982         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5983
5984         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5985         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5986         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5987         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5988         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5989         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5990         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5991         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5992
5993         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5994
5995 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5996
5997         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5998
5999 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6000
6001         Sync up with gettext.
6002         * intl/loadmsgcat.c: Define O_BINARY if not defined.
6003         [_MSC_VER]: Include malloc.h
6004         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
6005         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
6006         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
6007         TEMP_FAILURE_RETRY.  Cast return of alloca.
6008         [!_LIBC] Call gl_rwlock_init.
6009         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
6010
6011 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6012
6013         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
6014         before checking its value.
6015
6016 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6017
6018         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
6019
6020         * debug/memcpy_chk.c: Don't include pagecopy.h.
6021         * debug/mempcpy_chk.c: Likewise.
6022         * string/memcpy.c: Likewise.
6023         * string/memmove.c: Likewise.
6024         * sysdeps/powerpc/memmove.c: Likewise.
6025         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
6026         definition of PAGE_COPY_FWD_MAYBE here...
6027         * sysdeps/generic/pagecopy.h: ... from here.
6028         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
6029
6030 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6031             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6032
6033         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
6034         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
6035         optimizations.
6036         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6037         (__libc_ifunc_impl_list): Likewise.
6038         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
6039         multiarch strcat for PPC64.
6040         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
6041         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
6042
6043 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6044
6045         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
6046
6047 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6048
6049         * intl/loadmsgcat.c: Remove declaration of
6050         get_sysdep_segment_value.
6051         (get_sysdep_segment_value): Use ISO C style.
6052         (_nl_load_domain): Use ISO C style.  Get rid of redundant
6053         semicolon.  Fix typo and formatting in comment.
6054         (_nl_unload_domain): Use ISO C style.
6055
6056         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
6057
6058 2014-07-02  Will Newton  <will.newton@linaro.org>
6059
6060         * malloc/obstack.c: Merge from gnulib master.
6061         [HAVE_CONFIG_H]: Remove conditional code.
6062         [!_LIBC]: Include config.h.
6063         [!ELIDE_CODE]: Don't include inttypes.h, include
6064         stdint.h unconditionally.
6065         (print_and_abort): Mark as _Noreturn.
6066         (_obstack_allocated_p): Mark as __attribute_pure__.
6067         (obstack_free): Rename to __obstack_free.
6068         [!__attribute__]: Remove conditional code.
6069         * malloc/obstack.h: Merge from gnulib master.
6070         [__cplusplus]: Move conditional down.
6071         [!__attribute_pure__]: Define __attribute_pure__ here
6072         if it is not already defined.
6073         (_obstack_memory_used): Mark as __attribute_pure__.
6074         [!__obstack_free]: Define as obstack_free.
6075         [__GNUC__]: Remove check for ancient NeXT gcc.
6076
6077 2014-07-02  Will Newton  <will.newton@linaro.org>
6078             Paul Eggert  <eggert@cs.ucla.edu>
6079
6080         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
6081
6082 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6083
6084         * resolv/gethnamaddr.c: Add comment warning that the file is
6085         not maintained.
6086
6087 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
6088
6089         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
6090         entries.
6091
6092         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
6093         entry for aio_cancel and aio_cancel64.
6094         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
6095         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
6096         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
6097         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
6098         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
6099         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
6100         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
6101         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
6102         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
6103         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
6104         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
6105         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
6106         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
6107
6108 2014-07-01  Roland McGrath  <roland@hack.frob.com>
6109
6110         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
6111         * nptl/pthread_mutex_lock.c: Likewise.
6112         * nptl/pthread_mutex_timedlock.c: Likewise.
6113         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
6114
6115 2014-07-01  Richard henderson  <rth@redhat.com>
6116
6117         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
6118         (__isnan, __isnanl): Remove.
6119         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
6120
6121         * sysdeps/alpha/fpu/libm-test-ulps: Update.
6122
6123 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6124
6125         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6126
6127 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6128
6129         * resolv/nss_dns/dns-host.c (getanswer_r)
6130         [MULTI_PTRS_ARE_ALIASES]: Remove code.
6131
6132 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
6133
6134         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6135         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6136         undefine.
6137         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6138         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6139
6140 2014-07-01  Roland McGrath <roland@hack.frob.com>
6141
6142         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6143         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6144
6145         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6146         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6147
6148         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6149         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6150         ... here.
6151         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6152         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6153
6154         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6155         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6156         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6157         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6158
6159         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6160         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6161         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6162         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6163         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6164         Moved ...
6165         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6166         ... here.
6167         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6168         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6169         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6170         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6171         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6172         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6173         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6174         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6175         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6176         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6177         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6178         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6179         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6180         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6181         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6182         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6183         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6184         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6185         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6186         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6187         ... here.
6188         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6189         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6190         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6191         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6192         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6193         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6194         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6195         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6196
6197 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
6198
6199         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6200         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6201         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6202         Add sysdep.
6203
6204 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6205
6206         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6207
6208 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6209
6210         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6211         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6212
6213         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6214
6215         * sysdeps/arm/libm-test-ulps: Regenerated.
6216
6217 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6218             Roland McGrath <roland@hack.frob.com>
6219
6220         * test-skeleton.c (signal_handler): Kill the whole process group
6221         before killing the child individually.
6222         (main): Report any failure on `setpgid'.
6223
6224 2014-06-30  Roland McGrath  <roland@hack.frob.com>
6225
6226         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6227         from _TLS_H to _ARM_NPTL_TLS_H.
6228         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6229         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6230
6231 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6232
6233         [BZ #16539]
6234         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6235         (__expm1l): Return argument unchanged when small but not
6236         subnormal.
6237
6238         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6239         include macro name.
6240         (_FP_UNPACK_RAW_1_P): Likewise.
6241         (_FP_PACK_RAW_1): Likewise.
6242         (_FP_PACK_RAW_1_P): Likewise.
6243         (_FP_MUL_MEAT_1_wide): Likewise.
6244         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6245         (_FP_MUL_MEAT_1_hard): Likewise.
6246         (_FP_DIV_MEAT_1_imm): Likewise.
6247         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6248         (_FP_DIV_MEAT_1_udiv): Likewise.
6249         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6250         (_FP_UNPACK_RAW_2): Likewise.
6251         (_FP_UNPACK_RAW_2_P): Likewise.
6252         (_FP_PACK_RAW_2): Likewise.
6253         (_FP_PACK_RAW_2_P): Likewise.
6254         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6255         (_FP_MUL_MEAT_2_wide): Likewise.
6256         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6257         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6258         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6259         (_FP_MUL_MEAT_2_gmp): Likewise.
6260         (_FP_DIV_MEAT_2_udiv): Likewise.
6261         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6262         (_FP_FRAC_SRL_4): Likewise.
6263         (_FP_FRAC_SRST_4): Likewise.
6264         (_FP_FRAC_SRS_4): Likewise.
6265         (_FP_UNPACK_RAW_4): Likewise.
6266         (_FP_UNPACK_RAW_4_P): Likewise.
6267         (_FP_PACK_RAW_4): Likewise.
6268         (_FP_PACK_RAW_4_P): Likewise.
6269         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6270         (_FP_MUL_MEAT_4_wide): Likewise.
6271         (_FP_MUL_MEAT_4_gmp): Likewise.
6272         (umul_ppppmnnn): Likewise.
6273         (_FP_DIV_MEAT_4_udiv): Likewise.
6274         (__FP_FRAC_ADD_4): Likewise.
6275         (__FP_FRAC_SUB_3): Likewise.
6276         (__FP_FRAC_SUB_4): Likewise.
6277         (__FP_FRAC_DEC_3): Likewise.
6278         (__FP_FRAC_DEC_4): Likewise.
6279         (__FP_FRAC_ADDI_4): Likewise.
6280         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6281         (_FP_FRAC_SRL_8): Likewise.
6282         (_FP_FRAC_SRS_8): Likewise.
6283
6284         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6285         include macro name.
6286         (FP_UNPACK_RAW_EP): Likewise.
6287         (FP_PACK_RAW_E): Likewise.
6288         (FP_PACK_RAW_EP): Likewise.
6289         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6290         (_FP_ISSIGNAN): Likewise.
6291         (_FP_ADD_INTERNAL): Likewise.
6292         (_FP_FMA): Likewise.
6293         (_FP_CMP): Likewise.
6294         (_FP_SQRT): Likewise.
6295         (_FP_TO_INT): Likewise.
6296         (_FP_FROM_INT): Likewise.
6297         (FP_EXTEND): Likewise.
6298         (_FP_DIV_MEAT_N_loop): Likewise.
6299
6300 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6301
6302         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6303         throughout.
6304
6305 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6306
6307         [BZ #17097]
6308         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6309         result with correct sign in case of exponents that produce
6310         overflow except for X very close to 1.
6311
6312 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6313
6314         mktime: merge #if/#ifdef usage from glibc
6315         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6316         as that works with both Glibc's and Gnulib's style.
6317         See thread starting at Siddhesh Poyarekar's bug report at:
6318         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6319
6320 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6321
6322         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6323         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6324         * sysdeps/tile/tilegx/memmove.c: Remove file.
6325
6326 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6327
6328         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6329         abi-name definition.
6330         * scripts/soversions.awk: Do not handle or generate ABI lines.
6331         * shlib-versions: Remove ABI entries.
6332         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6333         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6334
6335 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6336
6337         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6338         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6339         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6340         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6341         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6342         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6343         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6344         Moved ...
6345         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6346         ... here.
6347         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6348         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6349         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6350         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6351         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6352         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6353         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6354         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6355         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6356         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6357         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6358         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6359         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6360         Moved ...
6361         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6362         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6363         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6364         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6365         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6366         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6367         Moved ...
6368         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6369         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6370         Moved ...
6371         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6372         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6373         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6374         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6375         Moved ...
6376         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6377         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6378         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6379         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6380         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6381         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6382         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6383         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6384         Moved ...
6385         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6386         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6387         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6388         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6389         Moved ...
6390         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6391         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6392         Moved ...
6393         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6394         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6395         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6396         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6397         Moved ...
6398         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6399         ... here.
6400         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6401         Identical file removed.
6402         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6403         Moved ...
6404         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6405         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6406         Identical file removed.
6407         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6408         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6409         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6410         Moved ...
6411         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6412         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6413         Identical file removed.
6414         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6415         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6416         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6417         Identical file removed.
6418         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6419         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6420         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6421         Identical file removed.
6422         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6423         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6424         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6425         Identical file removed.
6426         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6427         Moved ...
6428         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6429         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6430         Identical file removed.
6431         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6432         Moved ...
6433         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6434         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6435         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6436         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6437         Identical file removed.
6438         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6439         Moved ...
6440         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6441         ... here.
6442         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6443         Identical file removed.
6444         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6445         Moved ...
6446         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6447         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6448         Identical file removed.
6449         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6450         Moved ...
6451         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6452         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6453         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6454         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6455         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6456         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6457         Moved ...
6458         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6459         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6460         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6461
6462         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6463         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6464         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6465         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6466         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6467
6468 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6469
6470         [BZ #17092]
6471         * nscd/nscd.c (monitor_child): Return exit status of child
6472         instead of return value from wait syscall.
6473
6474 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6475
6476         * configure.ac (libc_commonpagesize): Remove variable.
6477         (libc_relro_required): Likewise.
6478         (libc_cv_z_relro): Remove configure test.
6479         * configure: Regenerated.
6480         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6481         variable.
6482         (libc_relro_required): Likewise.
6483         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6484         (libc_relro_required): Likewise.
6485         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6486         (libc_relro_required): Likewise.
6487         * sysdeps/arm/preconfigure: Regenerated.
6488         * sysdeps/ia64/preconfigure: Remove file.
6489         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6490         variable.
6491         (libc_relro_required): Likewise.
6492
6493         [BZ #16561]
6494         [BZ #16562]
6495         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6496         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6497         recompute overflowing results in original rounding mode.
6498         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6499         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6500         recompute overflowing results in original rounding mode.
6501         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6502         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6503         recompute overflowing results in original rounding mode.
6504         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6505         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6506         recompute overflowing results in original rounding mode.
6507         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6508         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6509         recompute overflowing results in original rounding mode.
6510         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6511         (libc_feholdsetround_ctx): New macro.
6512         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6513         * sysdeps/i386/fpu/libm-test-ulps: Update.
6514         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6515
6516 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6517
6518         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6519         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6520         corresponding .cpsetup call.
6521
6522 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6523
6524         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6525         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6526         * sysdeps/arm/Makefile [$(subdir) = csu]
6527         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6528         (static-only-routines): Add aeabi_read_tp here.
6529         (shared-only-routines): Add libc-aeabi_read_tp here.
6530         (CFLAGS-libc-start.c): Add -fexceptions here.
6531         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6532         (sysdep_routines, static-only-routines, shared-only-routines):
6533         Don't add to these here.
6534         (CFLAGS-libc-start.c): Likewise.
6535
6536         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6537         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6538         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6539         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6540         * sysdeps/arm/Makefile [$(subdir) = rt]
6541         (librt-sysdep_routines, librt-shared-only-routines):
6542         Append rt-aeabi_unwind_cpp_pr1 here.
6543         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6544         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6545         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6546         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6547         Append nptl-aeabi_unwind_cpp_pr1 here.
6548         (tests): Filter out tst-cleanupx4 here.
6549         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6550         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6551         Don't do those here.
6552
6553 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6554
6555         * scripts/list-sources.sh: Do not handle ports specially.
6556
6557 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6558
6559         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6560         * sysdeps/arm/feupdateenv.c: Likewise.
6561
6562         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6563
6564 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6565
6566         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6567         trailing whitespace removed.
6568         * scripts/config.guess: Update to version 2014-03-23.
6569         * scripts/config.sub: Update to version 2014-05-01
6570         * scripts/install-sh: Update to version 2013-12-25.23.
6571         * scripts/move-if-change: Update from gnulib.
6572
6573 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6574
6575         * debug/memmove_chk.c: Remove pagecopy.h include.
6576
6577 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6578
6579         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6580         identical to gnulib mktime.
6581
6582 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6583
6584         * configure.ac: Do not test for machine being rs6000.  Do not test
6585         for powerpc*-*soft.
6586         * configure: Regenerated.
6587
6588         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6589         test.
6590         * configure: Regenerated.
6591         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6592         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6593         Remove configure test.
6594         * sysdeps/arm/configure: Regenerated.
6595         * sysdeps/nptl/configure.ac: Do not check
6596         libc_cv_asm_cfi_directives.
6597         * sysdeps/nptl/configure: Regenerated.
6598         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6599         * sysdeps/x86_64/nptl/configure: Remove generated file.
6600         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6601         unconditional.
6602         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6603
6604 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6605
6606         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6607         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6608         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6609         it is defined.
6610
6611         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6612         instead of whether it is defined.
6613         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6614         * sysdeps/hppa/dl-machine.h: Likewise.
6615         * sysdeps/ia64/dl-machine.h: Likewise.
6616         * sysdeps/m68k/dl-machine.h: Likewise.
6617         * sysdeps/microblaze/dl-machine.h: Likewise.
6618         * sysdeps/mips/dl-machine.: Likewise.
6619         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6620         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6621         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6622         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6623         * sysdeps/sh/dl-machine.h: Likewise.
6624         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6625         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6626         * sysdeps/tile/dl-machine.h: Likewise.
6627         * sysdeps/x86_64/dl-machine.h: Likewise.
6628
6629         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6630         code.
6631         (verify_persistent_db): Likewise.
6632
6633 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6634
6635         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6636         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6637         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6638         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6639         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6640         Moved ...
6641         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6642         ... here.
6643         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6644         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6645         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6646         Identical file removed.
6647         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6648         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6649         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6650         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6651         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6652         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6653         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6654         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6655         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6656         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6657         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6658         Moved ...
6659         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6660         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6661         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6662         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6663         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6664         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6665         Moved ...
6666         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6667         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6668         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6669         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6670         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6671         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6672         Identical file removed.
6673         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6674         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6675         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6676         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6677         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6678         Moved ...
6679         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6680         ... here.
6681         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6682         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6683         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6684         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6685         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6686         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6687         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6688         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6689         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6690         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6691         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6692         Moved ...
6693         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6694         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6695         Moved ...
6696         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6697         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6698         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6699         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6700         Moved ...
6701         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6702         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6703         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6704
6705         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6706         folded into ...
6707         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6708         * sysdeps/unix/sysv/linux/s390/Versions
6709         (libpthread: GLIBC_2.19): New version set.
6710         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6711         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6712         (librt: GLIBC_2.3.3): New version set.
6713         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6714         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6715         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6716         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6717         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6718         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6719         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6720         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6721         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6722         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6723         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6724         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6725         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6726         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6727         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6728         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6729         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6730         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6731         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6732         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6733         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6734         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6735         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6736         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6737         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6738         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6739         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6740         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6741         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6742         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6743         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6744         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6745         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6746         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6747         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6748         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6749         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6750         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6751         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6752         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6753         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6754         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6755         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6756         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6757         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6758
6759         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6760         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6761         (__libc_vfork): Define the function under this name.
6762         [!NOT_IN_libc] (__vfork): Make this an alias.
6763         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6764         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6765         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6766         (__libc_vfork): Define the function under this name.
6767         [!NOT_IN_libc] (__vfork): Make this an alias.
6768         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6769         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6770         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6771         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6772         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6773         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6774
6775         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6776         code that was previously under [RESET_PID].
6777         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6778         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6779         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6780
6781         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6782         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6783         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6784         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6785         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6786         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6787         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6788         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6789         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6790         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6791         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6792         Moved ...
6793         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6794         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6795         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6796         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6797         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6798         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6799         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6800         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6801         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6802         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6803         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6804         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6805         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6806         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6807         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6808         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6809         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6810         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6811         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6812         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6813         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6814         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6815         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6816         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6817         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6818         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6819         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6820         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6821         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6822
6823 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6824
6825         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6826         that was previously under [RESET_PID].
6827         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6828
6829 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6830
6831         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6832         not undefine and redefine.
6833         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6834         [O_CLOEXEC]: Make code unconditional.
6835         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6836         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6837         <kernel-features.h>.
6838         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6839         conditional variable definition.
6840         (shm_open) [O_CLOEXEC]: Make code unconditional.
6841         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6842         code.
6843
6844         * configure.ac (USE_REGPARMS): Don't define here.
6845         * configure: Regenerated.
6846         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6847         * sysdeps/i386/configure: Regenerated.
6848
6849         * nptl/createthread.c: Don't include kernel-features.h.
6850         * nptl/pthread_cancel.c: Likewise.
6851         * nptl/pthread_condattr_setclock.c: Likewise.
6852         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6853         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6854         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6855         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6856         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6857         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6858         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6859         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6860         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6861         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6862         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6863         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6864         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6865         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6866         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6867         * nscd/gai.c: Likewise.
6868         * nss/nss_db/db-open.c: Likewise.
6869         * sysdeps/generic/ldsodefs.h: Likewise.
6870         * sysdeps/sh/nptl/tls.h: Likewise.
6871         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6872         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6873         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6874         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6875         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6876         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6877         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6878         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6879         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6880         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6881         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6882         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6883         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6884         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6885         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6886         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6887         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6888         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6889         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6890         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6891         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6892         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6893         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6894         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6895         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6896         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6897         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6898         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6899         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6900         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6901         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6902         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6903         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6904         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6905         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6906         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6907         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6908         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6909         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6910         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6911         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6912         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6913         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6914         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6915         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6916         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6917         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6918         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6919         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6920         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6921         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6922         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6923         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6924         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6925         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6926         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6927         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6928         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6951         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6952         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6953         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6954         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6955         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6956         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6957         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6958         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6959         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6960         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6961         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6962         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6963         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6964         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6965         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6966         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6967         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6968         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6969         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6970         * sysdeps/unix/sysv/linux/system.c: Likewise.
6971         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6972         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6973         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6974         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6975         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6976         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6977         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6978
6979         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6980         * configure: Regenerated.
6981         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6982
6983         * configure.ac (base_machine): Do not set specially for particular
6984         machines here.
6985         * configure: Regenerated.
6986         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6987         settings from configure.ac.
6988         * sysdeps/i386/preconfigure: New file.
6989         * sysdeps/s390/preconfigure: Likewise.
6990         * sysdeps/sh/preconfigure: Likewise.
6991         * sysdeps/sparc/preconfigure: Likewise.
6992
6993 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6994
6995         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6996         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6997         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6998         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6999         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
7000         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
7001         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
7002         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
7003         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
7004         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
7005         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
7006         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
7007         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
7008         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
7009         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
7010         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
7011         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
7012         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
7013         * sysdeps/sparc/sparc64/Makefile: ... appended here.
7014
7015         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
7016         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
7017         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
7018         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
7019         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
7020         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
7021         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
7022         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
7023         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
7024         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
7025         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
7026         * sysdeps/sparc/sparc32/sem_post.c: ... here.
7027         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
7028         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
7029         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
7030         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
7031         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
7032         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
7033         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
7034         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
7035         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
7036         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
7037         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
7038         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
7039         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
7040         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
7041         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
7042         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
7043         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
7044         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
7045         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
7046         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
7047         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
7048         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
7049         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
7050         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
7051         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
7052         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
7053
7054         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
7055         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
7056         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
7057         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
7058         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
7059         Moved ...
7060         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
7061         ... here.
7062         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
7063         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
7064         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
7065         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
7066         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
7067         Moved ...
7068         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
7069         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
7070         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
7071         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
7072         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
7073         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
7074         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
7075         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7076         Moved ...
7077         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
7078         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
7079         Moved ...
7080         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
7081         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
7082         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
7083         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7084         Moved ...
7085         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
7086         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
7087         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
7088         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
7089         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
7090         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
7091         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
7092         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
7093         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
7094         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7095         Moved ...
7096         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
7097         ... here.
7098         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
7099         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
7100         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
7101         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
7102         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
7103         Moved ...
7104         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
7105         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
7106         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
7107         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
7108         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
7109         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
7110         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
7111         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7112         Moved ...
7113         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
7114         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7115         Moved ...
7116         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
7117         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
7118         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
7119         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7120         Moved ...
7121         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
7122         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
7123         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
7124         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
7125         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7126
7127 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7128
7129         * timezone/checktab.awk: Update from tzcode 2014e.
7130         * timezone/private.h: Likewise.
7131         * timezone/tzfile.h: Likewise.
7132         * timezone/zdump.c: Likewise.
7133         * timezone/zic.c: Likewise.
7134
7135         * sysdeps/unix/sysv/linux/kernel-features.h
7136         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7137         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7138         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7139         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7140         Remove conditional code.
7141
7142 2014-06-25  Will Newton  <will.newton@linaro.org>
7143
7144         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7145         (_dl_arm_cap_flags): Add HWCAP2 values.
7146         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7147         (_DL_HWCAP_COUNT): Increase to 37.
7148         (_DL_HWCAP_LAST): New define.
7149         (_DL_HWCAP2_LAST): New define.
7150         (_dl_procinfo): Add support for printing
7151         AT_HWCAP2 entries.
7152         (_dl_string_hwcap): Use _dl_hwcap_string.
7153
7154 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7155
7156         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7157
7158 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7159
7160         * README: Do not mention ports directory.
7161
7162         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7163         Remove macro.
7164         * sysdeps/unix/sysv/linux/futimes.c: Do not include
7165         <kernel-features.h>.
7166         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7167         conditional variable definition.
7168         (__futimes): Update comment.
7169         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7170         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7171
7172         [BZ #16560]
7173         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7174         arguments close to 0.
7175         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7176         Likewise.
7177         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7178         Likewise.
7179         * math/auto-libm-test-in: Add more tests of exp10.
7180         * math/auto-libm-test-out: Regenerated.
7181         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7182
7183         * sysdeps/unix/sysv/linux/kernel-features.h
7184         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7185         * sysdeps/unix/sysv/linux/readv.c: Do not include
7186         <kernel-features.h>.
7187         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7188         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7189         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7190         unconditional.
7191         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7192         conditional code.
7193         * sysdeps/unix/sysv/linux/writev.c: Do not include
7194         <kernel-features.h>.
7195         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7196         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7197         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7198         unconditional.
7199         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7200         conditional code.
7201
7202 2014-06-25  Will Newton  <will.newton@linaro.org>
7203
7204         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7205         comment changes throughout the file.  Remove checks
7206         for HAVE_*_H definitions that are not required.
7207         (__gen_tempname): Call abort if an unknown kind value is
7208         passed.
7209
7210 2014-06-25  Andreas Schwab  <schwab@suse.de>
7211
7212         [BZ #17086]
7213         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7214         scalbln, scalblnf, scalblnl in libc.
7215
7216 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7217
7218         [BZ #17086]
7219         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7220         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7221         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7222
7223 2014-06-24  Roland McGrath  <roland@hack.frob.com>
7224
7225         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7226         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7227         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7228         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7229         Update #include.
7230         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7231         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7232         Update #include.
7233         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7234         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7235         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7236         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7237         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7238         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7239         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7240         * sysdeps/x86/bits/semaphore.h: ... here.
7241         * sysdeps/x86/nptl/elide.h: Moved ...
7242         * sysdeps/x86/elide.h: ... here.
7243         * sysdeps/x86_64/nptl/Implies: File removed.
7244         * sysdeps/i386/nptl/Implies: File removed.
7245
7246 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7247
7248         [BZ #16539]
7249         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7250         return the argument for normal arguments with exponent below -64.
7251         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7252         Likewise.
7253         * math/auto-libm-test-in: Add another test of expm1.
7254         * math/auto-libm-test-out: Regenerated.
7255
7256         [BZ #16287]
7257         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7258         calling __erfcl for arguments at least 16.
7259         * math/auto-libm-test-in: Add more tests of erf.
7260         * math/auto-libm-test-out: Regenerated.
7261
7262         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7263         individual architectures.
7264         * sysdeps/unix/sysv/linux/configure: Regenerated.
7265         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7266         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7267         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7268         (ldd_rewrite_script): Define variable.
7269         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7271         file.
7272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7273         generated file.
7274         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7275         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7276         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7277         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7278         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7279         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7280         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7281         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7282
7283 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7284
7285         [BZ #17084]
7286         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7287         Rename member __data.d to __data.__elision_data.
7288
7289 2014-06-24  Wilco  <wdijkstr@arm.com>
7290
7291         * NEWS: Add 16918 to fixed bug list.
7292
7293 2014-06-24  Wilco  <wdijkstr@arm.com>
7294
7295         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7296
7297 2014-06-24  Wilco  <wdijkstr@arm.com>
7298
7299         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7300         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7301         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7302         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7303         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7304         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7305         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7306         Use _FPU_MASK_RM.
7307
7308 2014-06-24  Wilco  <wdijkstr@arm.com>
7309
7310         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7311
7312 2014-06-24  Wilco  <wdijkstr@arm.com>
7313
7314         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7315         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7316         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7317         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7318
7319 2014-06-24  Wilco  <wdijkstr@arm.com>
7320
7321         [BZ #16918]
7322         * sysdeps/arm/feupdateenv.c (feupdateenv):
7323         Rewrite to reduce FPSCR accesses and fix return value.
7324
7325 2014-06-24  Wilco  <wdijkstr@arm.com>
7326
7327         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7328         Optimize to avoid unnecessary FPSCR writes.
7329         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7330         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7331         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7332         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7333
7334 2014-06-24  Wilco  <wdijkstr@arm.com>
7335
7336         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7337         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7338         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7339         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7340         Call libc_fetestexcept_vfp.
7341         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7342         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7343         __SOFTFP__ ifdef so that they can be built for softfp.
7344
7345 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7346
7347         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7348         argument type signed char.
7349
7350         * Makerules (check-abi): Dump diff of symlist if the test
7351         fails.
7352
7353 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7354
7355         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7356         using abort.
7357
7358         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7359         Remove unused variable ST.
7360
7361 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7362
7363         [BZ #16354]
7364         [BZ #17061]
7365         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7366         small arguments before calling __expm1.
7367         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7368         small arguments before calling __expm1f.
7369         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7370         small arguments before calling __expm1l.
7371         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7372         Likewise.
7373         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7374         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7375         spurious underflow for some cosh tests.
7376         * math/auto-libm-test-out: Regenerated.
7377         * sysdeps/i386/fpu/libm-test-ulps: Update.
7378
7379         [BZ #17050]
7380         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7381         (__ieee754_y1): Set errno if return value overflows.
7382         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7383         (__ieee754_y1f): Set errno if return value overflows.
7384         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7385         (__ieee754_y1l): Set errno if return value overflows.
7386         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7387         (__ieee754_y1l): Set errno if return value overflows.
7388         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7389         * math/auto-libm-test-out: Regenerated.
7390
7391         * math/gen-auto-libm-tests.c: Document use of
7392         ignore-zero-inf-sign.
7393         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7394         (input_flags): Add ignore-zero-inf-sign.
7395         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7396         * math/gen-libm-test.pl (generate_testfile): Handle
7397         ignore-zero-inf-sign.
7398         * math/auto-libm-test-in: Mark some cpow tests with
7399         ignore-zero-inf-sign and some with xfail-rounding.
7400         * math/auto-libm-test-out: Regenerated.
7401         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7402         * sysdeps/i386/fpu/libm-test-ulps: Update.
7403         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7404
7405         [BZ #16315]
7406         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7407         overflowing or underflowing operations take place with sign of
7408         result.
7409         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7410         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7411         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7412         (__ieee754_pow): Recompute overflowing and underflowing results in
7413         original rounding mode.
7414         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7415         (__powl_helper): Allow negative argument X and scale negated value
7416         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7417         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7418         overflowing or underflowing operations take place with sign of
7419         result.
7420         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7421         Include <math.h>.
7422         * math/auto-libm-test-in: Add more tests of pow.
7423         * math/auto-libm-test-out: Regenerated.
7424         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7425         (pow_tonearest_test_data): Remove.
7426         (pow_test_tonearest): Likewise.
7427         (pow_towardzero_test_data): Likewise.
7428         (pow_test_towardzero): Likewise.
7429         (pow_downward_test_data): Likewise.
7430         (pow_test_downward): Likewise.
7431         (pow_upward_test_data): Likewise.
7432         (pow_test_upward): Likewise.
7433         (main): Don't call removed functions.
7434         * sysdeps/i386/fpu/libm-test-ulps: Update.
7435         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7436
7437 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7438
7439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7440         Moved ...
7441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7443         Moved ...
7444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7446         Moved ...
7447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7449         Moved ...
7450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7452         File removed.
7453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7454         File removed.
7455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7456         File removed.
7457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7458         File removed.
7459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7460         File removed.
7461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7462         File removed.
7463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7464         File removed.
7465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7466         File removed.
7467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7468         File removed.
7469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7470         File removed.
7471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7472         File removed.
7473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7474         File removed.
7475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7476         Moved ...
7477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7479         Moved ...
7480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7481         ... here.
7482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7483         Moved ...
7484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7485         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7486         Moved ...
7487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7488         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7489         Moved ...
7490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7492         Moved ...
7493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7495         Moved ...
7496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7498         Moved ...
7499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7501         Moved ...
7502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7505         ... here.
7506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7507         Moved ...
7508         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7509         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7510         Moved ...
7511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7512         ... here.
7513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7514         Moved ...
7515         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7516         ... here.
7517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7518         Moved ...
7519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7520         ... here.
7521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7522         Moved ...
7523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7525         Moved ...
7526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7530         Moved ...
7531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7532         ... here.
7533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7534         Moved ...
7535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7536         ... here.
7537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7538         Moved ...
7539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7541         Moved ...
7542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7544         Moved ...
7545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7547         Moved ...
7548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7550         Moved ...
7551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7552         ... here.
7553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7554         Moved ...
7555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7557         Moved ...
7558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7560         Moved ...
7561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7563         Moved ...
7564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7568         Moved ...
7569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7571         Moved ...
7572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7574         Moved ...
7575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7576         ... here.
7577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7578         Moved ...
7579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7580         ... here.
7581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7582         Moved ...
7583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7584         ... here.
7585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7586         Moved ...
7587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7589         Moved ...
7590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7592         Moved ...
7593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7595         Moved ...
7596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7597         ... here.
7598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7599         Moved ...
7600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7601         ... here.
7602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7603         Moved ...
7604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7605         ... here.
7606         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7607         Moved ...
7608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7610         Moved ...
7611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7612
7613 2014-06-23  Will Newton  <will.newton@linaro.org>
7614             Wilco  <wdijkstr@arm.com>
7615
7616         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7617         implementation.  Include get-rounding-mode.h.
7618         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7619         [!libc_feholdsetround_noex_ctx]: Define
7620         libc_feholdsetround_noex_ctx.
7621         [!libc_feholdsetround_noexf_ctx]: Define
7622         libc_feholdsetround_noexf_ctx.
7623         [!libc_feholdsetround_noexl_ctx]: Define
7624         libc_feholdsetround_noexl_ctx.
7625         (libc_feholdsetround_ctx): New function.
7626         (libc_feresetround_ctx): New function.
7627         (libc_feholdsetround_noex_ctx): New function.
7628         (libc_feresetround_noex_ctx): New function.
7629
7630 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7631
7632         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7633         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7634         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7635         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7636         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7637         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7638
7639         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7640         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7641         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7642         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7643         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7644         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7645         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7646         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7647         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7648         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7649         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7650         Moved ...
7651         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7652         ... here.
7653         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7654         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7655         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7656         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7657         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7658         Moved ...
7659         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7660         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7661         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7662         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7663         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7664         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7665         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7666         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7667         Moved ...
7668         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7669         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7670         Moved ...
7671         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7672         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7673         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7674         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7675         Moved ...
7676         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7677         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7678         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7679         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7680         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7681         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7682         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7683         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7684         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7685         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7686         Moved ...
7687         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7688         ... here.
7689         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7690         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7691         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7692         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7693         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7694         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7695         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7696         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7697         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7698         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7699         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7700         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7701         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7702         Moved ...
7703         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7704         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7705         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7706         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7707         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7708         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7709         Moved ...
7710         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7711         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7712         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7713         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7714         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7715
7716         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7717         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7718         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7719         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7720         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7721         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7722         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7723         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7724         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7725         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7726         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7727         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7728         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7729         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7730         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7731         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7732         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7733         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7734         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7735         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7736         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7737         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7738         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7739         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7740         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7741         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7742         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7743         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7744
7745 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7746
7747         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7748         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7749         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7750         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7751         (IPV6_PMTUDISC_INTERFACE): Likewise.
7752         (IPV6_PMTUDISC_OMIT): Likewise.
7753
7754 2014-06-23  Andreas Schwab  <schwab@suse.de>
7755
7756         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7757         Remove unused errout label.
7758
7759 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7760
7761         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7762         macro: hardware supports Vector Crypto instructions.
7763
7764 2014-06-23  Will Newton  <will.newton@linaro.org>
7765
7766         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7767         rather than __builtin_expect.
7768
7769         * elf/dl-lookup.c (undefined_msg): Remove variable.
7770         (_dl_lookup_symbol_x): Replace undefined_msg with string
7771         literal.
7772
7773         * elf/dl-lookup.c (do_lookup_unique): New function.
7774         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7775         to a separate function.
7776
7777 2014-06-23  Andreas Schwab  <schwab@suse.de>
7778
7779         [BZ #17079]
7780         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7781         before reading the next line.
7782
7783 2014-06-23  Will Newton  <will.newton@linaro.org>
7784
7785         * test-skeleton.c (signal_handler): Use printf and %m
7786         rather than perror.  Use printf rather than fprintf to
7787         stderr.  Use puts rather than fputs to stderr.
7788         (main): Likewise.
7789
7790 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7791
7792         * nscd/nscd.c (thread_info_t): Remove typedef.
7793         (thread_info): Remove variable.
7794
7795 2014-06-21  Allan McRae  <allan@archlinux.org>
7796
7797         * NEWS: Mention CVE-2014-4043.
7798
7799 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7800
7801         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7802         * nptl/smp.h: ... here.
7803
7804         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7805
7806         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7807         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7808         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7809         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7810
7811         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7812         * nptl/stack-aliasing.h: New file.
7813         * sysdeps/i386/i686/stack-aliasing.h: New file.
7814         * sysdeps/i386/i686/nptl/Makefile: File removed.
7815         * sysdeps/x86_64/stack-aliasing.h: New file.
7816         * sysdeps/x86_64/nptl/Makefile
7817         (CFLAGS-pthread_create.c): Variable removed.
7818
7819         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7820         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7821         old file.
7822         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7823         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7824         old file.
7825
7826 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7827
7828         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7829         (__ASSUME_SIGFRAME_V2): Remove macro.
7830         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7831         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7832         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7833         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7834         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7835         Declare as function.  Remove conditional macro definitions.
7836         (__default_rt_sa_restorer): Likewise.
7837         (__default_sa_restorer_v1): Remove declaration.
7838         (__default_sa_restorer_v2): Likewise.
7839         (__default_rt_sa_restorer_v1): Likewise.
7840         (__default_rt_sa_restorer_v2): Likewise.
7841         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7842         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7843         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7844
7845 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7846
7847         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7848         (libpthread-routines): Add sysdep.
7849         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7850         * sysdeps/unix/sysv/linux/sparc/Versions
7851         (libpthread: GLIBC_2.3.3): New version set.
7852         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7853         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7854         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7855         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7856         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7857         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7858         Moved ...
7859         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7860         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7861         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7862         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7863         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7864         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7865         * sysdeps/sparc/nptl/sem_init.c: ... here.
7866         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7867         * sysdeps/sparc/nptl/sem_post.c: ... here.
7868         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7869         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7870         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7871         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7872         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7873         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7874         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7875         (libpthread-routines): Add cpu_relax.
7876         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7877         File removed.
7878         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7879         (librt: GLIBC_2.3.3): New version set.
7880         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7881         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7882         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7883         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7884         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7885         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7886         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7887         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7888         Moved ...
7889         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7890         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7891         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7892         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7893         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7894         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7895         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7896         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7897         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7898         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7899         Moved ...
7900         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7901         Update #include.
7902         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7903         Moved ...
7904         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7905         Update #include.
7906         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7907         Moved ...
7908         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7909         Update #include.
7910         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7911         Moved ...
7912         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7913         Update #include.
7914         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7915         Moved ...
7916         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7917         Update #include.
7918         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7919         Moved ...
7920         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7921         Update #include.
7922         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7923         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7924         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7925         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7926         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7927         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7928         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7929         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7930         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7931         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7932         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7933         Moved ...
7934         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7935         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7936         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7937         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7938         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7939
7940 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7941
7942         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7943         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7944         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7945         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7946         * nscd/nscd.c: Likewise.
7947         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7948         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7949         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7950         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7951
7952         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7953         <kernel-features.h>.
7954         (init_mq_netlink): Remove conditional have_sock_cloexec
7955         definitions.  Remove code conditional on have_sock_cloexec < 0.
7956         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7957         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7958         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7959         <kernel-features.h>.
7960         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7961         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7962
7963 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7964
7965         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7966         Add tests for memset_chk and memset.
7967
7968         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7969         with AVX2_Usable.
7970
7971 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7972
7973         [BZ #16046]
7974         * elf/tst-dl-iter-static.c: New file.
7975         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7976
7977         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7978         error.
7979
7980 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7981
7982         * sysdeps/unix/sysv/linux/kernel-features.h
7983         (__ASSUME_F_GETOWN_EX): Remove macro.
7984         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7985         <kernel-features.h>.
7986         (miss_F_GETOWN_EX): Remove variable or macro.
7987         (do_fcntl): Do not check miss_F_GETOWN_EX.
7988         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7989
7990         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7991         Remove macro.
7992         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7993         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7994         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7995
7996         * sysdeps/unix/sysv/linux/kernel-features.h
7997         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7998         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7999         [ADJ_OFFSET_SS_READ]: Make code unconditional.
8000         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
8001
8002 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
8003
8004         [BZ #17075]
8005         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
8006         Fix calculation of the symbol's value.
8007         * sysdeps/arm/tst-armtlsdescloc.c: New file.
8008         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
8009         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
8010         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
8011         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
8012         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
8013         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
8014         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
8015         (modules-names): Add `tst-armtlsdescmod',
8016         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
8017         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
8018         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8019         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
8020         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
8021         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8022         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
8023         ($(objpfx)tst-armtlsdescloc): New dependency.
8024         ($(objpfx)tst-armtlsdescextnow): Likewise.
8025         ($(objpfx)tst-armtlsdescextlazy): Likewise.
8026         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
8027         TLS scheme support.
8028         * sysdeps/arm/configure: Regenerate.
8029
8030 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8031
8032         * include/fcntl.h (__atfct_seterrno): Remove prototype.
8033         (__atfct_seterrno_2): Likewise.
8034         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
8035         <kernel-features.h>.
8036         (__ASSUME_ATFCTS): Do not undefine and redefine.
8037         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
8038         (__have_atfcts): Remove conditional definition.
8039         (__fxstatat([__NR_fstatat64]: Make code unconditional.
8040         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
8041         unreachable if [__ASSUME_ATFCTS].
8042         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
8043         not undefine and redefine.
8044         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
8045         <kernel-features.h>.
8046         (faccessat) [__NR_faccessat]: Make code unconditional.
8047         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
8048         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
8049         <kernel-features.h>.
8050         (fchmodat) [__NR_fchmodat]: Make code unconditional.
8051         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8052         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
8053         <kernel-features.h>.
8054         (fchownat) [__NR_fchownat]: Make code unconditional.
8055         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
8056         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
8057         <kernel-features.h>.
8058         (futimesat) [__NR_futimesat]: Make code unconditional.
8059         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
8060         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
8061         <kernel-features.h>.
8062         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8063         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8064         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
8065         <kernel-features.h>.
8066         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
8067         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8068         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
8069         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
8070         <kernel-features.h>.
8071         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
8072         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8073         * sysdeps/unix/sysv/linux/linkat.c: Do not include
8074         <kernel-features.h>.
8075         (linkat) [__NR_linkat]: Make code unconditional.
8076         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8077         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
8078         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
8079         <kernel-features.h>.
8080         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
8081         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8082         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
8083         <kernel-features.h>.
8084         (mkdirat) [__NR_mkdirat]: Make code unconditional.
8085         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
8086         * sysdeps/unix/sysv/linux/openat.c: Do not include
8087         <kernel-features.h>.
8088         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
8089         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
8090         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
8091         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
8092         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
8093         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
8094         <kernel-features.h>.
8095         (readlinkat) [__NR_readlinkat]: Make code unconditional.
8096         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
8097         result of INLINE_SYSCALL directly, not via int variable.
8098         * sysdeps/unix/sysv/linux/renameat.c: Do not include
8099         <kernel-features.h>.
8100         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
8101         (renameat) [__NR_renameat]: Make code unconditional.
8102         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
8103         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
8104         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
8105         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
8106         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
8107         (__ASSUME_ATFCTS): Do not undefine and redefine.
8108         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
8109         <kernel-features.h>.
8110         (symlinkat) [__NR_symlinkat]: Make code unconditional.
8111         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8112         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
8113         <kernel-features.h>.
8114         (unlinkat) [__NR_unlinkat]: Make code unconditional.
8115         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8116         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
8117         (__ASSUME_ATFCTS): Do not undefine and redefine.
8118         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
8119         <kernel-features.h>.
8120         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8121         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8122         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
8123         <kernel-features.h>.
8124         (__xmknodat) [__NR_mknodat]: Make code unconditional.
8125         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8126
8127 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8128
8129         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8130
8131 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
8132
8133         [BZ #17069]
8134         * posix/regcomp.c (parse_reg_exp): Deallocate partially
8135         constructed tree before returning error.
8136         * posix/bug-regexp36.c: Expand test case.
8137
8138 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8139
8140         [BZ #6803]
8141         * math/libm-test.inc (scalbln_test_date):
8142         Add errno expectations.
8143         * math/w_scalblnf.c: New File.
8144         Add wrapper which checks for setting errno to ERANGE.
8145         Add weak_alias for corresponding scalbln function.
8146         * math/w_scalbln.c: Likewise.
8147         * math/w_scalblnl.c: Likewise.
8148         * math/Makefile (libm-calls): Add w_scalbln.
8149         * sysdeps/ieee754/flt-32/s_scalblnf.c:
8150         Remove weak_alias for corresponding scalbln function.
8151         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8152         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8153         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8154         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8155         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8156         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8157         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8158         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8159         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8160         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8161         Remove long_double_symbol for scalblnl function in libm, libc.
8162         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8163         Add wrapper which checks for setting errno to ERANGE.
8164         Add long_double_symbol for scalblnl function in libm, libc.
8165         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8166         Remove long_double_symbol for scalblnl in libm.
8167         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8168         Add wrapper which checks for setting errno to ERANGE.
8169         Add long_double_symbol for scalblnl function in libm.
8170         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8171         Do not use wrapper because of own implementation.
8172
8173 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8174
8175         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8176         3 bytes for __pad1 for x32.
8177         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8178
8179 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
8180             H.J. Lu  <hongjiu.lu@intel.com>
8181
8182         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8183         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8184         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8185         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8186         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8187
8188 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
8189
8190         [BZ #17069]
8191         * posix/regcomp.c (parse_expression): Deallocate partially
8192         constructed tree before returning error.
8193         * posix/Makefile.c (tests): Add bug-regex36.
8194         (generated): Add bug-regex36.mtrace.
8195         (tests-special): Add $(objpfx)bug-regex36-mem.out
8196         (bug-regex36-ENV): New variable.
8197         ($(objpfx)bug-regex36-mem.out): New rule.
8198         * posix/bug-regex36.c: New file.
8199
8200 2014-06-19  Will Newton  <will.newton@linaro.org>
8201
8202         * malloc/malloc.c (systrim): If extra is zero then return
8203         early.
8204
8205 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
8206
8207         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8208
8209 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
8210
8211         * sysdeps/aarch64/strchr.S: New file.
8212
8213 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8214
8215         [BZ #17022]
8216         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8217         from arguments -2 or below.
8218         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8219         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8220
8221 2014-06-18  Andreas Schwab  <schwab@suse.de>
8222
8223         [BZ #17062]
8224         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8225         of a bracket expr not to run off the end of the string.
8226         * posix/Makefile (tests): Add tst-fnmatch3.
8227         * posix/tst-fnmatch3.c: New file.
8228
8229 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8230
8231         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8232         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8233         [$(cross-compiling) = no]: Likewise.
8234         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8235         [$(cross-compiling) = no]: Likewise.
8236
8237 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8238
8239         [BZ #17031]
8240         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8241         double, adjusted for any remainder from the high double.
8242         * math/libm-test.inc (nearbyint): Add tests.
8243         (rint): Likewise.
8244
8245 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8246
8247         * nptl/sysdeps/powerpc/Makefile: Moved ...
8248         * sysdeps/powerpc/nptl/Makefile: ... here.
8249         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8250         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8251         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8252         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8253         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8254         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8255         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8256         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8257         * nptl/sysdeps/powerpc/tls.h: Moved ...
8258         * sysdeps/powerpc/nptl/tls.h: ... here.
8259
8260 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8261
8262         [BZ #16681]
8263         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8264         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8265         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8266         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8267         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8268         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8269         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8270         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8271         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8272
8273 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8274
8275         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8276
8277 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8278
8279         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8280         defined operator.
8281
8282         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8283         $TIMEOUTFACTOR.
8284
8285 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8286
8287         [BZ #17058]
8288         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8289         non-executed part of the test.
8290
8291 2014-06-16  Andreas Schwab  <schwab@suse.de>
8292
8293         * string/bits/string2.h (strdup, strndup): Update feature guard.
8294
8295 2014-06-14  David S. Miller  <davem@davemloft.net>
8296
8297         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8298
8299 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8300
8301         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8302         that was previously under [RESET_PID].
8303         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8304
8305         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8306         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8307         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8308         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8309         (__libc_vfork): New strong alias.
8310         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8311
8312 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8313
8314         * sysdeps/generic/elide.h: New file.
8315
8316 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8317
8318         * Makefile (installed-headers): Adjust path of pthread.h header.
8319
8320 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8321
8322         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8323         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8324         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8325         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8326
8327         * nptl/sysdeps/s390/Makefile: Moved ...
8328         * sysdeps/s390/nptl/Makefile: ... here.
8329         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8330         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8331         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8332         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8333         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8334         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8335         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8336         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8337         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8338         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8339         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8340         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8341         * nptl/sysdeps/s390/tls.h: Moved ...
8342         * sysdeps/s390/nptl/tls.h: ... here.
8343
8344         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8345         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8346
8347 2014-06-13  David S. Miller  <davem@davemloft.net>
8348
8349         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8350         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8351         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8352         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8353         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8354         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8355         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8356         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8357         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8358         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8359         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8360         Remove RESET_PID cpp guards.
8361         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8362         Remove RESET_PID cpp guards.
8363         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8364
8365 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8366
8367         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8368         __sp to uintptr_t.
8369
8370 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8371
8372         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8373         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8374         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8375         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8376         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8377         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8378         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8379         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8380         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8381         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8382         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8383         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8384         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8385         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8386         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8387         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8388         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8389         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8390         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8391         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8392
8393         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8394         (pthread_rwlock_rdlock): Add elision.
8395         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8396         (pthread_rwlock_wrlock): Add elision.
8397         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8398         (pthread_rwlock_trywrlock): Add elision.
8399         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8400         (pthread_rwlock_tryrdlock): Add elision.
8401         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8402         (pthread_rwlock_tryrdlock): Add elision unlock.
8403         * nptl/sysdeps/pthread/pthread.h:
8404         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8405         (PTHREAD_RWLOCK_INITIALIZER,
8406         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8407         Handle new elision field.
8408         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8409         * sysdeps/arm/nptl/bits/pthreadtypes.h
8410         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8411         * sysdeps/sh/nptl/bits/pthreadtypes.h
8412         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8413         * sysdeps/tile/nptl/bits/pthreadtypes.h
8414         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8415         * sysdeps/a/nptl/bits/pthreadtypes.h
8416         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8417         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8418         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8419         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8420         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8421         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8422         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8423         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8424         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8425         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8426         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8427         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8428         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8429         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8430         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8431         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8432         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8433         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8434         (elision_init): Set try_xbegin to zero when no RTM.
8435         * sysdeps/x86/nptl/bits/pthreadtypes.h
8436         (pthread_rwlock_t): Change __pad1 to __rwelision.
8437         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8438
8439 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8440
8441         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8442         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8443         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8444         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8445
8446 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8447
8448         [BZ #16996]
8449         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8450         that the cached result has been set before returning it.
8451
8452 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8453
8454         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8455         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8456         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8457         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8458         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8459         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8460
8461         * nptl/sysdeps/sparc/Makefile: Moved ...
8462         * sysdeps/sparc/nptl/Makefile: ... here.
8463         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8464         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8465         * nptl/sysdeps/sparc/tls.h: Moved ...
8466         * sysdeps/sparc/nptl/tls.h: ... here.
8467         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8468         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8469         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8470         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8471         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8472         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8473         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8474         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8475         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8476         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8477         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8478         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8479         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8480         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8481         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8482         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8483         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8484         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8485         Update #include.
8486         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8487         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8488         Update #include.
8489         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8490         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8491         Update #include.
8492         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8493         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8494         Update #include.
8495
8496         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8497
8498         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8499         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8500
8501         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8502         (struct list_links): Type removed.
8503         (struct thread_node, struct timer_node): Replace struct list_links
8504         with struct list_head.
8505         (list_unlink_ip): Likewise.
8506         * sysdeps/pthread/timer_routines.c
8507         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8508         (list_append, list_insbefore): Likewise.
8509         (list_init): Function removed.
8510         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8511         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8512         * sysdeps/pthread/Makefile: ... here, new file.
8513
8514         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8515         * sysdeps/nptl/Implies: ... here.
8516         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8517         * nptl/sysdeps/pthread/list.h: Moved ...
8518         * include/list.h: ... here.
8519         * nptl/sysdeps/pthread/createthread.c: Moved ...
8520         * nptl/createthread.c: ... here.
8521         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8522         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8523         * nptl/pt-longjmp.c: ... here.
8524         * nptl/sysdeps/pthread/Makefile: Moved ...
8525         * sysdeps/nptl/Makefile: ... here.
8526         * nptl/sysdeps/pthread/Subdirs: Moved ...
8527         * sysdeps/nptl/Subdirs: ... here.
8528         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8529         * sysdeps/nptl/aio_misc.h: ... here.
8530         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8531         * sysdeps/nptl/bits/libc-lock.h: ... here.
8532         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8533         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8534         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8535         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8536         * nptl/sysdeps/pthread/configure: Moved ...
8537         * sysdeps/nptl/configure: ... here.
8538         * nptl/sysdeps/pthread/configure.ac: Moved ...
8539         * sysdeps/nptl/configure.ac: ... here.
8540         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8541         * sysdeps/nptl/gai_misc.h: ... here.
8542         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8543         * sysdeps/nptl/librt-cancellation.c: ... here.
8544         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8545         * sysdeps/nptl/malloc-machine.h: ... here.
8546         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8547         * sysdeps/nptl/pthread-functions.h: ... here.
8548         * nptl/sysdeps/pthread/pthread.h: Moved ...
8549         * sysdeps/nptl/pthread.h: ... here.
8550         * nptl/sysdeps/pthread/setxid.h: Moved ...
8551         * sysdeps/nptl/setxid.h: ... here.
8552         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8553         * sysdeps/nptl/sigfillset.c: ... here.
8554         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8555         * sysdeps/nptl/tcb-offsets.h: ... here.
8556         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8557         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8558         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8559         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8560         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8561         * sysdeps/pthread/allocalim.h: ... here.
8562         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8563         * sysdeps/pthread/bits/sigthread.h: ... here.
8564         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8565         * sysdeps/pthread/flockfile.c: ... here.
8566         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8567         * sysdeps/pthread/ftrylockfile.c: ... here.
8568         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8569         * sysdeps/pthread/funlockfile.c: ... here.
8570         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8571         * sysdeps/pthread/posix-timer.h: ... here.
8572         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8573         * sysdeps/pthread/timer_create.c: ... here.
8574         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8575         * sysdeps/pthread/timer_delete.c: ... here.
8576         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8577         * sysdeps/pthread/timer_getoverr.c: ... here.
8578         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8579         * sysdeps/pthread/timer_gettime.c: ... here.
8580         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8581         * sysdeps/pthread/timer_routines.c: ... here.
8582         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8583         * sysdeps/pthread/timer_settime.c: ... here.
8584         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8585         * sysdeps/pthread/tst-timer.c: ... here.
8586         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8587         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8588
8589         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8590         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8591
8592         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8593         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8594         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8595         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8596         Update #include target.
8597         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8598         * sysdeps/i386/i686/nptl/Makefile: ... here.
8599         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8600         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8601         Update #include target.
8602         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8603         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8604         * nptl/sysdeps/i386/Makefile: Moved ...
8605         * sysdeps/i386/nptl/Makefile: ... here.
8606         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8607         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8608         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8609         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8610         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8611         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8612         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8613         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8614         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8615         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8616         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8617         * nptl/sysdeps/i386/tls.h: Moved ...
8618         * sysdeps/i386/nptl/tls.h: ... here.
8619
8620         * sysdeps/sh/Makefile [$(subdir) = csu]
8621         (gen-as-const-headers): Add tcb-offsets.sym.
8622         * nptl/sysdeps/sh/Makefile: File removed.
8623         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8624         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8625         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8626         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8627         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8628         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8629         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8630         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8631         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8632         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8633         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8634         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8635         * nptl/sysdeps/sh/tls.h: Moved ...
8636         * sysdeps/sh/nptl/tls.h: ... here.
8637         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8638         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8639         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8640         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8641         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8642         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8643         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8644         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8645         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8646         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8647         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8648         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8649         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8650         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8651         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8652         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8653         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8654         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8655         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8656         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8657         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8658         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8659         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8660         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8661         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8662         Moved ...
8663         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8664         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8665         Moved ...
8666         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8667         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8668         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8669         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8670         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8671         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8672         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8673         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8674         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8675         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8676         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8677         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8678         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8679         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8680         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8681         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8682         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8683         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8684         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8685
8686 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8687
8688         * posix/spawn_faction_addopen.c: Include string.h.
8689
8690 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8691
8692         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8693         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8694         * nptl/sysdeps/x86_64/Makefile: Moved ...
8695         * sysdeps/x86_64/nptl/Makefile: ... here.
8696         * nptl/sysdeps/x86_64/configure: Moved ...
8697         * sysdeps/x86_64/nptl/configure: ... here.
8698         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8699         * sysdeps/x86_64/nptl/configure.ac: ... here.
8700         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8701         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8702         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8703         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8704         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8705         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8706         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8707         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8708         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8709         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8710         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8711         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8712         * nptl/sysdeps/x86_64/tls.h: Moved ...
8713         * sysdeps/x86_64/nptl/tls.h: ... here.
8714         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8715         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8716         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8717         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8718
8719         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8720
8721 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8722
8723         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8724
8725 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8726
8727         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8728         type.
8729         [POSIX] (off_t): Likewise.
8730         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8731         [POSIX] (S_ISBLK): Require macro.
8732         [POSIX] (S_ISCHR): Likewise.
8733         [POSIX] (S_ISDIR): Likewise.
8734         [POSIX] (S_ISFIFO): Likewise.
8735         [POSIX] (S_ISREG): Likewise.
8736         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8737         optional-macro.
8738         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8739         type.
8740         [POSIX] (time_t): Likewise.
8741         [POSIX] (timer_t): Likewise.
8742
8743 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8744
8745         [BZ #17048]
8746         * posix/spawn_int.h (struct __spawn_action): Make the path string
8747         non-const to support deallocation.
8748         * posix/spawn_faction_addopen.c
8749         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8750         * posix/spawn_faction_destroy.c
8751         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8752         path in all spawn_do_open actions.
8753         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8754         posix_spawn_file_actions_addopen.
8755
8756 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8757
8758         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8759         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8760         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8761         conditional code always true.
8762         (__libc_vfork): New alias.
8763
8764 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8765
8766         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8767         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8768
8769         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8770
8771         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8772         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8773
8774         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8775         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8776
8777         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8778         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8779
8780 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8781
8782         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8783         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8784         multiarch strcmp for PPC64.
8785         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8786         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8787         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8788         multiarch optimizations.
8789         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8790         (__libc_ifunc_impl_list): Likewise.
8791
8792 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8793
8794         * benchtests/scripts/validate_benchout.py: New script.
8795         * benchtests/Makefile (bench-func): Call it.
8796         * benchtests/scripts/benchout.schema.json: New file.
8797
8798 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8799
8800         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8801         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8802         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8803         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8804         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8805         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8806         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8807         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8808         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8809         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8810         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8811         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8812         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8813         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8814         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8815         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8816         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8817         Moved ...
8818         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8819         ... here.
8820         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8821         Moved ...
8822         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8823         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8824         Moved ...
8825         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8826         ... here.
8827         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8828         Moved ...
8829         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8830         ... here.
8831         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8832         Moved ...
8833         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8834         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8835         Moved ...
8836         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8837         ... here.
8838         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8839         Moved ...
8840         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8841         ... here.
8842         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8843         Moved ...
8844         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8845         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8846         Moved ...
8847         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8848         ... here.
8849         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8850         Moved ...
8851         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8852         ... here.
8853         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8854         Moved ...
8855         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8856         ... here.
8857         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8858         Moved ...
8859         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8860         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8861         Moved ...
8862         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8863         ... here.
8864         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8865         Moved ...
8866         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8867         ... here.
8868         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8869         Moved ...
8870         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8871         ... here.
8872         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8873         Moved ...
8874         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8875         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8876         Moved ...
8877         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8878         ... here.
8879         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8880         Moved ...
8881         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8882         ... here.
8883         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8884         Moved ...
8885         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8886         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8887         Moved ...
8888         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8889         ... here.
8890         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8891         Moved ...
8892         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8893         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8894         Moved ...
8895         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8896         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8897         Moved ...
8898         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8899         ... here.
8900         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8901         Moved ...
8902         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8903         ... here.
8904         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8905         Moved ...
8906         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8907         ... here.
8908         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8909         Moved ...
8910         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8911         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8912         Moved ...
8913         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8914         ... here.
8915         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8916         Moved ...
8917         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8918         ... here.
8919         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8920         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8921         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8922         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8923         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8924         Moved ...
8925         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8926         ... here.
8927         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8928         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8929         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8930         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8931         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8932         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8933         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8934         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8935         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8936         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8937         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8938         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8939         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8940         Moved ...
8941         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8942         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8943         Moved ...
8944         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8945         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8946         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8947         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8948         Moved ...
8949         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8950         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8951         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8952         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8953         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8954         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8955         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8956
8957 2014-06-10  Wilco  <wdijkstr@arm.com>
8958
8959         * math/test-fenv-return.c: New file.
8960         * math/Makefile: Add new test test-fenv-return.
8961
8962 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8963
8964         [BZ #17042]
8965         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8966         when x - 1 is zero.
8967         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8968         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8969         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8970         0.0L for an argument of 1.0L.
8971         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8972         Likewise.
8973         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8974         value when x - 1 is zero.
8975         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8976         * sysdeps/i386/fpu/libm-test-ulps: Update.
8977         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8978
8979 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8980
8981         [BZ #15119]
8982         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8983
8984 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8985
8986         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8987         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8988
8989 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8990
8991         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8992         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8993
8994         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8995         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8996
8997         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8998         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8999
9000         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9001         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
9002
9003         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
9004         if not already defined.
9005         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
9006         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
9007         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
9008         (TLS_INIT_TP): Use it.
9009         (TLS_DEFINE_INIT_TP): New macro.
9010         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
9011
9012 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
9013
9014         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
9015         constant.
9016         [POSIX] (IXANY): Likewise.
9017         [POSIX] (OLCUC): Likewise.
9018         [POSIX || POSIX2008] (CBAUD): Do not allow.
9019         [POSIX || POSIX2008] (DEFECHO): Likewise.
9020         [POSIX || POSIX2008] (ECHOCTL): Likewise.
9021         [POSIX || POSIX2008] (ECHOKE): Likewise.
9022         [POSIX || POSIX2008] (ECHOPRT): Likewise.
9023         [POSIX || POSIX2008] (EXTA): Likewise.
9024         [POSIX || POSIX2008] (EXTB): Likewise.
9025         [POSIX || POSIX2008] (FLUSHO): Likewise.
9026         [POSIX || POSIX2008] (LOBLK): Likewise.
9027         [POSIX || POSIX2008] (PENDIN): Likewise.
9028         [POSIX || POSIX2008] (SWTCH): Likewise.
9029         [POSIX || POSIX2008] (VDISCARD): Likewise.
9030         [POSIX || POSIX2008] (VDSUSP): Likewise.
9031         [POSIX || POSIX2008] (VLNEXT): Likewise.
9032         [POSIX || POSIX2008] (VREPRINT): Likewise.
9033         [POSIX || POSIX2008] (VSTATUS): Likewise.
9034         [POSIX || POSIX2008] (VWERASE): Likewise.
9035         (B*): Change to B[0123456789]*.
9036         * conform/data/time.h-data [POSIX || UNIX98]
9037         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
9038         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
9039         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
9040         [POSIX] (tm_*): Do not allow.
9041
9042 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
9043
9044         * Makefile (install): Don't set LANGUAGE.
9045         * Makefile.in (install): Likewise.
9046         * assert/Makefile (test-assert-ENV): Remove variable.
9047         (test-assert-perr-ENV): Likewise.
9048         * elf/Makefile (neededtest4-ENV): Likewise.
9049         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9050         [$(cross-compiling) = no]: Don't set LANGUAGE.
9051         * io/ftwtest-sh (LANG): Remove variable.
9052         * libio/Makefile (tst-widetext-ENV): Likewise.
9053         * manual/install.texi (Running make install): Don't refer to
9054         environment settings for make install.
9055         * INSTALL: Regenerated.
9056         * nptl/tst-tls6.sh: Don't set LANG.
9057         * posix/globtest.sh (LANG): Remove variable.
9058         * string/Makefile (tester-ENV): Likewise.
9059         (inl-tester-ENV): Likewise.
9060         (noinl-tester-ENV): Likewise.
9061         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9062         [$(cross-compiling) = no]: Don't set LANGUAGE.
9063         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
9064         without explicit environment settings.
9065
9066 2014-06-06  Roland McGrath  <roland@hack.frob.com>
9067
9068         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
9069         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
9070         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
9071         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
9072
9073 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
9074
9075         * crypt/crypt-private.h [DOS]: Add some includes taken from the
9076         other files in the crypt directory.
9077         * crypt/crypt.c: Remove duplicate includes.
9078         * crypt/crypt-entry.c: Likewise.
9079         * crypt/crypt_util.c: Likewise.
9080
9081 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
9082
9083         * Makeconfig (run-program-env): New variable.
9084         (run-program-prefix-before-env): Likewise.
9085         (run-program-prefix-after-env): Likewise.
9086         (run-program-prefix): Define in terms of new variables.
9087         (built-program-cmd-before-env): New variable.
9088         (built-program-cmd-after-env): Likewise.
9089         (built-program-cmd): Define in terms of new variables.
9090         (test-program-prefix-before-env): New variable.
9091         (test-program-prefix-after-env): Likewise.
9092         (test-program-prefix): Define in terms of new variables.
9093         (test-program-cmd-before-env): New variable.
9094         (test-program-cmd-after-env): Likewise.
9095         (test-program-cmd): Define in terms of new variables.
9096         * Rules (make-test-out): Use $(run-program-env).
9097         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
9098         (help): Do not mention environment variables.  Mention
9099         --timeoutfactor option.
9100         (timeoutfactor): New variable.
9101         (blacklist_exports): Remove function.
9102         (exports): Remove variable.
9103         (command): Do not include ${exports}.
9104         * manual/install.texi (Configuring and compiling): Do not mention
9105         test wrappers preserving environment variables.  Mention that last
9106         assignment to a variable must take precedence.
9107         * INSTALL: Regenerated.
9108         * benchtests/Makefile (run-bench): Use $(run-program-env).
9109         * catgets/Makefile ($(objpfx)test1.cat): Use
9110         $(built-program-cmd-before-env), $(run-program-env) and
9111         $(built-program-cmd-after-env).
9112         ($(objpfx)test2.cat): Do not specify environment variables
9113         explicitly.
9114         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
9115         $(run-program-env) and $(built-program-cmd-after-env).
9116         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
9117         $(run-program-env) and $(test-program-cmd-after-env).
9118         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
9119         explicitly.
9120         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
9121         run_program_env and test_program_cmd_after_env arguments.
9122         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
9123         * elf/tst-pathopt.sh: Use run_program_env argument.
9124         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
9125         $(test-wrapper-env) and $(run-program-env).
9126         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9127         run_program_env arguments.
9128         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9129         * intl/Makefile ($(objpfx)tst-gettext.out): Use
9130         $(test-program-prefix-before-env), $(run-program-env) and
9131         $(test-program-prefix-after-env).
9132         ($(objpfx)tst-gettext2.out): Likewise.
9133         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9134         run_program_env and test_program_prefix_after_env arguments.
9135         * intl/tst-gettext2.sh: Likewise.
9136         * intl/tst-gettext4.sh: Do not set environment variables
9137         explicitly.
9138         * intl/tst-gettext6.sh: Likewise.
9139         * intl/tst-translit.sh: Likewise.
9140         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9141         $(test-program-prefix-before-env), $(run-program-env) and
9142         $(test-program-prefix-after-env).
9143         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9144         run_program_env and test_program_prefix_after_env arguments.
9145         * math/Makefile (run-regen-ulps): Use $(run-program-env).
9146         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9147         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
9148         explicitly with each use of ${test_wrapper_env}.
9149         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9150         $(test-program-prefix-before-env), $(run-program-env) and
9151         $(test-program-prefix-after-env).
9152         * posix/tst-getconf.sh: Do not set environment variables
9153         explicitly.
9154         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9155         run_program_env and test_program_prefix_after_env arguments.
9156         * stdio-common/tst-printf.sh: Do not set environment variables
9157         explicitly.
9158         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9159         $(test-program-prefix-before-env), $(run-program-env) and
9160         $(test-program-prefix-after-env).
9161         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9162         run_program_env and test_program_prefix_after_env arguments.
9163         Split $test calls into $test_pre and $test.
9164         * timezone/Makefile (build-testdata): Use
9165         $(built-program-cmd-before-env), $(run-program-env) and
9166         $(built-program-cmd-after-env).
9167
9168 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9169
9170         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9171         strlen for non SHARED builds.
9172
9173 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9174
9175         * nptl/allocatestack.c (check_list): Inlined function...
9176         (__reclaim_stacks): ... here.
9177
9178 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9179
9180         [BZ #15698]
9181         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9182         memory overrun.
9183
9184 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
9185
9186         * Rules (make-test-out): Include
9187         LOCPATH=$(common-objpfx)localedata in default environment.
9188         * debug/Makefile (tst-chk1-ENV): Remove variable.
9189         (tst-chk2-ENV): Likewise.
9190         (tst-chk3-ENV): Likewise.
9191         (tst-chk4-ENV): Likewise.
9192         (tst-chk5-ENV): Likewise.
9193         (tst-chk6-ENV): Likewise.
9194         (tst-lfschk1-ENV): Likewise.
9195         (tst-lfschk2-ENV): Likewise.
9196         (tst-lfschk3-ENV): Likewise.
9197         (tst-lfschk4-ENV): Likewise.
9198         (tst-lfschk5-ENV): Likewise.
9199         (tst-lfschk6-ENV): Likewise.
9200         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9201         (tst-iconv7-ENV): Likewise.
9202         * intl/Makefile (LOCPATH-ENV): Likewise.
9203         (tst-codeset-ENV): Likewise.
9204         (tst-gettext3-ENV): Likewise.
9205         (tst-gettext5-ENV): Likewise.
9206         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9207         (tst-fopenloc-ENV): Likewise.
9208         (tst-fgetws-ENV): Remove variable.
9209         (tst-ungetwc1-ENV): Likewise.
9210         (tst-ungetwc2-ENV): Likewise.
9211         (bug-ungetwc2-ENV): Likewise.
9212         (tst-swscanf-ENV): Likewise.
9213         (bug-ftell-ENV): Likewise.
9214         (tst-fgetwc-ENV): Likewise.
9215         (tst-fseek-ENV): Likewise.
9216         (tst-ftell-partial-wide-ENV): Likewise.
9217         (tst-ftell-active-handler-ENV): Likewise.
9218         (tst-ftell-append-ENV): Likewise.
9219         * posix/Makefile (tst-fnmatch-ENV): Likewise.
9220         (tst-regexloc-ENV): Likewise.
9221         (bug-regex1-ENV): Likewise.
9222         (tst-regex-ENV): Likewise.
9223         (tst-regex2-ENV): Likewise.
9224         (bug-regex5-ENV): Likewise.
9225         (bug-regex6-ENV): Likewise.
9226         (bug-regex17-ENV): Likewise.
9227         (bug-regex18-ENV): Likewise.
9228         (bug-regex19-ENV): Likewise.
9229         (bug-regex20-ENV): Likewise.
9230         (bug-regex22-ENV): Likewise.
9231         (bug-regex23-ENV): Likewise.
9232         (bug-regex25-ENV): Likewise.
9233         (bug-regex26-ENV): Likewise.
9234         (bug-regex30-ENV): Likewise.
9235         (bug-regex32-ENV): Likewise.
9236         (bug-regex33-ENV): Likewise.
9237         (bug-regex34-ENV): Likewise.
9238         (bug-regex35-ENV): Likewise.
9239         (tst-rxspencer-ENV): Likewise.
9240         (tst-rxspencer-no-utf8-ENV): Likewise.
9241         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9242         (tst-sscanf-ENV): Likewise.
9243         (tst-swprintf-ENV): Likewise.
9244         (tst-swscanf-ENV): Likewise.
9245         (test-vfprintf-ENV): Likewise.
9246         (scanf13-ENV): Likewise.
9247         (bug14-ENV): Likewise.
9248         (tst-grouping-ENV): Likewise.
9249         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9250         (tst-strtod3-ENV): Likewise.
9251         (tst-strtod4-ENV): Likewise.
9252         (tst-strtod5-ENV): Likewise.
9253         (testmb2-ENV): Likewise./
9254         * string/Makefile (tst-strxfrm-ENV): Likewise.
9255         (tst-strxfrm2-ENV): Likewise.
9256         (bug-strcoll1-ENV): Likewise.
9257         (test-strcasecmp-ENV): Likewise.
9258         (test-strncasecmp-ENV): Likewise.
9259         * time/Makefile (tst-strptime-ENV): Likewise.
9260         (tst-ftime_l-ENV): Likewise.
9261         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9262         (tst-mbrtowc-ENV): Likewise.
9263         (tst-wcrtomb-ENV): Likewise.
9264         (tst-mbrtowc2-ENV): Likewise.
9265         (tst-c16c32-1-ENV): Likewise.
9266         (tst-mbsnrtowcs-ENV): Likewise.
9267
9268 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9269
9270         * manual/resource.texi (How to get information about the memory
9271         subsystem?): Fix typo.
9272         Reported by Peon de la Parra Ivan <peon@keba.com>
9273
9274 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9275
9276         [BZ #16882]
9277         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9278         (pthread_spin_lock): Branch out of spin loop to proper location.
9279         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9280         (pthread_spin_lock): Likewise.
9281
9282         * nptl/tst-spin4.c: New test.
9283         * nptl/Makefile (tests): Add tst-spin4.
9284
9285 2014-06-03  Andreas Schwab  <schwab@suse.de>
9286
9287         [BZ #15946]
9288         * resolv/res_send.c (send_dg): Reload file descriptor after
9289         calling reopen.
9290
9291 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9292
9293         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9294
9295 2014-06-03  Richard Henderson  <rth@redhat.com>
9296
9297         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9298         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9299         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9300         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9301         in the SAVE_PID block.
9302         (__libc_vfork): New alias.
9303         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9304
9305         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9306         child in registers, not on the stack.  Remove RESET_PID conditionals.
9307         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9308
9309 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9310
9311         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9312
9313 2014-06-03  Wilco  <wdijkstr@arm.com>
9314
9315         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9316         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9317         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9318         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9319         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9320         Likewise.
9321
9322 2014-06-03  Wilco  <wdijkstr@arm.com>
9323
9324         * sysdeps/aarch64/fpu/math_private.h
9325         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9326         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9327         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9328         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9329         Fix declarations.
9330
9331 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9332
9333         * crypt/crypt-private.h: Include ufc-crypt.h.
9334         (__b64_from_24bit): Declare extern.
9335         * crypt/crypt_util.c(__b64_from_24bit): New function.
9336         (b64t): New static const variable.
9337         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9338         (b64t): Remove variable.
9339         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9340         * crypt/sha256-crypt.c: Include crypt-private.h.
9341         (b64t): Remove variable.
9342         (__sha256_crypt_r): Remove b64_from_24bit and replace
9343         with __b64_from_24bit.
9344         * crypt/sha512-crypt.c: Likewise.
9345
9346 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9347
9348         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9349         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9350         Label the code __libc_vfork rather than __vfork.
9351         [!NOT_IN_libc] (vfork): Define as weak alias.
9352         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9353         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9354         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9355
9356 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9357
9358         * malloc/malloc.c (malloc_info): Fix format specifier for
9359         n_mmaps.
9360
9361 2014-06-02  Wilco  <wdijkstr@arm.com>
9362
9363         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9364         FPCR write.
9365
9366 2014-06-02  Wilco  <wdijkstr@arm.com>
9367
9368         [BZ #17009]
9369         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9370         Rewrite to reduce FPCR/FPSR accesses.
9371
9372 2014-06-01  David S. Miller  <davem@davemloft.net>
9373
9374         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9375
9376 2014-05-31  David S. Miller  <davem@davemloft.net>
9377
9378         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9379         to occur in round to nearest mode when |x| >= 2.0
9380
9381 2014-05-30  Richard Henderson  <rth@twiddle.net>
9382
9383         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9384         (PSEUDO_RET_NOERRNO): Remove.
9385         (ret): Don't redefine.
9386         (ret_NOERRNO): Define in terms of ret.
9387         (ret_ERRVAL): Likewise.
9388
9389         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9390         use of PSEUDO_RET; perform the error check directly.
9391
9392 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9393
9394         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9395         with __int128_t.
9396
9397 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9398
9399         * malloc/malloc (malloc_info): Fix formatting.
9400
9401 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9402             Roland McGrath  <roland@hack.frob.com>
9403
9404         * malloc/malloc (malloc_info): Also print mmapped statistics.
9405
9406 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9407
9408         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9409         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9410
9411 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9412
9413         * malloc/malloc.c (malloc_info): Inline mi_arena.
9414
9415 2014-05-29  Richard Henderson  <rth@twiddle.net>
9416
9417         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9418         Remove comma before expanding ASM_ARGS_##nr.
9419         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9420         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9421         of ASM_ARGS_##nr.
9422         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9423         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9424         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9425         (ASM_ARGS_1): Add leading comma.
9426
9427         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9428         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9429         to __errno_location.
9430         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9431         Remove the expected plt for __errno_location.
9432
9433         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9434         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9435         call to __read_tp.
9436
9437         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9438         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9439         it and break it down.
9440         (DOCARGS_0, DOCARGS_1): Do nothing.
9441         (DOCARGS_2): Update to store into the new stack frame.
9442         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9443         (UNDOCARGS_1): Update to restore from the new stack frame.
9444         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9445         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9446
9447         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9448         (SINGLE_THREAD_P): New parameter for result regno.
9449         (PSEUDO): Update to match; use cbz instead of beq.
9450
9451         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9452         Use ENTRY to define the _nocancel entry point.  Share the syscall
9453         and syscall error check paths with the cancel path.
9454         (PSEUDO_END): New.
9455
9456         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9457         whitespace; tabs before and after asm mnemonics.
9458
9459 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9460
9461         [BZ #15132]
9462         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9463         Call fstat64 or stat64 internally, depending on arguments passed.
9464         Replace stat buffer argument with file descriptor argument.
9465         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9466         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9467         Pass fd to __internal_statvfs instead of calling fstat64.
9468         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9469         Pass fd to __internal_statvfs64 instead of calling fstat64.
9470         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9471         Pass -1 to __internal_statvfs instead of calling stat64.
9472         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9473         Pass -1 to __internal_statvfs64 instead of calling stat64.
9474
9475 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9476
9477         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9478         that was previously under [RESET_PID].
9479         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9480
9481         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9482         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9483
9484 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9485
9486         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9487
9488         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9489         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9490
9491 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9492
9493         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9494
9495 2014-05-27  Andreas Schwab  <schwab@suse.de>
9496
9497         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9498         TLS_INIT_TP macro.
9499         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9500         * elf/rtld.c (init_tls, dl_main): Likewise.
9501         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9502         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9503         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9504         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9505         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9506         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9507         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9508         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9509         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9510         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9511         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9512         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9513         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9514         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9515         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9516         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9517         * sysdeps/generic/tls.h: Update description.
9518
9519 2014-05-27  Will Newton  <will.newton@linaro.org>
9520
9521         [BZ #16990]
9522         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9523         and restore r2 rather than just restoring.
9524
9525 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9526
9527         [BZ #16724]
9528         * libio/tst-ftell-append.c: New test case.
9529         * libio/Makefile (tests): Add test case.
9530         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9531         append mode.
9532         * libio/wfileops.c (do_ftell_wide): Likewise.
9533
9534 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9535
9536         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9537
9538         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9539         ...
9540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9542         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9543         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9544         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9545         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9546         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9547         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9548         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9549         Moved ...
9550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9551         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9552         Moved ...
9553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9554         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9555         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9556         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9557         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9558         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9559         ...
9560         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9561         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9562         Moved ...
9563         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9564         here.
9565         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9566         ...
9567         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9568         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9569         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9570
9571         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9572         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9573         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9574         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9575
9576         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9577         merge into ...
9578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9579         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9580         ...
9581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9582         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9583         ...
9584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9585         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9586         Moved ...
9587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9588         here.
9589         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9590         Moved ...
9591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9592         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9593         Moved ...
9594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9595
9596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9597         conditional [RESET_PID].
9598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9599         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9600         removed.
9601         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9602         removed.
9603
9604         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9605         <tcb-offsets.h>.
9606         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9607         (__libc_vfork): New strong alias.
9608         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9609         removed.
9610         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9611         Removed.
9612
9613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9614         <tcb-offsets.h>.
9615         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9616         (__libc_vfork): New strong alias.
9617         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9618         removed.
9619         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9620         removed.
9621
9622 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9623
9624         * malloc/malloc.c (mi_arena): New function.
9625         (malloc_info): Remove nested function mi_arena. Call non-nosted
9626         function mi_arena.
9627
9628 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9629
9630         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9631         by insrwi.
9632         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9633         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9634         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9635         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9636         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9637         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9638         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9639
9640 2014-05-26  Andreas Schwab  <schwab@suse.de>
9641
9642         [BZ #16984]
9643         * locale/programs/repertoire.c (repertoire_read): Add slash
9644         between I18NPATH element and file name.
9645         * locale/programs/locfile.c (locfile_read): Likewise.
9646
9647 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9648
9649         * nptl/pthread_mutexattr_settype.c
9650         (__pthread_mutexattr_settype):
9651         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9652
9653 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9654
9655         * nptl/tst-mutex5 (do_test):
9656         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9657
9658 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9659
9660         * benchtests/README: Document 'init' directive.
9661         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9662         BENCH_INIT.
9663         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9664         (parse_file): Recognize 'init' directive.
9665
9666 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9667
9668         [BZ #16796]
9669         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9670         alignment of struct pthread.
9671
9672 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9673
9674         [BZ #16878]
9675         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9676         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9677         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9678         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9679
9680 2014-05-25  Richard Henderson  <rth@twiddle.net>
9681
9682         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9683         (SINGLE_THREAD_P_PIC): Remove.
9684         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9685         (SINGLE_THREAD_P_PIC): Remove.
9686
9687         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9688         branch to syscall error ...
9689         (PSEUDO): ... here.
9690         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9691         from __local_syscall_error to .Lsyscall_error.
9692         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9693         (SYSCALL_ERROR): Update label name.
9694
9695         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9696         Do not use DOARGS/UNDOARGS.
9697         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9698         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9699         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9700         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9701         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9702
9703         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9704         block comment.
9705
9706         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9707         define if !NOT_IN_libc.
9708         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9709         define with non-default symbol versions.
9710
9711 2014-05-23  Richard Henderson  <rth@twiddle.net>
9712
9713         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9714         (vfork, __vfork): Define via compat_symbol.
9715
9716         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9717         [!HAVE_IFUNC] (vfork_compat): Remove.
9718         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9719
9720 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9721
9722         [BZ #16978]
9723         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9724         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9725         variable.
9726
9727 2014-05-23  Richard Henderson  <rth@twiddle.net>
9728
9729         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9730         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9731         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9732         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9733
9734         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9735         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9736         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9737         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9738         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9739         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9740         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9741         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9742         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9743         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9744         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9745         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9746         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9747         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9748         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9749         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9750         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9751         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9752         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9753         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9754         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9755         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9756         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9757         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9758         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9759         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9760         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9761         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9762         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9763         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9764         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9765         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9766         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9767         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9768         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9769         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9770         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9771         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9772         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9773         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9774         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9775         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9776         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9777         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9778         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9779         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9780         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9781         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9782         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9783         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9784         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9785         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9786         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9787         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9788         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9789         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9790
9791         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9792         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9793         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9794         before exiting on error.
9795         (__libc_vfork): New strong alias.
9796         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9797         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9798
9799         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9800         that was previously under [RESET_PID].
9801         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9802
9803         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9804
9805 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9806
9807         [BZ #16977]
9808         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9809         value when x - 1 is zero.
9810         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9811         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9812         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9813         0.0L for an argument of 1.0L.
9814         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9815         Likewise.
9816         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9817         value when x - 1 is zero.
9818         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9819         * sysdeps/i386/fpu/libm-test-ulps: Update.
9820         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9821
9822 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9823
9824         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9825         alphasort and versionsort.
9826
9827 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9828
9829         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9830         macro.
9831         [copysignf]: Likewise.
9832
9833 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9834
9835         * crypt/md5-crypt.c: Fix formatting.
9836
9837 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9838
9839         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9840         (b64_from_24bit): New function.
9841
9842 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9843
9844         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9845         libc_hidden_builtin_def to ifunc.
9846         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9847         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9848
9849 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9850
9851         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9852         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9853
9854 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9855
9856         * nscd/Depend (linuxthreads): Remove.
9857         (nptl): Add.
9858         * resolv/Depend (linuxthreads): Remove.
9859         * rt/Depend (linuxthreads): Remove.
9860
9861         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9862         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9863         $(common-objpfx)elf/.
9864         (link-libc-before-gnulib): Likewise.
9865         (elfobjdir): Remove variable.
9866         * Makefile (install): Use $(elf-objpfx) instead of
9867         $(common-objpfx)elf/.
9868         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9869         $(elfobjdir)/.
9870         (link-libc-deps): Likewise.
9871         ($(common-objpfx)libc.so): Likewise.
9872         ($(common-objpfx)linkobj/libc.so): Likewise.
9873         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9874         instead of $(common-objpfx)elf/.
9875         (symbolic-link-list): Likewise.
9876         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9877         [$(cross-compiling) = no]: Likewise.
9878         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9879         $(elfobjdir)/.
9880         (static-gnulib-arch): Likewise.
9881         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9882         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9883         $(common-objpfx)elf/.
9884
9885 2014-05-21  Richard Henderson  <rth@redhat.com>
9886
9887         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9888         (SINGLE_THREAD_P): Use the correct width load.  Fold
9889         into the ldr offset.
9890
9891         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9892         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9893
9894 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9895
9896         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9897         (libgcc_s_resume): Use __attribute_used__.
9898         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9899         Likewise.
9900
9901 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9902
9903         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9904         optimization when used with float constants.
9905
9906         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9907
9908 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9909
9910         [BZ #16915]
9911         * locale/nl_langinfo_l.c: Make direct reference to every
9912         _nl_current_CATEGORY symbol.
9913         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9914         (tests-static): Add tst-langinfo-static.
9915         (tests-special): Add tst-langinfo-static.out.
9916         ($(objpfx)tst-langinfo.out): Redirect output.
9917         ($(objpfx)tst-langinfo-static.out): New.
9918         * localedata/tst-langinfo.sh: Send output to stdout.
9919         * localedata/tst-langinfo-static.c: New file.
9920
9921         [BZ #16965]
9922         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9923         when the shift amount is modulo the limb size.
9924
9925 2014-05-20  Richard Henderson  <rth@redhat.com>
9926
9927         [BZ #16967]
9928         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9929         Change type of sa_flags from unsigned int to int.
9930
9931         [BZ #16966]
9932         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9933
9934         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9935
9936 2014-05-20  Will Newton  <will.newton@linaro.org>
9937
9938         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9939         Test the return value of the system call in the nocancel case.
9940
9941 2014-05-20  Will Newton  <will.newton@linaro.org>
9942             Yvan Roux  <yvan.roux@linaro.org>
9943
9944         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9945         #include of asm/ptrace.h.
9946         (PTRACE_GET_THREAD_AREA): Remove #undef.
9947         (PTRACE_GETHBPREGS): Likewise.
9948         (PTRACE_SETHBPREGS): Likewise.
9949         (struct user_regs_struct): New structure.
9950         (struct user_fpsimd_struct): New structure.
9951         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9952         #include of asm/ptrace.h and second #include of sys/user.h.
9953         (PTRACE_GET_THREAD_AREA): Remove #undef.
9954         (PTRACE_GETHBPREGS): Likewise.
9955         (PTRACE_SETHBPREGS): Likewise.
9956         (ELF_NGREG): Use new struct user_regs_struct.
9957         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9958
9959 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9960
9961         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9962         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9963
9964 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9965
9966         [BZ #16958]
9967         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9968         membar to avoid block loads/stores to overlap previous stores.
9969
9970 2014-05-17  Richard Henderson  <rth@redhat.com>
9971
9972         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9973         Create the __##syscall_name##_nocancel entry point.
9974         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9975         Remove; let the sysdep-cancel.h code create it.
9976
9977 2014-05-17  David S. Miller  <davem@davemloft.net>
9978
9979         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9980         Protect with __USE_GNU.
9981         (TIOCSET_TEMPT): Likewise.
9982         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9983         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9984         these are already provided in bits/ioctl-types.h
9985
9986 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9987
9988         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9989         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9990
9991         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9992         Use wait4 regardless of [__NR_waitpid].
9993
9994 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9995
9996         PR libgcc/60166
9997         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9998         (_FP_NANSIGN_Q): Set the quiet bit.
9999
10000 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
10001
10002         * benchtests/Makefile
10003         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
10004         not $(common-objpfx)math/libm.so.
10005         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
10006         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
10007         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
10008         $(common-objpfx)dlfcn/libdl.so.
10009         ($(objpfx)tst-audit8): Depend on $(libm), not
10010         $(common-objpfx)math/libm.so.
10011         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
10012         not $(common-objpfx)dlfcn/libdl.so.
10013         * math/Makefile
10014         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
10015         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
10016         [$(build-shared) = yes].
10017         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
10018         $(common-objpfx)nptl/libpthread.so.
10019         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
10020         $(common-objpfx)math/libm.so$(libm.so-version) or
10021         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
10022         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
10023         $(common-objpfx)dlfcn/libdl.so.
10024         * setjmp/Makefile (link-libm): Remove variable.
10025         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
10026         * stdio-common/Makefile (link-libm): Remove variable.
10027         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
10028         * stdlib/Makefile (link-libm): Remove variable.
10029         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
10030         ($(objpfx)tst-strtod-round): Likewise.
10031         ($(objpfx)tst-tininess): Likewise.
10032         ($(objpfx)tst-strtod-underflow): Likewise.
10033         ($(objpfx)tst-strtod6): Likewise.
10034         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
10035         $(libdl), not $(common-objpfx)nptl/libpthread.so and
10036         $(common-objpfx)dlfcn/libdl.so.
10037
10038 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10039
10040         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
10041         BSD terminal modes definitions.
10042
10043 2014-05-16  Roland McGrath  <roland@hack.frob.com>
10044
10045         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
10046         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
10047
10048         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
10049         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
10050         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
10051         Don't do #include_next.
10052         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
10053         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
10054         Don't do #include_next.
10055         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
10056         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
10057         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
10058         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
10059
10060 2014-05-16  Allan McRae  <allan@archlinux.org>
10061
10062         * po/sv.po: Update Swedish translation from translation project.
10063
10064         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
10065         in sed expression.
10066
10067 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
10068
10069         [BZ #16917]
10070         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
10071         errno if the TIOCGPTN ioctl fails with an error different than
10072         EINVAL.
10073         * login/tst-ptsname.c: New file.
10074         * login/Makefile (tests): Add tst-ptsname.
10075
10076         [BZ #16943]
10077         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
10078         and prlimit64.
10079
10080 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10081
10082         [BZ #16849]
10083         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
10084         herrno to return EAI_AGAIN.
10085
10086 2014-05-14  Roland McGrath  <roland@hack.frob.com>
10087
10088         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
10089         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
10090         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
10091         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
10092         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
10093         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
10094         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
10095         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
10096         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
10097         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
10098         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
10099         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
10100         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
10101         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
10102         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
10103         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
10104         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
10105         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
10106         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
10107         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
10108         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
10109         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
10110         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
10111         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
10112         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
10113         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
10114         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
10115         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
10116         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
10117         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
10118         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
10119         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
10120         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
10121         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
10122         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
10123         Moved ...
10124         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
10125         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10126         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10127         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10128         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10129         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10130         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10131         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10132         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10133         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10134         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10135         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10136         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10137         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10138         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10139         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10140         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10141         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10142         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10143         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10144         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10145         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10146         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10147         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10148         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10149         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10150         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10151         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10152         Moved ...
10153         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10154         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10155         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10156         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10157         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10158         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10159         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10160         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10161         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10162         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10163         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10164         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10165         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10166         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10167         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10168         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10169         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10170         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10171         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10172         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10173         Moved ...
10174         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10175         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10176         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10177
10178         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10179         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10180         (libpthread-sysdep_routines): Add elision-related stuff here instead.
10181         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10182         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10183         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10184         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10185         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10186         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10187         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10188         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10189         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10190         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10191         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10192         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10193         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10194         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10195         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10196         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10197         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10198         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10199         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10200         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10201         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10202         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10203         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10204         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10205         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10206         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10207         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10208         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10209
10210         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10211         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10212
10213         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10214         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10215         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10216         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10217         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10218         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10219         Moved ...
10220         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10221         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10222         Moved ...
10223         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10224         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10225         Moved ...
10226         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10227         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10228         Moved ...
10229         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10230         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10231         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10232         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10233         Moved ...
10234         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10235         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10236         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10237         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10238         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10239         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10240         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10241         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10242         Moved ...
10243         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10244         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10245         Moved ...
10246         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10247         ... here.
10248         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10249         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10250         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10251         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10252         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10253         Moved ...
10254         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10255         ... here.
10256         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10257         Moved ...
10258         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10259         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10260         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10261         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10262         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10263         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10264         Moved ...
10265         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10266         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10267         Moved ...
10268         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10269         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10270         Moved ...
10271         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10272         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10273         Moved ...
10274         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10275         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10276         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10277         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10278         Moved ...
10279         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10280         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10281         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10282         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10283         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10284         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10285         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10286         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10287         Moved ...
10288         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10289         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10290         Moved ...
10291         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10292         ... here.
10293         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10294         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10295         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10296         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10297         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10298         Moved ...
10299         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10300         ... here.
10301         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10302         Moved ...
10303         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10304         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10305         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10306         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10307         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10308         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10309         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10310         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10311         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10312         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10313         Moved ...
10314         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10315         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10316         Moved ...
10317         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10318         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10319         Moved ...
10320         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10321         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10322         Moved ...
10323         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10324         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10325         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10326         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10327         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10328         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10329         Moved ...
10330         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10331         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10332         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10333         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10334         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10335         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10336         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10337         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10338         Moved ...
10339         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10340         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10341         Moved ...
10342         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10343         ... here.
10344         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10345         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10346         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10347         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10348         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10349         Moved ...
10350         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10351         ... here.
10352         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10353         Moved ...
10354         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10355         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10356         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10357         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10358         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10359         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10360         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10361         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10362         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10363         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10364         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10365
10366         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10367         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10368
10369         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10370         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10371
10372         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10373         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10374         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10375         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10376         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10377         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10378         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10379         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10380         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10381         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10382         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10383         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10384         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10385         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10386         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10387         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10388         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10389         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10390         Moved ...
10391         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10392         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10393         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10394         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10395         Moved ...
10396         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10397         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10398         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10399         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10400         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10401         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10402         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10403         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10404         Moved ...
10405         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10406         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10407         Moved ...
10408         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10409         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10410         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10411         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10412         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10413         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10414         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10415         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10416         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10417         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10418         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10419         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10420         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10421         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10422         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10423         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10424         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10425
10426         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10427         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10428         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10429         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10430         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10431
10432         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10433         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10434         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10435         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10436         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10437         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10438         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10439         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10440         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10441         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10442
10443         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10444         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10445
10446         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10447         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10448         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10449         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10450         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10451         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10452         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10453         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10454         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10455         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10456         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10457         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10458         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10459         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10460         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10461         Update #include.
10462         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10463         Likewise.
10464         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10465         Likewise.
10466         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10467         Likewise.
10468         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10469         Likewise.
10470         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10471         Likewise.
10472         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10473         Likewise.
10474         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10475         Likewise.
10476         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10477         Likewise.
10478         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10479         Likewise.
10480         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10481         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10482         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10483         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10484         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10485         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10486         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10487         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10488         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10489         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10490         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10491         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10492         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10493         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10494         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10495
10496         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10497         that was previously under [RESET_PID].
10498         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10499         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10500         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10501
10502         * sysdeps/i386/nptl/Implies: New file.
10503         * sysdeps/x86_64/nptl/Implies: New file.
10504         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10505         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10506         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10507         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10508
10509         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10510         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10511         (__libc_vfork): New strong alias.
10512         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10513         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10514
10515         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10516         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10517         (__libc_vfork): New strong alias.
10518         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10519         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10520
10521         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10522         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10523         (__libc_vfork): New strong alias.
10524         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10525         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10526         * nptl/pt-vfork.c: New file.
10527         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10528         (libpthread: GLIBC_2.20): New version set (empty).
10529
10530 2014-05-14  Will Newton  <will.newton@linaro.org>
10531
10532         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10533         rather than #if.
10534
10535 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10536
10537         [BZ #16564]
10538         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10539         arguments with exponent 65 or above.
10540         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10541         arguments 0x1p113L or above.
10542         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10543         to arguments 0x1p107L or above.
10544         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10545         positive arguments with exponent 65 or above.
10546         * math/auto-libm-test-in: Add more tests of log1p.
10547         * math/auto-libm-test-out: Regenerated.
10548
10549         [BZ #16928]
10550         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10551         non-finite arguments is +0.
10552         * math/s_cacosf.c (__cacosf): Likewise.
10553         * math/s_cacosl.c (__cacosl): Likewise.
10554         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10555         * sysdeps/i386/fpu/libm-test-ulps: Update.
10556         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10557
10558         [BZ #16927]
10559         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10560         value.
10561         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10562         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10563         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10564         for explicit high bit of mantissa when testing for argument equal
10565         to 1.
10566         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10567         * sysdeps/i386/fpu/libm-test-ulps: Update.
10568         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10569
10570         [BZ #16516]
10571         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10572         (__erf): Scale by 16 instead of 8 in potentially underflowing
10573         case.  Ensure exception if result actually underflows.
10574         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10575         (__erff): Scale by 16 instead of 8 in potentially underflowing
10576         case.  Ensure exception if result actually underflows.
10577         * sysdeps/ieee754/ldbl-128/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-128ibm/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         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10586         (efx8): Remove variable.
10587         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10588         case.  Ensure exception if result actually underflows.
10589         * math/auto-libm-test-in: Add more tests of erf.
10590         * math/auto-libm-test-out: Regenerated.
10591
10592 2014-05-14  Andreas Schwab  <schwab@suse.de>
10593
10594         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10595         Remove code conditionalized on USE___THREAD.
10596
10597         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10598         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10599         not definedness.
10600
10601 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10602
10603         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10604         Define unconditionally.
10605         (__ASSUME_O_CLOEXEC): Likewise.
10606         (__ASSUME_SOCK_CLOEXEC): Likewise.
10607         (__ASSUME_IN_NONBLOCK): Likewise.
10608         (__ASSUME_PIPE2): Likewise.
10609         (__ASSUME_EVENTFD2): Likewise.
10610         (__ASSUME_SIGNALFD4): Likewise.
10611         (__ASSUME_DUP3): Likewise.
10612         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10613         (__ASSUME_DUP3): Do not define.
10614         (__ASSUME_EVENTFD2): Likewise.
10615         (__ASSUME_IN_NONBLOCK): Likewise.
10616         (__ASSUME_O_CLOEXEC): Likewise.
10617         (__ASSUME_PIPE2): Likewise.
10618         (__ASSUME_SIGNALFD4): Likewise.
10619         (__ASSUME_SOCK_CLOEXEC): Likewise.
10620         (__ASSUME_UTIMES): Undefine.
10621         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10622         (__ASSUME_UTIMES): Do not define.
10623         (__ASSUME_O_CLOEXEC): Likewise.
10624         (__ASSUME_SOCK_CLOEXEC): Likewise.
10625         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10626         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10627         0x020621].
10628         (__ASSUME_PIPE2): Likewise.
10629         (__ASSUME_EVENTFD2): Likewise.
10630         (__ASSUME_SIGNALFD4): Likewise.
10631         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10632         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10633         Do not define.
10634         (__ASSUME_EVENTFD2): Likewise.
10635         (__ASSUME_SIGNALFD4): Likewise.
10636         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10637         (__ASSUME_32BITUIDS): Likewise.
10638         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10639         (__ASSUME_IPC64): Likewise.
10640         (__ASSUME_ST_INO_64_BIT): Likewise.
10641         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10642         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10643         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10644         (__ASSUME_UTIMES): Do not define.
10645         (__ASSUME_PSELECT): Likewise.
10646         (__ASSUME_PPOLL): Likewise.
10647         (__ASSUME_O_CLOEXEC): Likewise.
10648         (__ASSUME_SOCK_CLOEXEC): Likewise.
10649         (__ASSUME_IN_NONBLOCK): Likewise.
10650         (__ASSUME_PIPE2): Likewise.
10651         (__ASSUME_EVENTFD2): Likewise.
10652         (__ASSUME_SIGNALFD4): Likewise.
10653         (__ASSUME_DUP3): Likewise.
10654         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10655         (__ASSUME_UTIMES): Likewise.
10656         (__ASSUME_O_CLOEXEC): Likewise.
10657         (__ASSUME_SOCK_CLOEXEC): Likewise.
10658         (__ASSUME_IN_NONBLOCK): Likewise.
10659         (__ASSUME_PIPE2): Likewise.
10660         (__ASSUME_EVENTFD2): Likewise.
10661         (__ASSUME_SIGNALFD4): Likewise.
10662         (__ASSUME_DUP3): Likewise.
10663         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10664         (__ASSUME_UTIMES): Likewise.
10665         (__ASSUME_O_CLOEXEC): Likewise.
10666         (__ASSUME_SOCK_CLOEXEC): Likewise.
10667         (__ASSUME_IN_NONBLOCK): Likewise.
10668         (__ASSUME_PIPE2): Likewise.
10669         (__ASSUME_EVENTFD2): Likewise.
10670         (__ASSUME_SIGNALFD4): Likewise.
10671         (__ASSUME_DUP3): Likewise.
10672         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10673         Likewise.
10674         (__ASSUME_UTIMES): Likewise.
10675         (__ASSUME_EVENTFD2): Likewise.
10676         (__ASSUME_SIGNALFD4): Likewise.
10677         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10678         (__ASSUME_O_CLOEXEC): Likewise.
10679         (__ASSUME_SOCK_CLOEXEC): Likewise.
10680         (__ASSUME_IN_NONBLOCK): Likewise.
10681         (__ASSUME_PIPE2): Likewise.
10682         (__ASSUME_EVENTFD2): Likewise.
10683         (__ASSUME_SIGNALFD4): Likewise.
10684         (__ASSUME_DUP3): Likewise.
10685         (__ASSUME_UTIMES): Undefine.
10686
10687         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10688         feclearexcept.  Remove symbol versioning code.
10689         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10690         symbol versioning code.
10691         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10692         symbol versioning code.
10693         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10694         feupdateenv.  Remove symbol versioning code.
10695         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10696         fegetexceptflag.  Remove symbol versioning code.
10697         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10698         fesetexceptflag.  Remove symbol versioning code.
10699         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10700         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10701         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10702         (__posix_fadvise64_l32): Remove prototype.
10703         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10704         code.
10705
10706 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10707
10708         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10709         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10710         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10711         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10712
10713 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10714
10715         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10716         current working directory
10717
10718 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10719
10720         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10721         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10722         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10723         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10724         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10725         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10726         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10727         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10728         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10729         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10730         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10731         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10732         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10733         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10734         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10735         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10736         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10737         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10738         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10739         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10740         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10741         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10742         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10743         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10744         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10745         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10746         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10747         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10748         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10749         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10750         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10751         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10752         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10753         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10754         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10755         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10756         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10757         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10758         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10759         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10760         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10761         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10762
10763         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10764         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10765
10766         * sysdeps/unix/sysv/linux/arm/Makefile
10767         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10768         Add rt-aeabi_unwind_cpp_pr1.
10769         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10770         Add nptl-aeabi_unwind_cpp_pr1.
10771         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10772         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10773         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10774         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10775         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10776         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10777
10778         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10779         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10780         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10781         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10782
10783         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10784         Deconditionalize the code that was previously under [RESET_PID].
10785         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10786
10787         * sysdeps/generic/exit-thread.h: New file.
10788         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10789         * include/unistd.h (__exit_thread): Remove declaration.
10790         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10791         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10792         * csu/libc-start.c: Include <exit-thread.h>.
10793         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10794         * nptl/pthread_create.c: Include <exit-thread.h>.
10795         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10796         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10797         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10798         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10799         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10800         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10801         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10802         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10803         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10804         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10805         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10806         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10807         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10808         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10809         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10810         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10811         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10812
10813 2014-05-13  Andreas Schwab  <schwab@suse.de>
10814
10815         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10816
10817 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10818
10819         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10820         (__ASSUME_UTIMES): Do not condition on kernel version.
10821         (__ASSUME_PSELECT): Define unconditionally.
10822         (__ASSUME_PPOLL): Likewise.
10823         (__ASSUME_ATFCTS): Likewise.
10824         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10825         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10826         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10827         (__ASSUME_UTIMENSAT): Define unconditionally.
10828         (__ASSUME_PRIVATE_FUTEX): Likewise.
10829         (__ASSUME_FALLOCATE): Likewise.
10830         (__ASSUME_O_CLOEXEC): Likewise.
10831         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10832         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10833         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10834         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10835         (__ASSUME_IN_NONBLOCK): Likewise.
10836         (__ASSUME_PIPE2): Likewise.
10837         (__ASSUME_EVENTFD2): Likewise.
10838         (__ASSUME_SIGNALFD4): Likewise.
10839         (__ASSUME_DUP3): Likewise.
10840         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10841         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10842         (__ASSUME_AT_RANDOM): Likewise.
10843         (__ASSUME_PREADV): Likewise.
10844         (__ASSUME_PWRITEV): Likewise.
10845         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10846         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10847         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10848         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10849         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10850         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10851         (__ASSUME_O_CLOEXEC): Define unconditionally.
10852         (__ASSUME_PSELECT): Do not undefine conditionally.
10853         (__ASSUME_PPOLL): Likewise.
10854         (__ASSUME_ATFCTS): Likewise.
10855         (__ASSUME_SET_ROBUST_LIST): Likewise.
10856         (__ASSUME_UTIMENSAT): Likewise.
10857         (__ASSUME_FDATASYNC): Define unconditionally.
10858         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10859         (__ASSUME_SIGFRAME_V2): Likewise.
10860         )__ASSUME_EVENTFD2): Likewise.
10861         (__ASSUME_SIGNALFD4): Likewise.
10862         (__ASSUME_PSELECT): Do not undefine conditionally.
10863         (__ASSUME_PPOLL): Likewise.
10864         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10865         (__ASSUME_PSELECT): Define unconditionally.
10866         (__ASSUME_PPOLL): Likewise.
10867         (__ASSUME_O_CLOEXEC): Likewise.
10868         (__ASSUME_SOCK_CLOEXEC): Likewise.
10869         (__ASSUME_IN_NONBLOCK): Likewise.
10870         (__ASSUME_PIPE2): Likewise.
10871         (__ASSUME_EVENTFD2): Likewise.
10872         (__ASSUME_SIGNALFD4): Likewise.
10873         (__ASSUME_DUP3): Likewise.
10874         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10875         (__ASSUME_O_CLOEXEC): Likewise.
10876         (__ASSUME_SOCK_CLOEXEC): Likewise.
10877         (__ASSUME_IN_NONBLOCK): Likewise.
10878         (__ASSUME_PIPE2): Likewise.
10879         (__ASSUME_EVENTFD2): Likewise.
10880         (__ASSUME_SIGNALFD4): Likewise.
10881         (__ASSUME_DUP3): Likewise.
10882         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10883         (__ASSUME_EVENTFD2): Likewise.
10884         (__ASSUME_SIGNALFD4): Likewise.
10885         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10886
10887 2014-05-12  Andreas Schwab  <schwab@suse.de>
10888
10889         [BZ #16932]
10890         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10891         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10892         than maximum RPC packet size.
10893         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10894         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10895         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10896         (_nss_nis_getservbyport_r): Likewise.
10897
10898 2014-05-12  Will Newton  <will.newton@linaro.org>
10899
10900         * malloc/Makefile (tests): Add tst-mallopt.
10901         * malloc/tst-mallopt.c: New file.
10902
10903 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10904
10905         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10906         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10907
10908 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10909
10910         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10911         (tst-tlsmod6.so): Likewise.
10912
10913 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10914
10915         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10916
10917 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10918
10919         [BZ #16064]
10920         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10921         and <dl-procinfo.h>.
10922         (__fegetenv): Save SSE state in envp->__eip if supported.
10923         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10924         envp->__eip if supported.
10925         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10926         and <dl-procinfo.h>.
10927         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10928         __data_offset and __data_selector in environment to 0.  Set SSE
10929         state if supported.
10930         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10931         test-fenv-sse.
10932         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10933         -mfpmath=sse.
10934         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10935
10936 2014-05-09  Will Newton  <will.newton@linaro.org>
10937
10938         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10939         and libc_relro_required for ARM.
10940         * sysdeps/arm/preconfigure: Regenerate.
10941
10942 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10943             Stefan Liebler  <stli@linux.vnet.ibm.com>
10944
10945         * config.make.in (enable-lock-elision): New Makefile variable.
10946         * configure.ac: Likewise.
10947         * configure: Regenerate.
10948         * sysdeps/s390/configure.ac:
10949         Add check for gcc transactions support.
10950         * sysdeps/s390/configure: Regenerate.
10951         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10952         Build elision files if enabled.
10953         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10954         Add lock elision support for s390.
10955         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10956         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10957         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10958         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10959         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10960         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10961         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10962         Likewise.
10963         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10964         Likewise.
10965         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10966         Likewise.
10967         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10968         Likewise.
10969         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10970         (__lll_timedlock_elision, __lll_lock_elision)
10971         (__lll_unlock_elision, __lll_trylock_elision)
10972         (lll_timedlock_elision, lll_lock_elision)
10973         (lll_unlock_elision, lll_trylock_elision): Add.
10974         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10975         (pthread_mutex_t): Add lock elision support for s390.
10976
10977 2014-05-14  Wilco  <wdijkstr@arm.com>
10978
10979         * sysdeps/arm/fclrexcpt.c: Cleanup.
10980         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10981         * sysdeps/arm/feenablxcpt.c: Cleanup.
10982         * sysdeps/arm/fegetenv.c: Cleanup.
10983         * sysdeps/arm/fegetexcept.c: Cleanup.
10984         * sysdeps/arm/fegetround.c: Cleanup.
10985         * sysdeps/arm/feholdexcpt.c: Cleanup.
10986         * sysdeps/arm/fesetenv.c: Cleanup.
10987         * sysdeps/arm/fesetround.c: Cleanup.
10988         * sysdeps/arm/feupdateenv.c: Cleanup.
10989         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10990         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10991         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10992         * sysdeps/arm/ftestexcept.c: Cleanup.
10993         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10994         * sysdeps/arm/setfpucw.c: Cleanup.
10995
10996 2014-05-09  Will Newton  <will.newton@linaro.org>
10997
10998         * sysdeps/arm/armv7/strcmp.S: New file.
10999         * NEWS: Mention addition of ARMv7 optimized strcmp.
11000
11001 2014-05-08  Roland McGrath  <roland@hack.frob.com>
11002
11003         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
11004         look for %.ac rather than %.in.
11005
11006         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
11007         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
11008         * sysdeps/mach/hurd/configure: Regenerated.
11009         * sysdeps/unix/sysv/linux/configure: Regenerated.
11010
11011         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
11012
11013 2014-05-07  Steve Ellcey  <sellcey@mips.com>
11014
11015         [BZ# 16922]
11016         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
11017         (LONG_SUB): Ditto.
11018         (PTR_SUB): Ditto.
11019
11020 2014-05-07  Andreas Schwab  <schwab@suse.de>
11021
11022         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
11023         when skipping over non-matching result from nscd.
11024
11025 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
11026
11027         [BZ #16876]
11028         * nptl/sockperf.c (client): Check socket return value.
11029
11030         [BZ #16877]
11031         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
11032         nscd security class.
11033
11034 2014-05-06  Roland McGrath  <roland@hack.frob.com>
11035
11036         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
11037         * sysdeps/arm/unwind.h: ... here.
11038
11039 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
11040
11041         [BZ# 16916]
11042         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
11043         Define.
11044
11045 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11046
11047         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
11048         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
11049         multiarch strncpy for PPC64.
11050         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
11051         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
11052         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
11053         multiarch optimizations.
11054         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11055         (__libc_ifunc_impl_list): Likewise.
11056         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
11057         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
11058         multiarch stpncpy for PPC64.
11059         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
11060         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
11061
11062 2014-05-06  Andreas Schwab  <schwab@suse.de>
11063
11064         [BZ #16912]
11065         * gmon/mcount.c (_MCOUNT_DECL): Use
11066         atomic_compare_and_exchange_bool_acq instead of
11067         catomic_compare_and_exchange_bool_acq.
11068
11069 2014-05-05  Roland McGrath  <roland@hack.frob.com>
11070
11071         * elf/Makefile (others, install-bin): Remove pldd.
11072         (pldd-modules): Variable removed.
11073         ($(objpfx)pldd): Target removed.
11074         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
11075         (others, install-bin): Append pldd here.
11076         ($(objpfx)pldd): New target.
11077
11078         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
11079         to 0, so the first #if test emitted later doesn't see it undefined.
11080         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
11081         * sysdeps/gnu/errlist.c: Regenerated.
11082
11083 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11084
11085         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11086         [libc_hidden_builtin_def]: Define to empty value.
11087         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
11088         [libc_hidden_builtin_def]: Likewise.
11089         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
11090         [libc_hidden_builtin_def]: Likewise.
11091         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
11092         [libc_hidden_builtin_def]: Likewise.
11093         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
11094         __redirect_memcpy and define ifunc as default hidden symbol.
11095         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
11096         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
11097
11098 2014-05-04  Adam Conrad  <adconrad@0c3.net>
11099
11100         * locale/iso-4217.def: Reintroduce XDR currency.
11101
11102 2014-05-04  Allan McRae  <allan@archlinux.org>
11103
11104         * po/eo.po: Update Esperanto translation from translation project.
11105
11106 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
11107
11108         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
11109         and FEATURE_INDEX_MAX to 1.
11110         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
11111
11112 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11113
11114         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
11115         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
11116         * iconvdata/big5.c (ONE_DIRECTION): Define.
11117         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
11118         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
11119         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
11120         * iconvdata/cp932.c (ONE_DIRECTION): Define.
11121         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
11122         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
11123         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
11124         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
11125         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11126         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11127         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11128         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11129         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11130         * iconvdata/gbk.c (ONE_DIRECTION): Define.
11131         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11132         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11133         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11134         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11135         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11136         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11137         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11138         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11139         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11140         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11141         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11142         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11143         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11144         * iconvdata/iso646.c (ONE_DIRECTION): Define.
11145         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11146         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11147         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11148         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11149         * iconvdata/johab.c (ONE_DIRECTION): Define.
11150         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11151         * iconvdata/sjis.c (ONE_DIRECTION): Define.
11152         * iconvdata/t.61.c (ONE_DIRECTION): Define.
11153         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11154         * iconvdata/tscii.c (ONE_DIRECTION): Define.
11155         * iconvdata/uhc.c (ONE_DIRECTION): Define.
11156         * iconvdata/unicode.c (ONE_DIRECTION): Define.
11157         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11158         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11159         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11160
11161 2014-05-01  Roland McGrath  <roland@hack.frob.com>
11162
11163         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11164         (_IO_JUMPS_OFFSET): Define to 0.
11165
11166         * nptl/sysdeps/pthread/bits/libc-lock.h
11167         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11168         (__libc_lock_define_initialized_recursive): Always define using
11169         initializer.  Modern compilers treat uninitialized (implicit zero) and
11170         explicit zero initializers the same (i.e. put the datum in bss).
11171
11172 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11173
11174         * nscd/nscd-client.h: Include <string.h>.
11175
11176 2014-05-01  David S. Miller  <davem@davemloft.net>
11177
11178         [BZ #16885]
11179         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11180         multiple zero bytes exist at the end of a string.
11181         Reported by Aurelien Jarno <aurelien@aurel32.net>
11182
11183         * string/test-strcmp.c (check): Add explicit test for situations where
11184         there are multiple zero bytes after the first.
11185
11186 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11187
11188         [BZ #16890]
11189         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11190         when compiling wprintf.
11191         * stdio-common/tstdiomisc.c (t3): New function.
11192         (main): Call it.
11193
11194 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11195
11196         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11197         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11198         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11199         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11200
11201 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11202
11203         * stdlib/longlong.h: Updated from GCC.
11204
11205 2014-05-01  Will Newton  <will.newton@linaro.org>
11206             Bernard Ogden  <bernie.ogden@linaro.org>
11207
11208         * NEWS: Update fixed bug list.
11209
11210         [BZ #15119]
11211         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11212
11213 2014-04-30  David S. Miller  <davem@davemloft.net>
11214
11215         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11216         (libc_feholdexcept_setround_sparc_ctx): New function.
11217         (libc_fesetenv_sparc_ctx): Likewise.
11218         (libc_feupdateenv_sparc_ctx): Likewise.
11219         (libc_feholdsetround_sparc_ctx): Likewise.
11220         (libc_feholdexcept_setround_ctx): Define.
11221         (libc_feholdexcept_setroundf_ctx): Likewise.
11222         (libc_feholdexcept_setroundl_ctx): Likewise.
11223         (libc_fesetenv_ctx): Likewise.
11224         (libc_fesetenvf_ctx): Likewise.
11225         (libc_fesetenvl_ctx): Likewise.
11226         (libc_feupdateenv_ctx): Likewise.
11227         (libc_feupdateenvf_ctx): Likewise.
11228         (libc_feupdateenvl_ctx): Likewise.
11229         (libc_feresetround_ctx): Likewise.
11230         (libc_feresetroundf_ctx): Likewise.
11231         (libc_feresetroundl_ctx): Likewise.
11232         (libc_feholdsetround_ctx): Likewise.
11233         (libc_feholdsetroundf_ctx): Likewise.
11234         (libc_feholdsetroundl_ctx): Likewise.
11235
11236         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11237         with __USE_GNU instead of XOPEN cpp guards.
11238
11239         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11240         0.
11241
11242         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11243         with XOPEN cpp guards.
11244
11245 2014-04-30  Julian Brown  <julian@codesourcery.com>
11246
11247         [BZ #16888]
11248         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11249         handling.
11250
11251 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11252
11253         [BZ #9894]
11254         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11255         Change to 2.6.32.
11256         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11257         * sysdeps/unix/sysv/linux/configure: Regenerated.
11258         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11259         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11260         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11261         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11262         * README: Update reference to required Linux kernel version.
11263         * manual/install.texi (Linux): Update reference to required Linux
11264         kernel headers version.
11265         * INSTALL: Regenerated.
11266
11267         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11268         header inclusion.
11269         [POSIX] (limits.h): Likewise.
11270         [POSIX] (math.h): Likewise.
11271         [POSIX] (sys/wait.h): Likewise.
11272         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11273         function.
11274         [POSIX] (stddef.h): Do not allow header inclusion.
11275
11276 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11277
11278         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11279
11280 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11281
11282         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11283         Return immediately after lll_futex_wake.
11284
11285 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11286
11287         [BZ #16791]
11288         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11289         structure.
11290         (datahead_init_pos): Call datahead_init_common early.
11291         (datahead_init_neg): Likewise.
11292
11293         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11294         datahead_init_neg): New functions.
11295         * nscd/aicache.c (addhstaiX): Use them.
11296         * nscd/grpcache.c (cache_addgr): Likewise.
11297         * nscd/hstcache.c (cache_addhst): Likewise.
11298         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11299         * nscd/netgroupcache.c (do_notfound): Likewise.
11300         (addgetnetgrentX): Likewise.
11301         (addinnetgrX): Likewise.
11302         * nscd/pwdcache.c (cache_addpw): Likewise.
11303         * nscd/servicescache.c (cache_addserv): Likewise.
11304
11305 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11306             Atsushi Onoe  <atsushi@onoe.org>
11307
11308         [BZ #14308]
11309         [BZ #12994]
11310         [BZ #13651]
11311         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11312         one response is valid.
11313         * resolv/res_send.c (send_dg): Check for validity of other
11314         response if the current response is a referral.
11315
11316 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11317
11318         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11319
11320 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11321
11322         [BZ #16823]
11323         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11324         Always divide by positive zero when computing -Inf result.
11325         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11326         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11327
11328 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11329
11330         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11331         FPSCR if value do not change.
11332         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11333         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11334         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11335         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11336         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11337         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11338         function.
11339
11340 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11341
11342         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11343         * sysdeps/unix/sysv/linux/hppa: Move directory from
11344         ports/systeps/unix/sysv/linux/hppa.
11345         * README: Update listing for hppa-*-linux-gnu.
11346
11347 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11348
11349         [BZ #16754]
11350         * manual/stdio.texi (Hook functions): Fix types of stream hook
11351         functions.
11352         [BZ #16854]
11353         * socket/sys/socket.h: Fix typo in comment.
11354
11355 2014-04-28  Wilco  <wdijkstr@arm.com>
11356
11357         * sysdeps/arm/fenv_private.h: New file.
11358         * sysdeps/arm/math_private.h: New file.
11359         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11360
11361 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11362
11363         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11364         with __int128_t.
11365         (La_x86_64_retval): Likewise.
11366
11367 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11368
11369         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11370         fpsr if value didn't change.
11371         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11372         to fpcr if value didn't change.
11373         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11374         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11375         fpsr or fpcr if value didn't change.
11376         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11377         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11378         fpcr if value didn't change.
11379         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11380         to fpsr if value didn't change.
11381
11382 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11383
11384         * nptl/tst-sem3.c: Use test-skeleton.c
11385         (main): Rename to do_test.  Use return instead of
11386         exit.
11387         * nptl/tst-sem4.c: Use test-skeleton.c
11388         (main): Rename to do_test.
11389
11390 2014-04-22  David S. Miller  <davem@davemloft.net>
11391
11392         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11393         (struct sigaction): New struct member __glibc_reserved0, change
11394         type of sa_flags to int.
11395
11396 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11397
11398         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11399         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11400
11401 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11402
11403         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11404         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11405
11406 2014-04-22  Will Newton  <will.newton@linaro.org>
11407             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11408
11409         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11410         (__longjmp): Add longjmp and longjmp_target SystemTap
11411         probes.
11412         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11413         (__sigsetjmp): Add setjmp SystemTap probe.
11414
11415 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11416
11417         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11418         match manual order.
11419
11420 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11421
11422         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11423
11424         * sysdeps/powerpc/fpu/fenv_private.h
11425         (libc_feholdexcept_setroundl_ctx): Define to
11426         libc_feholdexcept_setround_ppc_ctx.
11427         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11428         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11429         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11430         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11431
11432 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11433
11434         * sysdeps/aarch64/math-tests.h: New file.
11435
11436 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11437
11438         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11439         New.
11440         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11441         Check and set bit_AVX2_Usable.
11442         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11443         macro.
11444         (bit_AVX2): Likewise.
11445         (index_AVX2_Usable): Likewise.
11446         (CPUID_AVX2): Likewise.
11447         (HAS_AVX2): Likewise.
11448
11449 2014-04-17  Will Newton  <will.newton@linaro.org>
11450
11451         * manual/setjmp.texi (System V contexts): Add note that
11452         calling setcontext on a context created by a call to a
11453         signal handler is undefined.  Update text to note that
11454         setcontext from a signal handler is possible but not
11455         recommended.
11456
11457         [BZ #16629]
11458         * stdlib/tst-setcontext.c: Include signal.h.
11459         (main): Check that the signal stack before and
11460         after swapcontext is the same.
11461
11462         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11463         Re-implement to restore registers in user code and avoid
11464         rt_sigreturn system call.
11465
11466 2014-04-17  Wilco  <wdijkstr@arm.com>
11467
11468         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11469         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11470         * math/test-fenv.c: Skip exception trap tests on targets which only
11471         support non-stop mode.
11472
11473 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11474             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11475
11476         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11477         (libc_feholdsetround_aarch64_ctx)
11478         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11479         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11480         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11481         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11482         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11483         (libc_feresetround_noexl_ctx): Define.
11484
11485 2014-04-16  Richard Henderson  <rth@redhat.com>
11486
11487         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11488
11489         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11490         unwind tables.
11491
11492         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11493         const from the non-libc, non-ldso copy.
11494
11495         * sysdeps/alpha/libm-test-ulps: Regenerate.
11496
11497 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11498             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11499
11500         * sysdeps/aarch64/fpu/math_private.h: New file.
11501
11502 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11503
11504         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11505
11506 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11507
11508         [BZ #16275]
11509         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11510         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11511         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11512         Intel MPX bound registers before _dl_profile_fixup.
11513         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11514         registers after _dl_profile_fixup.  Save and restore bound
11515         registers bnd0/bnd1 when calling _dl_call_pltexit.
11516         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11517         (LR_BND_OFFSET): Likewise.
11518         (LRV_BND0_OFFSET): Likewise.
11519         (LRV_BND1_OFFSET): Likewise.
11520
11521 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11522
11523         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11524         to...
11525         * sysdeps/mach/hurd/i386/tls.h: ... here.
11526         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11527         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11528         fields.
11529
11530 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11531
11532         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11533
11534 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11535
11536         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11537
11538 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11539
11540         [BZ #14770]
11541         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11542         * sysdeps/s390/configure: Regenerate.
11543
11544         [BZ #16824]
11545         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11546         Set round-to-nearest internally to reduce error accumulation.
11547
11548 2014-04-16  Alan Modra  <amodra@gmail.com>
11549
11550         [BZ #16740]
11551         [BZ #16619]
11552         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11553         * math/libm-test.inc (frexp_test_data): Add tests.
11554         * NEWS: Update fixed bug list.
11555
11556 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11557
11558         * benchtests/Makefile: Depend on libraries in build directory.
11559         (bench-math): Separate out math tests.
11560         (bench-pthread): Separate out pthread tests.
11561         (bench): Include math and pthread tests.
11562
11563 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11564
11565         [BZ #16831]
11566         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11567         _dl_debug_initialize.
11568
11569         * configure.ac: Remove SELinux header check.
11570         * configure: Regenerate.
11571         * nscd/selinux.c (perms): Array of const char* to permission names.
11572         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11573         default policy. Call string_to_security_class and string_to_av_perm to
11574         translate strings. Enforce default policy and call avs_has_perm with
11575         results of translated strings.
11576
11577 2014-04-13  David S. Miller  <davem@davemloft.net>
11578
11579         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11580
11581 2014-04-12  Allan McRae  <allan@archlinux.org>
11582
11583         [BZ #16838]
11584         * manual/string.texi (Collation Functions): Fix qsort argument
11585         order in example.
11586         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11587
11588 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11589
11590         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11591         Make the test a no-op if there are no exceptions defined.
11592
11593 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11594
11595         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11596         enable-hardcoded-path-in-tests
11597
11598 2014-04-11  Will Newton  <will.newton@linaro.org>
11599
11600         * benchtests/Makefile (extra-objs): Add json-lib.o.
11601         (bench-func): Tidy up JSON output.
11602         * benchtests/bench-skeleton.c: Include json-lib.h.
11603         (main): Use JSON library functions to do output of
11604         benchmark results.
11605         * benchtests/bench-timing-type.c (main): Output the
11606         timing type simply, leaving formatting to the user.
11607         * benchtests/json-lib.c: New file.
11608         * benchtests/json-lib.h: Likewise.
11609
11610 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11611
11612         [BZ #15215]
11613         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11614         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11615         memory barriers.  Add comments.
11616         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11617         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11618         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11619         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11620         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11621         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11622
11623 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11624
11625         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11626         * sysdeps/s390/s390-64/configure.ac: ... this ...
11627         * sysdeps/s390/configure.ac: ... to here.
11628         * sysdeps/s390/s390-32/configure: Delete file.
11629         * sysdeps/s390/s390-64/configure: Delete file.
11630         * sysdeps/s390/configure: Regenerate.
11631
11632 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11633
11634         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11635
11636 2014-04-11  Will Newton  <will.newton@linaro.org>
11637
11638         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11639         to zero if it is not defined elsewhere.  (mtrim): Test
11640         the value of MALLOC_DEBUG with #if rather than #ifdef.
11641
11642 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11643
11644         * benchtests/pthread_once-inputs: New file.
11645         * benchtests/pthread_once-source.c: New file.
11646         * benchtests/README: Update documentation.
11647
11648 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11649             H.J. Lu  <hongjiu.lu@intel.com>
11650
11651         [BZ #16275]
11652         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11653         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11654         * sysdeps/x86_64/configure: Regenerated.
11655         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11656         macro.
11657         (REGISTER_SAVE_RAX): Likewise.
11658         (REGISTER_SAVE_RCX): Likewise.
11659         (REGISTER_SAVE_RDX): Likewise.
11660         (REGISTER_SAVE_RSI): Likewise.
11661         (REGISTER_SAVE_RDI): Likewise.
11662         (REGISTER_SAVE_R8): Likewise.
11663         (REGISTER_SAVE_R9): Likewise.
11664         (REGISTER_SAVE_BND0): Likewise.
11665         (REGISTER_SAVE_BND1): Likewise.
11666         (REGISTER_SAVE_BND2): Likewise.
11667         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11668         bound registers when calling _dl_fixup.
11669
11670 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11671
11672         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11673         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11674         of its definition.
11675         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11676         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11677         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11678         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11679         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11680         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11681         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11682
11683 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11684
11685         [BZ #15514]
11686         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11687         pathconf(_PC_NAME_MAX).
11688
11689 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11690
11691         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11692         Remove macro usage.
11693         (__PTHREAD_SPINS): Move definition to ...
11694         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11695         (__PTHREAD_SPINS): ... here.
11696         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11697         (__PTHREAD_SPIN): Likewise.
11698         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11699         (__PTHREAD_SPIN): Likewise.
11700         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11701         (__PTHREAD_SPIN): Likewise.
11702         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11703         (__PTHREAD_SPIN): Likewise.
11704         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11705         (__PTHREAD_SPIN): Likewise.
11706         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11707         (__PTHREAD_SPIN): Likewise.
11708         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11709         (__PTHREAD_SPIN): Likewise.
11710         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11711         (__PTHREAD_SPIN): Likewise.
11712         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11713         (__PTHREAD_SPIN): Likewise.
11714         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11715         (__PTHREAD_SPIN): Likewise.
11716         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11717         (__PTHREAD_SPIN): Likewise.
11718         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11719         (__PTHREAD_SPIN): Likewise.
11720
11721         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11722         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11723         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11724         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11725         imply folder.
11726         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11727         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11728         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11729         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11730         correct imply path.
11731         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11732         strlen symbol for non multi-arch builds.
11733         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11734         missing hidden_def and weak_alias.
11735
11736 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11737
11738         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11739
11740 2014-04-07  Will Newton  <will.newton@linaro.org>
11741
11742         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11743         and contents.  [!_LIBC] Remove #ifndef and contents.
11744         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11745         * string/memccpy.c (__memccpy): Use ANSI prototype.
11746         * string/memfrob.c (memfrob): Likewise.
11747         * string/strcoll.c (STRCOLL): Likewise.
11748         * string/strlen.c (strlen): Likewise.
11749         * string/strtok.c (STRTOK): Likewise.
11750         * string/strcat.c: Remove unused #include of memcopy.h.
11751         (strcat): Use ANSI prototype.
11752         * string/strchr.c: Remove unused #include of memcopy.h.
11753         (strchr): Use ANSI prototype.
11754         * string/strcmp.c: Remove unused #include of memcopy.h.
11755         (strcmp): Use ANSI prototype.
11756         * string/strcpy.c: Remove unused #include of memcopy.h.
11757         (strcpy): Use ANSI prototype.
11758
11759 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11760
11761         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11762         * config.make.in (config-extra-cppflags): Set it from
11763         libc_extra_cppflags.
11764         * configure.ac (libc_extra_cflags): Make it accumulate over
11765         configure fragments.
11766         (libc_extra_cppflags): New flag.
11767         * configure. Regenerate.
11768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11769         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11770         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11772
11773         [BZ #16815]
11774         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11775         result for FE_DOWNWARD rounding mode.
11776         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11777         Likewise.
11778         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11779
11780 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11781
11782         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11783         in function argument name.
11784
11785 2014-04-03  David Svoboda  <svoboda@cert.org>
11786
11787         [BZ #5666]
11788         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11789         explicitly.
11790
11791 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11792
11793         * elf/dl-unmap-segments.h: New file.
11794         * sysdeps/generic/ldsodefs.h
11795         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11796         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11797         * elf/dl-fptr.c: Likewise.
11798         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11799         * sysdeps/aarch64/tlsdesc.c: Likewise.
11800         * sysdeps/arm/tlsdesc.c: Likewise.
11801         * sysdeps/i386/tlsdesc.c: Likewise.
11802         * sysdeps/tile/dl-runtime.c: Likewise.
11803         * sysdeps/x86_64/tlsdesc.c: Likewise.
11804         * elf/dl-load.h: New file.
11805         * elf/dl-load.c: Include it.
11806         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11807         Macros moved to dl-load.h.
11808         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11809         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11810         Use _dl_unmap_segments in place of __munmap.
11811         Break out segment-mapping loop into ...
11812         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11813
11814 2014-04-03  Will Newton  <will.newton@linaro.org>
11815
11816         * elf/dl-lookup.c (do_lookup_x): Remove comment
11817         referring to nested function and move variable
11818         declarations down to before first use.
11819
11820 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11821
11822         [BZ #16799]
11823         [BZ #16800]
11824         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11825         with 0 numerator.
11826         * math/s_catanf.c (__catanf): Likewise.
11827         * math/s_catanh.c (__catanh): Likewise.
11828         * math/s_catanhf.c (__catanhf): Likewise.
11829         * math/s_catanhl.c (__catanhl): Likewise.
11830         * math/s_catanl.c (__catanl): Likewise.
11831         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11832         by positive zero when computing -Inf result.
11833         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11834         (catanh_test): Likewise.
11835         * sysdeps/i386/fpu/libm-test-ulps: Update.
11836         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11837
11838         [BZ #16789]
11839         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11840         instead of using underflowing value in computing result.
11841         * math/s_clog10.c (__clog10): Likewise.
11842         * math/s_clog10f.c (__clog10f): Likewise.
11843         * math/s_clog10l.c (__clog10l): Likewise.
11844         * math/s_clogf.c (__clogf): Likewise.
11845         * math/s_clogl.c (__clogl): Likewise.
11846         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11847         (clog10_test): Likewise.
11848         * sysdeps/i386/fpu/libm-test-ulps: Update.
11849         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11850
11851 2014-04-02  Alan Modra  <amodra@gmail.com>
11852
11853         [BZ #16739]
11854         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11855         output when value is near a power of two.  Use int64_t for lx and
11856         remove casts.  Use decimal rather than hex exponent constants.
11857         Don't use long double multiplication when double will suffice.
11858         * math/libm-test.inc (nextafter_test_data): Add tests.
11859         * NEWS: Add 16739 and 16786 to bug list.
11860
11861         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11862
11863         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11864
11865 2014-04-01  Will Newton  <will.newton@linaro.org>
11866
11867         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11868         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11869
11870 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11871
11872         [BZ #13347]
11873         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11874         * nptl/tst-setuid2.c: New file.
11875         * nptl/Makefile (xtests): Add tst-setuid2.
11876
11877 2014-04-01  Alan Modra  <amodra@gmail.com>
11878
11879         [BZ #16786]
11880         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11881
11882 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11883
11884         [BZ #6803]
11885         [BZ #6804]
11886         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11887         set errno as appropriate.
11888         * math/w_scalbf.c (__scalbf): Likewise.
11889         * math/w_scalbl.c (__scalbl): Likewise.
11890         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11891         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11892         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11893         Add more NaN tests.
11894
11895         [BZ #16349]
11896         * math/w_atan2.c: Include <errno.h>.
11897         (__atan2): Set errno for result underflowing to zero.
11898         * math/w_atan2f.c: Include <errno.h>.
11899         (__atan2f): Set errno for result underflowing to zero.
11900         * math/w_atan2l.c: Include <errno.h>.
11901         (__atan2l): Set errno for result underflowing to zero.
11902         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11903         tests.
11904         * math/auto-libm-test-out: Regenerated.
11905
11906 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11907
11908         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11909         Encode instruction correctly in little endian.
11910         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11911         Likewise.
11912         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11913         Likewise.
11914         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11915         Likewise.
11916         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11917         Likewise.
11918
11919 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11920
11921         [BZ #9894]
11922         * sysdeps/unix/sysv/linux/kernel-features.h
11923         [__sparc__ && !__arch64__ && !__sparc_v9__]
11924         (__ASSUME_SET_ROBUST_LIST): Do not define.
11925         [__sparc__ && !__arch64__ && !__sparc_v9__]
11926         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11927         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11928         Likewise.
11929         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11930         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11931         (__ASSUME_REQUEUE_PI): Likewise.
11932         (__ASSUME_SET_ROBUST_LIST): Likewise.
11933         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11934         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11935         Undefine.
11936         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11937         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11938         Likewise.
11939         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11940         Likewise.
11941         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11942         Likewise.
11943         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11944         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11945         Undefine.
11946         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11947         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11948         Likewise.
11949
11950         [BZ #16648]
11951         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11952         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11953         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11954
11955 2014-03-31  Will Newton  <will.newton@linaro.org>
11956
11957         * benchtests/Makefile (bench): Add ffs and ffsll to list
11958         of tests.
11959         * benchtests/ffs-inputs: New file.
11960         * benchtests/ffsll-inputs: Likewise.
11961
11962 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11963
11964         [BZ #16770]
11965         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11966         too large before casting to int.
11967         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11968         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11969         * math/libm-test.inc (scalb_test_data): Add more tests.
11970
11971 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11972
11973         * benchtests/Makefile (DETAILED_OPT): New make option.
11974         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11975         set.
11976         * benchtests/bench-skeleton.c: Include stdbool.h.
11977         (main): Store and print timings per input.
11978         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11979         member to each argument value.
11980         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11981         (_print_arg_data): Initialize per-input timing to 0.
11982
11983         * benchtests/Makefile (timing-type): New binary.
11984         (bench-clean): Also remove bench-timing-type.
11985         (bench): New target for timing-type.
11986         (bench-func): Print output in JSON format.
11987         * benchtests/bench-skeleton.c (main): Print output in JSON
11988         format.
11989         * benchtests/bench-timing-type.c: New file.
11990         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11991         (TIMING_PRINT_STATS): Remove.
11992         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11993         name separately.
11994
11995         * benchtests/bench-modf.c: Remove.
11996         * benchtests/modf-inputs: New inputs file.
11997
11998 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11999
12000         [BZ #16362]
12001         * math/s_clog10.c (M_PI_LOG10E): New macro.
12002         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
12003         imaginary parts are 0.
12004         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
12005         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
12006         imaginary parts are 0.
12007         * math/s_clog10l.c (M_PI_LOG10El): New macro.
12008         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
12009         imaginary parts are 0.
12010         * math/libm-test.inc (clog10_test_data): Update expected results
12011         for when real and imaginary parts are 0.
12012
12013 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
12014
12015         * elf/dl-load.c: Finish conversion of __builtin_expect into
12016         __glibc_{un}likely.
12017
12018 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
12019
12020         [BZ #16348]
12021         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
12022         1+x for argument with exponent below -67.
12023         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
12024         Likewise.
12025         * math/auto-libm-test-in: Add more tests of exp.
12026         * math/auto-libm-test-out: Regenerated.
12027
12028 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12029
12030         [BZ #16759]
12031         * inet/getnetgrent_r.c (get_nonempty_val): New function.
12032         (nscd_getnetgrent): Use it.
12033
12034         [BZ #16760]
12035         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
12036         of stpcpy.
12037
12038 2014-03-27  Andi Kleen  <ak@linux.intel.com>
12039
12040         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
12041         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12042         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12043         (lll_robust_unlock): Remove out of line section. Use cfi
12044         intrinsics.
12045         (LLL_STUB_UNWIND_INFO*): Remove.
12046         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
12047         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12048         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12049         (lll_robust_unlock): Remove out of line section. Use cfi
12050         intrinsics.
12051         (LLL_STUB_UNWIND_INFO*): Remove.
12052
12053 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12054
12055         [BZ #16758]
12056         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
12057         blank values.
12058
12059 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
12060
12061         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
12062
12063 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
12064
12065         [BZ #16198]
12066         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
12067         fnstenv.
12068         * math/test-fenv-preserve.c: New file.
12069         * math/Makefile (tests): Add test-fenv-preserve.
12070
12071 2014-03-26  Will Newton <will.newton@linaro.org>
12072
12073         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
12074
12075 2014-03-25  Roland McGrath  <roland@hack.frob.com>
12076
12077         * scripts/versionlist.awk: Partition the version sets and emit all
12078         GLIBC_* (sorted) before all others (sorted).
12079
12080 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12081
12082         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
12083         GLIBC_2.2.5 version.
12084
12085 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12086
12087         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
12088         calls.
12089
12090         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
12091         previous change.
12092
12093         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12094
12095 2014-03-25  Andreas Schwab  <schwab@suse.de>
12096
12097         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
12098         label to be used after in6ailist is initialized.
12099
12100 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12101
12102         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
12103         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12104
12105 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12106
12107         [BZ #16357]
12108         [BZ #16599]
12109         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
12110         min_plus_half.
12111         (fp_formats): Update initializers.
12112         (init_fp_formats): Initialize new field.
12113         (output_for_one_input_case): Allow underflow for results up to
12114         min_plus_half.
12115         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
12116         * math/auto-libm-test-in: Don't mark some underflows from asin and
12117         atanh as spurious.
12118         * math/auto-libm-test-out: Regenerated.
12119         * sysdeps/i386/fpu/libm-test-ulps: Update.
12120         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12121
12122 2014-03-25  Andreas Schwab  <schwab@suse.de>
12123
12124         * libio/Makefile (tst-ftell-partial-wide-ENV)
12125         (tst-ftell-active-handler-ENV): Define.
12126
12127 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
12128
12129         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12130
12131 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12132
12133         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12134
12135 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12136
12137         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12138         * sysdeps/x86_64/fpu/multiarch/e_exp.c
12139         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12140
12141 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12142
12143         [BZ #16634]
12144         * elf/dl-load.c (open_verify): Add mode parameter.
12145         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12146         (open_path): Change from boolean 'secure' to complete flag 'mode'
12147         (_dl_map_object): Adjust.
12148         * elf/Makefile (tests): Add tst-dlopen-aout.
12149         * elf/tst-dlopen-aout.c: New test.
12150
12151 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
12152
12153         [BZ #16714]
12154         * sysdeps/unix/sysv/linux/s390/bits/stat.h
12155         (struct stat): Rename member pad0 to __glibc_reserved0.
12156
12157         [BZ #16712]
12158         * sysdeps/s390/s390-32/bits/wordsize.h
12159         (__WORDSIZE32_SIZE_ULONG): New define.
12160         * sysdeps/s390/s390-64/bits/wordsize.h
12161         (__WORDSIZE32_SIZE_ULONG): Likewise.
12162         * sysdeps/generic/stdint.h (SIZE_MAX):
12163         Define as UL if __WORDSIZE32_SIZE_ULONG.
12164
12165         [BZ #16713]
12166         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12167         (__glibc_reserved0): New variable.
12168         (sa_flags): Change type to int.
12169
12170         * posix/Makefile (before-compile): Use += before-compile instead
12171         of a :=.
12172
12173         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12174         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12175
12176 2014-03-20  Andreas Schwab  <schwab@suse.de>
12177
12178         [BZ #16743]
12179         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12180         non-matching result from nscd.
12181
12182 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12183
12184         * scripts/bench.py: Moved to ...
12185         * benchtests/scripts/bench.py: ... here.
12186         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12187
12188 2014-03-24  Andreas Schwab  <schwab@suse.de>
12189
12190         [BZ #16002]
12191         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12192         alloca_account and account alloca use for struct in6ailist.
12193
12194 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12195
12196         [BZ #16284]
12197         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12198         rounding mode to recompute results that overflow to infinity or
12199         underflow to zero.
12200         * math/auto-libm-test-in: Don't mark tests as expected to fail for
12201         bug 16284.
12202         * math/auto-libm-test-out: Regenerated.
12203         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12204         (ccosh_test): Likewise.
12205         (csin_test_data): Use plus_oflow.
12206         (csin_test): Use ALL_RM_TEST.
12207         (csinh_test_data): Use plus_oflow.
12208         (csinh_test): Use ALL_RM_TEST.
12209         * sysdeps/i386/fpu/libm-test-ulps: Update.
12210         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12211
12212 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
12213
12214         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12215         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12216         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12217
12218         [BZ #16731]
12219         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12220         when x - 1 is zero.
12221         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12222         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12223         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12224         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12225         argument is 1.
12226         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12227         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12228         zero.
12229         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12230         * sysdeps/i386/fpu/libm-test-ulps: Update.
12231         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12232
12233 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12234
12235         * scripts/bench.pl: Remove file.
12236         * scripts/bench.py: New benchmark script.
12237         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12238         * benchtests/README: Mention python dependency.
12239         * scripts/pylintrc: New file.
12240         * scripts/pylint: New file.
12241
12242         * bits/mathdef.h: Use #ifdef instead of #if.
12243         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12244         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12245         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12246         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12247         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12248         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12249
12250 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12251             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12252
12253         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12254         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12255         and strpbrk-ppc64 objects.
12256         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12257         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12258         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12259         multiarch strpbrk for POWER7.
12260         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12261         multiarch strpbrk for PPC64.
12262         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12263         ifunc selector.
12264         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12265         strpbrk for POWER7.
12266
12267 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12268
12269         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12270         (atan_test): Likewise.
12271         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12272         (atanh_test): Use ALL_RM_TEST.
12273         (atan2_test_data): Likewise.
12274         (cabs_test): Likewise.
12275         (cacosh_test): Likewise.
12276         (carg_test): Likewise.
12277         (casin_test): Likewise.
12278         (casinh_test): Likewise.
12279         (cbrt_test): Likewise.
12280         (csqrt_test): Likewise.
12281         (erf_test): Likewise.
12282         (erfc_test): Likewise.
12283         (pow10_test): Likewise.
12284         (exp2_test): Likewise.
12285         (hypot_test): Likewise.
12286         (j0_test): Likewise.
12287         (j1_test): Likewise.
12288         (lgamma_test): Likewise.
12289         (gamma_test): Likewise.
12290         (sincos_test): Likewise.
12291         (tanh_test): Likewise.
12292         (y0_test): Likewise.
12293         (y1_test): Likewise.
12294         * sysdeps/i386/fpu/libm-test-ulps: Update.
12295         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12296
12297 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12298
12299         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12300         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12301         and strcspn-ppc64 objects.
12302         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12303         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12304         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12305         multiarch strcspn for POWER7.
12306         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12307         multiarch strcspn for PPC64.
12308         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12309         ifunc selector.
12310         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12311         strcspn for POWER7.
12312
12313 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12314
12315         * math/gen-libm-test.pl (generate_testfile): Expect only function
12316         name as argument to AUTO_TESTS_* and pass results for all rounding
12317         modes to parse_args.
12318         (parse_auto_input): Separate inputs of automatic tests from
12319         outputs before storing in %auto_tests.
12320         * math/libm-test.inc (acos_test_data): Update call to
12321         AUTO_TESTS_f_f.
12322         (acos_test): Use ALL_RM_TEST.
12323         (acos_tonearest_test_data): Remove.
12324         (acos_test_tonearest): Likewise.
12325         (acos_towardzero_test_data): Likewise.
12326         (acos_test_towardzero): Likewise.
12327         (acos_downward_test_data): Likewise.
12328         (acos_test_downward): Likewise.
12329         (acos_upward_test_data): Likewise.
12330         (acos_test_upward): Likewise.
12331         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12332         (asin_test_data): Likewise.
12333         (asin_test): Use ALL_RM_TEST.
12334         (asin_tonearest_test_data): Remove.
12335         (asin_test_tonearest): Likewise.
12336         (asin_towardzero_test_data): Likewise.
12337         (asin_test_towardzero): Likewise.
12338         (asin_downward_test_data): Likewise.
12339         (asin_test_downward): Likewise.
12340         (asin_upward_test_data): Likewise.
12341         (asin_test_upward): Likewise.
12342         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12343         (atan_test_data): Likewise.
12344         (atanh_test_data): Likewise.
12345         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12346         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12347         (carg_test_data): Likewise.
12348         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12349         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12350         (ccosh_test_data): Likewise.
12351         (cexp_test_data): Likewise.
12352         (clog_test_data): Likewise.
12353         (clog10_test_data): Likewise.
12354         (cos_test_data): Update call to AUTO_TESTS_f_f.
12355         (cos_test): Use ALL_RM_TEST.
12356         (cos_tonearest_test_data): Remove.
12357         (cos_test_tonearest): Likewise.
12358         (cos_towardzero_test_data): Likewise.
12359         (cos_test_towardzero): Likewise.
12360         (cos_downward_test_data): Likewise.
12361         (cos_test_downward): Likewise.
12362         (cos_upward_test_data): Likewise.
12363         (cos_test_upward): Likewise.
12364         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12365         (cosh_test): Use ALL_RM_TEST.
12366         (cosh_tonearest_test_data): Remove.
12367         (cosh_test_tonearest): Likewise.
12368         (cosh_towardzero_test_data): Likewise.
12369         (cosh_test_towardzero): Likewise.
12370         (cosh_downward_test_data): Likewise.
12371         (cosh_test_downward): Likewise.
12372         (cosh_upward_test_data): Likewise.
12373         (cosh_test_upward): Likewise.
12374         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12375         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12376         (ctan_test_data): Likewise.
12377         (ctan_test): Use ALL_RM_TEST.
12378         (ctan_tonearest_test_data): Remove.
12379         (ctan_test_tonearest): Likewise.
12380         (ctan_towardzero_test_data): Likewise.
12381         (ctan_test_towardzero): Likewise.
12382         (ctan_downward_test_data): Likewise.
12383         (ctan_test_downward): Likewise.
12384         (ctan_upward_test_data): Likewise.
12385         (ctan_test_upward): Likewise.
12386         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12387         (ctanh_test): Use ALL_RM_TEST.
12388         (ctanh_tonearest_test_data): Remove.
12389         (ctanh_test_tonearest): Likewise.
12390         (ctanh_towardzero_test_data): Likewise.
12391         (ctanh_test_towardzero): Likewise.
12392         (ctanh_downward_test_data): Likewise.
12393         (ctanh_test_downward): Likewise.
12394         (ctanh_upward_test_data): Likewise.
12395         (ctanh_test_upward): Likewise.
12396         (erf_test_data): Update call to AUTO_TESTS_f_f.
12397         (erfc_test_data): Likewise.
12398         (exp_test_data): Likewise.
12399         (exp_test): Use ALL_RM_TEST.
12400         (exp_tonearest_test_data): Remove.
12401         (exp_test_tonearest): Likewise.
12402         (exp_towardzero_test_data): Likewise.
12403         (exp_test_towardzero): Likewise.
12404         (exp_downward_test_data): Likewise.
12405         (exp_test_downward): Likewise.
12406         (exp_upward_test_data): Likewise.
12407         (exp_test_upward): Likewise.
12408         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12409         (exp10_test): Use ALL_RM_TEST.
12410         (exp10_tonearest_test_data): Remove.
12411         (exp10_test_tonearest): Likewise.
12412         (exp10_towardzero_test_data): Likewise.
12413         (exp10_test_towardzero): Likewise.
12414         (exp10_downward_test_data): Likewise.
12415         (exp10_test_downward): Likewise.
12416         (exp10_upward_test_data): Likewise.
12417         (exp10_test_upward): Likewise.
12418         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12419         (expm1_test_data): Likewise.
12420         (expm1_test): Use ALL_RM_TEST.
12421         (expm1_tonearest_test_data): Remove.
12422         (expm1_test_tonearest): Likewise.
12423         (expm1_towardzero_test_data): Likewise.
12424         (expm1_test_towardzero): Likewise.
12425         (expm1_downward_test_data): Likewise.
12426         (expm1_test_downward): Likewise.
12427         (expm1_upward_test_data): Likewise.
12428         (expm1_test_upward): Likewise.
12429         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12430         (fma_test): Use ALL_RM_TEST.
12431         (fma_towardzero_test_data): Remove.
12432         (fma_test_towardzero): Likewise.
12433         (fma_downward_test_data): Likewise.
12434         (fma_test_downward): Likewise.
12435         (fma_upward_test_data): Likewise.
12436         (fma_test_upward): Likewise.
12437         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12438         (j0_test_data): Update call to AUTO_TESTS_f_f.
12439         (j1_test_data): Likewise.
12440         (jn_test_data): Update call to AUTO_TESTS_if_f.
12441         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12442         (log_test_data): Update call to AUTO_TESTS_f_f.
12443         (log10_test_data): Likewise.
12444         (log1p_test_data): Likewise.
12445         (log2_test_data): Likewise.
12446         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12447         (pow_tonearest_test_data): Likewise.
12448         (sin_test_data): Update call to AUTO_TESTS_f_f.
12449         (sin_test): Use ALL_RM_TEST.
12450         (sin_tonearest_test_data): Remove.
12451         (sin_test_tonearest): Likewise.
12452         (sin_towardzero_test_data): Likewise.
12453         (sin_test_towardzero): Likewise.
12454         (sin_downward_test_data): Likewise.
12455         (sin_test_downward): Likewise.
12456         (sin_upward_test_data): Likewise.
12457         (sin_test_upward): Likewise.
12458         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12459         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12460         (sinh_test): Use ALL_RM_TEST.
12461         (sinh_tonearest_test_data): Remove.
12462         (sinh_test_tonearest): Likewise.
12463         (sinh_towardzero_test_data): Likewise.
12464         (sinh_test_towardzero): Likewise.
12465         (sinh_downward_test_data): Likewise.
12466         (sinh_test_downward): Likewise.
12467         (sinh_upward_test_data): Likewise.
12468         (sinh_test_upward): Likewise.
12469         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12470         (sqrt_test): Use ALL_RM_TEST.
12471         (sqrt_tonearest_test_data): Remove.
12472         (sqrt_test_tonearest): Likewise.
12473         (sqrt_towardzero_test_data): Likewise.
12474         (sqrt_test_towardzero): Likewise.
12475         (sqrt_downward_test_data): Likewise.
12476         (sqrt_test_downward): Likewise.
12477         (sqrt_upward_test_data): Likewise.
12478         (sqrt_test_upward): Likewise.
12479         (tan_test_data): Update call to AUTO_TESTS_f_f.
12480         (tan_test): Use ALL_RM_TEST.
12481         (tan_tonearest_test_data): Remove.
12482         (tan_test_tonearest): Likewise.
12483         (tan_towardzero_test_data): Likewise.
12484         (tan_test_towardzero): Likewise.
12485         (tan_downward_test_data): Likewise.
12486         (tan_test_downward): Likewise.
12487         (tan_upward_test_data): Likewise.
12488         (tan_test_upward): Likewise.
12489         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12490         (tgamma_test_data): Likewise.
12491         (y0_test_data): Likewise.
12492         (y1_test_data): Likewise.
12493         (yn_test_data): Update call to AUTO_TESTS_if_f.
12494         (main): Do not call removed functions.
12495
12496 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12497
12498         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12499         (ldexp_test_data): Remove.
12500         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12501         scalbn_test_data.
12502         (scalb_test): Use ALL_RM_TEST.
12503
12504 2014-03-19  Andreas Schwab  <schwab@suse.de>
12505
12506         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12507
12508 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12509
12510         [BZ #16649]
12511         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12512         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12513         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12514         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12515         (__ASSUME_PREADV): Undefine.
12516         (__ASSUME_PWRITEV): Likewise.
12517
12518 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12519
12520         * bits/mman-linux.h: Add comment about non-Linux use.
12521         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12522         bits/mman-linux.h resting place.
12523
12524         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12525         * bits/mman-linux.h: ... here.
12526
12527 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12528
12529         * conform/conformtest.pl: Add standard definition when calling C
12530         preprocessor on data files.
12531         (checknamespace): Remove unused variable.
12532
12533 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12534
12535         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12536         minus_oflow, plus_uflow and minus_uflow in expected results.
12537         * math/libm-test.inc (scalbn_test_data): Add more tests of
12538         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12539         minus_uflow.
12540         (scalbn_test): Use ALL_RM_TEST.
12541         (scalbln_test_data): Add more tests of negative arguments.  Use
12542         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12543         (scalbln_test): Use ALL_RM_TEST.
12544
12545 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12546
12547         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12548
12549 2014-03-18  Will Newton  <will.newton@linaro.org>
12550
12551         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12552         inaccurate comment.
12553
12554 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12555
12556         * Makerules [!subdir] (check-abi): Exit with error status if a
12557         test failed.
12558
12559 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12560
12561         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12562         for rint.  Include results for all rounding modes.
12563         (nearbyint_test): Use ALL_RM_TEST.
12564         (rint_test_data): Include all tests used for nearbyint.
12565
12566 2014-03-17  Will Newton  <will.newton@linaro.org>
12567
12568         * nptl/sysdeps/pthread/pthread.h: Revert previous
12569         change.
12570
12571         * sysdeps/generic/ldsodefs.h: Revert previous
12572         change.
12573
12574         * libio/genops.c: Revert previous change.
12575         * libio/libioP.h: Likewise.
12576         * stdio-common/vfprintf.c: Likewise.
12577
12578         * sysdeps/generic/math_private.h: Revert previous
12579         change.
12580
12581         * sysdeps/generic/math_private.h: Check whether
12582         HAVE_RM_CTX is defined with #ifdef rather
12583         than #if.
12584
12585         * argp/argp-fmtstream.h: Check whether
12586         __STRICT_ANSI__ is defined with #ifdef rather
12587         than #if.
12588         * argp/argp.h: Likewise.
12589
12590         * libio/genops.c: Check whether
12591         _IO_JUMPS_OFFSET is defined with #ifdef rather
12592         than #if.
12593         * libio/libioP.h: Likewise.
12594         * stdio-common/vfprintf.c: Likewise.
12595
12596         * sysdeps/generic/ldsodefs.h: Check whether
12597         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12598         than #if.
12599
12600         * nptl/sysdeps/pthread/pthread.h: Check
12601         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12602         its value.
12603
12604 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12605
12606         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12607         setting O_APPEND.
12608         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12609         test case.
12610
12611         [BZ #16680]
12612         * libio/fileops.c (_IO_file_open): Seek to end of file but
12613         don't cache the offset.
12614         (get_file_offset): Remove function.
12615         (do_ftell): Use cached offset when available.
12616         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12617         don't cache the offset.
12618         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12619         case.
12620         (do_one_test): Call it.
12621         (do_ftell_test): Fix up expected old offset for a+ mode.
12622         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12623         available.
12624
12625         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12626         up test status with function return status.
12627         (do_write_test): Likewise.
12628         (do_append_test): Likewise.
12629
12630         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12631         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12632         Remove.
12633
12634 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12635
12636         * math/gen-libm-test.pl (parse_args): Handle results specified for
12637         each rounding mode separately.
12638         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12639         tests and results from lrint_tonearest_test_data,
12640         lrint_towardzero_test_data, lrint_downward_test_data and
12641         lrint_upward_test_data.
12642         (lrint_test): Use ALL_RM_TEST.
12643         (lrint_tonearest_test_data): Remove.
12644         (lrint_test_tonearest): Likewise.
12645         (lrint_towardzero_test_data): Likewise.
12646         (lrint_test_towardzero): Likewise.
12647         (lrint_downward_test_data): Likewise.
12648         (lrint_test_downward): Likewise.
12649         (lrint_upward_test_data): Likewise.
12650         (lrint_test_upward): Likewise.
12651         (llrint_test_data): Merge in per-rounding-mode tests and results
12652         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12653         llrint_downward_test_data and llrint_upward_test_data.
12654         (llrint_test): Use ALL_RM_TEST.
12655         (llrint_tonearest_test_data): Remove.
12656         (llrint_test_tonearest): Likewise.
12657         (llrint_towardzero_test_data): Likewise.
12658         (llrint_test_towardzero): Likewise.
12659         (llrint_downward_test_data): Likewise.
12660         (llrint_test_downward): Likewise.
12661         (llrint_upward_test_data): Likewise.
12662         (llrint_test_upward): Likewise.
12663         (rint_test_data): Merge in per-rounding-mode tests and results
12664         from rint_tonearest_test_data, rint_towardzero_test_data,
12665         rint_downward_test_data and rint_upward_test_data.  Add
12666         per-rounding-mode results for tests not in those arrays.
12667         (rint_test): Use ALL_RM_TEST.
12668         (rint_tonearest_test_data): Remove.
12669         (rint_test_tonearest): Likewise.
12670         (rint_towardzero_test_data): Likewise.
12671         (rint_test_towardzero): Likewise.
12672         (rint_downward_test_data): Likewise.
12673         (rint_test_downward): Likewise.
12674         (rint_upward_test_data): Likewise.
12675         (rint_test_upward): Likewise.
12676         (main): Don't call removed functions.
12677
12678 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12679
12680         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12681         "Compiled on ..." crapola.  It is anti-useful.
12682
12683 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12684
12685         * scripts/evaluate-test.sh: Handle fourth argument to determine
12686         whether test run should stop on failure.
12687         * Makeconfig (stop-on-test-failure): New variable.
12688         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12689         $(stop-on-test-failure).
12690         * Makefile (tests): Give a summary of results from testing and
12691         exit with failure status if they include an ERROR or FAIL.
12692         (xtests): Likewise.
12693         * manual/install.texi (Configuring and compiling): Mention
12694         stop-on-test-failure=y.
12695         * INSTALL: Regenerated.
12696
12697 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12698
12699         * scripts/versionlist.awk: New file.
12700         * Makerules [$(build-shared) = yes]
12701         (postclean-generated): Add Versions.def, not Versions.def.v and
12702         Versions.def.v.i.
12703         ($(common-objpfx)Versions.def.v.i): Target removed.
12704         ($(common-objpfx)Versions.def): New target.
12705         ($(common-objpfx)Versions.all): Depend on that rather that
12706         $(common-objpfx)Versions.def.v.
12707         * Versions.def: File removed.
12708
12709         * Makeconfig (+gccwarn): Add -Wundef.
12710         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12711         a dl-sysdep.h breaking its contract.
12712         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12713         * include/stackinfo.h: New file.
12714         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12715         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12716         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12717         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12718         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12719         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12720         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12721         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12722         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12723         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12724         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12725         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12726         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12727         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12728         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12729
12730 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12731
12732         [BZ #16707]
12733         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12734         implementation.
12735         * math/libm-test.inc (round_test_data): Add more tests.
12736
12737         [BZ #16706]
12738         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12739         implementation.
12740         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12741
12742         [BZ #16701]
12743         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12744         implementation.
12745         * math/libm-test.inc (ceil_test_data): Add more tests.
12746
12747         * math/libm-test.inc (trunc_test_data): Add more tests related to
12748         BZ#16414.
12749
12750 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12751
12752         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12753         with #if rather than #ifdef.
12754         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12755
12756 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12757
12758         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12759         first.  Disable AVX-512 GCC support if assembler doesn't support
12760         it.
12761         * sysdeps/x86_64/configure: Regenerated.
12762
12763 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12764
12765         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12766         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12767         (__old_pthread_attr_setstack): Likewise.
12768         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12769         [!_STACK_GROWS_DOWN]: Likewise.
12770
12771 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12772
12773         * config.make.in (have-bash2): Delete.
12774         * configure.ac (libc_cv_have_bash2): Delete.
12775         * configure: Regenerate.
12776         * elf/Makefile (common-ldd-rewrite): Rename to ...
12777         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12778         (sh-ldd-rewrite): Delete.
12779         (bash-ldd-rewrite): Delete.
12780         (have-bash2): Delete checks.
12781         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12782         ldd-rewrite.
12783
12784         * config.make.in (have-ksh): Delete.
12785         (KSH): Delete.
12786         * configure.ac (libc_cv_have_ksh): Delete.
12787         * configure: Regenerate.
12788
12789         * elf/Makefile: Delete $(have-ksh) check.
12790         ($(objpfx)sotruss): Change KSH to BASH.
12791         * elf/sotruss.ksh: Rename to ...
12792         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12793         function style to match POSIX.  Drop ksh vim mode setting.
12794
12795         * manual/time.texi (Specifying the Time Zone with TZ): Change
12796         Tuesday to Thursday.
12797
12798         * debug/tst-longjmp_chk2.c: Update header comment.
12799         (stackoverflow_handler): Add comment.  Call assert on pass value.
12800
12801 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12802
12803         [BZ #16194]
12804         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12805         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12806         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12807         (La_x86_64_vector): Add zmm.
12808         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12809         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12810         ($(objpfx)tst-audit10): New target.
12811         ($(objpfx)tst-audit10.out): Likewise.
12812         (tst-audit10-ENV): New.
12813         (AVX512-CFLAGS): Likewise.
12814         (CFLAGS-tst-audit10.c): Likewise.
12815         (CFLAGS-tst-auditmod10a.c): Likewise.
12816         (CFLAGS-tst-auditmod10b.c): Likewise.
12817         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12818         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12819         * sysdeps/x86_64/configure: Regenerated.
12820         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12821         AVX-512 zmm register support.
12822         (_dl_x86_64_save_sse): Likewise.
12823         (_dl_x86_64_restore_sse): Likewise.
12824         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12825         size vector registers.
12826         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12827         (ZMM_SIZE): Likewise.
12828         * sysdeps/x86_64/tst-audit10.c: New file.
12829         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12830         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12831
12832 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12833
12834         * configure.ac (HAVE_EHDR_START): New check.
12835         * configure: Regenerated.
12836         * config.h.in (HAVE_EHDR_START): New #undef.
12837         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12838         assuming the lowest-addressed segment maps the start of the file.
12839
12840 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12841
12842         * INSTALL: Regenerated.
12843
12844 2014-03-13  Will Newton  <will.newton@linaro.org>
12845
12846         * manual/setjmp.texi (System V contexts): Improve
12847         clarity and grammar of documentation.
12848
12849 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12850
12851         [BZ #16381]
12852         * elf/Makefile (tests): Add tst-pie2.
12853         (tests-pie): Add tst-pie2.
12854         * elf/tst-pie2.c: New file.
12855         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12856         for ET_EXEC.
12857         * elf/rtld.c (map_doit): Load executable as lt_executable.
12858         (dl_main): Likewise.
12859
12860 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12861
12862         [BZ #16642]
12863         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12864         (__ASSUME_PSELECT): Undefine.
12865
12866 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12867
12868         [BZ #16689]
12869         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12870         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12871         static build.
12872         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12873         selector for static builds.
12874
12875 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12876
12877         [BZ #16695]
12878         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12879         key in the buffer.
12880
12881 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12882
12883         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12884         IFUNC selector for static builds.
12885
12886 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12887
12888         * sysdeps/mips/math_private.h [__mips_hard_float]
12889         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12890         libc_feresetround_mips_ctx.
12891         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12892         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12893         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12894
12895         [BZ #16677]
12896         * math/s_nextafter.c (__nextafter): Do not return value from
12897         overflowing computation.
12898         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12899         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12900         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12901         Likewise.
12902         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12903         Likewise.
12904         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12905         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12906
12907 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12908
12909         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12910         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12911         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12912         the new mov targetting sp.
12913
12914 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12915
12916         [BZ #16683]
12917         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12918         Define it for static builds as well.
12919         (NO_BZERO_IMPL): Likewise.
12920
12921 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12922
12923         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12924         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12925         multiarch strspn for PPC64.
12926         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12927         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12928         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12929         (__libc_ifunc_impl_list): Likewise.
12930         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12931         multiarch optimizations
12932         * string/strspn.c (strspn): Using macro to redefine symbol name.
12933
12934 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12935             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12936
12937         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12938         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12939         multiarch strncat for PPC64.
12940         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12941         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12942         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12943         (__libc_ifunc_impl_list): Likewise.
12944         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12945         multiarch optimizations
12946
12947 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12948
12949         [BZ #16639]
12950         * nscd/nscd.service: Make service type forking.
12951
12952 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12953
12954         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12955         sign in non default rounding modes.
12956         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12957
12958 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12959
12960         * math/libm-test.inc (ALL_RM_TEST): New macro.
12961         (ceil_test): Use ALL_RM_TEST.
12962         (cimag_test): Likewise.
12963         (conj_test): Likewise.
12964         (copysign_test): Likewise.
12965         (cproj_test): Likewise.
12966         (creal_test): Likewise.
12967         (fabs_test): Likewise.
12968         (floor_test): Likewise.
12969         (fmax_test): Likewise.
12970         (fmin_test): Likewise.
12971         (fmod_test): Likewise.
12972         (fpclassify_test): Likewise.
12973         (frexp_test): Likewise.
12974         (ilogb_test): Likewise.
12975         (isfinite_test): Likewise.
12976         (finite_test): Likewise.
12977         (isgreater_test): Likewise.
12978         (isgreaterequal_test): Likewise.
12979         (isinf_test): Likewise.
12980         (isless_test): Likewise.
12981         (islessequal_test): Likewise.
12982         (islessgreater_test): Likewise.
12983         (isnan_test): Likewise.
12984         (isnormal_test): Likewise.
12985         (issignaling_test): Likewise.
12986         (isunordered_test): Likewise.
12987         (logb_test): Likewise.
12988         (logb_downward_test_data): Remove.
12989         (logb_test_downward): Likewise.
12990         (lround_test): Use ALL_RM_TEST.
12991         (llround_test): Likewise.
12992         (modf_test): Likewise.
12993         (nexttoward_test): Likewise.
12994         (remainder_test): Likewise.
12995         (drem_test): Likewise.
12996         (remainder_tonearest_test_data): Likewise.
12997         (remainder_test_tonearest): Likewise.
12998         (drem_test_tonearest): Likewise.
12999         (remainder_towardzero_test_data): Likewise.
13000         (remainder_test_towardzero): Likewise.
13001         (drem_test_towardzero): Likewise.
13002         (remainder_downward_test_data): Likewise.
13003         (remainder_test_downward): Likewise.
13004         (drem_test_downward): Likewise.
13005         (remainder_upward_test_data): Likewise.
13006         (remainder_test_upward): Likewise.
13007         (drem_test_upward): Likewise.
13008         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
13009         (round_test): Use ALL_RM_TEST.
13010         (signbit_test): Likewise.
13011         (trunc_test): Likewise.
13012         (significand_test): Likewise.
13013         (main): Don't call removed functions.
13014
13015 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13016
13017         [BZ #16674]
13018         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
13019         || __USE_XOPEN2K8].
13020         (ILL_ILLOPN): Likewise.
13021         (ILL_ILLADR): Likewise.
13022         (ILL_ILLTRP): Likewise.
13023         (ILL_PRVOPC): Likewise.
13024         (ILL_PRVREG): Likewise.
13025         (ILL_COPROC): Likewise.
13026         (ILL_BADSTK): Likewise.
13027         (FPE_INTDIV): Likewise.
13028         (FPE_INTOVF): Likewise.
13029         (FPE_FLTDIV): Likewise.
13030         (FPE_FLTOVF): Likewise.
13031         (FPE_FLTUND): Likewise.
13032         (FPE_FLTRES): Likewise.
13033         (FPE_FLTINV): Likewise.
13034         (FPE_FLTSUB): Likewise.
13035         (SEGV_MAPERR): Likewise.
13036         (SEGV_ACCERR): Likewise.
13037         (BUS_ADRALN): Likewise.
13038         (BUS_ADRERR): Likewise.
13039         (BUS_OBJERR): Likewise.
13040         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13041         (TRAP_TRACE): Likewise.
13042         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13043         __USE_XOPEN2K8].
13044         (CLD_KILLED): Likewise.
13045         (CLD_DUMPED): Likewise.
13046         (CLD_TRAPPED): Likewise.
13047         (CLD_STOPPED): Likewise.
13048         (CLD_CONTINUED): Likewise.
13049         (POLL_IN): Likewise.
13050         (POLL_OUT): Likewise.
13051         (POLL_MSG): Likewise.
13052         (POLL_ERR): Likewise.
13053         (POLL_PRI): Likewise.
13054         (POLL_HUP): Likewise.
13055         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
13056         Likewise.
13057         (ILL_ILLOPN): Likewise.
13058         (ILL_ILLADR): Likewise.
13059         (ILL_ILLTRP): Likewise.
13060         (ILL_PRVOPC): Likewise.
13061         (ILL_PRVREG): Likewise.
13062         (ILL_COPROC): Likewise.
13063         (ILL_BADSTK): Likewise.
13064         (FPE_INTDIV): Likewise.
13065         (FPE_INTOVF): Likewise.
13066         (FPE_FLTDIV): Likewise.
13067         (FPE_FLTOVF): Likewise.
13068         (FPE_FLTUND): Likewise.
13069         (FPE_FLTRES): Likewise.
13070         (FPE_FLTINV): Likewise.
13071         (FPE_FLTSUB): Likewise.
13072         (SEGV_MAPERR): Likewise.
13073         (SEGV_ACCERR): Likewise.
13074         (BUS_ADRALN): Likewise.
13075         (BUS_ADRERR): Likewise.
13076         (BUS_OBJERR): Likewise.
13077         (BUS_MCEERR_AR): Likewise.
13078         (BUS_MCEERR_AO): Likewise.
13079         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13080         (TRAP_TRACE): Likewise.
13081         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13082         __USE_XOPEN2K8].
13083         (CLD_KILLED): Likewise.
13084         (CLD_DUMPED): Likewise.
13085         (CLD_TRAPPED): Likewise.
13086         (CLD_STOPPED): Likewise.
13087         (CLD_CONTINUED): Likewise.
13088         (POLL_IN): Likewise.
13089         (POLL_OUT): Likewise.
13090         (POLL_MSG): Likewise.
13091         (POLL_ERR): Likewise.
13092         (POLL_PRI): Likewise.
13093         (POLL_HUP): Likewise.
13094         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
13095         (ILL_ILLOPN): Likewise.
13096         (ILL_ILLADR): Likewise.
13097         (ILL_ILLTRP): Likewise.
13098         (ILL_PRVOPC): Likewise.
13099         (ILL_PRVREG): Likewise.
13100         (ILL_COPROC): Likewise.
13101         (ILL_BADSTK): Likewise.
13102         (FPE_INTDIV): Likewise.
13103         (FPE_INTOVF): Likewise.
13104         (FPE_FLTDIV): Likewise.
13105         (FPE_FLTOVF): Likewise.
13106         (FPE_FLTUND): Likewise.
13107         (FPE_FLTRES): Likewise.
13108         (FPE_FLTINV): Likewise.
13109         (FPE_FLTSUB): Likewise.
13110         (SEGV_MAPERR): Likewise.
13111         (SEGV_ACCERR): Likewise.
13112         (BUS_ADRALN): Likewise.
13113         (BUS_ADRERR): Likewise.
13114         (BUS_OBJERR): Likewise.
13115         (BUS_MCEERR_AR): Likewise.
13116         (BUS_MCEERR_AO): Likewise.
13117         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13118         (TRAP_TRACE): Likewise.
13119         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13120         __USE_XOPEN2K8].
13121         (CLD_KILLED): Likewise.
13122         (CLD_DUMPED): Likewise.
13123         (CLD_TRAPPED): Likewise.
13124         (CLD_STOPPED): Likewise.
13125         (CLD_CONTINUED): Likewise.
13126         (POLL_IN): Likewise.
13127         (POLL_OUT): Likewise.
13128         (POLL_MSG): Likewise.
13129         (POLL_ERR): Likewise.
13130         (POLL_PRI): Likewise.
13131         (POLL_HUP): Likewise.
13132         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13133         Likewise.
13134         (ILL_ILLOPN): Likewise.
13135         (ILL_ILLADR): Likewise.
13136         (ILL_ILLTRP): Likewise.
13137         (ILL_PRVOPC): Likewise.
13138         (ILL_PRVREG): Likewise.
13139         (ILL_COPROC): Likewise.
13140         (ILL_BADSTK): Likewise.
13141         (ILL_BADIADDR): Likewise.
13142         (ILL_BREAK): Likewise.
13143         (FPE_INTDIV): Likewise.
13144         (FPE_INTOVF): Likewise.
13145         (FPE_FLTDIV): Likewise.
13146         (FPE_FLTOVF): Likewise.
13147         (FPE_FLTUND): Likewise.
13148         (FPE_FLTRES): Likewise.
13149         (FPE_FLTINV): Likewise.
13150         (FPE_FLTSUB): Likewise.
13151         (FPE_DECOVF): Likewise.
13152         (FPE_DECDIV): Likewise.
13153         (FPE_DECERR): Likewise.
13154         (FPE_INVASC): Likewise.
13155         (FPE_INVDEC): Likewise.
13156         (SEGV_MAPERR): Likewise.
13157         (SEGV_ACCERR): Likewise.
13158         (SEGV_PSTKOVF): Likewise.
13159         (BUS_ADRALN): Likewise.
13160         (BUS_ADRERR): Likewise.
13161         (BUS_OBJERR): Likewise.
13162         (BUS_MCEERR_AR): Likewise.
13163         (BUS_MCEERR_AO): Likewise.
13164         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13165         (TRAP_TRACE): Likewise.
13166         (TRAP_BRANCH): Likewise.
13167         (TRAP_HWBKPT): Likewise.
13168         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13169         __USE_XOPEN2K8].
13170         (CLD_KILLED): Likewise.
13171         (CLD_DUMPED): Likewise.
13172         (CLD_TRAPPED): Likewise.
13173         (CLD_STOPPED): Likewise.
13174         (CLD_CONTINUED): Likewise.
13175         (POLL_IN): Likewise.
13176         (POLL_OUT): Likewise.
13177         (POLL_MSG): Likewise.
13178         (POLL_ERR): Likewise.
13179         (POLL_PRI): Likewise.
13180         (POLL_HUP): Likewise.
13181         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13182         (ILL_ILLOPN): Likewise.
13183         (ILL_ILLADR): Likewise.
13184         (ILL_ILLTRP): Likewise.
13185         (ILL_PRVOPC): Likewise.
13186         (ILL_PRVREG): Likewise.
13187         (ILL_COPROC): Likewise.
13188         (ILL_BADSTK): Likewise.
13189         (FPE_INTDIV): Likewise.
13190         (FPE_INTOVF): Likewise.
13191         (FPE_FLTDIV): Likewise.
13192         (FPE_FLTOVF): Likewise.
13193         (FPE_FLTUND): Likewise.
13194         (FPE_FLTRES): Likewise.
13195         (FPE_FLTINV): Likewise.
13196         (FPE_FLTSUB): Likewise.
13197         (SEGV_MAPERR): Likewise.
13198         (SEGV_ACCERR): Likewise.
13199         (BUS_ADRALN): Likewise.
13200         (BUS_ADRERR): Likewise.
13201         (BUS_OBJERR): Likewise.
13202         (BUS_MCEERR_AR): Likewise.
13203         (BUS_MCEERR_AO): Likewise.
13204         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13205         (TRAP_TRACE): Likewise.
13206         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13207         __USE_XOPEN2K8].
13208         (CLD_KILLED): Likewise.
13209         (CLD_DUMPED): Likewise.
13210         (CLD_TRAPPED): Likewise.
13211         (CLD_STOPPED): Likewise.
13212         (CLD_CONTINUED): Likewise.
13213         (POLL_IN): Likewise.
13214         (POLL_OUT): Likewise.
13215         (POLL_MSG): Likewise.
13216         (POLL_ERR): Likewise.
13217         (POLL_PRI): Likewise.
13218         (POLL_HUP): Likewise.
13219         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13220         (ILL_ILLOPN): Likewise.
13221         (ILL_ILLADR): Likewise.
13222         (ILL_ILLTRP): Likewise.
13223         (ILL_PRVOPC): Likewise.
13224         (ILL_PRVREG): Likewise.
13225         (ILL_COPROC): Likewise.
13226         (ILL_BADSTK): Likewise.
13227         (FPE_INTDIV): Likewise.
13228         (FPE_INTOVF): Likewise.
13229         (FPE_FLTDIV): Likewise.
13230         (FPE_FLTOVF): Likewise.
13231         (FPE_FLTUND): Likewise.
13232         (FPE_FLTRES): Likewise.
13233         (FPE_FLTINV): Likewise.
13234         (FPE_FLTSUB): Likewise.
13235         (SEGV_MAPERR): Likewise.
13236         (SEGV_ACCERR): Likewise.
13237         (BUS_ADRALN): Likewise.
13238         (BUS_ADRERR): Likewise.
13239         (BUS_OBJERR): Likewise.
13240         (BUS_MCEERR_AR): Likewise.
13241         (BUS_MCEERR_AO): Likewise.
13242         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13243         (TRAP_TRACE): Likewise.
13244         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13245         __USE_XOPEN2K8].
13246         (CLD_KILLED): Likewise.
13247         (CLD_DUMPED): Likewise.
13248         (CLD_TRAPPED): Likewise.
13249         (CLD_STOPPED): Likewise.
13250         (CLD_CONTINUED): Likewise.
13251         (POLL_IN): Likewise.
13252         (POLL_OUT): Likewise.
13253         (POLL_MSG): Likewise.
13254         (POLL_ERR): Likewise.
13255         (POLL_PRI): Likewise.
13256         (POLL_HUP): Likewise.
13257         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13258         (ILL_ILLOPN): Likewise.
13259         (ILL_ILLADR): Likewise.
13260         (ILL_ILLTRP): Likewise.
13261         (ILL_PRVOPC): Likewise.
13262         (ILL_PRVREG): Likewise.
13263         (ILL_COPROC): Likewise.
13264         (ILL_BADSTK): Likewise.
13265         (FPE_INTDIV): Likewise.
13266         (FPE_INTOVF): Likewise.
13267         (FPE_FLTDIV): Likewise.
13268         (FPE_FLTOVF): Likewise.
13269         (FPE_FLTUND): Likewise.
13270         (FPE_FLTRES): Likewise.
13271         (FPE_FLTINV): Likewise.
13272         (FPE_FLTSUB): Likewise.
13273         (SEGV_MAPERR): Likewise.
13274         (SEGV_ACCERR): Likewise.
13275         (BUS_ADRALN): Likewise.
13276         (BUS_ADRERR): Likewise.
13277         (BUS_OBJERR): Likewise.
13278         (BUS_MCEERR_AR): Likewise.
13279         (BUS_MCEERR_AO): Likewise.
13280         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13281         (TRAP_TRACE): Likewise.
13282         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13283         __USE_XOPEN2K8].
13284         (CLD_KILLED): Likewise.
13285         (CLD_DUMPED): Likewise.
13286         (CLD_TRAPPED): Likewise.
13287         (CLD_STOPPED): Likewise.
13288         (CLD_CONTINUED): Likewise.
13289         (POLL_IN): Likewise.
13290         (POLL_OUT): Likewise.
13291         (POLL_MSG): Likewise.
13292         (POLL_ERR): Likewise.
13293         (POLL_PRI): Likewise.
13294         (POLL_HUP): Likewise.
13295         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13296         (ILL_ILLOPN): Likewise.
13297         (ILL_ILLADR): Likewise.
13298         (ILL_ILLTRP): Likewise.
13299         (ILL_PRVOPC): Likewise.
13300         (ILL_PRVREG): Likewise.
13301         (ILL_COPROC): Likewise.
13302         (ILL_BADSTK): Likewise.
13303         (ILL_DBLFLT): Likewise.
13304         (ILL_HARDWALL): Likewise.
13305         (FPE_INTDIV): Likewise.
13306         (FPE_INTOVF): Likewise.
13307         (FPE_FLTDIV): Likewise.
13308         (FPE_FLTOVF): Likewise.
13309         (FPE_FLTUND): Likewise.
13310         (FPE_FLTRES): Likewise.
13311         (FPE_FLTINV): Likewise.
13312         (FPE_FLTSUB): Likewise.
13313         (SEGV_MAPERR): Likewise.
13314         (SEGV_ACCERR): Likewise.
13315         (BUS_ADRALN): Likewise.
13316         (BUS_ADRERR): Likewise.
13317         (BUS_OBJERR): Likewise.
13318         (BUS_MCEERR_AR): Likewise.
13319         (BUS_MCEERR_AO): Likewise.
13320         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13321         (TRAP_TRACE): Likewise.
13322         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13323         __USE_XOPEN2K8].
13324         (CLD_KILLED): Likewise.
13325         (CLD_DUMPED): Likewise.
13326         (CLD_TRAPPED): Likewise.
13327         (CLD_STOPPED): Likewise.
13328         (CLD_CONTINUED): Likewise.
13329         (POLL_IN): Likewise.
13330         (POLL_OUT): Likewise.
13331         (POLL_MSG): Likewise.
13332         (POLL_ERR): Likewise.
13333         (POLL_PRI): Likewise.
13334         (POLL_HUP): Likewise.
13335         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13336         (ILL_ILLOPN): Likewise.
13337         (ILL_ILLADR): Likewise.
13338         (ILL_ILLTRP): Likewise.
13339         (ILL_PRVOPC): Likewise.
13340         (ILL_PRVREG): Likewise.
13341         (ILL_COPROC): Likewise.
13342         (ILL_BADSTK): Likewise.
13343         (FPE_INTDIV): Likewise.
13344         (FPE_INTOVF): Likewise.
13345         (FPE_FLTDIV): Likewise.
13346         (FPE_FLTOVF): Likewise.
13347         (FPE_FLTUND): Likewise.
13348         (FPE_FLTRES): Likewise.
13349         (FPE_FLTINV): Likewise.
13350         (FPE_FLTSUB): Likewise.
13351         (SEGV_MAPERR): Likewise.
13352         (SEGV_ACCERR): Likewise.
13353         (BUS_ADRALN): Likewise.
13354         (BUS_ADRERR): Likewise.
13355         (BUS_OBJERR): Likewise.
13356         (BUS_MCEERR_AR): Likewise.
13357         (BUS_MCEERR_AO): Likewise.
13358         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13359         (TRAP_TRACE): Likewise.
13360         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13361         __USE_XOPEN2K8].
13362         (CLD_KILLED): Likewise.
13363         (CLD_DUMPED): Likewise.
13364         (CLD_TRAPPED): Likewise.
13365         (CLD_STOPPED): Likewise.
13366         (CLD_CONTINUED): Likewise.
13367         (POLL_IN): Likewise.
13368         (POLL_OUT): Likewise.
13369         (POLL_MSG): Likewise.
13370         (POLL_ERR): Likewise.
13371         (POLL_PRI): Likewise.
13372         (POLL_HUP): Likewise.
13373         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13374         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13375
13376         [BZ #16670]
13377         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13378         before #include of <time.h>.
13379         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13380         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13381         (test-xfail-UNIX98/sched.h/conform): Likewise.
13382
13383 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13384
13385         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13386         error absence of trapping exception support.
13387         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13388
13389 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13390
13391         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13392         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13393         * timezone/Makefile (testdata): Move definition above include of
13394         Rules.
13395         (test-zones): New variable.
13396         (tests-special): Add zone files.
13397         (build-testdata): Use $(evaluate-test).
13398
13399         * elf/Makefile (tests-special): Rename tests to end with .out.
13400         ($(objpfx)noload-mem): Likewise.
13401         ($(objpfx)tst-leaks1-mem): Likewise.
13402         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13403         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13404         $(objpfx)test-iconvconfig.out.
13405         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13406         set -e inside subshell and redirect output to file.
13407         * iconvdata/Makefile (generated): Rename tests to end with .out.
13408         Correct type.
13409         (tests-special): Rename tests to end with .out.
13410         ($(objpfx)mtrace-tst-loading): Likewise.
13411         * intl/Makefile (generated): Likewise.
13412         (tests-special): Likewise.
13413         ($(objpfx)mtrace-tst-gettext): Likewise.
13414         * misc/Makefile (generated): Likewise.
13415         (tests-special): Likewise.
13416         ($(objpfx)tst-error1-mem): Likewise.
13417         * nptl/Makefile (tests-special): Likewise.
13418         ($(objpfx)tst-stack3-mem): Likewise.
13419         (generated): Likewise.
13420         * posix/Makefile (generated): Likewise.
13421         (tests-special): Likewise.
13422         (xtests-special): Likewise.
13423         ($(objpfx)tst-fnmatch-mem): Likewise.
13424         ($(objpfx)bug-regex2-mem): Likewise.
13425         ($(objpfx)bug-regex14-mem): Likewise.
13426         ($(objpfx)bug-regex21-mem): Likewise.
13427         ($(objpfx)bug-regex31-mem): Likewise.
13428         ($(objpfx)tst-vfork3-mem): Likewise.
13429         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13430         ($(objpfx)tst-pcre-mem): Likewise.
13431         ($(objpfx)tst-boost-mem): Likewise.
13432         ($(objpfx)bug-ga2-mem): Likewise.
13433         ($(objpfx)bug-glob2-mem): Likewise.
13434         * resolv/Makefile (generate): Likewise.
13435         (tests-special): Likewise.
13436         (xtests-special): Likewise.
13437         (generated): Likewise.
13438         ($(objpfx)mtrace-tst-leaks): Likewise.
13439         ($(objpfx)mtrace-tst-leaks2): Likewise.
13440
13441         * scripts/merge-test-results.sh: New file.
13442         * Makefile (tests-special-notdir): New variable.
13443         (tests): Run merge-test-results.sh.
13444         (xtests): Likewise.
13445         * Rules (tests-special-notdir): New variable.
13446         (xtests-special-notdir): Likewise.
13447         (tests): Run merge-test-results.sh
13448         (xtests): Likewise.
13449
13450         * Makeconfig (test-xfail-name): New variable.
13451         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13452         compute variable name for expected failures.
13453         * conform/Makefile (conformtest-headers-data): New variable.
13454         (conformtest-standards): Likewise.
13455         (conformtest-headers-ISO): Likewise.
13456         (conformtest-headers-ISO99): Likewise.
13457         (conformtest-headers-ISO11): Likewise.
13458         (conformtest-headers-POSIX): Likewise.
13459         (conformtest-headers-XPG3): Likewise.
13460         (conformtest-headers-XPG4): Likewise.
13461         (conformtest-headers-UNIX98): Likewise.
13462         (conformtest-headers-XOPEN2K): Likewise.
13463         (conformtest-headers-POSIX2008): Likewise.
13464         (conformtest-headers-XOPEN2K8): Likewise.
13465         (conformtest-header-list-base): Likewise.
13466         (conformtest-header-list-tests): Likewise.
13467         (conformtest-header-base): Likewise.
13468         (conformtest-header-tests): Likewise.
13469         (tests-special): Add $(conformtest-header-list-tests).  If
13470         [$(fast-check) && !$(cross-compiling)], add
13471         $(conformtest-header-tests) instead of
13472         $(objpfx)run-conformtest.out.
13473         (generated): Add $(conformtest-header-list-base).  If
13474         [$(fast-check) && !$(cross-compiling)], add
13475         $(conformtest-header-base).  Remove previous setting.
13476         ($(conformtest-header-list-tests)): New target.
13477         (test-xfail-run-conformtest): Remove variable.
13478         ($(objpfx)run-conformtest.out): Remove target.
13479         (test-xfail-ISO11/complex.h/conform): New variable.
13480         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13481         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13482         (test-xfail-XPG3/varargs.h/conform): Likewise.
13483         (test-xfail-XPG4/varargs.h/conform): Likewise.
13484         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13485         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13486         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13487         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13488         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13489         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13490         (test-xfail-XPG3/ftw.h/conform): Likewise.
13491         (test-xfail-XPG3/grp.h/conform): Likewise.
13492         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13493         (test-xfail-XPG3/limits.h/conform): Likewise.
13494         (test-xfail-XPG3/pwd.h/conform): Likewise.
13495         (test-xfail-XPG3/search.h/conform): Likewise.
13496         (test-xfail-XPG3/signal.h/conform): Likewise.
13497         (test-xfail-XPG3/stdio.h/conform): Likewise.
13498         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13499         (test-xfail-XPG3/string.h/conform): Likewise.
13500         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13501         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13502         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13503         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13504         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13505         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13506         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13507         (test-xfail-XPG3/termios.h/conform): Likewise.
13508         (test-xfail-XPG3/time.h/conform): Likewise.
13509         (test-xfail-XPG3/unistd.h/conform): Likewise.
13510         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13511         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13512         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13513         (test-xfail-XPG4/netdb.h/conform): Likewise.
13514         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13515         (test-xfail-XPG4/signal.h/conform): Likewise.
13516         (test-xfail-XPG4/stdio.h/conform): Likewise.
13517         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13518         (test-xfail-XPG4/stropts.h/conform): Likewise.
13519         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13520         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13521         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13522         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13523         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13524         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13525         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13526         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13527         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13528         (test-xfail-XPG4/termios.h/conform): Likewise.
13529         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13530         (test-xfail-XPG4/unistd.h/conform): Likewise.
13531         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13532         (test-xfail-POSIX/sched.h/conform): Likewise.
13533         (test-xfail-POSIX/signal.h/conform): Likewise.
13534         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13535         (test-xfail-POSIX/tar.h/conform): Likewise.
13536         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13537         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13538         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13539         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13540         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13541         (test-xfail-UNIX98/sched.h/conform): Likewise.
13542         (test-xfail-UNIX98/signal.h/conform): Likewise.
13543         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13544         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13545         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13546         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13547         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13548         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13549         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13550         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13551         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13552         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13553         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13554         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13555         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13556         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13557         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13558         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13559         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13560         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13561         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13562         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13563         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13564         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13565         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13566         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13567         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13568         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13569         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13570         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13571         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13572         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13573         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13574         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13575         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13576         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13577         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13578         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13579         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13580         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13581         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13582         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13583         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13584         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13585         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13586         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13587         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13588         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13589         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13590         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13591         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13592         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13593         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13594         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13595         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13596         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13597         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13598         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13599         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13600         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13601         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13602         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13603         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13604         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13605         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13606         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13607         (conformtest-cc-flags): Likewise.
13608         ($(conformtest-header-tests): New target.
13609         * conform/check-header-lists.sh: New file.
13610         * conform/run-conformtest.sh: Remove.
13611
13612         * conform/conformtest.pl: Allow ' and \ in values given for
13613         constants.
13614         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13615         inclusion.
13616         [POSIX] (sys/types.h): Likewise.
13617         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13618         inclusion.
13619         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13620         inclusion.
13621         * conform/data/signal.h-data (SIGIO): Remove expectation.
13622         [XPG3] (SIGBUS): Do not expect.
13623         [POSIX || XPG3] (SIGPOLL): Likewise.
13624         [POSIX || XPG3] (SIGPROF): Likewise.
13625         [POSIX || XPG3] (SIGSYS): Likewise.
13626         [XPG3] (SIGTRAP): Likewise.
13627         [POSIX || XPG3] (SIGURG): Likewise.
13628         [POSIX || XPG3] (SIGVTALRM): Likewise.
13629         [POSIX || XPG3] (SIGXCPU): Likewise.
13630         [POSIX || XPG3] (SIGXFSZ): Likewise.
13631         [POSIX] (SA_SIGINFO): Expect.
13632         [XPG3] (siginfo_t): Do not expect type or contents.
13633         [POSIX] (si_pid): Do not expect element.
13634         [POSIX] (si_uid): Likewise.
13635         [POSIX] (si_addr): Likewise.
13636         [POSIX] (si_status): Likewise.
13637         [POSIX] (si_band): Likewise.
13638         [XPG4] (si_value): Likewise.
13639         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13640         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13641         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13642         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13643         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13644         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13645         [POSIX || XPG3] (ILL_COPROC): Likewise.
13646         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13647         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13648         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13649         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13650         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13651         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13652         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13653         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13654         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13655         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13656         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13657         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13658         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13659         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13660         [POSIX || XPG3] (CLD_EXITED): Likewise.
13661         [POSIX || XPG3] (CLD_KILLED): Likewise.
13662         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13663         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13664         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13665         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13666         [POSIX || XPG3] (POLL_IN): Likewise.
13667         [POSIX || XPG3] (POLL_OUT): Likewise.
13668         [POSIX || XPG3] (POLL_MSG): Likewise.
13669         [POSIX || XPG3] (POLL_ERR): Likewise.
13670         [POSIX || XPG3] (POLL_PRI): Likewise.
13671         [POSIX || XPG3] (POLL_HUP): Likewise.
13672         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13673         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13674         (SIG*): Do not allow.
13675         [XPG3] (si_*): Likewise.
13676         [XPG3] (SI_*): Likewise.
13677         [XPG3 || XPG4] (sigev_*): Likewise.
13678         [XPG3 || XPG4] (SIGEV_*): Likewise.
13679         [XPG3 || XPG4] (sival_*): Likewise.
13680         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13681         [POSIX || XPG3] (BUS_*): Likewise.
13682         [POSIX || XPG3] (CLD_*): Likewise.
13683         [POSIX || XPG3] (FPE_*): Likewise.
13684         [POSIX || XPG3] (ILL_*): Likewise.
13685         [POSIX || XPG3] (POLL_*): Likewise.
13686         [POSIX || XPG3] (SEGV_*): Likewise.
13687         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13688         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13689         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13690         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13691         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13692         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13693         Specify type and value.
13694         (TVERSLEN): Likewise.
13695         (REGTYPE): Likewise.
13696         (AREGTYPE): Likewise.
13697         (LNKTYPE): Likewise.
13698         (SYMTYPE): Likewise.
13699         (CHRTYPE): Likewise.
13700         (BLKTYPE): Likewise.
13701         (DIRTYPE): Likewise.
13702         (FIFOTYPE): Likewise.
13703         (CONTTYPE): Likewise.
13704         (TSUID): Likewise.
13705         (TSGID): Likewise.
13706         (TSVTX): Likewise.
13707         (TUREAD): Likewise.
13708         (TUWRITE): Likewise.
13709         (TUEXEC): Likewise.
13710         (TGREAD): Likewise.
13711         (TGWRITE): Likewise.
13712         (TGEXEC): Likewise.
13713         (TOREAD): Likewise.
13714         (TOWRITE): Likewise.
13715         (TOEXEC): Likewise.
13716         [POSIX] (TSVTX): Expect constant.
13717
13718 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13719
13720         * Makefile (tests): Change dependencies to ....
13721         (tests-special): ... additions to this variable.
13722         (tests): Depend on $(tests-special).
13723         * Makerules (check-abi-list): New variable.
13724         (check-abi): Depend on $(check-abi-list).
13725         [$(subdir) = elf] (tests-special): Add
13726         $(objpfx)check-abi-libc.out.
13727         [$(build-shared) = yes && subdir] (tests-special): Add
13728         $(check-abi-list).
13729         [$(build-shared) = yes && subdir] (tests): Do not depend on
13730         check-abi.
13731         * Rules (tests): Depend on $(tests-special).
13732         (xtests): Depend on $(xtests-special).
13733         * catgets/Makefile (tests): Change dependencies to ....
13734         (tests-special): ... additions to this variable.
13735         * conform/Makefile (tests): Change dependencies to ....
13736         (tests-special): ... additions to this variable.
13737         * elf/Makefile (tests): Change dependencies to ....
13738         (tests-special): ... additions to this variable.
13739         * grp/Makefile (tests): Change dependencies to ....
13740         (tests-special): ... additions to this variable.
13741         * iconv/Makefile (xtests): Change dependencies to ....
13742         (xtests-special): ... additions to this variable.
13743         * iconvdata/Makefile (tests): Change dependencies to ....
13744         (tests-special): ... additions to this variable.
13745         * intl/Makefile (tests): Change dependencies to ....
13746         (tests-special): ... additions to this variable.  Also add
13747         $(objpfx)tst-gettext.out.
13748         * io/Makefile (tests): Change dependencies to ....
13749         (tests-special): ... additions to this variable.
13750         * libio/Makefile (tests): Change dependencies to ....
13751         (tests-special): ... additions to this variable.
13752         * malloc/Makefile (tests): Change dependencies to ....
13753         (tests-special): ... additions to this variable.
13754         * misc/Makefile (tests): Change dependencies to ....
13755         (tests-special): ... additions to this variable.
13756         * nptl/Makefile (tests): Change dependencies to ....
13757         (tests-special): ... additions to this variable.
13758         * nptl_db/Makefile (tests): Change dependencies to ....
13759         (tests-special): ... additions to this variable.
13760         * posix/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         * resolv/Makefile (tests): Change dependencies to ....
13765         (tests-special): ... additions to this variable.
13766         (xtests): Change dependencies to ....
13767         (xtests-special): ... additions to this variable.
13768         * stdio-common/Makefile (tests): Change dependencies to ....
13769         (tests-special): ... additions to this variable.
13770         (do-tst-unbputc): Remove target.
13771         (do-tst-printf): Likewise.
13772         * stdlib/Makefile (tests): Change dependencies to ....
13773         (tests-special): ... additions to this variable.
13774         * string/Makefile (tests): Change dependencies to ....
13775         (tests-special): ... additions to this variable.
13776         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13777         (tests-special): ... additions to this variable.
13778
13779         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13780         whole file.
13781         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13782         whole file.
13783         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13784         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13785
13786         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13787         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13788         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13789         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13790         * conform/data/libgen.h-data [XPG3]: Likewise.
13791         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13792         * conform/data/ndbm.h-data [XPG3]: Likewise.
13793         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13794         * conform/data/netdb.h-data [XPG3]: Likewise.
13795         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13796         * conform/data/poll.h-data [XPG3]: Likewise.
13797         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13798         * conform/data/strings.h-data [XPG3]: Likewise.
13799         * conform/data/stropts.h-data [XPG3]: Likewise.
13800         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13801         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13802         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13803         Likewise.
13804         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13805         * conform/data/sys/time.h-data [XPG3]: Likewise.
13806         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13807         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13808         * conform/data/sys/un.h-data [XPG3]: Likewise.
13809         * conform/data/syslog.h-data [XPG3]: Likewise.
13810         * conform/data/ucontext.h-data [XPG3]: Likewise.
13811         * conform/data/utmpx.h-data [XPG3]: Likewise.
13812         * conform/data/varargs.h-data [UNIX98]: Enable file.
13813
13814         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13815
13816         * math/libm-test.inc (struct test_f_f_data): Move expected results
13817         into structure for each rounding mode.
13818         (struct test_ff_f_data): Likewise.
13819         (struct test_ff_f_data_nexttoward): Likewise.
13820         (struct test_fi_f_data): Likewise.
13821         (struct test_fl_f_data): Likewise.
13822         (struct test_if_f_data): Likewise.
13823         (struct test_fff_f_data): Likewise.
13824         (struct test_c_f_data): Likewise.
13825         (struct test_f_f1_data): Likewise.
13826         (struct test_fF_f1_data): Likewise.
13827         (struct test_ffI_f1_data): Likewise.
13828         (struct test_c_c_data): Likewise.
13829         (struct test_cc_c_data): Likewise.
13830         (struct test_f_i_data): Likewise.
13831         (struct test_ff_i_data): Likewise.
13832         (struct test_f_l_data): Likewise.
13833         (struct test_f_L_data): Likewise.
13834         (struct test_fFF_11_data): Likewise.
13835         (RM_): New macro.
13836         (RM_FE_DOWNWARD): Likewise.
13837         (RM_FE_TONEAREST): Likewise.
13838         (RM_FE_TOWARDZERO): Likewise.
13839         (RM_FE_UPWARD): Likewise.
13840         (RUN_TEST_LOOP_f_f): Update references to expected results.
13841         (RUN_TEST_LOOP_2_f): Likewise.
13842         (RUN_TEST_LOOP_fff_f): Likewise.
13843         (RUN_TEST_LOOP_c_f): Likewise.
13844         (RUN_TEST_LOOP_f_f1): Likewise.
13845         (RUN_TEST_LOOP_fF_f1): Likewise.
13846         (RUN_TEST_LOOP_fI_f1): Likewise.
13847         (RUN_TEST_LOOP_ffI_f1): Likewise.
13848         (RUN_TEST_LOOP_c_c): Likewise.
13849         (RUN_TEST_LOOP_cc_c): Likewise.
13850         (RUN_TEST_LOOP_f_i): Likewise.
13851         (RUN_TEST_LOOP_f_i_tg): Likewise.
13852         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13853         (RUN_TEST_LOOP_f_b): Likewise.
13854         (RUN_TEST_LOOP_f_b_tg): Likewise.
13855         (RUN_TEST_LOOP_f_l): Likewise.
13856         (RUN_TEST_LOOP_f_L): Likewise.
13857         (RUN_TEST_LOOP_fFF_11): Likewise.
13858         * math/gen-libm-test.pl (parse_args): Output four copies of
13859         expected results for each test.
13860
13861         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13862         (__ASSUME_UTIMES): Remove.
13863         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13864         (__ASSUME_UTIMES): Likewise.
13865
13866         * math/gen-auto-libm-tests.c: Update comment on output format.
13867         (output_for_one_input_case): Generate before-rounding and
13868         after-rounding information as conditions on output flags not
13869         floating-point format.
13870         * math/auto-libm-test-out: Regenerated.
13871         * math/gen-libm-test.pl (cond_value): New function.
13872         (or_cond_value): Use cond_value.
13873         (generate_testfile): Handle conditional exceptions.
13874
13875 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13876
13877         * math/libm-test.inc (max_valid_error): New variable.
13878         (init_max_error): Take new argument specifying whether function
13879         results are exactly determined.  Set max_valid_error and bound
13880         other variables for errors based on this argument.
13881         (set_max_error): Do not record results above max_valid_error.
13882         (check_float_internal): Only accept errors of up to 0.5ulps if
13883         also at most max_valid_error.
13884         (START): Take new argument EXACT and pass it to init_max_error.
13885         (acos_test): Update call to START.
13886         (acos_test_tonearest): Likewise.
13887         (acos_test_towardzero): Likewise.
13888         (acos_test_downward): Likewise.
13889         (acos_test_upward): Likewise.
13890         (acosh_test): Likewise.
13891         (asin_test): Likewise.
13892         (asin_test_tonearest): Likewise.
13893         (asin_test_towardzero): Likewise.
13894         (asin_test_downward): Likewise.
13895         (asin_test_upward): Likewise.
13896         (asinh_test): Likewise.
13897         (atan_test): Likewise.
13898         (atanh_test): Likewise.
13899         (atan2_test): Likewise.
13900         (cabs_test): Likewise.
13901         (cacos_test): Likewise.
13902         (cacosh_test): Likewise.
13903         (carg_test): Likewise.
13904         (casin_test): Likewise.
13905         (casinh_test): Likewise.
13906         (catan_test): Likewise.
13907         (catanh_test): Likewise.
13908         (cbrt_test): Likewise.
13909         (ccos_test): Likewise.
13910         (ccosh_test): Likewise.
13911         (ceil_test): Likewise.
13912         (cexp_test): Likewise.
13913         (cimag_test): Likewise.
13914         (clog_test): Likewise.
13915         (clog10_test): Likewise.
13916         (conj_test): Likewise.
13917         (copysign_test): Likewise.
13918         (cos_test): Likewise.
13919         (cos_test_tonearest): Likewise.
13920         (cos_test_towardzero): Likewise.
13921         (cos_test_downward): Likewise.
13922         (cos_test_upward): Likewise.
13923         (cosh_test): Likewise.
13924         (cosh_test_tonearest): Likewise.
13925         (cosh_test_towardzero): Likewise.
13926         (cosh_test_downward): Likewise.
13927         (cosh_test_upward): Likewise.
13928         (cpow_test): Likewise.
13929         (cproj_test): Likewise.
13930         (creal_test): Likewise.
13931         (csin_test): Likewise.
13932         (csinh_test): Likewise.
13933         (csqrt_test): Likewise.
13934         (ctan_test): Likewise.
13935         (ctan_test_tonearest): Likewise.
13936         (ctan_test_towardzero): Likewise.
13937         (ctan_test_downward): Likewise.
13938         (ctan_test_upward): Likewise.
13939         (ctanh_test): Likewise.
13940         (ctanh_test_tonearest): Likewise.
13941         (ctanh_test_towardzero): Likewise.
13942         (ctanh_test_downward): Likewise.
13943         (ctanh_test_upward): Likewise.
13944         (erf_test): Likewise.
13945         (erfc_test): Likewise.
13946         (exp_test): Likewise.
13947         (exp_test_tonearest): Likewise.
13948         (exp_test_towardzero): Likewise.
13949         (exp_test_downward): Likewise.
13950         (exp_test_upward): Likewise.
13951         (exp10_test): Likewise.
13952         (exp10_test_tonearest): Likewise.
13953         (exp10_test_towardzero): Likewise.
13954         (exp10_test_downward): Likewise.
13955         (exp10_test_upward): Likewise.
13956         (pow10_test): Likewise.
13957         (exp2_test): Likewise.
13958         (expm1_test): Likewise.
13959         (expm1_test_tonearest): Likewise.
13960         (expm1_test_towardzero): Likewise.
13961         (expm1_test_downward): Likewise.
13962         (expm1_test_upward): Likewise.
13963         (fabs_test): Likewise.
13964         (fdim_test): Likewise.
13965         (floor_test): Likewise.
13966         (fma_test): Likewise.
13967         (fma_test_towardzero): Likewise.
13968         (fma_test_downward): Likewise.
13969         (fma_test_upward): Likewise.
13970         (fmax_test): Likewise.
13971         (fmin_test): Likewise.
13972         (fmod_test): Likewise.
13973         (fpclassify_test): Likewise.
13974         (frexp_test): Likewise.
13975         (hypot_test): Likewise.
13976         (ilogb_test): Likewise.
13977         (isfinite_test): Likewise.
13978         (finite_test): Likewise.
13979         (isgreater_test): Likewise.
13980         (isgreaterequal_test): Likewise.
13981         (isinf_test): Likewise.
13982         (isless_test): Likewise.
13983         (islessequal_test): Likewise.
13984         (islessgreater_test): Likewise.
13985         (isnan_test): Likewise.
13986         (isnormal_test): Likewise.
13987         (issignaling_test): Likewise.
13988         (isunordered_test): Likewise.
13989         (j0_test): Likewise.
13990         (j1_test): Likewise.
13991         (jn_test): Likewise.
13992         (ldexp_test): Likewise.
13993         (lgamma_test): Likewise.
13994         (gamma_test): Likewise.
13995         (lrint_test): Likewise.
13996         (lrint_test_tonearest): Likewise.
13997         (lrint_test_towardzero): Likewise.
13998         (lrint_test_downward): Likewise.
13999         (lrint_test_upward): Likewise.
14000         (llrint_test): Likewise.
14001         (llrint_test_tonearest): Likewise.
14002         (llrint_test_towardzero): Likewise.
14003         (llrint_test_downward): Likewise.
14004         (llrint_test_upward): Likewise.
14005         (log_test): Likewise.
14006         (log10_test): Likewise.
14007         (log1p_test): Likewise.
14008         (log2_test): Likewise.
14009         (logb_test): Likewise.
14010         (logb_test_downward): Likewise.
14011         (lround_test): Likewise.
14012         (llround_test): Likewise.
14013         (modf_test): Likewise.
14014         (nearbyint_test): Likewise.
14015         (nextafter_test): Likewise.
14016         (nexttoward_test): Likewise.
14017         (pow_test): Likewise.
14018         (pow_test_tonearest): Likewise.
14019         (pow_test_towardzero): Likewise.
14020         (pow_test_downward): Likewise.
14021         (pow_test_upward): Likewise.
14022         (remainder_test): Likewise.
14023         (drem_test): Likewise.
14024         (remainder_test_tonearest): Likewise.
14025         (drem_test_tonearest): Likewise.
14026         (remainder_test_towardzero): Likewise.
14027         (drem_test_towardzero): Likewise.
14028         (remainder_test_downward): Likewise.
14029         (drem_test_downward): Likewise.
14030         (remainder_test_upward): Likewise.
14031         (drem_test_upward): Likewise.
14032         (remquo_test): Likewise.
14033         (rint_test): Likewise.
14034         (rint_test_tonearest): Likewise.
14035         (rint_test_towardzero): Likewise.
14036         (rint_test_downward): Likewise.
14037         (rint_test_upward): Likewise.
14038         (round_test): Likewise.
14039         (scalb_test): Likewise.
14040         (scalbn_test): Likewise.
14041         (scalbln_test): Likewise.
14042         (signbit_test): Likewise.
14043         (sin_test): Likewise.
14044         (sin_test_tonearest): Likewise.
14045         (sin_test_towardzero): Likewise.
14046         (sin_test_downward): Likewise.
14047         (sin_test_upward): Likewise.
14048         (sincos_test): Likewise.
14049         (sinh_test): Likewise.
14050         (sinh_test_tonearest): Likewise.
14051         (sinh_test_towardzero): Likewise.
14052         (sinh_test_downward): Likewise.
14053         (sinh_test_upward): Likewise.
14054         (sqrt_test): Likewise.
14055         (sqrt_test_tonearest): Likewise.
14056         (sqrt_test_towardzero): Likewise.
14057         (sqrt_test_downward): Likewise.
14058         (sqrt_test_upward): Likewise.
14059         (tan_test): Likewise.
14060         (tan_test_tonearest): Likewise.
14061         (tan_test_towardzero): Likewise.
14062         (tan_test_downward): Likewise.
14063         (tan_test_upward): Likewise.
14064         (tanh_test): Likewise.
14065         (tgamma_test): Likewise.
14066         (trunc_test): Likewise.
14067         (y0_test): Likewise.
14068         (y1_test): Likewise.
14069         (yn_test): Likewise.
14070         (significand_test): Likewise.
14071
14072         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
14073         individual tests in comment.
14074         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
14075         (prev_max_error): New variable.
14076         (prev_real_max_error): Likewise.
14077         (prev_imag_max_error): Likewise.
14078         (compare_ulp_data): Don't refer to test names in comment.
14079         (find_test_ulps): Remove function.
14080         (find_function_ulps): Likewise.
14081         (find_complex_function_ulps): Likewise.
14082         (init_max_error): Take function name as argument.  Look up ulps
14083         for that function.
14084         (print_ulps): Remove function.
14085         (print_max_error): Use prev_max_error instead of calling
14086         find_function_ulps.
14087         (print_complex_max_error): Use prev_real_max_error and
14088         prev_imag_max_error instead of calling find_complex_function_ulps.
14089         (check_float_internal): Take max_ulp parameter instead of calling
14090         find_test_ulps.  Don't call print_ulps.
14091         (check_float): Update call to check_float_internal.
14092         (check_complex): Update calls to check_float_internal.
14093         (START): Pass argument to init_max_error.
14094         * math/gen-libm-test.pl (%results): Don't include "kind"
14095         information.
14096         (parse_ulps): Don't handle ulps of individual tests.
14097         (print_ulps_file): Likewise.
14098         (output_ulps): Likewise.
14099         * math/README.libm-test: Update.
14100         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
14101         individual tests.
14102         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
14103         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
14104         * sysdeps/arm/libm-test-ulps: Likewise.
14105         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
14106         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
14107         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
14108         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
14109         * sysdeps/microblaze/libm-test-ulps: Likewise.
14110         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
14111         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
14112         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
14113         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
14114         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
14115         * sysdeps/sh/libm-test-ulps: Likewise.
14116         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
14117         * sysdeps/tile/libm-test-ulps: Likewise.
14118         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14119
14120 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
14121
14122         * math/libm-test.inc (print_complex_max_error): Check separately
14123         whether real and imaginary errors are within allowed range and
14124         pass 0 to print_complex_function_ulps instead of value within
14125         allowed range.
14126
14127 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14128
14129         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14130         formatting.
14131         (get_handles_fopen): Likewise.
14132         (do_write_test): Likewise.
14133
14134         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14135
14136         * libio/fileops.c (do_ftell): Use cached offset when
14137         available.
14138         * libio/iofwide.c (do_ftell_wide): Likewise.
14139         * libio/iofdopen.c (_IO_new_fdopen): Don't use
14140         _IO_file_attach.
14141         * libio/wfileops.c (_IO_fwide): Don't cache offset.
14142
14143         [BZ #16532]
14144         * libio/libioP.h (get_file_offset): New function.
14145         * libio/fileops.c (get_file_offset): Likewise.
14146         (do_ftell): Likewise.
14147         (_IO_new_file_seekoff): Split out ftell logic.
14148         * libio/wfileops.c (do_ftell_wide): Likewise.
14149         (_IO_wfile_seekoff): Split out ftell logic.
14150         * libio/tst-ftell-active-handler.c: New test case.
14151         * libio/Makefile (tests): Add it.
14152
14153 2014-03-03  Roland McGrath  <roland@hack.frob.com>
14154
14155         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14156         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14157
14158 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14159
14160         [BZ #16639]
14161         * nscd/connections.c (nscd_init): Call do_exit.
14162         (start_threads): Call do_exit and notify_parent.
14163         (begin_drop_privileges): Call do_exit.
14164         (finish_drop_privileges): Likewise.
14165         * nscd/selinux.c (preserve_capabilities): Likewise.
14166         (install_real_capabilities): Likewise.
14167         (nscd_selinux_enabled): Likewise.
14168         (avc_create_thread): Likewise.
14169         (avc_alloc_lock): Likewise.
14170         (nscd_avc_init): Likewise.
14171         * nscd/nscd.c (parent_fd): New static variable.
14172         (main): Create a pipe between parent and child processes.
14173         Skip closing parent_fd.
14174         (monitor_child): New function.
14175         (do_exit): Likewise.
14176         (notify_parent): Likewise.
14177         * nscd/nscd.h (notify_parent): Likewise.
14178         (do_exit): Likewise.
14179
14180 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
14181
14182         * malloc/malloc.c (__libc_calloc): Revert last change.
14183
14184 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14185
14186         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14187
14188 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14189
14190         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14191         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14192         implementation.
14193         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14194         (__libc_ifunc_impl_list): Likewise.
14195         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14196         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14197         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14198         * string/strrchr.c: Define STRRCHR.
14199
14200 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
14201
14202         * benchtest/bench-strtok.c (simple_strtok): Delete.
14203         (strtok_string): Use as benchmark.
14204         * string/strtok (STRTOK): New macro.
14205
14206 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
14207
14208         * manual/threads.texi: Add header and standard comments to all
14209         functions.
14210
14211         * elf/dl-lookup.c (check_match): New function.
14212         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14213         (do_lookup_x): Remove nested function check_match. Use non-nested
14214         function check_match.
14215
14216 2014-02-28  Roland McGrath  <roland@hack.frob.com>
14217
14218         * csu/Makefile (generated, before-compile): Use += rather than =.
14219         * catgets/Makefile (generated, generated-dirs): Likewise.
14220         * debug/Makefile (generated): Likewise.
14221         * dlfcn/Makefile (generated): Likewise.
14222         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14223         * iconvdata/Makefile (before-compile, generated): Likewise.
14224         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14225         * libio/Makefile (generated): Likewise.
14226         * malloc/Makefile (generated): Likewise.
14227         * manual/Makefile (generated, generated-dirs): Likewise.
14228         * misc/Makefile (generated): Likewise.
14229         * posix/Makefile (generated): Likewise.
14230         * resolv/Makefile (generated): Likewise.
14231         * sunrpc/Makefile (generated, generated-dirs): Likewise.
14232         * timezone/Makefile (generated, generated-dirs): Likewise.
14233
14234         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14235
14236 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14237
14238         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14239         power8 implementation.
14240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14241         file: POWER8 llround ifunc implementation.
14242         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14243         (__lllround): Add POWER8 implementation.
14244         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14245         POWER8 llround implementation.
14246
14247         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14248         power8 implementation.
14249         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14250         file: POWER8 llrint ifunc implementation.
14251         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14252         Add POWER8 implementation.
14253         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14254         POWER8 llrint implementation.
14255
14256         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14257         power8 implementation.
14258         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14259         file: POWER8 finite ifunc implementation.
14260         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14261         Add POWER8 implementation.
14262         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14263         Likewise.
14264         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14265         POWER8 finite implementation.
14266         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14267
14268         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14269         power8 implementation.
14270         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14271         file: POWER8 isinf ifunc implementation.
14272         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14273         POWER8 implementation.
14274         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14275         Likewise.
14276         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14277         isinf implementation.
14278         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14279
14280         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14281         (INIT_ARCH): Add hwcap2 initialization.
14282         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14283         power8 implementation.
14284         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14285         file: POWER8 isnan ifunc implementation.
14286         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14287         POWER8 implementation.
14288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14289         Likewise.
14290         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14291         isnan implementation.
14292         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14293
14294 2014-02-27  Joey Ye  <joey.ye@arm.com>
14295
14296         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14297         (_FP_NANFRAC_Q): Set to zero.
14298
14299 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14300
14301         [BZ #16623]
14302         * math/auto-libm-test-in: New test inputs.
14303         * math/auto-libm-test-out: Regenerate.
14304         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14305         and DA.
14306         (__cos): Likewise.
14307         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14308
14309 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14310
14311         * scripts/evaluate-test.sh: Take new argument indicating whether
14312         failure is expected.
14313         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14314         indicating whether failure is expected.
14315         * conform/Makefile (test-xfail-run-conformtest): New variable.
14316         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14317         level.
14318         * posix/Makefile (test-xfail-annexc): New variable.
14319         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14320
14321 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14322
14323         * argp/Makefile: Include Makeconfig immediately after defining
14324         subdir.
14325         * assert/Makefile: Likewise.
14326         * benchtests/Makefile: Likewise.
14327         * catgets/Makefile: Likewise.
14328         * conform/Makefile: Likewise.
14329         * crypt/Makefile: Likewise.
14330         * csu/Makefile: Likewise.
14331         (all): Remove target.
14332         * ctype/Makefile: Include Makeconfig immediately after defining
14333         subdir.
14334         * debug/Makefile: Likewise.
14335         * dirent/Makefile: Likewise.
14336         * dlfcn/Makefile: Likewise.
14337         * gmon/Makefile: Likewise.
14338         * gnulib/Makefile: Likewise.
14339         * grp/Makefile: Likewise.
14340         * gshadow/Makefile: Likewise.
14341         * hesiod/Makefile: Likewise.
14342         * hurd/Makefile: Likewise.
14343         (all): Remove target.
14344         * iconvdata/Makefile: Include Makeconfig immediately after
14345         defining subdir.
14346         * inet/Makefile: Likewise.
14347         * intl/Makefile: Likewise.
14348         * io/Makefile: Likewise.
14349         * libio/Makefile: Likewise.
14350         (all): Remove target.
14351         * locale/Makefile: Include Makeconfig immediately after defining
14352         subdir.
14353         * login/Makefile: Likewise.
14354         * mach/Makefile: Likewise.
14355         (all): Remove target.
14356         * malloc/Makefile: Include Makeconfig immediately after defining
14357         subdir.
14358         (all): Remove target.
14359         * manual/Makefile: Include Makeconfig immediately after defining
14360         subdir.
14361         * math/Makefile: Likewise.
14362         * misc/Makefile: Likewise.
14363         * nis/Makefile: Likewise.
14364         * nss/Makefile: Likewise.
14365         * po/Makefile: Likewise.
14366         (all): Remove target.
14367         * posix/Makefile: Include Makeconfig immediately after defining
14368         subdir.
14369         * pwd/Makefile: Likewise.
14370         * resolv/Makefile: Likewise.
14371         * resource/Makefile: Likewise.
14372         * rt/Makefile: Likewise.
14373         * setjmp/Makefile: Likewise.
14374         * shadow/Makefile: Likewise.
14375         * signal/Makefile: Likewise.
14376         * socket/Makefile: Likewise.
14377         * soft-fp/Makefile: Likewise.
14378         * stdio-common/Makefile: Likewise.
14379         * stdlib/Makefile: Likewise.
14380         * streams/Makefile: Likewise.
14381         * string/Makefile: Likewise.
14382         * sunrpc/Makefile: Likewise.
14383         (all): Remove target.
14384         * sysvipc/Makefile: Include Makeconfig immediately after defining
14385         subdir.
14386         * termios/Makefile: Likewise.
14387         * time/Makefile: Likewise.
14388         * timezone/Makefile: Likewise.
14389         (all): Remove target.
14390         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14391         subdir.
14392         * wctype/Makefile: Likewise.
14393
14394 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14395
14396         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14397         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14398         (libc_feholdexcept_setround_mips): Ditto.
14399         (libc_feholdsetround): New.
14400         (libc_feholdsetroundf): New.
14401         (libc_feholdsetroundl): New.
14402         (libc_feupdateenv_test_mips): New.
14403         (libc_feupdateenv_test): New.
14404         (libc_feupdateenv_testf): New.
14405         (libc_feupdateenv_testl): New.
14406         (libc_feresetround): New.
14407         (libc_feresetroundf): New.
14408         (libc_feresetroundl): New.
14409         (libc_fetestexcept_mips): New.
14410         (libc_fetestexcept): New.
14411         (libc_fetestexceptf): New.
14412         (libc_fetestexceptl): New.
14413         (HAVE_RM_CTX): New.
14414         (libc_feholdexcept_setround_mips_ctx): New.
14415         (libc_feholdexcept_setround_ctx): New.
14416         (libc_feholdexcept_setroundf_ctx): New.
14417         (libc_feholdexcept_setroundl_ctx): New.
14418         (libc_fesetenv_mips_ctx): New.
14419         (libc_fesetenv_ctx): New.
14420         (libc_fesetenv_ctxf): New.
14421         (libc_fesetenv_ctxl): New.
14422         (libc_feupdateenv_mips_ctx): New.
14423         (libc_feupdateenv_ctx): New.
14424         (libc_feupdateenvf_ctx): New.
14425         (libc_feupdateenvl_ctx): New.
14426         (libc_feholdsetround_mips_ctx): New.
14427         (libc_feholdsetround_ctx): New.
14428         (libc_feholdsetroundf_ctx): New.
14429         (libc_feholdsetroundl_ctx): New.
14430         (libc_feresetround_mips_ctx): New.
14431         (libc_feresetround_ctx): New.
14432         (libc_feresetroundf_ctx): New.
14433         (libc_feresetroundl_ctx): New.
14434
14435 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14436
14437         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14438
14439         * manual/ipc.texi: New file.
14440         * manual/Makefile (chapters): Add ipc.
14441         * manual/job.texi: Add "Inter-Process Communication" to next.
14442         * manual/process.texi: Add "Inter-Process Communication" to prev.
14443
14444 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14445
14446         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14447
14448 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14449
14450         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14451
14452         * manual/arith.texi: Fix spaces after sentences.
14453         * manual/charset.texi: Likewise.
14454         * manual/errno.texi: Likewise.
14455         * manual/install.texi: Likewise.
14456         * manual/llio.texi: Likewise.
14457         * manual/locale.texi: Likewise.
14458         * manual/maint.texi: Likewise.
14459         * manual/math.texi: Likewise.
14460         * manual/memory.texi: Likewise.
14461         * manual/message.texi: Likewise.
14462         * manual/probes.texi: Likewise.
14463         * manual/resource.texi: Likewise.
14464         * manual/signal.texi: Likewise.
14465         * manual/socket.texi: Likewise.
14466         * manual/stdio.texi: Likewise.
14467         * manual/string.texi: Likewise.
14468         * manual/time.texi: Likewise.
14469         * manual/users.texi: Likewise.
14470
14471 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14472
14473         [BZ #16632]
14474         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14475         _DEFAULT_SOURCE is defined.
14476
14477 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14478             Carlos O'Donell  <carlos@redhat.com>
14479
14480         [BZ #16613]
14481         * elf/dl-tls.c (_dl_count_modids): New function.
14482         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14483         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14484         audit library and increment generation counter.
14485         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14486         * elf/tst-audit9.c: New file.
14487         * elf/tst-auditmod9a.c: New file.
14488         * elf/tst-auditmod9b.c: New file.
14489         * elf/Makefile: Add rules to build and run tst-audit9.
14490
14491 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14492
14493         [BZ #15347]
14494         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14495
14496 2014-02-25  Will Newton  <will.newton@linaro.org>
14497
14498         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14499         (__longjmp): Restore sp and lr before restoring callee
14500         saved registers.  Add longjmp and longjmp_target
14501         SystemTap probe point.
14502         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14503         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14504         Define to zero to match jmpbuf layout.
14505         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14506         (__sigsetjmp): Save sp and lr before saving callee
14507         saved registers.  Add setjmp SystemTap probe point.
14508
14509 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14510
14511         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14512
14513 2014-02-24  Andreas Schwab  <schwab@suse.de>
14514
14515         [BZ #15804]
14516         * elf/pldd.c (wait_for_ptrace_stop): New function.
14517         (main): Call it after attaching.
14518
14519 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14520
14521         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14522         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14523         Versions files is now verboten.
14524         * hurd/Versions (libc: GLIBC_2.0):
14525         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14526         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14527         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14528         * mach/Versions: Likewise.
14529
14530         * csu/Versions: Remove unused %include.
14531         * resolv/Versions: Likewise.
14532
14533 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14534
14535         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14536         ($(objpfx)check-local-headers.out): Likewise.
14537         ($(objpfx)begin-end-check.out): Likewise.
14538         * Makerules (check-abi-%.out): Likewise.
14539         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14540         ($(objpfx)test2.cat): Likewise.
14541         ($(objpfx)de/libc.cat): Likewise.
14542         ($(objpfx)test-gencat.out): Likewise.
14543         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14544         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14545         ($(objpfx)noload-mem): Likewise.
14546         ($(objpfx)tst-pathopt.out): Likewise.
14547         ($(objpfx)tst-rtld-load-self.out): Likewise.
14548         ($(objpfx)tst-array1-cmp.out): Likewise.
14549         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14550         ($(objpfx)tst-array2-cmp.out): Likewise.
14551         ($(objpfx)tst-array3-cmp.out): Likewise.
14552         ($(objpfx)tst-array4-cmp.out): Likewise.
14553         ($(objpfx)tst-array5-cmp.out): Likewise.
14554         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14555         ($(objpfx)check-textrel.out): Likewise.
14556         ($(objpfx)check-execstack.out): Likewise.
14557         ($(objpfx)check-localplt.out): Likewise.
14558         ($(objpfx)order2-cmp.out): Likewise.
14559         ($(objpfx)tst-leaks1-mem): Likewise.
14560         ($(objpfx)tst-leaks1-static-mem): Likewise.
14561         ($(objpfx)tst-initorder-cmp.out): Likewise.
14562         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14563         ($(objpfx)tst-unused-dep.out): Likewise.
14564         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14565         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14566         * iconv/Makefile (test-iconvconfig): Likewise.
14567         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14568         ($(objpfx)iconv-test.out): Likewise.
14569         ($(objpfx)tst-tables.out): Likewise.
14570         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14571         ($(objpfx)tst-gettext.out): Likewise.
14572         ($(objpfx)tst-translit.out): Likewise.
14573         ($(objpfx)tst-gettext2.out): Likewise.
14574         ($(objpfx)tst-gettext4.out): Likewise.
14575         ($(objpfx)tst-gettext6.out): Likewise.
14576         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14577         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14578         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14579         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14580         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14581         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14582         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14583         ($(objpfx)wordexp-tst.out): Likewise.
14584         ($(objpfx)annexc.out): Likewise.
14585         ($(objpfx)tst-fnmatch-mem): Likewise.
14586         ($(objpfx)bug-regex2-mem): Likewise.
14587         ($(objpfx)bug-regex14-mem): Likewise.
14588         ($(objpfx)bug-regex21-mem): Likewise.
14589         ($(objpfx)bug-regex31-mem): Likewise.
14590         ($(objpfx)tst-vfork3-mem): Likewise.
14591         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14592         ($(objpfx)tst-pcre-mem): Likewise.
14593         ($(objpfx)tst-boost-mem): Likewise.
14594         ($(objpfx)tst-getconf.out): Likewise.
14595         ($(objpfx)bug-ga2-mem): Likewise.
14596         ($(objpfx)bug-glob2-mem): Likewise.
14597         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14598         ($(objpfx)mtrace-tst-leaks2): Likewise.
14599         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14600         ($(objpfx)tst-printf.out): Likewise.
14601         ($(objpfx)tst-setvbuf1.out): Likewise.
14602         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14603         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14604         ($(objpfx)tst-fmtmsg.out): Likewise.
14605         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14606         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14607
14608         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14609         * bits/sigaction.h [__USE_MISC]: Likewise.
14610         * bits/waitstatus.h: Update #endif comments.
14611         * ctype/ctype.h: Likewise.
14612         * dirent/dirent.h: Likewise.
14613         [__USE_MISC]: Remove redundant conditionals.
14614         * grp/grp.h: Update #endif comments.
14615         [__USE_GNU]: Remove redundant conditionals.
14616         [__USE_MISC]: Likewise.
14617         * inet/netinet/in.h [__USE_GNU]: Likewise.
14618         * io/sys/stat.h [__USE_MISC]: Likewise.
14619         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14620         * libio/bits/stdio.h: Update #endif comments.
14621         [__USE_MISC]: Remove redundant conditionals.
14622         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14623         * libio/stdio.h: Update #endif comments.
14624         [__USE_MISC]: Remove redundant conditionals.
14625         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14626         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14627         * math/math.h: Update #else and #endif comments.
14628         [__USE_MISC]: Remove redundant conditionals.
14629         * misc/sys/uio.h: Update #endif comments.
14630         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14631         * posix/glob.h [__USE_MISC]: Likewise.
14632         * posix/sys/types.h: Update #endif comments.
14633         [__USE_MISC]: Remove redundant conditionals.
14634         * posix/sys/wait.h: Update #endif comments.
14635         [__USE_MISC]: Remove redundant conditionals.
14636         * posix/unistd.h: Update #endif comments.
14637         [__USE_MISC]: Remove redundant conditionals.
14638         * pwd/pwd.h [__USE_GNU]: Likewise.
14639         [__USE_MISC]: Likewise.
14640         * resolv/netdb.h [__USE_GNU]: Likewise.
14641         * signal/signal.h: Update #endif comments.
14642         [__USE_MISC]: Remove redundant conditionals.
14643         * stdlib/stdlib.h: Update #else and #endif comments.
14644         [__USE_MISC]: Remove redundant conditionals.
14645         [__USE_GNU]: Likewise.
14646         * string/bits/string2.h [__USE_MISC]: Likewise.
14647         * string/string.h: Update #endif comments.
14648         [__USE_MISC]: Remove redundant conditionals.
14649         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14650         Likewise.
14651         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14652         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14653         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14654         Likewise.
14655         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14656         Likewise.
14657         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14658         comments.
14659         [__USE_MISC]: Remove redundant conditionals.
14660         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14661         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14662         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14663         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14664         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14665         Likewise.
14666         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14667         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14668         Likewise.
14669         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14670         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14671         Likewise.
14672         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14673         Likewise.
14674         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14675         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14676         Likewise.
14677         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14678         Likewise.
14679         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14680         * sysdeps/x86/bits/string.h: Update #endif comments.
14681         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14682         conditionals.
14683         * time/sys/time.h: Update #endif comments.
14684         * time/time.h: Likewise.
14685         [__USE_MISC]: Remove redundant conditionals.
14686
14687 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14688
14689         [BZ #16600]
14690         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14691
14692 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14693
14694         * Versions.def (librt): Add GLIBC_2.17.
14695
14696 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14697
14698         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14699         synonym for _SYS_AUXV_H to allow direct inclusion.
14700         * sysdeps/sparc/bits/hwcap.h: Likewise.
14701         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14702         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14703         * sysdeps/sparc/sysdep.h: Likewise.
14704
14705 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14706
14707         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14708
14709 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14710
14711         * benchtests/bench-strrchr.c: Print length instead of position.
14712
14713 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14714
14715         [BZ #16611]
14716         * sysdeps/unix/sysv/linux/kernel-features.h
14717         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14718         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14719         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14720         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14721         Likewise.
14722         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14723         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14724         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14725         (__ASSUME_SENDMMSG): Define instead of using previous
14726         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14727         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14728         (__ASSUME_SENDMMSG_SYSCALL): Define.
14729         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14730         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14731         Likewise.
14732         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14733         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14734         Likewise.
14735         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14736         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14737         Likewise.
14738         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14739         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14740         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14741         [__ASSUME_SENDMMSG]: Change conditionals to
14742         [__ASSUME_SENDMMSG_SOCKETCALL].
14743         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14744         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14745         Define.
14746         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14747         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14748         Likewise.
14749         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14750         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14751         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14752         [!__ASSUME_SENDMMSG]: Change conditional to
14753         [!__ASSUME_SENDMMSG_SOCKETCALL].
14754         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14755         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14756         Define.
14757
14758         [BZ #16610]
14759         * sysdeps/unix/sysv/linux/kernel-features.h
14760         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14761         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14762         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14763         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14764         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14765         [__i386__ || __sparc__]
14766         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14767         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14768         (__ASSUME_RECVMMSG): Define instead of using previous
14769         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14770         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14771         (__ASSUME_RECVMMSG_SYSCALL): Define.
14772         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14773         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14774         Likewise.
14775         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14776         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14777         Likewise.
14778         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14779         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14780         Likewise.
14781         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14782         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14783         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14784         [__ASSUME_RECVMMSG]: Change condition to
14785         [__ASSUME_RECVMMSG_SOCKETCALL].
14786         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14787         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14788         Define.
14789         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14790         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14791         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14792         Likewise.
14793         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14794         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14795         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14796         [!__ASSUME_RECVMMSG]: Change condition to
14797         [!__ASSUME_RECVMMSG_SOCKETCALL].
14798         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14799         (__ASSUME_RECVMMSG_SYSCALL): Define.
14800
14801         [BZ #16609]
14802         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14803         __powerpc__ || __s390__ || __sh__ || __sparc__]
14804         (__ASSUME_SOCKETCALL): Define.
14805         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14806         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14807         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14808         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14809         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14810         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14811         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14812         (__ASSUME_ACCEPT4): Define instead of using previous
14813         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14814         __powerpc__ || __sparc__ || __s390__)] condition.
14815         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14816         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14817         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14818         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14819         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14820         [!__ASSUME_ACCEPT4]: Change condition to
14821         [!__ASSUME_ACCEPT4_SOCKETCALL].
14822         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14823         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14824         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14825         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14826         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14827         __ASSUME_ACCEPT4_SYSCALL.
14828         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14829         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14830         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14831         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14832         __ASSUME_ACCEPT4_SYSCALL.
14833         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14834         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14835         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14836         [__ASSUME_ACCEPT4]: Change condition to
14837         [__ASSUME_ACCEPT4_SOCKETCALL].
14838         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14839         (__ASSUME_SOCKETCALL): Define.
14840         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14841         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14842         (__ASSUME_SOCKETCALL): Define.
14843         (__ASSUME_ACCEPT4): Remove.
14844         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14845         Define.
14846         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14847         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14848         Likewise.
14849         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14850         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14851
14852         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14853         macro.
14854         (HWCAP_ARM_LPAE): Likewise.
14855         (HWCAP_ARM_EVTSTRM): Likewise.
14856         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14857         Add vpfd32, lpae and evtstrm.
14858         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14859         Increase to 22.
14860
14861 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14862
14863         * math/auto-libm-test-in: Add tests of clog10.
14864         * math/auto-libm-test-out: Regenerated.
14865         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14866         * sysdeps/i386/fpu/libm-test-ulps: Update.
14867         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14868
14869 2014-02-18  Andreas Schwab  <schwab@suse.de>
14870
14871         [BZ #16574]
14872         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14873         Store non-zero if the second buffer was newly allocated.
14874         (send_dg): Likewise.
14875         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14876         to send_vc and send_dg.
14877         (res_nsend): Pass NULL for ansp2_malloced.
14878         * resolv/res_query.c (__libc_res_nquery): Add parameter
14879         answerp2_malloced and pass it down to __libc_res_nsend.
14880         (res_nquery): Pass additional NULL to __libc_res_nquery.
14881         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14882         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14883         second answer buffer if answerp2_malloced was set.
14884         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14885         (__libc_res_nquerydomain): Add parameter
14886         answerp2_malloced and pass it down to __libc_res_nquery.
14887         (res_nquerydomain): Pass additional NULL to
14888         __libc_res_nquerydomain.
14889         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14890         additional NULL to __libc_res_nsend and __libc_res_nquery.
14891         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14892         additional NULL to __libc_res_nsearch.
14893         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14894         parameter of __libc_res_nsearch to check for separately allocated
14895         second buffer.
14896         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14897         __libc_res_nquery.
14898         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14899         additional NULL to __libc_res_nquery.
14900         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14901         __libc_res_nsearch.
14902         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14903         * include/resolv.h: Update prototypes of __libc_res_nquery,
14904         __libc_res_nsearch, __libc_res_nsend.
14905
14906 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14907
14908         * math/auto-libm-test-in: Add tests of fma.
14909         * math/auto-libm-test-out: Regenerated.
14910         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14911         (fma_towardzero_test_data): Likewise.
14912         (fma_downward_test_data): Likewise.
14913         (fma_upward_test_data): Likewise.
14914         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14915         mpc_mode.
14916         (rounding_modes): Add values for new field.
14917         (func_calc_method): Add value mpfr_fff_f.
14918         (func_calc_desc): Add mpfr_fff_f union field.
14919         (test_function): Add field exact_args.
14920         (FUNC): Add macro argument EXACT_ARGS.
14921         (FUNC_mpfr_f_f): Update call to FUNC.
14922         (FUNC_mpfr_f_f): Likewise.
14923         (FUNC_mpfr_ff_f): Likewise.
14924         (FUNC_mpfr_if_f): Likewise.
14925         (FUNC_mpc_c_f): Likewise.
14926         (FUNC_mpc_c_c): Likewise.
14927         (test_functions): Add fma.  Update calls to FUNC.
14928         (handle_input_arg): Add argument exact_args.
14929         (add_test): Update call to handle_input_arg.
14930         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14931         (output_for_one_input_case): Update call to calc_generic_results.
14932         Recalculate exact zero results in each rounding mode.
14933
14934         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14935         non-negative before setting low bit.
14936         * math/auto-libm-test-in: Mark one asin test possibly having
14937         spurious underflow.
14938         * math/auto-libm-test-out: Regenerated.
14939         * sysdeps/i386/fpu/libm-test-ulps: Update.
14940         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14941
14942 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14943
14944         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14945         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14946         ports/sysdeps/unix/sysv/linux/microblaze.
14947         * README: Add missing listing for microblaze*-*-linux-gnu.
14948
14949 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14950
14951         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14952         duplicate code
14953
14954 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14955
14956         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14957         * sysdeps/unix/sysv/linux/ia64: Move directory from
14958         ports/sysdeps/unix/sysv/linux/ia64.
14959         * README: Update listing for ia64-*-linux-gnu.
14960
14961 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14962             Joseph Myers  <joseph@codesourcery.com>
14963
14964         * Makeconfig (test-name): New variable.
14965         (evaluate-test): Likewise.
14966         * Makerules (do-test-clean): Remove .test-result files.
14967         (common-mostlyclean): Likewise.
14968         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14969         * scripts/evaluate-test.sh: New file.
14970
14971 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14972
14973         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14974         separate $(objpfx)tst-fopenloc-cmp.out and
14975         $(objpfx)tst-fopenloc-mem.out targets.
14976         (tests): Update dependencies.
14977         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14978         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14979         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14980         (tst-rxspencer-no-utf8-ARGS): New variable.
14981         (tst-rxspencer-no-utf8-ENV): Likewise.
14982         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14983         instead of $(objpfx)tst-rxspencer-mem.
14984         ($(objpfx)tst-rxspencer-mem): Change target to
14985         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14986         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14987         * posix/tst-rxspencer-no-utf8.c: New file.
14988
14989         * elf/Makefile ($(objpfx)order.out): Remove rule.
14990         [$(run-built-tests) = yes] (tests): Depend on
14991         $(objpfx)order-cmp.out.
14992         ($(objpfx)order-cmp.out): New rule.
14993         [$(run-built-tests) = yes] (tests): Depend on
14994         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14995         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14996         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14997         $(objpfx)tst-array5-static-cmp.out.
14998         ($(objpfx)tst-array1.out): Remove rule.
14999         ($(objpfx)tst-array1-cmp.out): New rule.
15000         ($(objpfx)tst-array1-static.out): Remove rule.
15001         ($(objpfx)tst-array1-static-cmp.out): New rule.
15002         ($(objpfx)tst-array2.out): Remove rule.
15003         ($(objpfx)tst-array2-cmp.out): New rule.
15004         ($(objpfx)tst-array3.out): Remove rule.
15005         ($(objpfx)tst-array3-cmp.out): New rule.
15006         ($(objpfx)tst-array4.out): Remove rule.
15007         ($(objpfx)tst-array4-cmp.out): New rule.
15008         ($(objpfx)tst-array5.out): Remove rule.
15009         ($(objpfx)tst-array5-cmp.out): New rule.
15010         ($(objpfx)tst-array5-static.out): Remove rule.
15011         ($(objpfx)tst-array5-static-cmp.out): New rule.
15012         [$(run-built-tests) = yes] (tests): Depend on
15013         $(objpfx)order2-cmp.out.
15014         ($(objpfx)order2.out): Remove rule.
15015         ($(objpfx)order2-cmp.out): New rule.
15016         ($(objpfx)tst-initorder.out): Remove rule.
15017         [$(run-built-tests) = yes] (tests): Depend on
15018         $(objpfx)tst-initorder-cmp.out.
15019         ($(objpfx)tst-initorder-cmp.out): New rule.
15020         ($(objpfx)tst-initorder2.out): Remove rule.
15021         [$(run-built-tests) = yes] (tests): Depend on
15022         $(objpfx)tst-initorder2-cmp.out.
15023         ($(objpfx)tst-initorder2-cmp.out): New rule.
15024         [$(run-built-tests) = yes] (tests): Depend on
15025         $(objpfx)tst-unused-dep-cmp.out.
15026         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
15027         ($(objpfx)tst-unused-dep-cmp.out): New rule.
15028         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
15029         on $(objpfx)tst-setvbuf1-cmp.out.
15030         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
15031         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
15032         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
15033         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
15034         ($(objpfx)tst-svc.out): Remove rule.
15035         ($(objpfx)tst-svc-cmp.out): New rule.
15036
15037 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
15038
15039         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
15040         * ctype/ctype.h [__USE_MISC]: Likewise.
15041         * dirent/dirent.h [__USE_MISC]: Likewise.
15042         * grp/grp.h [__USE_MISC]: Likewise.
15043         * io/fcntl.h [__USE_MISC]: Likewise.
15044         * io/sys/stat.h [__USE_MISC]: Likewise.
15045         * libio/stdio.h [__USE_MISC]: Likewise.
15046         * posix/unistd.h [__USE_MISC]: Likewise.
15047         * pwd/pwd.h [__USE_MISC]: Likewise.
15048         * stdlib.h [__USE_MISC]: Likewise.
15049         * string/bits/string2.h [__USE_MISC]: Likewise.
15050         * string/string.h [__USE_MISC]: Likewise.
15051         * time/time.h [__USE_MISC]: Likewise.
15052
15053 2014-02-13  Andreas Schwab  <schwab@suse.de>
15054
15055         [BZ #16574]
15056         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
15057         second answer buffer if it was separately allocated.
15058
15059 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
15060
15061         * sysdeps/mips/math-tests.h: Include <features.h>.
15062         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15063         (ROUNDING_TESTS_long_double): Do not define.
15064         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15065         (EXCEPTION_TESTS_long_double): Likewise.
15066         * sysdeps/mips/mips64/libm-test-ulps: Update.
15067
15068         * include/features.h (__USE_BSD): Remove macro definitions.
15069         (__USE_SVID): Likewise.
15070         (_BSD_SOURCE): Likewise.
15071         (_SVID_SOURCE): Likewise.
15072         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
15073         from definition of _DEFAULT_SOURCE.
15074         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
15075         [_DEFAULT_SOURCE].
15076         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
15077         * bits/mman.h [__USE_BSD]: Likewise.
15078         * bits/termios.h [__USE_BSD]: Likewise.
15079         * bits/waitstatus.h [__USE_BSD]: Likewise.
15080         * ctype/ctype.h [__USE_SVID]: Likewise.
15081         * dirent/dirent.h [__USE_BSD]: Likewise.
15082         * grp/grp.h [__USE_SVID]: Likewise.
15083         [__USE_BSD]: Likewise.
15084         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
15085         * io/fcntl.h [__USE_BSD]: Likewise.
15086         * io/ftw.h [__USE_BSD]: Likewise.
15087         * io/sys/stat.h [__USE_BSD]: Likewise.
15088         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
15089         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
15090         * libio/stdio.h [__USE_SVID]: Likewise.
15091         [__USE_BSD]: Likewise.
15092         * math/math.h [__USE_SVID]: Likewise.
15093         [__USE_BSD]: Likewise.
15094         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
15095         * misc/bits/syslog.h [__USE_BSD]: Likewise.
15096         * misc/search.h [__USE_SVID]: Likewise.
15097         * misc/sys/mman.h [__USE_BSD]: Likewise.
15098         * misc/sys/syslog.h [__USE_BSD]: Likewise.
15099         * misc/sys/uio.h [__USE_BSD]: Likewise.
15100         * posix/bits/unistd.h [__USE_BSD]: Likewise.
15101         * posix/glob.h [__USE_BSD]: Likewise.
15102         * posix/regex.h [__USE_BSD]: Likewise.
15103         * posix/sys/types.h [__USE_BSD]: Likewise.
15104         [__USE_SVID]: Likewise.
15105         * posix/sys/utsname.h [__USE_SVID]: Likewise.
15106         * posix/sys/wait.h [__USE_BSD]: Likewise.
15107         [__USE_SVID]: Likewise.
15108         * posix/unistd.h [__USE_BSD]: Likewise.
15109         [__USE_SVID]: Likewise.
15110         * pwd/pwd.h [__USE_SVID]: Likewise.
15111         * resolv/netdb.h [__USE_BSD]: Likewise.
15112         * setjmp/setjmp.h [__USE_BSD]: Likewise.
15113         * signal/signal.h [__USE_BSD]: Likewise.
15114         [__USE_SVID]: Likewise.
15115         * socket/sys/socket.h [__USE_BSD]: Likewise.
15116         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
15117         * stdlib/stdlib.h [__USE_BSD]: Likewise.
15118         [__USE_SVID]: Likewise.
15119         * string/bits/string2.h [__USE_BSD]: Likewise.
15120         [__USE_SVID]: Likewise.
15121         * string/bits/string3.h [__USE_BSD]: Likewise.
15122         * string/endian.h [__USE_BSD]: Likewise.
15123         * string/string.h [__USE_SVID]: Likewise.
15124         [__USE_BSD]: Likewise.
15125         * string/strings.h [__USE_BSD]: Likewise.
15126         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15127         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15128         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15129         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15130         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15131         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15132         Likewise.
15133         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15134         Likewise.
15135         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15136         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15137         Likewise.
15138         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15139         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15140         Likewise.
15141         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15142         Likewise.
15143         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15144         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15145         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15146         Likewise.
15147         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15148         Likewise.
15149         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15150         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15151         * termios/termios.h [__USE_BSD]: Likewise.
15152         * time/sys/time.h [__USE_BSD]: Likewise.
15153         * time/time.h [__USE_BSD]: Likewise.
15154         [__USE_SVID]: Likewise.
15155
15156         * Makefile (subdir_targets): Remove subdir_lint.out.
15157
15158         * stdio-common/Makefile (do-tst-unbputc): Remove target.
15159         (do-tst-printf): Likewise.
15160         (tests): Depend directly on $(objpfx)tst-unbputc.out and
15161         $(objpfx)tst-printf.out.
15162
15163         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15164
15165         * Makerules (check-abi-%): Change target to
15166         $(objpfx)check-abi-%.out.
15167         (check-abi target): Update dependencies.
15168         (check-abi-pattern variable): Redirect output of diff to $@.
15169         (check-abi variable): Likewise.
15170         * elf/Makefile (check-abi): Update dependencies.
15171
15172         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15173         unused.
15174         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15175         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15176         subnormal range.
15177         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15178         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15179         value has largest subnormal exponent.
15180         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15181         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15182         * sysdeps/aarch64/soft-fp/sfp-machine.h
15183         (_FP_TININESS_AFTER_ROUNDING): New macro.
15184         * sysdeps/alpha/soft-fp/sfp-machine.h
15185         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15186         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15187         Likewise.
15188         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15189         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15190         * sysdeps/mips/soft-fp/sfp-machine.h
15191         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15192         * sysdeps/powerpc/soft-fp/sfp-machine.h
15193         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15194         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15195         Likewise.
15196         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15197         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15198         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15199         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15200         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15201         Likewise.
15202
15203 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
15204
15205         [BZ #16545]
15206         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15207         model 1.
15208
15209 2014-02-12  Richard Henderson  <rth@redhat.com>
15210
15211         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
15212         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15213         * sysdeps/unix/sysv/linux/alpha: Move directory from
15214         ports/sysdeps/unix/sysv/linux/alpha.
15215         * README: Update listing for alpha-*-linux-gnu.
15216
15217 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
15218
15219         * include/features.h: Update comment documenting feature test
15220         macros.
15221         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
15222         _DEFAULT_SOURCE.
15223         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15224         (_SVID_SOURCE): Likewise.
15225         (_DEFAULT_SOURCE): Update description of default features.
15226         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15227         with _GNU_SOURCE.
15228         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15229         (S_ISVTX): Likewise.
15230         * manual/math.texi (Mathematical Constants): Likewise.
15231         * manual/signal.texi (Interrupted Primitives): Likewise.
15232         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15233         * math/test-matherr.c (_SVID_SOURCE): Do not define.
15234         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15235         Don't refer to _SVID_SOURCE in warning text.
15236
15237         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15238
15239         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15240         already defined.
15241         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15242         * sysdeps/mips/dl-lookup.c: Remove.
15243         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15244
15245 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15246
15247         [BZ #16447]
15248         * math/auto-libm-test-in: Add testcase for expl.
15249         * math/auto-libm-test-out: Regenerate.
15250         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15251         calculation of unsafe.
15252         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15253
15254 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15255
15256         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15257         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15258         ports/sysdeps/unix/sysv/linux/aarch64.
15259         * README: Update listing for aarch64*-*-linux-gnu.
15260
15261 2014-02-11  Will Newton  <will.newton@linaro.org>
15262
15263         * manual/probes.texi (Mathematical Function Probes): Use
15264         "triggered" instead of "hit".
15265
15266         * manual/probes.texi (Internal Probes): Add documentation
15267         of setjmp, longjmp and longjmp_target probes.
15268
15269         * include/stap-probe.h: Add comment about probe argument
15270         format.
15271
15272         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15273         definition.  (tr_where, tr_freehook, tr_mallochook,
15274         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15275
15276 2014-02-11  David S. Miller  <davem@davemloft.net>
15277
15278         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15279         processing int_tests.
15280
15281 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15282
15283         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15284         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15285         * sysdeps/unix/sysv/linux/mips: Move directory from
15286         ports/sysdeps/unix/sysv/linux/mips.
15287         * README: Update listing for mips-*-linux-gnu and
15288         mips64-*-linux-gnu.
15289
15290 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15291
15292         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15293         * sysdeps/unix/sysv/linux/m68k: Move directory from
15294         ports/sysdeps/unix/sysv/linux/m68k.
15295         * README: Update listing for m68k-*-linux-gnu.
15296
15297 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15298
15299         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15300         * sysdeps/unix/sysv/linux/generic: Move directory from
15301         ports/sysdeps/unix/sysv/linux/generic.
15302         * sysdeps/unix/sysv/linux/tile: Move directory from
15303         ports/sysdeps/unix/sysv/linux/tile.
15304         * README: Update listing for tile*-*-linux-gnu.
15305
15306 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15307
15308         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15309         __builtin_expect.
15310         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15311         * catgets/open_catalog.c (__open_catalog): Likewise.
15312         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15313         * debug/confstr_chk.c: Likewise.
15314         * debug/fread_chk.c (__fread_chk): Likewise.
15315         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15316         * debug/getgroups_chk.c: Likewise.
15317         * debug/mbsnrtowcs_chk.c: Likewise.
15318         * debug/mbsrtowcs_chk.c: Likewise.
15319         * debug/mbstowcs_chk.c: Likewise.
15320         * debug/memcpy_chk.c: Likewise.
15321         * debug/memmove_chk.c: Likewise.
15322         * debug/mempcpy_chk.c: Likewise.
15323         * debug/memset_chk.c: Likewise.
15324         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15325         * debug/strcat_chk.c (__strcat_chk): Likewise.
15326         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15327         * debug/strncat_chk.c (__strncat_chk): Likewise.
15328         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15329         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15330         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15331         * debug/wcpncpy_chk.c: Likewise.
15332         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15333         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15334         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15335         * debug/wcsncpy_chk.c: Likewise.
15336         * debug/wcsnrtombs_chk.c: Likewise.
15337         * debug/wcsrtombs_chk.c: Likewise.
15338         * debug/wcstombs_chk.c: Likewise.
15339         * debug/wmemcpy_chk.c: Likewise.
15340         * debug/wmemmove_chk.c: Likewise.
15341         * debug/wmempcpy_chk.c: Likewise.
15342         * debug/wmemset_chk.c: Likewise.
15343         * dirent/scandirat.c (SCANDIRAT): Likewise.
15344         * dlfcn/dladdr1.c (dladdr1): Likewise.
15345         * dlfcn/dladdr.c (dladdr): Likewise.
15346         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15347         * dlfcn/dlerror.c (__dlerror): Likewise.
15348         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15349         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15350         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15351         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15352         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15353         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15354         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15355         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15356         Likewise.
15357         * elf/dl-conflict.c: Likewise.
15358         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15359         * elf/dl-dst.h: Likewise.
15360         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15361         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15362         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15363         * elf/dl-init.c (call_init, _dl_init): Likewise.
15364         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15365         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15366         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15367         Likewise.
15368         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15369         Likewise.
15370         * elf/dl-minimal.c (__libc_memalign): Likewise.
15371         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15372         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15373         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15374         * elf/dl-sym.c (do_sym): Likewise.
15375         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15376         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15377         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15378         * elf/dl-writev.h (_dl_writev): Likewise.
15379         * elf/ldconfig.c (search_dir): Likewise.
15380         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15381         (dl_main): Likewise.
15382         * elf/setup-vdso.h (setup_vdso): Likewise.
15383         * grp/compat-initgroups.c (compat_call): Likewise.
15384         * grp/fgetgrent.c (fgetgrent): Likewise.
15385         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15386         * grp/putgrent.c (putgrent): Likewise.
15387         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15388         Likewise.
15389         * hurd/hurdinit.c: Likewise.
15390         * iconvdata/8bit-gap.c (struct): Likewise.
15391         * iconvdata/ansi_x3.110.c : Likewise.
15392         * iconvdata/big5.c : Likewise.
15393         * iconvdata/big5hkscs.c : Likewise.
15394         * iconvdata/cp1255.c: Likewise.
15395         * iconvdata/cp1258.c : Likewise.
15396         * iconvdata/cp932.c : Likewise.
15397         * iconvdata/euc-cn.c: Likewise.
15398         * iconvdata/euc-jisx0213.c : Likewise.
15399         * iconvdata/euc-jp.c: Likewise.
15400         * iconvdata/euc-jp-ms.c : Likewise.
15401         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15402         * iconvdata/gb18030.c : Likewise.
15403         * iconvdata/gbbig5.c (const): Likewise.
15404         * iconvdata/gbgbk.c: Likewise.
15405         * iconvdata/gbk.c : Likewise.
15406         * iconvdata/ibm1364.c : Likewise.
15407         * iconvdata/ibm930.c : Likewise.
15408         * iconvdata/ibm932.c: Likewise.
15409         * iconvdata/ibm933.c : Likewise.
15410         * iconvdata/ibm935.c : Likewise.
15411         * iconvdata/ibm937.c : Likewise.
15412         * iconvdata/ibm939.c : Likewise.
15413         * iconvdata/ibm943.c: Likewise.
15414         * iconvdata/iso_11548-1.c: Likewise.
15415         * iconvdata/iso-2022-cn.c : Likewise.
15416         * iconvdata/iso-2022-cn-ext.c : Likewise.
15417         * iconvdata/iso-2022-jp-3.c: Likewise.
15418         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15419         * iconvdata/iso-2022-kr.c : Likewise.
15420         * iconvdata/iso646.c (gconv_end): Likewise.
15421         * iconvdata/iso_6937-2.c : Likewise.
15422         * iconvdata/iso_6937.c : Likewise.
15423         * iconvdata/iso8859-1.c: Likewise.
15424         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15425         * iconvdata/shift_jisx0213.c : Likewise.
15426         * iconvdata/sjis.c : Likewise.
15427         * iconvdata/t.61.c : Likewise.
15428         * iconvdata/tcvn5712-1.c : Likewise.
15429         * iconvdata/tscii.c: Likewise.
15430         * iconvdata/uhc.c : Likewise.
15431         * iconvdata/unicode.c (gconv_end): Likewise.
15432         * iconvdata/utf-16.c (gconv_end): Likewise.
15433         * iconvdata/utf-32.c (gconv_end): Likewise.
15434         * iconvdata/utf-7.c (base64): Likewise.
15435         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15436         * iconv/gconv_close.c (__gconv_close): Likewise.
15437         * iconv/gconv_open.c (__gconv_open): Likewise.
15438         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15439         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15440         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15441         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15442         (ucs4le_internal_loop_single): Likewise.
15443         * iconv/iconv.c (iconv): Likewise.
15444         * iconv/iconv_close.c: Likewise.
15445         * iconv/loop.c (SINGLE): Likewise.
15446         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15447         * include/atomic.h: Likewise.
15448         * inet/inet6_option.c (option_alloc): Likewise.
15449         * intl/bindtextdom.c (set_binding_values): Likewise.
15450         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15451         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15452         * intl/localealias.c (read_alias_file): Likewise.
15453         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15454         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15455         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15456         * libio/fmemopen.c (fmemopen): Likewise.
15457         * libio/iofgets.c (_IO_fgets): Likewise.
15458         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15459         * libio/iofgetws.c (fgetws): Likewise.
15460         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15461         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15462         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15463         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15464         * locale/findlocale.c (_nl_find_locale): Likewise.
15465         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15466         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15467         Likewise.
15468         * locale/setlocale.c (setlocale): Likewise.
15469         * login/programs/pt_chown.c (main): Likewise.
15470         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15471         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15472         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15473         (mmap, mmap64, mremap, munmap): Likewise.
15474         * math/e_exp2l.c: Likewise.
15475         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15476         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15477         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15478         * math/s_catan.c (__catan): Likewise.
15479         * math/s_catanf.c (__catanf): Likewise.
15480         * math/s_catanh.c (__catanh): Likewise.
15481         * math/s_catanhf.c (__catanhf): Likewise.
15482         * math/s_catanhl.c (__catanhl): Likewise.
15483         * math/s_catanl.c (__catanl): Likewise.
15484         * math/s_ccosh.c (__ccosh): Likewise.
15485         * math/s_ccoshf.c (__ccoshf): Likewise.
15486         * math/s_ccoshl.c (__ccoshl): Likewise.
15487         * math/s_cexp.c (__cexp): Likewise.
15488         * math/s_cexpf.c (__cexpf): Likewise.
15489         * math/s_cexpl.c (__cexpl): Likewise.
15490         * math/s_clog10.c (__clog10): Likewise.
15491         * math/s_clog10f.c (__clog10f): Likewise.
15492         * math/s_clog10l.c (__clog10l): Likewise.
15493         * math/s_clog.c (__clog): Likewise.
15494         * math/s_clogf.c (__clogf): Likewise.
15495         * math/s_clogl.c (__clogl): Likewise.
15496         * math/s_csin.c (__csin): Likewise.
15497         * math/s_csinf.c (__csinf): Likewise.
15498         * math/s_csinh.c (__csinh): Likewise.
15499         * math/s_csinhf.c (__csinhf): Likewise.
15500         * math/s_csinhl.c (__csinhl): Likewise.
15501         * math/s_csinl.c (__csinl): Likewise.
15502         * math/s_csqrt.c (__csqrt): Likewise.
15503         * math/s_csqrtf.c (__csqrtf): Likewise.
15504         * math/s_csqrtl.c (__csqrtl): Likewise.
15505         * math/s_ctan.c (__ctan): Likewise.
15506         * math/s_ctanf.c (__ctanf): Likewise.
15507         * math/s_ctanh.c (__ctanh): Likewise.
15508         * math/s_ctanhf.c (__ctanhf): Likewise.
15509         * math/s_ctanhl.c (__ctanhl): Likewise.
15510         * math/s_ctanl.c (__ctanl): Likewise.
15511         * math/w_pow.c: Likewise.
15512         * math/w_powf.c: Likewise.
15513         * math/w_powl.c: Likewise.
15514         * math/w_scalb.c (sysv_scalb): Likewise.
15515         * math/w_scalbf.c (sysv_scalbf): Likewise.
15516         * math/w_scalbl.c (sysv_scalbl): Likewise.
15517         * misc/error.c (error_tail): Likewise.
15518         * misc/pselect.c (__pselect): Likewise.
15519         * nis/nis_callback.c (__nis_create_callback): Likewise.
15520         * nis/nis_call.c (__nisfind_server): Likewise.
15521         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15522         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15523         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15524         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15525         * nis/nis_lookup.c (nis_lookup): Likewise.
15526         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15527         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15528         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15529         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15530         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15531         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15532         * nis/nss_compat/compat-initgroups.c (add_group)
15533         (internal_getgrent_r): Likewise.
15534         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15535         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15536         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15537         (internal_getspnam_r): Likewise.
15538         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15539         (_nss_nis_getaliasbyname_r): Likewise.
15540         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15541         (_nss_nis_getntohost_r): Likewise.
15542         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15543         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15544         (_nss_nis_getgrgid_r): Likewise.
15545         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15546         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15547         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15548         (_nss_nis_gethostbyname4_r): Likewise.
15549         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15550         (initgroups_netid): Likewise.
15551         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15552         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15553         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15554         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15555         (_nss_nis_getprotobynumber_r): Likewise.
15556         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15557         (_nss_nis_getsecretkey): Likewise.
15558         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15559         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15560         (_nss_nis_getpwuid_r): Likewise.
15561         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15562         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15563         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15564         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15565         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15566         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15567         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15568         Likewise.
15569         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15570         (_nss_nisplus_getntohost_r): Likewise.
15571         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15572         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15573         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15574         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15575         Likewise.
15576         * nis/nss_nisplus/nisplus-initgroups.c
15577         (_nss_nisplus_initgroups_dyn): Likewise.
15578         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15579         (_nss_nisplus_getnetbyaddr_r): Likewise.
15580         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15581         (_nss_nisplus_getprotobynumber_r): Likewise.
15582         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15583         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15584         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15585         Likewise.
15586         * nis/nss_nisplus/nisplus-service.c
15587         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15588         (_nss_nisplus_getservbyport_r): Likewise.
15589         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15590         (_nss_nisplus_getspnam_r): Likewise.
15591         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15592         Likewise.
15593         * nscd/aicache.c (addhstaiX): Likewise.
15594         * nscd/cache.c (cache_search, prune_cache): Likewise.
15595         * nscd/connections.c (register_traced_file, send_ro_fd)
15596         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15597         (main_loop_epoll): Likewise.
15598         * nscd/grpcache.c (addgrbyX): Likewise.
15599         * nscd/hstcache.c (addhstbyX): Likewise.
15600         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15601         * nscd/mem.c (gc, mempool_alloc): Likewise.
15602         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15603         (addinnetgrX): Likewise.
15604         * nscd/nscd-client.h (__nscd_acquire_maplock)
15605         (__nscd_drop_map_ref): Likewise.
15606         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15607         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15608         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15609         Likewise.
15610         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15611         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15612         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15613         (__nscd_get_map_ref): Likewise.
15614         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15615         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15616         Likewise.
15617         * nscd/pwdcache.c (addpwbyX): Likewise.
15618         * nscd/selinux.c (preserve_capabilities): Likewise.
15619         * nscd/servicescache.c (addservbyX): Likewise.
15620         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15621         * posix/fnmatch.c (fnmatch): Likewise.
15622         * posix/getopt.c (_getopt_internal_r): Likewise.
15623         * posix/glob.c (glob, glob_in_dir): Likewise.
15624         * posix/wordexp.c (exec_comm_child): Likewise.
15625         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15626         (getanswer_r, gaih_getanswer_slice): Likewise.
15627         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15628         * resolv/res_init.c: Likewise.
15629         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15630         * resolv/res_query.c (__libc_res_nquery): Likewise.
15631         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15632         Likewise.
15633         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15634         * stdio-common/perror.c (perror): Likewise.
15635         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15636         * stdio-common/tmpnam.c (tmpnam): Likewise.
15637         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15638         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15639         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15640         Likewise.
15641         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15642         * stdlib/putenv.c (putenv): Likewise.
15643         * stdlib/setenv.c (__add_to_environ): Likewise.
15644         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15645         * stdlib/strtol_l.c (INTERNAL): Likewise.
15646         * string/memmem.c (memmem): Likewise.
15647         * string/strerror.c (strerror): Likewise.
15648         * string/strnlen.c (__strnlen): Likewise.
15649         * string/test-memmem.c (simple_memmem): Likewise.
15650         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15651         * sunrpc/pm_getport.c (__get_socket): Likewise.
15652         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15653         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15654         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15655         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15656         Likewise.
15657         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15658         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15659         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15660         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15661         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15662         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15663         Likewise.
15664         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15665         Likewise.
15666         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15667         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15668         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15669         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15670         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15671         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15672         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15673         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15674         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15675         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15676         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15677         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15678         Likewise.
15679         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15680         Likewise.
15681         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15682         Likewise.
15683         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15684         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15685         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15686         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15687         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15688         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15689         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15690         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15691         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15692         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15693         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15694         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15695         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15696         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15697         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15698         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15699         Likewise.
15700         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15701         Likewise.
15702         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15703         Likewise.
15704         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15705         Likewise.
15706         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15707         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15708         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15709         Likewise.
15710         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15711         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15712         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15713         * sysdeps/posix/sleep.c: Likewise.
15714         * sysdeps/posix/tempname.c: Likewise.
15715         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15716         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15717         Likewise.
15718         * sysdeps/powerpc/powerpc32/dl-machine.h
15719         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15720         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15721         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15722         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15723         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15724         Likewise.
15725         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15726         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15727         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15728         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15729         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15730         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15731         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15732         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15733         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15734         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15735         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15736         (elf_machine_lazy_rel): Likewise.
15737         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15738         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15739         (elf_machine_lazy_rel): Likewise.
15740         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15741         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15742         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15743         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15744         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15745         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15746         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15747         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15748         Likewise.
15749         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15750         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15751         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15752         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15753         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15754         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15755         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15756         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15757         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15758         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15759         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15760         Likewise.
15761         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15762         (__posix_fallocate64_l64): Likewise.
15763         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15764         (posix_fallocate): Likewise.
15765         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15766         Likewise.
15767         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15768         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15769         (getifaddrs_internal): Likewise.
15770         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15771         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15772         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15773         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15774         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15775         (__posix_fallocate64_l64): Likewise.
15776         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15777         Likewise.
15778         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15779         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15780         (__get_clockfreq): Likewise.
15781         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15782         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15783         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15784         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15785         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15786         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15787         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15788         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15789         Likewise.
15790         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15791         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15792         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15793         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15794         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15795         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15796         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15797         Likewise.
15798         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15799         (posix_fallocate): Likewise.
15800         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15801         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15802         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15803         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15804         (elf_machine_rela, elf_machine_rela_relative)
15805         (elf_machine_lazy_rel): Likewise.
15806         * time/asctime.c (asctime_internal): Likewise.
15807         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15808         * time/tzset.c (__tzset_parse_tz): Likewise.
15809         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15810         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15811         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15812         * wcsmbs/wcsmbsload.h: Likewise.
15813
15814         [BZ #15894]
15815         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15816
15817         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15818         (arena_get2): Remove THREAD_STATS conditionals.
15819         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15820         (__malloc_stats, int): Likewise.
15821
15822 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15823
15824         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15825         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15826
15827         * manual/setjmp.texi: Fix typos/grammar errors.
15828
15829         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15830         Only return early when n is <= 0.  Delete unused return statement.
15831
15832         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15833         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15834         * debug/tst-longjmp_chk3.c: New file.
15835
15836         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15837         (test_main): Replace code with set_fortify_handler call.
15838         * debug/test-strcpy_chk.c: Likewise.
15839         * debug/tst-chk1.c: Likewise.
15840         * debug/tst-longjmp_chk.c: Likewise.
15841         * test-skeleton.c: Include fcntl.h & paths.h
15842         (set_fortify_handler): Define.
15843
15844         * debug/tst-longjmp_chk.c: Add header comment and include
15845         ../test-skeleton.c.
15846         (do_test): Mark static.
15847         (TEST_FUNCTION): Define.
15848
15849         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15850         (IP_PMTUDISC_INTERFACE): Likewise.
15851         (IP_MULTICAST_IF): Likewise.
15852         (IP_MULTICAST_TTL): Likewise.
15853         (IP_MULTICAST_LOOP): Likewise.
15854         (IP_ADD_MEMBERSHIP): Likewise.
15855         (IP_DROP_MEMBERSHIP): Likewise.
15856         (IP_UNBLOCK_SOURCE): Likewise.
15857         (IP_BLOCK_SOURCE): Likewise.
15858         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15859         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15860         (IP_MSFILTER): Likewise.
15861         (MCAST_JOIN_GROUP): Likewise.
15862         (MCAST_BLOCK_SOURCE): Likewise.
15863         (MCAST_UNBLOCK_SOURCE): Likewise.
15864         (MCAST_LEAVE_GROUP): Likewise.
15865         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15866         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15867         (MCAST_MSFILTER): Likewise.
15868         (IP_MULTICAST_ALL): Likewise.
15869         (IP_UNICAST_IF): Likewise.
15870
15871         * timezone/Makefile: Delete $(have-ksh) check.
15872         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15873         * timezone/tzselect.ksh: Add +x mode bits.
15874
15875         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15876         (ANON_INODE_FS_MAGIC): Likewise.
15877         (BDEVFS_MAGIC): Likewise.
15878         (BINFMTFS_MAGIC): Likewise.
15879         (BTRFS_TEST_MAGIC): Likewise.
15880         (CRAMFS_MAGIC_WEND): Likewise.
15881         (DEBUGFS_MAGIC): Likewise.
15882         (ECRYPTFS_SUPER_MAGIC): Likewise.
15883         (EXT3_SUPER_MAGIC): Likewise.
15884         (EXT4_SUPER_MAGIC): Likewise.
15885         (FUTEXFS_SUPER_MAGIC): Likewise.
15886         (HOSTFS_SUPER_MAGIC): Likewise.
15887         (HUGETLBFS_MAGIC): Likewise.
15888         (MINIX3_SUPER_MAGIC): Likewise.
15889         (MTD_INODE_FS_MAGIC): Likewise.
15890         (NILFS_SUPER_MAGIC): Likewise.
15891         (OPENPROM_SUPER_MAGIC): Likewise.
15892         (PIPEFS_MAGIC): Likewise.
15893         (PSTOREFS_MAGIC): Likewise.
15894         (QNX6_SUPER_MAGIC): Likewise.
15895         (RAMFS_MAGIC): Likewise.
15896         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15897         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15898         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15899         (SECURITYFS_MAGIC): Likewise.
15900         (SELINUX_MAGIC): Likewise.
15901         (SMACK_MAGIC): Likewise.
15902         (SOCKFS_MAGIC): Likewise.
15903         (SQUASHFS_MAGIC): Likewise.
15904         (STACK_END_MAGIC): Likewise.
15905         (TMPFS_MAGIC): Likewise.
15906         (USBDEVICE_SUPER_MAGIC): Likewise.
15907         (V9FS_MAGIC): Likewise.
15908         (XENFS_SUPER_MAGIC): Likewise.
15909         (CRAMFS_MAGIC): Fix typo in comment.
15910         (EXT2_SUPER_MAGIC): Update comment.
15911         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15912
15913 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15914
15915         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15916         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15917         * sysdeps/unix/sysv/linux/arm: Move directory from
15918         ports/sysdeps/unix/sysv/linux/arm.
15919         * README: Update listing for arm-*-linux-gnueabi.
15920
15921         * README: Remove mention of am33.
15922
15923 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15924
15925         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15926         than the comma operator, to avoid "rhs of comma has no effect"
15927         compiler warnings.
15928         (__sigfillset, __sigandset, __sigorset): Likewise.
15929         * include/signal.h (__sigemptyset): Likewise.
15930         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15931
15932 2014-02-07  Allan McRae  <allan@archlinux.org>
15933
15934         * version.h (RELEASE): Set to "development".
15935         (VERSION): Set to "2.19.90"
15936         * NEWS: Add 2.20 section.
15937
15938 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15939
15940         [BZ #16529]
15941         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15942
15943 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15944
15945         * manual/contrib.texi: Update entry for Carlos O'Donell,
15946         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15947
15948 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15949
15950         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15951
15952         * sysdeps/unix/sysv/linux/kernel-features.h
15953         [__LINUX_KERNEL_VERSION >= 0x020621]
15954         (__ASSUME_PROC_PID_TASK_COMM): Define.
15955
15956 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15957
15958         [BZ #16398]
15959         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15960         conversion when destination buffer does not have enough space.
15961         * libio/tst-ftell-partial-wide.c: New test case.
15962         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15963
15964         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15965         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15966         Leonard and Allan McRae.
15967
15968 2014-02-04  David S. Miller  <davem@davemloft.net>
15969
15970         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15971         32-bit.
15972
15973 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15974
15975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15976         New file
15977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15978         New file
15979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15980         New file.
15981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15982         New file.
15983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15984         New file.
15985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15986         New file.
15987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15988         New file.
15989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15990         New file.
15991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15992         New file.
15993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15994         New file.
15995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15996         New file.
15997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15998         New file.
15999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
16000         New file.
16001
16002 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16003
16004         * nptl/shlib-versions: Change powerpc*le start to 2.17.
16005         * shlib-versions: Likewise.
16006
16007 2014-02-04  Roland McGrath  <roland@hack.frob.com>
16008             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16009
16010         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
16011         (abilist-pattern): New variable, set to %-le.abilist.
16012
16013         * Makerules (abilist-pattern): New variable.
16014         (vpath): Use $(abilist-pattern) in place of %.abilist.
16015         (check-abi-% pattern rule): Likewise.
16016         (check-abi, update-abi): Likewise.
16017
16018 2014-02-04  Eric Wong  <normalperson@yhbt.net>
16019
16020         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16021
16022 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
16023
16024         * manual/startup.texi: Add next, previous, and top entries for
16025         the `Program Arguments' and `Environment Variables' nodes.
16026
16027 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
16028
16029         * manual/macros.texi: Add comments before MTASC-safety macros.
16030
16031         * manual/users.texi: Document MTASC-safety properties.
16032
16033         * manual/threads.texi (pthread_key_create, pthread_key_delete)
16034         (pthread_getspecific, pthread_setspecific): Format with
16035         @deftypefun, and add @safety note.
16036         * manual/signal.texi: Move comments that analyze the above
16037         functions to their home place.
16038
16039 2014-02-03  Allan McRae  <allan@archlinux.org>
16040
16041         * po/sl.po: Update Slovenian translation from translation project.
16042
16043 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
16044
16045         * manual/time.texi (timegm): Add missing blank after @c.
16046         Reported by Joseph Myers <joseph@codesourcery.com>.
16047
16048 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
16049
16050         * manual/check-safety.sh: New.
16051         * manual/Makefile ($(objpfx)stamp-summary): Run it.
16052
16053         * manual/terminal.texi: Document MTASC-safety properties.
16054
16055         * manual/filesys.texi: Document MTASC-safety properties.
16056
16057         * manual/errno.texi: Document MTASC-safety properties.
16058
16059         * manual/intro.texi: Document safety identifiers and
16060         conditionals.
16061
16062         * manual/string.texi (wcstok): Fix prototype.
16063         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
16064
16065         * manual/time.texi: Document MTASC-safety properties.
16066
16067         * manual/string.texi: Document MTASC-safety properties.
16068
16069         * manual/threads.texi: Document MTASC-safety properties.
16070
16071         * manual/stdio.texi: Document MTASC-safety properties.
16072
16073         * manual/syslog.texi: Document MTASC-safety properties.
16074
16075         * manual/sysinfo.texi: Document MTASC-safety properties.
16076
16077         * manual/startup.texi: Document MTASC-safety properties.
16078
16079         * manual/socket.texi: Document MTASC-safety properties.
16080
16081         * manual/signal.texi: Document MTASC-safety properties.
16082
16083 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
16084
16085         * manual/setjmp.texi: Document MTASC-safety properties.
16086
16087         * manual/search.texi: Document MTASC-safety properties.
16088
16089         * manual/resource.texi: Document MTASC-safety properties.
16090
16091         * manual/process.texi: Document MTASC-safety properties.
16092
16093         * manual/platform.texi: Document MTASC-safety properties.
16094
16095         * manual/pipe.texi: Document MTASC-safety properties.
16096
16097         * manual/pattern.texi: Document MTASC-safety properties.
16098
16099         * manual/message.texi: Document MTASC-safety properties.
16100
16101         [BZ #12751]
16102         * manual/memory.texi: Document MTASC-safety properties.
16103
16104         * manual/math.texi: Document MTASC-safety properties.
16105
16106         * manual/locale.texi: Document MTASC-safety properties.
16107
16108         * manual/llio.texi: Document MTASC-safety properties.
16109
16110         * manual/libdl.texi: New.
16111
16112         * manual/lang.texi: Document MTASC-safety properties.
16113
16114         * manual/job.texi: Document MTASC-safety properties.
16115
16116         * manual/getopt.texi: Document MTASC-safety properties.
16117
16118         * manual/ctype.texi: Document MTASC-safety properties.
16119
16120 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
16121
16122         [BZ #16046]
16123         * csu/libc-tls.c (static_map): Remove variable.
16124         (__libc_setup_tls): Use main executable's link map for TLS data.
16125         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16126         casing for LM_ID_BASE and GL(dl_nns).
16127         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16128         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
16129         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16130         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16131         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16132         member.
16133         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16134         l_phnum members.
16135
16136 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
16137
16138         * manual/debug.texi: Document MTASC-safety properties.
16139
16140 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
16141
16142         [BZ #16510]
16143         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16144         of __x86_64__ when disabling x87 inline functions.
16145
16146 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
16147
16148         * manual/charset.texi: Document MTASC-safety properties.
16149
16150         * manual/crypt.texi: Document MTASC-safety properties.
16151
16152         * manual/conf.texi: Document MTASC-safety properties.
16153
16154         * manual/arith.texi: Document MTASC-safety properties.
16155
16156         * manual/argp.texi: Document MTASC-safety properties.
16157
16158         * manual/macros.texi: Introduce macros to document multi
16159         thread, asynchronous signal and asynchronous cancellation
16160         safety properties.
16161         * manual/intro.texi: Introduce the properties themselves.
16162
16163 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16164
16165         * sysdeps/sh/sh4/Makefile: New file.
16166
16167 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
16168
16169         * math/gen-libm-test.pl ($srcdir): New variable.
16170         ($auto_input): Use it.
16171
16172 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16173
16174         [BZ #16506]
16175         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16176         access beyond array bounds when parsing netgroups file.
16177
16178         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16179         the old buffer before realloc.
16180
16181 2014-01-27  Allan McRae  <allan@archlinux.org>
16182
16183         * po/fr.po: Update French translation from translation project.
16184
16185 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16186
16187         * sysdeps/sh/libm-test-ulps: Regenerate.
16188
16189 2014-01-24  David S. Miller  <davem@davemloft.net>
16190
16191         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16192
16193 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16194
16195         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16196         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16197
16198 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16199
16200         [BZ #16474]
16201         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16202         string pointers after reallocation.
16203
16204 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16205
16206         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16207         __SH4A__ instead of __SH_FPU_ANY__.
16208
16209 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16210
16211         * sysdeps/sh/fpu_control.h: New file.
16212         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16213         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16214         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16215         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16216         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16217         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16218         * sysdeps/sh/sys/ucontext.h: Remove.
16219         * sysdeps/sh/sys: Remove directory.
16220
16221 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16222
16223         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16224         s390/sys/ucontext.h.
16225         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16226         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16227
16228 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
16229
16230         [BZ #15605]
16231         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16232
16233 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16234
16235         [BZ#16431]
16236         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16237         Adjust the vDSO correctly for internal calls.
16238         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16239
16240 2014-01-20  Allan McRae  <allan@archlinux.org>
16241
16242         * po/ca.po: Update Catalan translation from translation project.
16243
16244 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16245
16246         * sysdeps/s390/sotruss-lib.c: New file.
16247
16248 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16249
16250         [BZ#16430]
16251         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16252         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16253         local calls issues by not having a PLT stub required for IFUNC calls.
16254         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16255
16256 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16257
16258         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16259         * math/test-fpucw-static.c: Likewise.
16260
16261 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16262
16263         [BZ #16453]
16264         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16265
16266 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16267
16268         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16269         implementation for powerpc.
16270
16271 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16272
16273         [BZ #14782]
16274         * sysdeps/posix/system.c (__libc_system): Do not enable
16275         asynchronous cancellation.
16276
16277 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16278
16279         [BZ #16427]
16280         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16281         handling only for numbers special also in the IEEE case.
16282
16283 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16284
16285         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16286
16287 2014-01-11  Allan McRae  <allan@archlinux.org>
16288
16289         * po/bg.po: Update Bulgarian translation from translation project.
16290
16291         * po/de.po: Update German translation from translation project.
16292
16293 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16294
16295         * sysdeps/generic/gcc-compat.h: New file.
16296
16297 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16298
16299         * benchtests/asin-inputs: Correct slow inputs.
16300         * benchtests/acos-inputs: Likewise.
16301
16302 2014-01-10  Allan McRae  <allan@archlinux.org>
16303
16304         * po:sv.po: Update Swedish translation from translation project.
16305
16306         * po/vi.po: Update Vietnamese translation from translation project.
16307
16308         * po/eo.po: Update Esperanto translation from translation project.
16309
16310         * po/cs.po: Update Czech translation from translation project.
16311
16312         * po/nl.po: Update Dutch translation from translation project.
16313
16314         * po/pl.po: Update Polish translation from translation project.
16315
16316         * po/ru.po: Update Russian translation from translation project.
16317
16318         * po/uk.po: Update Ukrainian translation from translation project.
16319
16320 2014-01-08  Brooks Moses  <bmoses@google.com>
16321
16322         * elf/dl-load.c: Fix comment typo.
16323
16324 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16325
16326         * po/header.pot: Rename to...
16327         * po/pot.header: ... this.
16328         * po/Makefile: Use pot.header.
16329
16330 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16331             Maxim Kuvyrkov  <maxim@kugelworks.com>
16332
16333         [BZ #16394]
16334         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16335         SRC and DEST against LEN.
16336
16337 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16338
16339         [BZ #16414]
16340         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16341         implementation.
16342         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16343
16344 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16345
16346         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16347
16348 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16349
16350         [BZ #16408]
16351         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16352         for large positive arguments.
16353
16354 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16355
16356         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16357
16358         * math/auto-libm-test-in: Mark various tests with
16359         xfail-rounding:ldbl-128ibm.
16360         * math/auto-libm-test-out: Regenerated.
16361
16362         [BZ #16407]
16363         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16364         Increase overflow threshold.
16365
16366 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16367
16368         [BZ #14286]
16369         * stdio-common/vfprintf.c: Check for integer overflow.
16370
16371 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16372
16373         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16374         the first argument and return value of __tls_get_addr_internal.
16375
16376 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16377
16378         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16379         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16380
16381 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16382
16383         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16384         * sysdeps/s390/rtld-global-offsets.sym: New file.
16385         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16386         GLIBC_2.19 symbol.
16387         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16388         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16389         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16390         ... this.
16391         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16392         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16393         ... this.
16394         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16395         Regenerate.
16396         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16397         Regenerate.
16398         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16399         halfs of GPRs for high_gprs contexts.
16400         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16401         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16402         field.
16403         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16404         uc_flags field.
16405         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16406         64 bit versions:
16407         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16408         for high GPRs (uc_high_gprs) and for future extensions
16409         (__reserved).
16410         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16411         for future extensions (__reserved).
16412         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16413         64 bit versions:
16414         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16415         SC_HIGHGPRS offset definition.
16416         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16417         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16418
16419         * Versions.def: Add GLIBC_2.19 for libpthread.
16420         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16421         siglongjmp for libpthread with GLIBC_2.19 symver.
16422         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16423         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16424         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16425         * sysdeps/s390/__longjmp.c: New file.
16426         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16427         * sysdeps/s390/longjmp.c: New file.
16428         * sysdeps/s390/setjmp.S: New file.
16429         * sysdeps/s390/sigjmp.S: New file.
16430         * sysdeps/s390/v1-longjmp.c: New file.
16431         * sysdeps/s390/v1-setjmp.h: New file.
16432         * sysdeps/s390/v1-sigjmp.c: New file.
16433         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16434         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16435         GLIBC_2.19 version.
16436         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16437         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16438         versioned symbols for ____longjmp_chk.
16439         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16440         Likewise.
16441         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16442         Regenerate.
16443         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16444         Regenerate.
16445         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16446         Regenerate.
16447         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16448         Regenerate.
16449         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16450         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16451         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16452         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16453         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16454         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16455         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16456         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16457         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16458         * sysdeps/s390/rtld-__longjmp.c: New file.
16459         * sysdeps/s390/rtld-setjmp.S: New file.
16460
16461 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16462
16463         [BZ #16400]
16464         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16465         Return -__logl (x) for small positive arguments without evaluating
16466         a polynomial.
16467
16468 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16469
16470         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16471         Rename to ...
16472         (__ptrace_peeksiginfo_args): ... this.
16473         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16474         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16475         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16476
16477 2014-01-06  Allan McRae  <allan@archlinux.org>
16478
16479         * inet/netinet/in.h: Fix typo in comment.
16480
16481 2014-01-05  Andreas Jaeger  <aj@suse.de>
16482
16483         * sysdeps/i386/fpu/libm-test-ulps: Update.
16484
16485 2014-01-05  Allan McRae  <allan@archlinux.org>
16486
16487         * po/libc.pot: Regenerated.
16488
16489         * malloc/memusagestat.c: Fix gettext call formatting.
16490
16491 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16492
16493         * nscd/nscd.c: Improve usage() output.
16494
16495 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16496
16497         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16498         * sysdeps/unix/sysv/linux/configure: Regenerated.
16499         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16500         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16501
16502 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16503
16504         [BZ #16390]
16505         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16506         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16507
16508 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16509
16510         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16511         extra tokens at end of #undef directive.
16512         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16513         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16514         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16515
16516 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16517
16518         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16519
16520         * math/auto-libm-test-in: Mark various tests with
16521         xfail-rounding:ldbl-128ibm.
16522         * math/auto-libm-test-out: Regenerated.
16523
16524 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16525
16526         [BZ #16386]
16527         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16528         numbers with subnormal high part when calculating exponent.
16529
16530         [BZ #16385]
16531         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16532         fabs.
16533
16534         [BZ #16384]
16535         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16536         M_LN2l.
16537         (__ieee754_acoshl): Use __log1pl not __log1p.
16538
16539 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16540
16541         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16542         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16543         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16544         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16545         (reused_arena, arena_get2): Convert to GNU style.
16546         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16547         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16548         (memalign_check, __malloc_set_state): Likewise.
16549         * malloc/mallocbug.c (main): Likewise.
16550         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16551         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16552         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16553         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16554         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16555         (__posix_memalign, malloc_info): Likewise.
16556         * malloc/malloc.h: Likewise.
16557         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16558         (mallochook, memalignhook, reallochook, mabort): Likewise.
16559         * malloc/mcheck.h: Likewise.
16560         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16561         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16562         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16563         * malloc/morecore.c (__default_morecore): Likewise.
16564         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16565         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16566         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16567         (print_and_abort): Likewise.
16568         * malloc/obstack.h: Likewise.
16569         * malloc/set-freeres.c (__libc_freeres): Likewise.
16570         * malloc/tst-mallocstate.c (main): Likewise.
16571         * malloc/tst-mtrace.c (main): Likewise.
16572         * malloc/tst-realloc.c (do_test): Likewise.
16573
16574 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16575
16576         [BZ #16366]
16577         * nscd/netgroupcache.c (do_notfound): New function.
16578         (addgetnetgrentX): Use it.
16579
16580         [BZ # 16365]
16581         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16582         NSS_STATUS_NOTFOUND.
16583
16584 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16585
16586         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16587         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16588
16589 2014-01-01  Allan McRae  <allan@archlinux.org>
16590
16591         * scripts/update-copyrights: Update configure input file suffix.
16592
16593         * NEWS: Update copyright year.
16594         * catgets/gencat.c: Likewise.
16595         * csu/version.c: Likewise.
16596         * debug/catchsegv.sh: Likewise.
16597         * debug/pcprofiledump.c: Likewise.
16598         * debug/xtrace.sh: Likewise.
16599         * elf/ldconfig.c: Likewise.
16600         * elf/ldd.bash.in: Likewise.
16601         * elf/pldd.c: Likewise.
16602         * elf/sotruss.ksh: Likewise.
16603         * elf/sprof.c: Likewise.
16604         * iconv/iconv_prog.c: Likewise.
16605         * iconv/iconvconfig.c: Likewise.
16606         * locale/programs/locale.c: Likewise.
16607         * locale/programs/localedef.c: Likewise.
16608         * login/programs/pt_chown.c: Likewise.
16609         * malloc/memusage.sh: Likewise.
16610         * malloc/memusagestat.c: Likewise.
16611         * malloc/mtrace.pl: Likewise.
16612         * manual/libc.texinfo: Likewise.
16613         * nscd/nscd.c: Likewise.
16614         * nss/getent.c: Likewise.
16615         * nss/makedb.c: Likewise.
16616         * posix/getconf.c: Likewise.
16617         * scripts/test-installation.pl: Likewise.
16618
16619         * All files with FSF copyright notices: Update copyright dates
16620         using scripts/update-copyrights.
16621         * intl/plural.c: Regenerated.
16622         * locale/programs/charmap-kw.h: Likewise.
16623         * locale/programs/locfile-kw.h: Likewise.
16624
16625 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16626
16627         * sysdeps/unix/sysv/linux/configure: Regenerated.
16628         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16629         the linux/fanotify.h header.
16630         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16631         HAVE_LINUX_FANOTIFY_H is defined.
16632
16633 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16634
16635         * benchtests/cos-inputs: New inputs.
16636         * benchtests/sin-inputs: Likewise.
16637
16638         * benchtests/atan-inputs: New inputs. Fix name of multiple
16639         precision fallback inputs.
16640
16641         * benchtests/atanh-inputs: New inputs.
16642         * benchtests/tanh-inputs: Likewise.
16643
16644         * benchtests/acosh-inputs: New inputs.
16645         * benchtests/asinh-inputs: Likewise.
16646
16647         * benchtests/cosh-inputs: New inputs.
16648         * benchtests/sinh-inputs: Likewise.
16649
16650         * benchtests/acos-inputs: Add more inputs.
16651         * benchtests/asin-inputs: Likewise.
16652
16653 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16654
16655         [BZ #16375]
16656         * manual/arith.texi: Fix spelling.
16657         * manual/charset.texi: Likewise.
16658         * manual/errno.texi: Likewise.
16659         * manual/filesys.texi: Likewise.
16660         * manual/lang.texi: Likewise.
16661         * manual/llio.texi: Likewise.
16662         * manual/locale.texi: Likewise.
16663         * manual/message.texi: Likewise.
16664         * manual/resource.texi: Likewise.
16665         * manual/search.texi: Likewise.
16666         * manual/setjmp.texi: Likewise.
16667         * manual/stdio.texi: Likewise.
16668         * manual/string.texi: Likewise.
16669         * manual/sysinfo.texi: Likewise.
16670         * manual/time.texi: Likewise.
16671
16672 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16673
16674         * po/sl.po: New file.
16675
16676 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16677
16678         * .gitignore: Add core/.gdbinit/.gdb_history.
16679
16680 2013-12-27  Allan McRae  <allan@archlinux.org>
16681
16682         [BZ #16369]
16683         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16684         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16685
16686 2013-12-24  Brooks Moses  <bmoses@google.com>
16687
16688         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16689         all compilers that claim C++98 compliance, not just GCC.
16690         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16691         Likewise.
16692
16693 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16694
16695         * NEWS: Restore accidentally deleted bug-fix entries.
16696
16697 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16698             Ondřej Bílka  <neleai@seznam.cz>
16699
16700         [BZ #15073]
16701         * malloc/malloc.c (_int_free): Perform sanity check only if we
16702         have_lock.
16703
16704 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16705
16706         [BZ #12986]
16707         * manual/stdio.texi (String Input Conversions): Clarify that character
16708         classes are not supported.
16709
16710 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16711
16712         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16713
16714 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16715
16716         [BZ #16337]
16717         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16718         Calculate results for small negative arguments directly rather
16719         than using reflection formula with special underflow handling.
16720
16721         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16722         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16723         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16724         (fchflags): Likewise.
16725         (revoke): Likewise.
16726         (setlogin): Likewise.
16727         (sigaltstack): Likewise.
16728         (wait4): Likewise.
16729         (sigblock): Remove.
16730         (sigsetmask): Likewise.
16731         (wait3): Likewise.
16732         (waitpid): Likewise.
16733         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16734         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16735         file.
16736         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16737         * sysdeps/unix/bsd/Makefile: ... here.
16738         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16739         * sysdeps/unix/bsd/Versions: ... here.
16740         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16741         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16742         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16743         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16744         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16745         * sysdeps/unix/bsd/sigblock.c: ... here.
16746         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16747         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16748         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16749         * sysdeps/unix/bsd/sigvec.c: ... here.
16750         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16751         * sysdeps/unix/bsd/tcdrain.c: ... here.
16752         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16753         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16754         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16755         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16756         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16757         * sysdeps/unix/bsd/wait.c: ... here.
16758         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16759         * sysdeps/unix/bsd/wait3.c: ... here.
16760         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16761         * sysdeps/unix/bsd/waitpid.c: ... here.
16762
16763 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16764
16765         [BZ #16356]
16766         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16767         round-to-nearest for [!USE_AS_EXPM1L].
16768         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16769         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16770         more tests of exp and exp10.  Expect some exp10 tests to miss
16771         exceptions or fail in directed rounding modes.
16772         * math/auto-libm-test-out: Regenerated.
16773         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16774         (exp10_test_tonearest): New function.
16775         (exp10_towardzero_test_data): New array.
16776         (exp10_test_towardzero): New function.
16777         (exp10_downward_test_data): New array.
16778         (exp10_test_downward): New function.
16779         (exp10_upward_test_data): New array.
16780         (exp10_test_upward): New function.
16781         (main): Call the new functions.
16782         * sysdeps/i386/fpu/libm-test-ulps: Update.
16783         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16784
16785 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16786
16787         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16788         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16789         * math/auto-libm-test-out: Regenerated.
16790         * math/libm-test.inc (acosh_test_data): Add more tests.
16791         (atanh_test_data): Likewise.
16792         (ceil_test_data): Likewise.
16793         (copysign_test_data): Likewise.
16794         * sysdeps/i386/fpu/libm-test-ulps: Update.
16795         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16796
16797         * timezone/checktab.awk: Update from tzcode 2013i.
16798         * timezone/private.h: Likewise.
16799         * timezone/scheck.c: Likewise.
16800         * timezone/tzfile.h: Likewise.
16801         * timezone/tzselect.ksh: Likewise.
16802         * timezone/zdump.c: Likewise.
16803         * timezone/zic.c: Likewise.
16804
16805         * math/auto-libm-test-in: Add tests of cpow.
16806         * math/auto-libm-test-out: Regenerated.
16807         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16808         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16809         mpc_cc_c.
16810         (func_calc_desc): Add mpc_cc_c union field.
16811         (test_functions): Add cpow.
16812         (special_fill_2pi): New function.
16813         (special_real_inputs): Add 2pi.
16814         (calc_generic_results): Handle mpc_cc_c.
16815         * sysdeps/i386/fpu/libm-test-ulps: Update.
16816         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16817
16818         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16819         csqrt, ctan and ctanh.
16820         * math/auto-libm-test-out: Regenerated.
16821         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16822         (TEST_COND_x86): Likewise.
16823         (ccos_test_data): Use AUTO_TESTS_c_c.
16824         (ccosh_test_data): Likewise.
16825         (cexp_test_data): Likewise.
16826         (clog_test_data): Likewise.
16827         (csqrt_test_data): Likewise.
16828         (ctan_test_data): Likewise.
16829         (ctan_tonearest_test_data): Likewise.
16830         (ctan_towardzero_test_data): Likewise.
16831         (ctan_downward_test_data): Likewise.
16832         (ctan_upward_test_data): Likewise.
16833         (ctanh_test_data): Likewise.
16834         (ctanh_tonearest_test_data): Likewise.
16835         (ctanh_towardzero_test_data): Likewise.
16836         (ctanh_downward_test_data): Likewise.
16837         (ctanh_upward_test_data): Likewise.
16838         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16839         mpc_c_c.
16840         (func_calc_desc): Add mpc_c_c union field.
16841         (FUNC_mpc_c_c): New macro.
16842         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16843         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16844         ctanh.
16845         (special_fill_min_subnorm_p120): New function.
16846         (special_real_inputs): Add min_subnorm_p120.
16847         (calc_generic_results): Handle mpc_c_c.
16848         * sysdeps/i386/fpu/libm-test-ulps: Update.
16849         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16850
16851 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16852
16853         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16854         (do_sin_slow): New functions.
16855         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16856         (cslow2, csloww1, csloww2): Use the new functions.
16857
16858         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16859         Use M to change sign of result instead of X.  Assume X is
16860         positive.
16861         (csloww1): Likewise.
16862         (__sin): Adjust.
16863         (__cos): Adjust.
16864
16865         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16866         arguments A and DA.
16867         (__sin): Adjust.
16868         (__cos): Likewise.
16869
16870         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16871         (__cos): Likewise.
16872         (sloww1): Don't adjust sign of DX.
16873         (csloww1): Likewise.
16874         (sloww2): Use X directly and don't adjust sign of DX.
16875         (csloww2): Likewise.
16876
16877 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16878
16879         * math/auto-libm-test-in: Add tests of cabs and carg.
16880         * math/auto-libm-test-out: Regenerated.
16881         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16882         (carg_test_data): Likewise.
16883         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16884         mpc_c_f.
16885         (func_calc_desc): Add mpc_c_f union field.
16886         (test_functions): Add cabs and carg.
16887         (calc_generic_results): Handle mpc_c_f.
16888
16889         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16890         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16891         as a macro and a compat symbol.
16892         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16893         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16894         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16895         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16896         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16897         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16898         not use .hidden.
16899         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16900         Likewise.
16901         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16902         Likewise.
16903         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16904         Likewise.
16905         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16906         Likewise.
16907         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16908         Likewise.
16909         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16910         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16911         from GLIBC_2.3.2.
16912
16913 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16914
16915         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16916
16917 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16918
16919         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16920         trailing whitespace removed.
16921         * scripts/config.guess: Update to version 2013-11-29.
16922         * scripts/config.sub: Update to version 2013-10-01.
16923
16924         * math/auto-libm-test-in: Add tests of sincos.
16925         * math/auto-libm-test-out: Regenerated.
16926         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16927         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16928         mpfr_f_11.
16929         (func_calc_desc): Add mpfr_f_11 union field.
16930         (test_functions): Add sincos.
16931         (calc_generic_results): Handle mpfr_f_11.
16932         * sysdeps/i386/fpu/libm-test-ulps: Update.
16933         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16934
16935 2013-12-19  Andreas Schwab  <schwab@suse.de>
16936
16937         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16938         CALL_MCOUNT.
16939         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16940         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16941         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16942
16943 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16944
16945         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16946         * sysdeps/i386/fpu/libm-test-ulps: Update.
16947         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16948
16949         [BZ #16293]
16950         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16951         round-to-nearest mode when using frndint.
16952         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16953         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16954         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16955         Likewise.
16956         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16957         sinh test to fail.
16958         * math/auto-libm-test-out: Regenerated.
16959         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16960         (TEST_COND_x86): Likewise.
16961         (expm1_tonearest_test_data): New array.
16962         (expm1_test_tonearest): New function.
16963         (expm1_towardzero_test_data): New array.
16964         (expm1_test_towardzero): New function.
16965         (expm1_downward_test_data): New array.
16966         (expm1_test_downward): New function.
16967         (expm1_upward_test_data): New array.
16968         (expm1_test_upward): New function.
16969         (main): Run the new test functions.
16970         * sysdeps/i386/fpu/libm-test-ulps: Update.
16971         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16972
16973         * include/features.h: Update comment documenting feature test
16974         macros.  Mention _DEFAULT_SOURCE in comment.
16975         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16976         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16977         _BSD_SOURCE and _SVID_SOURCE.
16978         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16979         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16980         !_SVID_SOURCE]: Likewise.
16981         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16982         (__USE_POSIX_IMPLICITLY): Define.
16983         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16984         (_POSIX_SOURCE): Undefine and redefine.
16985         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16986         (_POSIX_C_SOURCE): Likewise.
16987         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16988         (Feature Test Macros): Update documentation of default features.
16989
16990 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16991
16992         * benchtests/Makefile: Add bench-strtok.
16993         * benchtests/bench-strtok.c: New file: strtok benchtest.
16994
16995 2013-12-19  Allan McRae  <allan@archlinux.org>
16996
16997         * manual/install.texi: Suppress menu for plain text output.
16998         * INSTALL: Regenerated.
16999
17000 2013-12-18  Brooks Moses  <bmoses@google.com>
17001
17002         [BZ #15846]
17003         * misc/getauxval.c: Include errno.h.
17004         (__getauxval): Set errno to ENOENT if the requested type is not
17005         found.
17006         * misc/sys/auxv.h (getauxval): Document that it may set errno;
17007         don't declare with __attribute_const__.
17008         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
17009         * manual/startup.texi: Document that getauxval sets errno.
17010
17011 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17012
17013         * math/auto-libm-test-in: Add tests of jn and yn.
17014         * math/auto-libm-test-out: Regenerated.
17015         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
17016         (yn_test_data): Likewise.
17017         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17018         mpfr_if_f.
17019         (func_calc_desc): Add mpfr_if_f union field.
17020         (FUNC_mpfr_if_f): New macro.
17021         (test_functions): Add jn and yn.
17022         (calc_generic_results): Assert type of second input for
17023         mpfr_ff_f.  Handle mpfr_if_f.
17024         (output_for_one_input_case): Disable all checking for arguments
17025         fitting floating-point types in case of an integer argument.
17026         * sysdeps/i386/fpu/libm-test-ulps: Update.
17027         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17028
17029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
17030         Don't expect fegetround reference in libm.so.
17031
17032 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
17033
17034         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
17035         $(config-cflags-nofma).
17036
17037 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17038
17039         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
17040         * math/auto-libm-test-out: Regenerated.
17041
17042         [BZ #16338]
17043         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
17044         to determine exponent and adjust argument to have exponent of -1.
17045         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
17046         log2.
17047         * math/auto-libm-test-out: Regenerated.
17048         * sysdeps/i386/fpu/libm-test-ulps: Update.
17049         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17050
17051 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
17052
17053         * manual/probes.texi: Remove cases when per-thread arenas are
17054         disabled.
17055
17056 2013-12-18  Andreas Schwab  <schwab@suse.de>
17057
17058         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
17059         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
17060         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
17061         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
17062         * sysdeps/i386/i686/multiarch/Makefile: Update.
17063         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
17064
17065 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17066
17067         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
17068         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
17069
17070 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
17071
17072         [BZ #15968]
17073         Support TZ transition times < 00:00:00.
17074         This is needed for version-3 tz-format files; it supports time
17075         stamps past 2037 for America/Godthab (the only entry in the tz
17076         database for which this change is relevant).
17077         * manual/time.texi (TZ Variable): Document transition times
17078         from -167:59:59 through -00:00:01.
17079         * time/tzset.c (tz_rule): Time of day is now signed.
17080         (__tzset_parse_tz): Parse negative time of day.
17081
17082         Document TZ transition times >= 25:00:00.
17083         * manual/time.texi (TZ Variable): Document transition times from
17084         25:00:00 through 167:59:59.  These are already supported, and this
17085         support will help with version-3 tz-format files.
17086
17087         * manual/time.texi (TZ Variable): Modernize North America example
17088         to reflect current (i.e., 2007-and-later) daylight saving rules.
17089
17090         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
17091
17092 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17093
17094         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
17095         * sysdeps/unix/bsd/bits/stat.h: Likewise.
17096         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
17097         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
17098         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
17099         * sysdeps/unix/bsd/bsdstat.h: Likewise.
17100         * sysdeps/unix/bsd/clock.c: Likewise.
17101         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
17102         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
17103         * sysdeps/unix/bsd/init-posix.c: Likewise.
17104         * sysdeps/unix/bsd/poll.c: Likewise.
17105         * sysdeps/unix/bsd/ptsname.c: Likewise.
17106         * sysdeps/unix/bsd/seekdir.c: Likewise.
17107         * sysdeps/unix/bsd/setegid.c: Likewise.
17108         * sysdeps/unix/bsd/seteuid.c: Likewise.
17109         * sysdeps/unix/bsd/setgid.c: Likewise.
17110         * sysdeps/unix/bsd/setrgid.c: Likewise.
17111         * sysdeps/unix/bsd/setruid.c: Likewise.
17112         * sysdeps/unix/bsd/setsid.c: Likewise.
17113         * sysdeps/unix/bsd/setuid.c: Likewise.
17114         * sysdeps/unix/bsd/sigaction.c: Likewise.
17115         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
17116         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
17117         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
17118         * sysdeps/unix/bsd/telldir.c: Likewise.
17119         * sysdeps/unix/bsd/times.c: Likewise.
17120         * sysdeps/unix/bsd/usleep.c: Likewise.
17121
17122         * misc/Makefile (install-lib): Remove libbsd-compat.a.
17123         ($(objpfx)libbsd-compat.a): Remove rule.
17124
17125         * include/features.h (__FAVOR_BSD): Do not define.
17126         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17127         features conflicting with POSIX.
17128         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17129         (_BSD_SOURCE): Remove description of not being a subset of other
17130         feature test macros.
17131         * manual/job.texi (getpgrp): Do not document BSD version.
17132         (getpgid): Do not document by reference to BSD getpgrp.
17133         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17134         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17135         * signal/signal.h [__FAVOR_BSD]: Likewise.
17136         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17137         instead of making contents conditional on [__FAVOR_BSD].
17138         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17139
17140 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17141
17142         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17143
17144 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17145
17146         [BZ #16314]
17147         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17148         values below 2**-450, not 2**-500.
17149         * math/auto-libm-test-in: Don't allow spurious underflow from
17150         hypot.
17151         * math/auto-libm-test-out: Regenerated.
17152
17153         [BZ #16316]
17154         [BZ #16330]
17155         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17156         values of ha and hb and sort them after adjusting subnormal
17157         arguments.
17158         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17159         Likewise.
17160         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17161         values of ea and eb and sort them after adjusting subnormal
17162         arguments.
17163         * math/auto-libm-test-in: Do not expect some hypot tests of
17164         subnormals to fail.  Add more hypot tests.
17165         * math/auto-libm-test-out: Regenerated.
17166
17167 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17168
17169         [BZ #13304]
17170         * sysdeps/sh/s_fma.c: New file.
17171         * sysdeps/sh/s_fmaf.c: New file.
17172         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
17173         version.
17174         * sysdeps/sh/Implies: Add sh/soft-fp.
17175
17176 2013-12-16  Roland McGrath  <roland@hack.frob.com>
17177
17178         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
17179         level of indirection to members `objname', `errstring', `malloced'.
17180         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17181         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
17182         it as the __longjmp argument (just pass 1 instead).
17183         (_dl_catch_error): Initialize C with argument pointers and address of
17184         volatile local ERRCODE rather than copying values out of C at return.
17185
17186 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
17187
17188         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17189         * math/auto-libm-test-out: Regenerated.
17190         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17191         (hypot_test_data): Likewise.
17192         (pow_test_data): Likewise.
17193         (pow_tonearest_test_data): Likewise.
17194         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17195         mpfr_ff_f.
17196         (func_calc_desc): Add mpfr_ff_f union field.
17197         (FUNC_mpfr_ff_f): New macro.
17198         (test_functions): Add atan2, hypot and pow.
17199         (special_fill_min): New function.
17200         (special_fill_minus_min): Likewise.
17201         (special_fill_min_subnorm): Likewise.
17202         (special_fill_minus_min_subnorm): Likewise.
17203         (special_real_inputs): Add min, -min, min_subnorm and
17204         -min_subnorm.
17205         (calc_generic_results): Handle mpfr_ff_f.
17206         * sysdeps/i386/fpu/libm-test-ulps: Update.
17207         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17208
17209 2013-12-16  Will Newton  <will.newton@linaro.org>
17210
17211         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17212         (Aligned Memory Blocks): Add documentation for aligned_alloc
17213         and suggest it as an alternative to posix_memalign.
17214         (Hooks for Malloc): Document __memalign_hook is also called
17215         for aligned_alloc.  (Summary of Malloc): Add summary for
17216         aligned alloc.  Document __memalign_hook is also called
17217         for aligned_alloc.
17218
17219 2013-12-16  Will Newton  <will.newton@linaro.org>
17220
17221         * manual/memory.texi (Malloc Examples): Clarify default
17222         alignment documentation.  Suggest posix_memalign rather
17223         than memalign or valloc.
17224         (Aligned Memory Blocks): Remove suggestion to use memalign
17225         or valloc.  Remove obsolete comment about BSD.
17226         Document memalign errno values and mark the function obsolete.
17227         Document posix_memalign returned error codes.  Mark valloc
17228         as obsolete.  (Hooks for Malloc): __memalign_hook is also
17229         called for posix_memalign and valloc.
17230         (Summary of Malloc): Add posix_memalign to function summary.
17231         __memalign_hook is also called for posix_memalign and valloc.
17232
17233 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17234
17235         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17236         TAYLOR_SIN.
17237         (__sin): Adjust.
17238         (__cos): Likewise.
17239         (sloww): Use mynumber union.  Expand ternary operator into
17240         if-else statements.
17241         (cslow): use mynumber union.
17242
17243 2013-12-16  Allan McRae  <allan@archlinux.org>
17244
17245         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17246         * configure: Regenerated.
17247
17248         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17249
17250         [BZ #14120]
17251         * configure.ac: Added --enable-maintainer-mode. Check for
17252         autoconf when enabled.
17253         * configure: Regenerated.
17254
17255         * nscd/nscd.service: New file.
17256         * nscd/nscd.tmpfiles: New file.
17257
17258 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17259
17260         [BZ #12100]
17261         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17262         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17263         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17264         (strstr): Add __strstr_sse2_unaligned ifunc.
17265         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17266         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17267         (strcasestr): Remove __strcasestr_sse42 ifunc.
17268         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17269         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17270         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17271
17272 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17273
17274         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17275         * sysdeps/sh/bits/fenv.h: ... here.
17276         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17277
17278 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17279
17280         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17281
17282         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17283         hypotf multiarch implementations.
17284         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17285         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17286         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17287         multiarch hypot for PPC64.
17288         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17289         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17290         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17291         multiarch hypotf for PPC64.
17292
17293         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17294         modff multiarch implementations.
17295         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17296         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17297         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17298         multiarch modf for PPC64.
17299         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17300         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17301         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17302         multiarch modff for PPC64.
17303
17304         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17305         and logl multiarch implementations.
17306         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17307         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17308         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17309         multiarch logb for PPC64.
17310         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17311         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17312         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17313         multiarch logb for PPC64.
17314         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17315         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17316         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17317         multiarch logb for PPC64.
17318
17319         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17320         isinff multiarch implementation.
17321         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17322         file.
17323         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17324         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17325         multiarch isinf for PPC64.
17326         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17327         file.
17328         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17329         multiarch isinff for PPC64.
17330
17331         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17332         finitef multiarch implementation.
17333         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17334         file.
17335         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17336         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17337         multiarch finite for PPC64.
17338         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17339         file.
17340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17341         multiarch finitef for PPC64.
17342
17343         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17344         lrint multiarch implementation.
17345         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17346         file.
17347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17348         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17349         multiarch llrint for PPC64.
17350         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17351         multiarch lrint for PPC64.
17352
17353         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17354         copysignf multiarch implementation.
17355         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17356         file.
17357         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17358         file.
17359         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17360         multiarch copysign for PPC64.
17361         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17362         multiarch copysignf for PPC64.
17363
17364         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17365         multiarch implementation.
17366         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17367         file.
17368         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17369         file.
17370         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17371         file.
17372         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17373         file.
17374         multiarch llround for PPC64.
17375         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17376         multiarch trunc for PPC64.
17377         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17378         multiarch truncf for PPC64.
17379
17380         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17381         multiarch implementation.
17382         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17383         file.
17384         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17385         file.
17386         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17387         file.
17388         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17389         file.
17390         multiarch llround for PPC64.
17391         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17392         multiarch round for PPC64.
17393         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17394         multiarch roundf for PPC64.
17395
17396         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17397         multiarch implementation.
17398         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17399         file.
17400         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17401         file.
17402         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17403         file.
17404         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17405         file.
17406         multiarch llround for PPC64.
17407         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17408         multiarch floor for PPC64.
17409         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17410         multiarch floorf for PPC64.
17411
17412         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17413         multiarch implementation.
17414         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17415         file.
17416         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17417         file.
17418         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17419         file.
17420         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17421         file.
17422         multiarch llround for PPC64.
17423         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17424         multiarch ceil for PPC64.
17425         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17426         multiarch ceilf for PPC64.
17427
17428         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17429         multiarch implementation.
17430         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17431         file.
17432         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17433         file.
17434         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17435         file.
17436         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17437         multiarch llround for PPC64.
17438         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17439         multiarch lround for PPC64.
17440
17441         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17442         multiarch implementation.
17443         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17444         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17445         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17446         file.
17447         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17448         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17449         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17450         multiarch isnan for PPC64.
17451         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17452         multiarch isnanf for PPC64.
17453
17454         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17455         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17456         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17457         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17458         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17460
17461         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17462         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17463         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17464         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17465
17466         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17467         multiarch implementations.
17468         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17469         (__libc_ifunc_impl_list): Likewise.
17470         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17471         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17472         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17473         multiarch stpcpy for PPC64.
17474
17475         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17476         multiarch implementations.
17477         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17478         (__libc_ifunc_impl_list): Likewise.
17479         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17480         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17481         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17482         multiarch strcpy for PPC64.
17483
17484         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17485         redefine function name.
17486         (_wordcopy_fwd_dest_aligned): Likewise.
17487         (_wordcopy_bwd_aligned): Likewise.
17488         (_wordcopy_bwd_dest_aligned): Likewise.
17489         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17490         multiarch implementations.
17491         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17492         (__libc_ifunc_impl_list): Likewise.
17493         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17494         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17495         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17496         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17497         multiarch wcscpy for PPC64.
17498
17499         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17500         multiarch implementations.
17501         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17502         (__libc_ifunc_impl_list): Likewise.
17503         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17504         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17505         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17506         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17507         multiarch wcscpy for PPC64.
17508
17509         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17510         multiarch implementations.
17511         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17512         (__libc_ifunc_impl_list): Likewise.
17513         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17514         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17515         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17516         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17517         multiarch wcsrchr for PPC64.
17518
17519         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17520         multiarch implementations.
17521         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17522         (__libc_ifunc_impl_list): Likewise.
17523         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17524         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17525         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17526         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17527         multiarch wcschr for PPC64.
17528
17529         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17530         multiarch implementations.
17531         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17532         (__libc_ifunc_impl_list): Likewise.
17533         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17534         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17535         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17536         multiarch strchrnul for PPC64.
17537
17538         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17539         implementations.
17540         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17541         (__libc_ifunc_impl_list): Likewise.
17542         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17543         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17544         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17545         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17546         strchr for PPC64.
17547
17548         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17549         implementations.
17550         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17551         (__libc_ifunc_impl_list): Likewise.
17552         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17553         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17554         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17555         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17556         strncmp for PPC64.
17557
17558         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17559         multiarch implementations.
17560         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17561         (__libc_ifunc_impl_list): Likewise.
17562         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17563         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17564         strncasecmp for PPC64.
17565         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17566         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17567         multiarch strncasecmp_l for PPC64.
17568
17569         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17570         multiarch implementations.
17571         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17572         (__libc_ifunc_impl_list): Likewise.
17573         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17574         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17575         multiarch strcasecmp for PPC64.
17576         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17577         file.
17578         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17579         multiarch strcasecmp_l for PPC64.
17580
17581         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17582         implementations.
17583         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17584         (__libc_ifunc_impl_list): Likewise.
17585         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17586         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17587         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17588         strnlen for PPC64.
17589
17590         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17591         implementations.
17592         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17593         (__libc_ifunc_impl_list): Likewise.
17594         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17595         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17596         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17597         strlen for PPC64.
17598
17599         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17600         implementations.
17601         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17602         (__libc_ifunc_impl_list): Likewise.
17603         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17604         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17605         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17606         rawmemrchr for PPC64.
17607
17608         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17609         implementation.
17610         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17611         (__libc_ifunc_impl_list): Likewise.
17612         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17613         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17614         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17615         memrchr for PPC64.
17616
17617         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17618         implementation.
17619         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17620         (__libc_ifunc_impl_list): Likewise.
17621         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17622         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17623         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17624         memchr for PPC64.
17625
17626         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17627         implementation.
17628         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17629         (__libc_ifunc_impl_list): Likewise.
17630         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17631         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17632         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17633         mempcpy for PPC64.
17634
17635         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17636         avoid cretion of __bzero symbol.
17637         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17638         Likewise.
17639         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17640         Likewise.
17641         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17642         Likewise.
17643         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17644         multiarch implementations.
17645         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17646         (__libc_ifunc_impl_list): Likewise.
17647         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17648         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17649         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17650         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17651         bzero for PPC32.
17652         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17653         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17654         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17655         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17656         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17657         memset for PPC64.
17658         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17659
17660         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17661         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17662         implementations.
17663         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17664         (__libc_ifunc_impl_list): Likewise.
17665         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17666         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17667         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17668         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17669         memcmp for PPC64.
17670
17671         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17672         multiarch for POWER/PPC64.
17673         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17674         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17675         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17676         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17677         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17678         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17679         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17680         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17681         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17682         memcpy for PPC64.
17683
17684         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17685         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17686         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17687         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17688         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17689         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17690         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17691         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17692         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17693         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17694         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17695         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17696         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17697         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17698         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17701         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17703         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17706
17707 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17708
17709         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17710
17711 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17712
17713         * benchtests/Makefile (bench): Add exp2 and log2.
17714         (LDLIBS-bench-exp2): Add -lm.
17715         (LDLIBS-bench-log2): Likewise.
17716         * benchtests/exp2-inputs: New inputs file.
17717         * benchtests/log2-inputs: New inputs file.
17718         * benchtests/log-inputs: Add new inputs.
17719         * benchtests/tan-inputs: Likewise.
17720
17721 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17722
17723         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17724         definition...
17725         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17726         (csloww2): ... from here.
17727
17728         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17729         instead of structures.
17730         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17731         (POLYNOMIAL): Likewise.
17732         (TAYLOR_SLOW): Likewise.
17733         (__sin): Likewise.
17734         (__cos): Likewise.
17735         (slow1): Likewise.
17736         (slow2): Likewise.
17737         (sloww): Likewise.
17738         (sloww1); Likewise.
17739         (sloww2): Likewise.
17740         (bsloww1): Likewise.
17741         (bsloww2): Likewise.
17742         (cslow2): Likewise.
17743         (csloww): Likewise.
17744         (csloww1): Likewise.
17745         (csloww2): Likewise.
17746
17747 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17748
17749         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17750         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17751         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17752         * malloc/hooks.c (realloc_check): Likewise.
17753
17754         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17755         * malloc/arena.c: Remove PER_THREAD conditional.
17756         [!PER_THREAD]: Remove code.
17757         (ptmalloc_unlock_all2): Likewise.
17758         (ptmalloc_init): Likewise.
17759         (_int_new_arena): Likewise.
17760         (arena_get2): Likewise.
17761         * malloc/hooks.c (__malloc_get_state): Likewise.
17762         (__malloc_set_state): Likewise.
17763         * malloc/malloc.c: Likewise.
17764         (struct malloc_state): Likewise.
17765         (struct malloc_par): Likewise.
17766         (__libc_realloc): Likewise.
17767         (__libc_mallopt): Likewise.
17768
17769 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17770
17771         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17772
17773 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17774
17775         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17776         macro to a function.  Check for zero perturb_byte.
17777         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17778
17779         * malloc/malloc.c: (force_reg): Remove.
17780         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17781         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17782         force_reg by atomic_forced_read.
17783         * malloc/arena.c (ptmalloc_init): Likewise.
17784         * malloc/hooks.c (top_check): Likewise.
17785
17786 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17787
17788         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17789
17790 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17791
17792         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17793
17794 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17795
17796         * math/auto-libm-test-in: Add tests of lgamma.
17797         * math/auto-libm-test-out: Regenerated.
17798         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17799         (M_LOG_2_SQRT_PIl): Likewise.
17800         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17801         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17802         mpfr_f_f1.
17803         (func_calc_desc): Add mpfr_f_f1 union field.
17804         (ARGS1): New macro.
17805         (ARGS2): Likewise.
17806         (ARGS3): Likewise.
17807         (ARGS4): Likewise.
17808         (RET1): Likewise.
17809         (RET2): Likewise.
17810         (CALC): Likewise.
17811         (FUNC): Likewise.
17812         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17813         (test_functions): Add lgamma.
17814         (calc_generic_results): Handle mpfr_f_f1.
17815         * sysdeps/i386/fpu/libm-test-ulps: Update.
17816         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17817
17818 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17819
17820         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17821         __mpn_add_n for PowerPC64/POWER7.
17822         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17823         __mpn_sub_n for PowerPC64/POWER7.
17824
17825         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17826         __mpn_addmul_1 for PowerPC64.
17827         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17828         __mpn_submul_1 for PowerPC64.
17829         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17830         for PowerPC64.
17831         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17832         for PowerPC64.
17833
17834 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17835
17836         [BZ #15089]
17837         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17838
17839 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17840
17841         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17842
17843         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17844         add multiarch folders.
17845         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17846         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17847         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17848         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17849         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17850         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17851         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17852         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17853         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17854         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17855         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17862
17863         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17864         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17866         New file.
17867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17868         New file.
17869         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17870         multiarch __ieee754_hypot for PowerPC32.
17871         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17872         New file.
17873         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17874         New file.
17875         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17876         multiarch __ieee754_hypotf for PowerPC32.
17877
17878         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17879         long_double_symbol only if __logbl is defined.
17880         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17881         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17882         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17883         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17884         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17885         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17886         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17887         path for implementation.
17888         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17889         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17890         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17891         logb, and logbl multiarch implementations for PowerPC32.
17892         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17893         file.
17894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17895         file.
17896         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17897         multiarch logb for PowerPC32.
17898         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17899         file.
17900         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17901         file.
17902         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17903         multiarch logbf for PowerPC32.
17904         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17905         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17906         file.
17907         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17908         multiarch logbl implementation for PowerPC32.
17909
17910         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17911         and modff multiarch implementations.
17912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17913         New file.
17914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17915         New file.
17916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17917         multiarch modf for PowerPC32.
17918         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17919         New file.
17920         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17921         New file.
17922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17923         multiarch modff for PowerPC32.
17924
17925         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17926         and lrintf multiarch implementations.
17927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17928         New file.
17929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17930         New file.
17931         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17932         multiarch lrint for PowerPC32.
17933         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17934         file: multiarch lrintf for PowerPC32.
17935
17936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17937         and lroundf multiarch implementations.
17938         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17939         New file.
17940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17941         New file.
17942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17943         New file.
17944         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17945         multiarch lround for PowerPC32.
17946         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17947         file: multiarch lroundf for PowerPC32.
17948
17949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17950         copysign and copysignf multiarch implementations.
17951         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17952         New file.
17953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17954         New file.
17955         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17956         file: multiarch copysign for PowerPC32.
17957         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17958         file: multiarch copysignf for PowerPC32.
17959
17960         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17961         and truncf multiarch implementations.
17962         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17963         New file.
17964         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17965         file.
17966         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17967         multiarch trunc for PowerPC32.
17968         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17969         New file.
17970         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17971         New file.
17972         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17973         multiarch truncf for PowerPC32.
17974
17975         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17976         and roundf multiarch implementations.
17977         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17978         New file.
17979         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17980         file.
17981         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17982         multiarch round for PowerPC32.
17983         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17984         New file.
17985         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17986         New file.
17987         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17988         multiarch roundf for PowerPC32.
17989
17990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17991         and floorf multiarch implementations.
17992         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17993         New file.
17994         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17995         file.
17996         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17997         multiarch floor for PowerPC32.
17998         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17999         New file.
18000         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
18001         New file.
18002         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
18003         multiarch floorf for PowerPC32.
18004
18005         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
18006         and ceilf multiarch implementations.
18007         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
18008         New file.
18009         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
18010         file.
18011         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
18012         multiarch ceil for PowerPC32.
18013         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
18014         New file.
18015         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
18016         file.
18017         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
18018         multiarch ceilf for PowerPC32.
18019
18020         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
18021         is defined.
18022         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
18023         FINITEF is defined.
18024         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
18025         and finitef multiarch implementations.
18026         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
18027         New file.
18028         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
18029         file.
18030         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
18031         multiarch finite for PowerPC32.
18032         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
18033         New file.
18034         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
18035         file: multiarch finitef for PowerPC32.
18036
18037         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
18038         and isinff multiarch implementations.
18039         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
18040         file.
18041         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
18042         file.
18043         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
18044         multiarch isinf for PowerPC32.
18045         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
18046         New file.
18047         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
18048         multiarch isinff for PowerPC32.
18049
18050         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
18051         alias when __isnan is defined.
18052         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
18053         and isnanf multiarch implementations.
18054         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
18055         file.
18056         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
18057         file.
18058         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
18059         file.
18060         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
18061         file.
18062         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
18063         multiarch isnan for PowerPC32.
18064         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
18065         New file.
18066         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
18067         New file.
18068         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
18069         multiarch isnanf for PowerPC32.
18070
18071         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
18072         and sqrtf multiarch implementations.
18073         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
18074         file.
18075         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
18076         file.
18077         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
18078         multiarch sqrt for PowerPC32.
18079         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
18080         file.
18081         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
18082         file.
18083         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
18084         multiarch sqrtf for PowerPC32.
18085
18086         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
18087         and llroundf multiarch implementations.
18088         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
18089         New file.
18090         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
18091         New file.
18092         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
18093         New file.
18094         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
18095         file: multiarch llround for PowerPC32.
18096         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
18097         file: multiarch llroundf for PowerPC32.
18098
18099         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
18100         multiarch PowerPC32 fpu implementations.
18101         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
18102         New file.
18103         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
18104         New file.
18105         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
18106         multiarch llrint for PowerPC32.
18107         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
18108         New file.
18109         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
18110         New file.
18111         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
18112         file.
18113
18114         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
18115
18116         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
18117         file.
18118         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
18119         file.
18120         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
18121         file.
18122         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
18123         multiarch wordcopy for PPC32.
18124         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18125         wordcopy objects.
18126         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18127         (__libc_ifunc_impl_list): Likewise.
18128         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18129         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18130         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18131         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18132         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18133         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18134
18135         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18136         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18137         file.
18138         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18139         file.
18140         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18141         file.
18142         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18143         multiarch wcscpy for PPC32.
18144         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18145         multiarch objects.
18146         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18147         (__libc_ifunc_impl_list): Likewise.
18148         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18149         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18150         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18151         sysdeps/powerpc/power6/wcscpy.c.
18152
18153         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18154         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18155         file.
18156         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18157         file.
18158         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18159         file.
18160         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18161         multiarch wcsrchr for PPC32.
18162         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18163         multiarch objects.
18164         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18165         (__libc_ifunc_impl_list): Likewise.
18166         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18167         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18168         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18169         sysdeps/powerpc/power6/wcsrchr.c.
18170
18171         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18172         file.
18173         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18174         file.
18175         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18176         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18177         multiarch wcschr for PPc32.
18178         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18179         multiarch objects.
18180         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18181         (__libc_ifunc_impl_list): Likewise.
18182         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18183         * sysdeps/powerpc/power6/wcschr.c: ... to here.
18184         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18185         sysdeps/powerpc/power6/wcschr.c.
18186
18187         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18188         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18189         file.
18190         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18191         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18192         file: multiarch strchr for PPC32.
18193         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18194         multiarch objects.
18195         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18196         (__libc_ifunc_impl_list): Likewise.
18197
18198         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18199         name.
18200         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18201         file.
18202         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18203         file.
18204         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18205         multiarch strchrnul for PPC32.
18206         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18207         multiarch objects.
18208         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18209         (__libc_ifunc_impl_list): Likewise.
18210
18211         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18212         file.
18213         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18214         multiarch strncasecmp for PPC32.
18215         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18216         file.
18217         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18218         multiarch strncasecmp_l for PPC32.
18219         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18220         strncasecmp multiarch objects.
18221         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18222         (__libc_ifunc_impl_list): Likewise.
18223
18224         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18225         file.
18226         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18227         multiarch strncasecmp for PPC32.
18228         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18229         New file.
18230         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18231         multiarch strcasecmp_l for PPC32.
18232         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18233         multiarch objects.
18234         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18235         (__libc_ifunc_impl_list): Likewise.
18236
18237         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18238         file.
18239         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18240         file.
18241         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18242         multiarch strncmp for PPC32.
18243         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18244         multiarch objects.
18245         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18246         (__libc_ifunc_impl_list): Likewise.
18247
18248         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18249         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18250         file.
18251         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18252         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18253         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18254         multiarch objects.
18255         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18256         (__libc_ifunc_impl_list): Likewise.
18257
18258         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18259         file.
18260         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18261         file.
18262         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18263         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18264         multiarch objects.
18265         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18266         (__libc_ifunc_impl_list): Likewise.
18267
18268         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18269         file.
18270         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18271         file.
18272         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18273         multiarch rawmemchr for PPC32.
18274         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18275         multiarch objects.
18276         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18277         (__libc_ifunc_impl_list): Likewise.
18278
18279         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18280         file.
18281         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18282         file.
18283         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18284         file: memrchr multiarch for PPC32.
18285         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18286         multiarch objects.
18287         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18288         (__libc_ifunc_impl_list): Likewise.
18289
18290         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18291         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18292         file.
18293         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18294         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18295         multiarch memchr for PPC32.
18296         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18297         multiarch objects.
18298         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18299         (__libc_ifunc_impl_list): Likewise.
18300
18301         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18302         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18303         file.
18304         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18305         file.
18306         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18307         file: multiarch mempcpy for PPC32.
18308         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18309         multiarch objects.
18310         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18311         (__libc_ifunc_impl_list): Likewise.
18312
18313         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18314         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18315         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18316         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18317         multiarch bzero for PPC32.
18318         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18319         file.
18320         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18321         file.
18322         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18323         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18324         file: multiarch memset for PPC32.
18325         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18326         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18327         memset multiarch objects.
18328         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18329         (__libc_ifunc_impl_list): Likewise.
18330
18331         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18332         file.
18333         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18334         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18335         memcmp for PPC32.
18336         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18337         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18338         multiarch objects.
18339         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18340         (__libc_ifunc_impl_list): Likewise.
18341
18342         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18343         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18344         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18345         file.
18346         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18347         file.
18348         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18349         file.
18350         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18351         multiarch memcpy for PPC32.
18352         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18353         multiarch objects.
18354         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18355         (__libc_ifunc_impl_list): Likewise.
18356
18357         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18358         support multiarch for POWER/PPC32.
18359         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18360         Likewise.
18361         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18363         Implies file to make multiarch folder appers before the fpu and
18364         default folder for power4 configuration.
18365
18366 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18367
18368         * scripts/bench.pl: Append volatile keyword to type.
18369
18370 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18371
18372         * sysdeps/sh/sotruss-lib.c: New file.
18373         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18374
18375 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18376
18377         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18378
18379 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18380
18381         [BZ #6810]
18382         * math/w_tgamma.c: Include <errno.h>.
18383         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18384         * math/w_tgammaf.c: Include <errno.h>.
18385         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18386         * math/w_tgammal.c: Include <errno.h>.
18387         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18388         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18389         underflow.  Add more tgamma tests.
18390         * math/auto-libm-test-out: Regenerated.
18391         * sysdeps/i386/fpu/libm-test-ulps: Update.
18392         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18393
18394         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18395         sin, sinh, tan, tanh, tgamma, y0 and y1.
18396         * math/auto-libm-test-out: Regenerated.
18397         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18398         (TEST_COND_x86): Likewise.
18399         (M_E2l): Remove macro.
18400         (M_E3l): Likewise.
18401         (M_2_SQRT_PIl): Likewise.
18402         (M_SQRT_PIl): Likewise.
18403         (M_1_DIV_El): Likewise.
18404         (log_test_data): Use AUTO_TESTS_f_f.
18405         (log10_test_data): Likewise.
18406         (log1p_test_data): Likewise.
18407         (log2_test_data): Likewise.
18408         (sin_test_data): Likewise.
18409         (sin_tonearest_test_data): Likewise.
18410         (sin_towardzero_test_data): Likewise.
18411         (sin_downward_test_data): Likewise.
18412         (sin_upward_test_data): Likewise.
18413         (sinh_test_data): Likewise.
18414         (sinh_tonearest_test_data): Likewise.
18415         (sinh_towardzero_test_data): Likewise.
18416         (sinh_downward_test_data): Likewise.
18417         (sinh_upward_test_data): Likewise.
18418         (tan_test_data): Likewise.
18419         (tan_tonearest_test_data): Likewise.
18420         (tan_towardzero_test_data): Likewise.
18421         (tan_downward_test_data): Likewise.
18422         (tan_upward_test_data): Likewise.
18423         (tanh_test_data): Likewise.
18424         (tgamma_test_data): Likewise.
18425         (y0_test_data): Likewise.
18426         (y1_test_data): Likewise.
18427         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18428         (special_real_inputs): Add pi/4.
18429         * sysdeps/i386/fpu/libm-test-ulps: Update.
18430         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18431
18432 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18433
18434         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18435         "longjmp_target" static probes.
18436         (__longjmp): Rename to __longjmp_symbol.
18437         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18438         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18439         on which longjmp to generate.
18440         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18441         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18442         probe.
18443         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18444         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18445         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18446         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18447         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18448         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18450         __longjmp_symbol based on which __longjmp to generate.
18451         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18452         probe.
18453         (setjmp): Rename to setjmp_symbol.
18454         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18455         (_setjmp): Rename to _setjmp_symbol.
18456         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18457         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18458         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18459         which setjmp to generate.
18460         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18461         "longjmp_target" static probes.
18462
18463 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18464
18465         * benchtests/README: Add note about output arguments.
18466         * benchtests/bench-sincos.c: Remove file.
18467         * benchtests/sincos-inputs: New file.
18468         * scripts/bench.pl: Identify output arguments and define
18469         static variables for them.
18470
18471         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18472
18473         [BZ #15941]
18474         * Makefile (INSTALL): Add install-plain.texi as the primary
18475         dependency.
18476         * manual/install-plain.texi: New file.
18477         * manual/install.texi: Include node directive only for
18478         non-plaintext output.
18479
18480 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18481
18482         * stdlib/longlong.h: Update from GCC.
18483
18484         [BZ #6807]
18485         [BZ #15901]
18486         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18487         * math/w_j0f.c (y0f): Likewise.
18488         * math/w_j0l.c (__y0l): Likewise.
18489         * math/w_j1.c (y1): Likewise.
18490         * math/w_j1f.c (y1f): Likewise.
18491         * math/w_j1l.c (__y1l): Likewise
18492         * math/w_jn.c (yn): Likewise.
18493         * math/w_jnf.c (ynf): Likewise.
18494         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18495         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18496         value for Bessel function domain errors outside _SVID_ mode.
18497         Adjust sign of return value for yn (negative integer, 0).
18498         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18499         by zero in return for negative x and set sign appropriately for
18500         negative n.
18501         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18502         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18503         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18504         expectations in error cases.
18505         (y1_test_data): Likewise.
18506         (yn_test_data): Likewise.
18507         * sysdeps/i386/fpu/libm-test-ulps: Update.
18508         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18509
18510 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18511
18512         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18513         "64" to "64-v1".  Add "64-v2".
18514         (abi-64-options): Rename to ...
18515         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18516         (abi-64-condition): Rename to ...
18517         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18518         (abi-64-ld-soname): Rename to ...
18519         (abi-64-v1-ld-soname): ... this.
18520         (abi-64-v2-options): Define.
18521         (abi-64-v2-condition): Likewise.
18522         (abi-64-v2-ld-soname): Likewise.
18523         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18524         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18528
18529 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18530             Alan Modra  <amodra@gmail.com>
18531
18532         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18533         New versions for use with the ELFv2 ABI.
18534         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18535         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18536         declaration.
18537         (struct La_ppc64v2_retval): Likewise.
18538         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18539         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18540         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18541         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18542         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18543         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18544         Do not save or restore CR.
18545         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18546         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18547         return values for ELFv2 ABI.  Fix location of FPR return registers.
18548         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18549         updated values for _CALL_ELF == 2.
18550         (La_regs, La_retval, int_retval): Likewise.
18551
18552 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18553
18554         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18555         (FRAME_MIN_SIZE_PARM): Likewise.
18556         (FRAME_BACKCHAIN): Likewise.
18557         (FRAME_CR_SAVE): Likewise.
18558         (FRAME_LR_SAVE): Likewise.
18559         (FRAME_TOC_SAVE): Likewise.
18560         (FRAME_PARM_SAVE): Likewise.
18561         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18562         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18563         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18564         (call_mcount_parm_offset): New macro.
18565         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18566         (PROF): Use symbolic stack frame offsets.
18567         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18568         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18569         Redefine in terms of FRAME_MIN_SIZE.
18570         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18571         (_dl_profile_resolve): Likewise.  Update comment.
18572         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18573         symbols stack frame offsets.
18574         (__sigsetjmp): Likewise.
18575         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18576         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18577         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18578         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18579
18580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18581         (FRAME_BACKCHAIN): Remove.
18582         (FRAME_CR_SAVE): Likewise.
18583         (FRAME_LR_SAVE): Likewise.
18584         (FRAME_COMPILER_DW): Likewise.
18585         (FRAME_LINKER_DW): Likewise.
18586         (FRAME_TOC_SAVE): Likewise.
18587         (FRAME_PARM_SAVE): Likewise.
18588         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18589         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18590         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18592         (CHECK_SP): Use symbolic stack frame offsets.
18593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18594         zone" instead of caller's parameter save area for temp storage.
18595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18596         Likewise.  Also, use symbolic stack frame offsets.
18597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18598         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18599         our own stack frame instead of the caller's.
18600         (__socket): Use symbolic stack frame offsets.
18601
18602 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18603             Alan Modra  <amodra@gmail.com>
18604
18605         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18606         Define.
18607         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18608         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18609         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18610         New function.
18611         (elf_machine_fixup_plt): Call it.
18612         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18613         reloc arguments.
18614         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18615         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18616         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18617         r2 before calling target.
18618
18619 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18620             Alan Modra  <amodra@gmail.com>
18621
18622         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18623         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18624         versions of macros to support ELFv2 ABI.
18625         (LOCALENTRY): New macro.
18626         (ENTRY, EALIGN): Use it.
18627         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18628         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18629         fall through into ENTRY entry point.
18630         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18631         Only define if _CALL_ELF != 2.
18632
18633         (elf_machine_matches_host): Verify ABI version matches.
18634         (RTLD_START): Use LOCALENTRY.
18635         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18636         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18637         (PLT_ENTRY_WORDS): New macro.
18638         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18639         (elf_machine_runtime_setup): Support ELFv2 ABI.
18640         (elf_machine_fixup_plt): Likewise.
18641         (elf_machine_plt_conflict): Likewise.
18642         (resolve_ifunc): Likewise.
18643         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18644         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18645         Likewise.
18646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18647         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18649         (makecontext): Support ELFv2 ABI.
18650         * elf/elf.h (EF_PPC64_ABI): Define.
18651
18652 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18653
18654         * sysdeps/powerpc/powerpc64/sysdep.h
18655         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18656         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18657         (ENTRY) [ASSEMBLER]: ... but instead here ...
18658         (EALIGN) [ASSEMBLER]: ... and here.
18659         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18660         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18661         (ENTRY_2) [!ASSEMBLER]: Use it.
18662         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18663         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18664         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18665         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18666         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18668         Use PPC64_LOAD_FUNCPTR.
18669
18670         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18671
18672 2013-12-04  Alan Modra  <amodra@gmail.com>
18673
18674         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18675         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18676         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18677         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18678
18679         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18680         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18681         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18682         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18683         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18684         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18685
18686 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18687
18688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18689         (__makecontext): Fix incorrect CFI when backtracing out of
18690         context created via makecontext.
18691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18692         (__setcontext): Fix incorrect CFI during switch to new context.
18693         (__novec_setcontext): Likewise.
18694
18695 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18696
18697         [BZ #4772]
18698         * time/strptime_l.c (__strptime_internal): Allow modifiers
18699         in strptime.
18700         * time/tst-strptime.c (day_tests): Add testcase.
18701
18702 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18703
18704         * scripts/bench.pl: Skip over blank lines.
18705
18706 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18707
18708         [BZ #926]
18709         * manual/time.texi (Calendar Time): Clarify what timezone functions
18710         use.
18711
18712 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18713
18714         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18715
18716 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18717
18718         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18719         implementation.
18720         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18721         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18722         * debug/memset_chk.c (__memset_chk): Likewise.
18723         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18724         * debug/strncpy_chk.c: Likewise.
18725
18726 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18727
18728         [BZ #15268]
18729         [BZ #15425]
18730         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18731         (__ieee754_exp): For possibly underflowing results, check size of
18732         result and force underflow exception if required.
18733         * math/auto-libm-test-in: Add more tests of exp.
18734         * math/auto-libm-test-out: Regenerated.
18735         * sysdeps/i386/fpu/libm-test-ulps: Update.
18736         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18737
18738         [BZ #16283]
18739         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18740         * math/w_exp2f.c (__exp2f): Likewise.
18741         * math/w_exp2l.c (__exp2l): Likewise.
18742         * math/auto-libm-test-in: Do not allow missing errno on exp2
18743         underflow.
18744         * math/auto-libm-test-out: Regenerated.
18745
18746 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18747
18748         [BZ #16274]
18749         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18750         handle filename validation.
18751         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18752         (do_open): Delete.
18753
18754 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18755
18756         [BZ #6786]
18757         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18758         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18759         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18760         <float.h>.
18761         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18762         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18763         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18764         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18765         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18766         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18767         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18768         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18769         Add more erfc tests.
18770         * math/auto-libm-test-out: Regenerated.
18771         * sysdeps/i386/fpu/libm-test-ulps: Update.
18772         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18773
18774         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18775         exp2, expm1, j0 and j1.
18776         * math/auto-libm-test-out: Regenerated.
18777         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18778         (erfc_test_data): Likewise.
18779         (exp_test_data): Likewise.
18780         (exp_tonearest_test_data): Likewise.
18781         (exp_towardzero_test_data): Likewise.
18782         (exp_downward_test_data): Likewise.
18783         (exp_upward_test_data): Likewise.
18784         (exp10_test_data): Likewise.
18785         (exp2_test_data): Likewise.
18786         (expm1_test_data): Likewise.
18787         (j0_test_data): Likewise.
18788         (j1_test_data): Likewise.
18789         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18790         (input_flag_type): Add flag_xfail_rounding.
18791         (input_flags): Add xfail-rounding.
18792         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18793         (output_for_one_input_case): Handle flag_xfail_rounding.
18794         * sysdeps/i386/fpu/libm-test-ulps: Update.
18795         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18796
18797 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18798
18799         [BZ #16289]
18800         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18801         division by 0.
18802
18803 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18804
18805         [BZ #16195]
18806         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18807         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18808         (STAP_PROBE0): New macro.
18809         (STAP_PROBE1): Likewise.
18810         (STAP_PROBE2): Likewise.
18811         (STAP_PROBE3): Likewise.
18812         (STAP_PROBE4): Likewise.
18813
18814 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18815
18816         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18817
18818 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18819
18820         * benchtests/Makefile (bench): Add sqrt.
18821         (LDLIBS-bench-sqrt): New.
18822         * benchtests/sqrt-input: New.
18823
18824 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18825
18826         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18827         (GAIH_EAI): Likewise.
18828         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18829         (gaih_inet): Likewise.
18830         (getaddrinfo): Don't use GAIH_EAI.
18831
18832         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18833         (struct gaih): Remove definition.
18834
18835 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18836
18837         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18838         Use HERRNOP directly.
18839
18840 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18841
18842         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18843
18844 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18845
18846         * math/gen-auto-libm-tests.c (test_functions): Add more
18847         single-argument functions.
18848         (special_fill_pi_2): New function.
18849         (special_fill_minus_pi_2): Likewise.
18850         (special_fill_pi_6): Likewise.
18851         (special_fill_minus_pi_6): Likewise.
18852         (special_fill_pi_3): Likewise.
18853         (special_fill_2pi_3): Likewise.
18854         (special_fill_e): Likewise.
18855         (special_fill_1_e): Likewise.
18856         (special_fill_e_minus_1): Likewise.
18857         (special_real_inputs): Add more special inputs.
18858         (output_for_one_input_case): Do not require ERANGE on underflow to
18859         zero if round-to-nearest result does not underflow to zero, unless
18860         exact results required.
18861         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18862         atan, atanh, cbrt, cos and cosh.
18863         * math/auto-libm-test-out: Regenerated.
18864         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18865         (acos_tonearest_test_data): Likewise.
18866         (acos_towardzero_test_data): Likewise.
18867         (acos_downward_test_data): Likewise.
18868         (acos_upward_test_data): Likewise.
18869         (acosh_test_data): Likewise.
18870         (asin_test_data): Likewise.
18871         (asin_tonearest_test_data): Likewise.
18872         (asin_towardzero_test_data): Likewise.
18873         (asin_upward_test_data): Likewise.
18874         (asinh_test_data): Likewise.
18875         (atan_test_data): Likewise.
18876         (atanh_test_data): Likewise.
18877         (cbrt_test_data): Likewise.
18878         (cos_test_data): Likewise.
18879         (cos_tonearest_test_data): Likewise.
18880         (cos_towardzero_test_data): Likewise.
18881         (cos_downward_test_data): Likewise.
18882         (cos_upward_test_data): Likewise.
18883         (cosh_test_data): Likewise.
18884         (cosh_tonearest_test_data): Likewise.
18885         (cosh_towardzero_test_data): Likewise.
18886         (cosh_downward_test_data): Likewise.
18887         (cosh_upward_test_data): Likewise.
18888         * sysdeps/i386/fpu/libm-test-ulps: Update.
18889         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18890
18891 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18892
18893         [BZ #6787]
18894         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18895         * math/w_exp10f.c (__exp10f): Likewise.
18896         * math/w_exp10l.c (__exp10l): Likewise.
18897         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18898         errno settings in existing tests.
18899
18900         [BZ #14032]
18901         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18902         precision control set to double precision.
18903         * sysdeps/i386/fpu/w_sqrt.c: New file.
18904         * math/auto-libm-test-in: Add more tests.
18905         * math/auto-libm-test-out: Update.
18906
18907         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18908         (sqrt_test_tonearest): New function.
18909         (sqrt_towardzero_test_data): New variable.
18910         (sqrt_test_towardzero): New function.
18911         (sqrt_downward_test_data): New variable.
18912         (sqrt_test_downward): New function.
18913         (sqrt_upward_test_data): New variable.
18914         (sqrt_test_upward): New function.
18915         (main): Call the new functions.
18916
18917         * math/gen-auto-libm-tests.c: New file.
18918         * math/auto-libm-test-in: Likewise.
18919         * math/auto-libm-test-out: New generated file.
18920         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18921         variables.
18922         (%beautify): Add generated representations of zero.
18923         (top level): Set $auto_input and call parse_auto_input.
18924         (beautify): Remove trailing "f" from hex float constants.
18925         (parse_args): Handle XFAIL_TEST.
18926         (convert_condition): New function.
18927         (or_value): Likewise.
18928         (or_cond_value): Likewise.
18929         (generate_testfile): Handle AUTO_TESTS_* lines.
18930         (parse_auto_input): New function.
18931         * math/libm-test.inc (XFAIL_TEST): New macro.
18932         (ERRNO_UNCHANGED): Update value.
18933         (ERRNO_EDOM): Likewise.
18934         (ERRNO_ERANGE): Likewise.
18935         (IGNORE_RESULT): Likewise.
18936         (TEST_COND_flt_32): New macro.
18937         (TEST_COND_dbl_64): Likewise.
18938         (TEST_COND_ldbl_96_intel): Likewise.
18939         (TEST_COND_ldbl_96_m68k): Likewise.
18940         (TEST_COND_ldbl_128): Likewise.
18941         (TEST_COND_ldbl_128ibm): Likewise.
18942         (TEST_COND_long32): Likewise.
18943         (TEST_COND_long64): Likewise.
18944         (TEST_COND_before_rounding): Likewise.
18945         (TEST_COND_after_rounding): Likewise.
18946         (enable_test): Handle XFAIL_TEST flag.
18947         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18948         with finite results.
18949         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18950         auto-libm-test-out.
18951
18952 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18953             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18954
18955         [BZ #16214]
18956         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18957         __tls_get_addr_internal instead of __tls_get_offset in order to
18958         avoid GOT pointer dependency.  Make rtld export
18959         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18960         __tls_get_addr since we are a __tls_get_offset platform.
18961         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18962         GOT pointer being set up before.
18963         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18964
18965 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18966
18967         * manual/math.texi (Errors in Math Functions): Document accuracy
18968         goals.
18969
18970         [BZ #15004]
18971         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18972         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18973         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18974         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18975         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18976         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18977         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18978         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18979         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18980         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18981         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18982         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18983         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18984         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18985         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18986         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18987
18988         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18989         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18990         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18991         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18992         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18993         Likewise.
18994         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18995         Likewise.
18996         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18997         Likewise.
18998         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18999         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
19000         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
19001         atomic-feupdateenv and flt-rounds.
19002         * sysdeps/powerpc/nofpu/Versions (libc): Add
19003         __atomic_feholdexcept, __atomic_feclearexcept,
19004         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
19005         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
19006         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
19007         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
19008         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
19009         here.
19010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
19011         Update.
19012
19013         * manual/arith.texi (FP Exceptions): Document that exceptions may
19014         not be raised when matherr is used.
19015         (Math Error Reporting): Document overflow in directed rounding
19016         modes.  Document that errno may not be set when finite values are
19017         returned on overflow.  Document intent to set errno on underflow
19018         only for underflow to zero.
19019
19020         [BZ #16271]
19021         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
19022         round-to-nearest then adjust result for other rounding modes.
19023         * include/fenv.h (fegetround): Use libm_hidden_proto.
19024         * math/fegetround.c (fegetround): Use libm_hidden_def.
19025         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
19026         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
19027         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19028         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
19029         Likewise.
19030         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
19031         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
19032         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
19033         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
19034
19035 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19036
19037         [BZ #16077]
19038         * nss/Versions (libnss_files): Add
19039         _nss_files_gethostbyname3_r.
19040         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
19041         New function.
19042         (HOST_DB_LOOKUP): Remove macro.
19043         (_nss_files_gethostbyname_r): Implement function without the
19044         HOST_DB_LOOKUP macro.
19045         (_nss_files_gethostbyname2_r): Likewise.
19046
19047 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
19048
19049         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
19050
19051 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
19052
19053         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
19054         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
19055         warning.
19056
19057 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19058
19059         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
19060         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
19061         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
19062         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
19063         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
19064         __fe_nomask_env_priv and attribute_hidden.
19065         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
19066         (libc_feupdateenv_test_ppc): Likewise.
19067         (libc_feresetround_ppc): Likewise.
19068         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19069         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
19070         compat_symbol macro.
19071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19072         (__fe_nomask_env): Likewise.
19073         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
19074
19075 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19076
19077         * string/Makefile: Remove ifunc tests.
19078         * string/test-string.h: Define TEST_IFUNC.
19079         * string/test-bcopy-ifunc.c: Remove.
19080         * string/test-bzero-ifunc.c: Likewise.
19081         * string/test-memccpy-ifunc.c: Likewise.
19082         * string/test-memchr-ifunc.c: Likewise.
19083         * string/test-memcmp-ifunc.c: Likewise.
19084         * string/test-memcpy-ifunc.c: Likewise.
19085         * string/test-memmem-ifunc.c: Likewise.
19086         * string/test-memmove-ifunc.c: Likewise.
19087         * string/test-mempcpy-ifunc.c: Likewise.
19088         * string/test-memrchr-ifunc.c: Likewise.
19089         * string/test-memset-ifunc.c: Likewise.
19090         * string/test-rawmemchr-ifunc.c: Likewise.
19091         * string/test-stpcpy-ifunc.c: Likewise.
19092         * string/test-stpncpy-ifunc.c: Likewise.
19093         * string/test-strcasecmp-ifunc.c: Likewise.
19094         * string/test-strcasestr-ifunc.c: Likewise.
19095         * string/test-strcat-ifunc.c: Likewise.
19096         * string/test-strchr-ifunc.c: Likewise.
19097         * string/test-strchrnul-ifunc.c: Likewise.
19098         * string/test-strcmp-ifunc.c: Likewise.
19099         * string/test-strcpy-ifunc.c: Likewise.
19100         * string/test-strcspn-ifunc.c: Likewise.
19101         * string/test-strlen-ifunc.c: Likewise.
19102         * string/test-strncasecmp-ifunc.c: Likewise.
19103         * string/test-strncat-ifunc.c: Likewise.
19104         * string/test-strncmp-ifunc.c: Likewise.
19105         * string/test-strncpy-ifunc.c: Likewise.
19106         * string/test-strnlen-ifunc.c: Likewise.
19107         * string/test-strpbrk-ifunc.c: Likewise.
19108         * string/test-strrchr-ifunc.c: Likewise.
19109         * string/test-strspn-ifunc.c: Likewise.
19110         * string/test-strstr-ifunc.c: Likewise.
19111
19112 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19113
19114         * benchtests/Makefile: Remove ifunc tests.
19115         * benchtests/bench-string.h: Define TEST_IFUNC.
19116         * benchtests/bench-bcopy-ifunc.c: Remove.
19117         * benchtests/bench-bzero-ifunc.c: Likewise.
19118         * benchtests/bench-memccpy-ifunc.c: Likewise.
19119         * benchtests/bench-memchr-ifunc.c: Likewise.
19120         * benchtests/bench-memcmp-ifunc.c: Likewise.
19121         * benchtests/bench-memcpy-ifunc.c: Likewise.
19122         * benchtests/bench-memmem-ifunc.c: Likewise.
19123         * benchtests/bench-memmove-ifunc.c: Likewise.
19124         * benchtests/bench-mempcpy-ifunc.c: Likewise.
19125         * benchtests/bench-memrchr-ifunc.c: Likewise.
19126         * benchtests/bench-memset-ifunc.c: Likewise.
19127         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19128         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19129         * benchtests/bench-stpcpy-ifunc.c: Likewise.
19130         * benchtests/bench-stpncpy-ifunc.c: Likewise.
19131         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19132         * benchtests/bench-strcasestr-ifunc.c: Likewise.
19133         * benchtests/bench-strcat-ifunc.c: Likewise.
19134         * benchtests/bench-strchr-ifunc.c: Likewise.
19135         * benchtests/bench-strchrnul-ifunc.c: Likewise.
19136         * benchtests/bench-strcmp-ifunc.c: Likewise.
19137         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19138         * benchtests/bench-strcpy-ifunc.c: Likewise.
19139         * benchtests/bench-strcspn-ifunc.c: Likewise.
19140         * benchtests/bench-strlen-ifunc.c: Likewise.
19141         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19142         * benchtests/bench-strncat-ifunc.c: Likewise.
19143         * benchtests/bench-strncmp-ifunc.c: Likewise.
19144         * benchtests/bench-strncpy-ifunc.c: Likewise.
19145         * benchtests/bench-strnlen-ifunc.c: Likewise.
19146         * benchtests/bench-strpbrk-ifunc.c: Likewise.
19147         * benchtests/bench-strrchr-ifunc.c: Likewise.
19148         * benchtests/bench-strsep-ifunc.c: Likewise.
19149         * benchtests/bench-strspn-ifunc.c: Likewise.
19150         * benchtests/bench-strstr-ifunc.c: Likewise.
19151
19152 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19153
19154         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19155
19156 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19157
19158         * resolv/netdb.h: Use __glibc_reserved instead __unused.
19159         * rt/aio.h: Likewise.
19160         * sysdeps/gnu/bits/utmp.h: Likewise.
19161         * sysdeps/gnu/bits/utmpx.h: Likewise.
19162         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19163         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19164         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19165         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19166         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19167         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19168         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19169         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19170         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19171         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19172         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19173         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19174         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19176         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19177         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19178         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19179         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19180         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19181         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19182         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19183         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19184         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19185         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19186         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19187         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19188         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19189         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19190         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19191         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19192         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19193         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19194         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19195         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19196         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19197         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19198         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19199         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19200         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19201         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19202         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19203         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19204
19205 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
19206
19207         [BZ #16245]
19208         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19209         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19210
19211 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
19212
19213         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19214         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19215         Likewise.
19216
19217 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19218
19219         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19220         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19221         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19222         (__fesetround): Remove define.
19223         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19224         rounding and exceptions handling.
19225         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19226         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19227         (__fe_nomask_env): Likewise.
19228         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19229         __fegetround instead of fegetround.
19230         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19231         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19232
19233 2013-11-21  Roland McGrath  <roland@hack.frob.com>
19234
19235         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19236         it's there.
19237
19238         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19239
19240 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19241
19242         [BZ #11157]
19243         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19244         (encrypt_r): Likewise.
19245         * malloc/obstack.h (obstack_free): Likewise.
19246         * posix/unistd.h (encrypt): Likewise.
19247
19248 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19249
19250         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19251         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19252         DL_CALL_DT_FINI() that call the functions directly.
19253         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19254         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19255         * elf/dl-fini.c: Likewise.
19256
19257 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19258
19259         * malloc/hooks.c (memalign_check): Add alignment rounding.
19260         * malloc/malloc.c (_mid_memalign): New function.
19261         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19262         Implement by calling _mid_memalign.
19263         * manual/probes.texi (Memory Allocation Probes): Remove
19264         memory_valloc_retry and memory_pvalloc_retry.
19265
19266 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19267
19268         * locale/programs/locarchive.c (open_archive): Add const
19269         qualifier to ARCHIVEFNAME and copy default fname to
19270         DEFAULT_FNAME.
19271
19272         [BZ #15601]
19273         * libio/tst-widetext.input: Rename Oriya to Odia.
19274         * locale/iso-639.def: Likewise.
19275
19276         * manual/probes.texi (Mathematical Function Probes): Add
19277         documentation for sin, cos, asin and acos probes.
19278         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19279         (__sin32): Add slowasin probe.
19280         (__cos32): Add slowacos probe.
19281         (__mpsin): Add slowsin probe.
19282         (__mpcos): Add slowcos probe.
19283
19284 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19285
19286         [BZ #15483]
19287         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19288         thread-local __sim_exceptions_thread and global
19289         __sim_exceptions_global.
19290         (__sim_disabled_exceptions): Change to thread-local
19291         __sim_disabled_exceptions_thread and global
19292         __sim_disabled_exceptions_global.
19293         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19294         and global __sim_round_mode_global.
19295         (__simulate_exceptions): Use thread-local floating-point state and
19296         set global state from it as needed.
19297         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19298         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19299         __sim_round_mode_thread.
19300         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19301         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19302         and global __sim_exceptions_global.
19303         (__sim_disabled_exceptions): Change to thread-local
19304         __sim_disabled_exceptions_thread and global
19305         __sim_disabled_exceptions_global.
19306         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19307         and global __sim_round_mode_global.
19308         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19309         (SIM_SET_GLOBAL): Likewise.
19310         * sysdeps/powerpc/soft-fp/sfp-machine.h
19311         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19312         __sim_round_mode_thread.
19313         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19314         __sim_disabled_exceptions_thread.
19315         (__sim_exceptions): Change to __sim_exceptions_thread.
19316         (__sim_disabled_exceptions): Change to
19317         __sim_disabled_exceptions_thread.
19318         (__sim_round_mode): Change to __sim_round_mode_thread.
19319         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19320         thread-local floating-point state and set global state from it as
19321         needed.
19322         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19323         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19324         (__sim_disabled_exceptions): Remove extern declaration.
19325         (feenableexcept): Use thread-local floating-point state and set
19326         global state from it as needed.
19327         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19328         extern declaration.
19329         (__sim_disabled_exceptions): Likewise.
19330         (__sim_round_mode): Likewise.
19331         (__fegetenv): Use thread-local floating-point state.
19332         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19333         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19334         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19335         floating-point state and set global state from it as needed.
19336         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19337         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19338         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19339         Likewise.
19340         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19341         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19342         Likewise.
19343         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19344         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19345         Use __sim_round_mode_thread.
19346         * math/test-fenv-tls.c: New file.
19347         * math/Makefile (tests): Add test-fenv-tls.
19348         ($(objpfx)test-fenv-tls): Depend on
19349         $(common-objpfx)nptl/libpthread.so.
19350
19351 2013-11-19  Andreas Schwab  <schwab@suse.de>
19352
19353         * locale/programs/locale.c (show_info): Decode wordarray elements.
19354         * locale/categories.def (LC_MONETARY): Add element for
19355         _NL_MONETARY_CRNCYSTR.
19356         * locale/C-monetary.c (conversion_rate): New variable.
19357         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19358         element.
19359
19360 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19361
19362         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19363         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19364
19365 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19366
19367         * elf/Makefile (tst-auxv): New test.
19368         * elf/tst-auxv.c: New
19369         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19370
19371 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19372
19373         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19374         (hidden_proto): Caller changed.
19375         (hidden_tls_proto): New macro.
19376         (libc_hidden_tls_proto): Likewise.
19377         (rtld_hidden_tls_proto): Likewise.
19378         (libm_hidden_tls_proto): Likewise.
19379         (libresolv_hidden_tls_proto): Likewise.
19380         (librt_hidden_tls_proto): Likewise.
19381         (libdl_hidden_tls_proto): Likewise.
19382         (libnss_files_hidden_tls_proto): Likewise.
19383         (libnsl_hidden_tls_proto): Likewise.
19384         (libnss_nisplus_hidden_tls_proto): Likewise.
19385         (libutil_hidden_tls_proto): Likewise.
19386
19387 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19388
19389         [BZ #10253]
19390         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19391         (decompose_rpath): Defer expansion to fillin_rpath.
19392         (_dl_init_paths): Pass linkmap to fillin_rpath.
19393
19394 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19395
19396         * benchtests/Makefile: Add strsep.
19397         * benchtests/bench-strsep.c: New file: strsep benchtest.
19398         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19399
19400 2013-11-18  Andreas Schwab  <schwab@suse.de>
19401
19402         * locale/programs/locale.c (show_info) [case byte]: Check for
19403         '\377' instead of '\177'.
19404         * locale/C-monetary.c (not_available): Always use "\377".
19405         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19406         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19407         detect unavailable sign_posn locale elements.
19408         * locale/localeconv.c (__localeconv): For grouping and
19409         mon_grouping handle "\177" and "\377" like no grouping.
19410         (INT_ELEM): New macro.  Use it to set all numeric members.
19411         * locale/programs/ld-monetary.c (monetary_read)
19412         <tok_mon_grouping>: Normalize single -1 to the empty string.
19413         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19414         Likewise.
19415
19416 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19417
19418         [BZ #16055]
19419         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19420         when we match (nil).
19421         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19422
19423 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19424
19425         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19426         (NO_TEST_INLINE): Update value.
19427         (ERRNO_UNCHANGED): Likewise.
19428         (ERRNO_EDOM): Likewise.
19429         (ERRNO_ERANGE): Likewise.
19430         (IGNORE_RESULT): Likewise.
19431         (check_float_internal): Check signs of NaN results if
19432         TEST_NAN_SIGN used.
19433         (check_complex): Pass TEST_NAN_SIGN flag through to second
19434         check_float_internal call.
19435         (copysign_test_data): Add tests with quiet NaNs as second
19436         argument.  Use TEST_NAN_SIGN.
19437         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19438         TEST_NAN_SIGN.
19439         (signbit_test_data): Add tests of quiet NaN argument.
19440         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19441
19442         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19443         $ignore_result.
19444         (parse_args): Handle function results specified as IGNORE.
19445         * math/libm-test.inc (IGNORE_RESULT): New macro.
19446         (check_float_internal): Do not check numerical result if flag
19447         IGNORE_RESULT set.
19448         (check_complex): Pass through IGNORE_RESULT to second
19449         check_float_internal call.
19450         (check_int): Do not check numerical result if flag IGNORE_RESULT
19451         set.
19452         (check_long): Likewise.
19453         (check_bool): Likewise.
19454         (check_longlong): Likewise.
19455         (lrint_test_data): Add tests of infinite and NaN arguments.
19456         (lrint_tonearest_test_data): Likewise.
19457         (lrint_towardzero_test_data): Likewise.
19458         (lrint_downward_test_data): Likewise.
19459         (lrint_upward_test_data): Likewise.
19460         (llrint_test_data): Likewise.
19461         (llrint_tonearest_test_data): Likewise.
19462         (llrint_towardzero_test_data): Likewise.
19463         (llrint_downward_test_data): Likewise.
19464         (llrint_upward_test_data): Likewise.
19465         (lround_test_data): Likewise.
19466         (llround_test_data): Likewise.
19467
19468         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19469         (ERRNO_UNCHANGED): Update value.
19470         (ERRNO_EDOM): Likewise.
19471         (ERRNO_ERANGE): Likewise.
19472         (NO_TEST_INLINE_FLOAT): New macro.
19473         (NO_TEST_INLINE_DOUBLE): Likewise.
19474         (enable_test): New function.
19475         (RUN_TEST_f_f): Check enable_test before running test.
19476         (RUN_TEST_2_f): Likewise.
19477         (RUN_TEST_fff_f): Likewise.
19478         (RUN_TEST_c_f): Likewise.
19479         (RUN_TEST_f_f1): Likewise.
19480         (RUN_TEST_fF_f1): Likewise.
19481         (RUN_TEST_fI_f1): Likewise.
19482         (RUN_TEST_ffI_f1): Likewise.
19483         (RUN_TEST_c_c): Likewise.
19484         (RUN_TEST_cc_c): Likewise.
19485         (RUN_TEST_f_i): Likewise.
19486         (RUN_TEST_f_i_tg): Likewise.
19487         (RUN_TEST_ff_i_tg): Likewise.
19488         (RUN_TEST_f_b): Likewise.
19489         (RUN_TEST_f_b_tg): Likewise.
19490         (RUN_TEST_f_l): Likewise.
19491         (RUN_TEST_f_L): Likewise.
19492         (RUN_TEST_fFF_11): Likewise.
19493         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19494         conditionals.
19495         (cosh_test_data): Likewise.
19496         (exp_test_data): Likewise.
19497         (expm1_test_data): Likewise.
19498         (hypot_test_data): Likewise.
19499         (pow_test_data): Likewise.
19500         (sinh_test_data): Likewise.
19501         (tanh_test_data): Likewise.
19502         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19503         flags argument.
19504
19505         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19506         tests with quiet NaN input and output.
19507         (acosh_test_data): Likewise.
19508         (asin_test_data): Likewise.
19509         (asinh_test_data): Likewise.
19510         (atan_test_data): Likewise.
19511         (atanh_test_data): Likewise.
19512         (atan2_test_data): Likewise.
19513         (cbrt_test_data): Likewise.
19514         (cos_test_data): Likewise.
19515         (cosh_test_data): Likewise.
19516         (erf_test_data): Likewise.
19517         (erfc_test_data): Likewise.
19518         (exp_test_data): Likewise.
19519         (exp10_test_data): Likewise.
19520         (exp2_test_data): Likewise.
19521         (expm1_test_data): Likewise.
19522         (hypot_test_data): Likewise.
19523         (j0_test_data): Likewise.
19524         (j1_test_data): Likewise.
19525         (jn_test_data): Likewise.
19526         (lgamma_test_data): Likewise.
19527         (log_test_data): Likewise.
19528         (log10_test_data): Likewise.
19529         (log1p_test_data): Likewise.
19530         (log2_test_data): Likewise.
19531         (pow_test_data): Likewise.
19532         (scalb_test_data): Likewise.
19533         (sin_test_data): Likewise.
19534         (sincos_test_data): Likewise.
19535         (sinh_test_data): Likewise.
19536         (tan_test_data): Likewise.
19537         (tanh_test_data): Likewise.
19538         (tgamma_test_data): Likewise.
19539         (y0_test_data): Likewise.
19540         (y1_test_data): Likewise.
19541         (yn_test_data): Likewise.
19542
19543         [BZ #16167]
19544         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19545         argument being NaN and avoid computations with second argument in
19546         that case.
19547         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19548         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19549         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19550
19551 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19552
19553         * locale/iso-639.def: Add Chitwani Tharu (the).
19554
19555 2013-11-14  Andreas Schwab  <schwab@suse.de>
19556
19557         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19558         word instead of empty string.
19559
19560 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19561
19562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19563         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19565         (__fe_nomask_env): Likewise.
19566
19567 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19568
19569         * benchtests/bench-timing.h: Include time.h.
19570
19571 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19572
19573         [BZ #15997]
19574         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19575         to 3.4.0 for x32.
19576         * sysdeps/unix/sysv/linux/configure: Regenerated.
19577
19578 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19579
19580         [BZ #16151]
19581         * stdlib/strtod_l.c (round_and_return): Do not consider
19582         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19583         exponent one less than half the least subnormal exponent.
19584         * stdlib/test-strtod-round-data: Add more tests.
19585         * stdlib/tst-strtod-round.c (tests): Regenerated.
19586
19587 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19588
19589         [BZ #14143]
19590         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19591         (__fe_mask_env): Likewise.
19592         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19593         libm_hidden_proto and add function prototype.
19594         (__fe_mask_env): Add function prototype.
19595         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19596         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19598         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19600         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19601
19602 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19603
19604         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19605         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19606
19607 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19608
19609         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19610         of htab_find_slot().
19611
19612 2013-11-11  David S. Miller  <davem@davemloft.net>
19613
19614         [BZ #16150]
19615         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19616         symbol in the non-vis3 case in static builds.
19617         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19618         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19619         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19620         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19621
19622 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19623
19624         [BZ #387]
19625         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19626         it is empty.
19627
19628 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19629
19630         * benchtests/Makefile: Add bench-strtod.
19631         * benchtests/bench-strtod.c: New file: strtod benchtest
19632
19633 2013-11-11  Andreas Schwab  <schwab@suse.de>
19634
19635         [BZ #16153]
19636         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19637         terminating NUL in key length.
19638
19639 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19640
19641         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19642         Add artificial ODP entry for vDSO symbol for PPC64.
19643         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19644         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19645
19646 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19647
19648         [BZ #15374]
19649         * nss/getent.c (services_keys): Recognize services starting with digit.
19650
19651 2013-11-06  David S. Miller  <davem@davemloft.net>
19652
19653         [BZ #15985]
19654         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19655         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19656
19657 2013-11-06  Will Newton  <will.newton@linaro.org>
19658
19659         * manual/memory.texi (Malloc Examples): Remove register
19660         keyword from examples.
19661
19662 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19663
19664         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19665
19666 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19667
19668         [BZ #6981]
19669         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19670         depending on [__GCC_IEC_559 > 0].
19671         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19672         depending on [__GCC_IEC_559_COMPLEX > 0].
19673
19674 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19675
19676         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19677         to iso-639.def.
19678
19679 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19680
19681         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19682
19683 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19684
19685         [BZ #16112]
19686         * malloc/malloc (malloc_info): Do not handle first bin as
19687         special case.
19688
19689 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19690
19691         * locale/iso-639.def: Add Central Nahuatl (nhn).
19692
19693 2013-11-01  Bruno Haible  <bruno@clisp.org>
19694
19695         [BZ #7003]
19696         * manual/math.texi (BSD Random): Specify range upper bound as
19697         in POSIX.
19698
19699 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19700
19701         * locale/iso-639.def: Add Meadow Mari (mhr).
19702
19703 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19704
19705         [BZ #14752], [BZ #15763]
19706         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19707         Validate name.
19708         * rt/tst_shm.c: Add test for escaping directory.
19709
19710 2013-10-31  Andreas Schwab  <schwab@suse.de>
19711
19712         [BZ #15917]
19713         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19714         followed by 'x' as part of digit sequence.
19715         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19716
19717 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19718
19719         [BZ #16037]
19720         * configure.ac: allow GNU Make 4.0 and greater.
19721         * configure: Regenerated.
19722
19723 2013-10-30  Will Newton  <will.newton@linaro.org>
19724
19725         [BZ #16038]
19726         * malloc/hooks.c (memalign_check): Limit alignment to the
19727         maximum representable power of two.
19728         * malloc/malloc.c (__libc_memalign): Likewise.
19729         * malloc/tst-memalign.c (do_test): Add test for very
19730         large alignment values.
19731         * malloc/tst-posix_memalign.c (do_test): Likewise.
19732
19733 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19734
19735         [BZ #11087]
19736         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19737         (munmap_chunk): Likewise.
19738         (mremap_chunk): Likewise.
19739
19740 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19741
19742         [BZ #15799]
19743         * stdlib/div.c (div): Remove obsolete code.
19744         * stdlib/ldiv.c (ldiv): Likewise.
19745         * stdlib/lldiv.c (lldiv): Likewise.
19746
19747 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19748
19749         [BZ #16071]
19750         * nss/nss_files/files-XXX.c (get_contents_ret): New
19751         enumerator.
19752         (get_contents): New function.
19753         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19754
19755 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19756
19757         * configure.in: Moved to ...
19758         * configure.ac: ... here. Change reference to configure.in
19759         to configure.ac.
19760         * sysdeps/arm/preconfigure.ac: ... here.
19761         configure.in to configure.ac.
19762         * sysdeps/gnu/configure.in: Moved to ...
19763         * sysdeps/gnu/configure.ac: ... here.
19764         * sysdeps/i386/configure.in: Moved to ...
19765         * sysdeps/i386/configure.ac: ... here.
19766         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19767         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19768         * sysdeps/mach/configure.in: Moved to ...
19769         * sysdeps/mach/configure.ac: ... here.
19770         * sysdeps/mach/hurd/configure.in: Moved to ...
19771         * sysdeps/mach/hurd/configure.ac: ... here.
19772         * sysdeps/powerpc/configure.in: Moved to ...
19773         * sysdeps/powerpc/configure.ac: ... here.
19774         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19775         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19776         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19777         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19778         * sysdeps/s390/s390-32/configure.in: Moved to ...
19779         * sysdeps/s390/s390-32/configure.ac: ... here.
19780         * sysdeps/s390/s390-64/configure.in: Moved to ...
19781         * sysdeps/s390/s390-64/configure.ac: ... here.
19782         * sysdeps/sh/configure.in: Moved to ...
19783         * sysdeps/sh/configure.ac: ... here.
19784         * sysdeps/sparc/configure.in: Moved to ...
19785         * sysdeps/sparc/configure.ac: ... here.
19786         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19787         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19788         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19789         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19790         * sysdeps/x86_64/configure.in: Moved to ...
19791         * sysdeps/x86_64/configure.ac: ... here.
19792         * sysdeps/x86_64/preconfigure.in: Moved to ...
19793         * sysdeps/x86_64/preconfigure.ac: ... here.
19794         * aclocal.m4: Change reference to configure.in to configure.ac.
19795         * config.h.in: Likewise.
19796         * manual/install.texi: Likewise.
19797         * manual/maint.texi: Likewise.
19798         * Makefile: Likewise.
19799         * malloc/Makefile: Likewise.
19800         * nscd/Makefile: Likewise.
19801         * Makeconfig: Change reference to configure.in and
19802         preconfigure.in to configure.ac and preconfigure.ac
19803         respectively.
19804         * INSTALL: Regenerated.
19805         * configure: Likewise.
19806         * sysdeps/gnu/configure: Likewise.
19807         * sysdeps/i386/configure: Likewise.
19808         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19809         * sysdeps/mach/configure: Likewise.
19810         * sysdeps/mach/hurd/configure: Likewise.
19811         * sysdeps/powerpc/configure: Likewise.
19812         * sysdeps/powerpc/powerpc32/configure: Likewise.
19813         * sysdeps/powerpc/powerpc64/configure: Likewise.
19814         * sysdeps/s390/s390-32/configure: Likewise.
19815         * sysdeps/s390/s390-64/configure: Likewise.
19816         * sysdeps/sh/configure: Likewise.
19817         * sysdeps/sparc/configure: Likewise.
19818         * sysdeps/unix/sysv/linux/configure: Likewise.
19819         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19820         * sysdeps/x86_64/configure: Likewise.
19821         * sysdeps/x86_64/preconfigure: Likewise.
19822
19823 2013-10-29  Andreas Schwab  <schwab@suse.de>
19824
19825         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19826
19827 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19828
19829         * benchtests/pow-inputs: Add new inputs.
19830
19831         * benchtests/exp-inputs: Add new inputs.
19832
19833         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19834         conditional check for return value.
19835         (__cos32): Likewise.
19836
19837 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19838
19839         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19840         to provide a boost for large inputs with word alignment.
19841         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19842         implementation based on optimized PPC64 strcpy.
19843         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19844         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19845         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19846         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19847
19848 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19849
19850         [BZ #2801]
19851         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19852
19853 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19854
19855         [BZ #14876]
19856         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19857         * time/tst-strptime.c (day_tests): Add testcase.
19858
19859 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19860
19861         [BZ #14029]
19862         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19863
19864 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19865
19866         [BZ #16074]
19867         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19868         MAP_FAILED on error.
19869
19870 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19871
19872         [BZ #16072]
19873         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19874         heap for large requests.
19875
19876 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19877
19878         [BZ #9954]
19879         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19880         result if the result has no associated interface.
19881         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19882         interface for all 127.X.Y.Z addresses.
19883
19884 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19885
19886         * locale/iso-639.def: Add Ligurian (lij)
19887
19888 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19889
19890         [BZ #15825]
19891         * sunrpc/rpc_main.c: Document rpcgen -5.
19892
19893 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19894
19895         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19896
19897 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19898
19899         [BZ #10278]
19900         * posix/glob.c: Match only directories when trailing slash is present.
19901         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19902         (main): Add testcase.
19903
19904 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19905
19906         [BZ #15670]
19907         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19908
19909 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19910
19911         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19912         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19913         AUTH_DES and cindex for FIPS 140-2.
19914         (DES Encryption): Add cindex FIPS 46-3.
19915
19916         * locale/locarchive.h (struct locarhandle): Add fname.
19917         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19918         if an optional argument was specified to --list-archive,
19919         otherwise NULL.
19920         * locale/programs/locarchive.c (show_archive_content): Take new
19921         argument fname and pass it via ah.fname to open_archive.
19922         * locale/programs/localedef.h: Update decl.
19923         (open_archive): If AH->fname is non-null, open that file
19924         rather than the default file name, and don't ignore ENOENT.
19925         (create_archive): Set AH.fname to NULL.
19926         (delete_locales_from_archive): Likewise.
19927         (add_locales_to_archive): Likewise.
19928         * locale/programs/locfile.c (write_all_categories): Likewise.
19929
19930 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19931             Aldy Hernandez  <aldyh@redhat.com>
19932
19933         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19934         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19935         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19936         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19937         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19938         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19939         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19940         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19941         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19942         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19943         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19944         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19945         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19946         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19947         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19948         Likewise.
19949         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19950         Likewise.
19951         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19952         Likewise.
19953         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19954         Likewise.
19955         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19956         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19957         Likewise.
19958         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19959         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19960         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19961         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19962         Likewise.
19963         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19964         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19965         * sysdeps/powerpc/preconfigure: Likewise.
19966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19967         Likewise.
19968         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19969         Replace contents of file by #include of <fenv_libc.h>.
19970         * sysdeps/powerpc/soft-fp/sfp-machine.h
19971         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19972         and <sys/prctl.h>.
19973         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19974         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19975         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19976         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19977         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19978         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19979         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19980         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19981         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19982         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19983         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19984         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19986         Allow copysignl PLT reference to be missing.
19987
19988 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19989             Joseph Myers  <joseph@codesourcery.com
19990
19991         [BZ #15948]
19992         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19993         single character.
19994         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19995
19996 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19997
19998         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19999         * elf/tst-tls1.c: Likewise.
20000         * elf/tst-tls10.h: Likewise.
20001         * elf/tst-tls14.c: Likewise.
20002         * elf/tst-tls2.c: Likewise.
20003         * elf/tst-tls3.c: Likewise.
20004         * elf/tst-tls4.c: Likewise.
20005         * elf/tst-tls5.c: Likewise.
20006         * elf/tst-tls6.c: Likewise.
20007         * elf/tst-tls7.c: Likewise.
20008         * elf/tst-tls8.c: Likewise.
20009         * elf/tst-tls9.c: Likewise.
20010         * elf/tst-tlsmod1.c: Likewise.
20011         * elf/tst-tlsmod13.c: Likewise.
20012         * elf/tst-tlsmod13a.c: Likewise.
20013         * elf/tst-tlsmod14a.c: Likewise.
20014         * elf/tst-tlsmod16a.c: Likewise.
20015         * elf/tst-tlsmod16b.c: Likewise.
20016         * elf/tst-tlsmod2.c: Likewise.
20017         * elf/tst-tlsmod3.c: Likewise.
20018         * elf/tst-tlsmod4.c: Likewise.
20019         * elf/tst-tlsmod5.c: Likewise.
20020         * elf/tst-tlsmod6.c: Likewise.
20021
20022 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
20023
20024         [BZ #12486]
20025         * malloc/malloc.c: remove checks for statistics.
20026
20027 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20028
20029         [BZ #15277]
20030         * inet/inet_net.c (inet_network): Detect additional invalid strings.
20031         * inet/tst-network.c: Add testcase.
20032
20033 2013-10-17  Andreas Schwab  <schwab@suse.de>
20034
20035         [BZ #15218]
20036         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
20037         to determine canonical name.
20038
20039 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20040
20041         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
20042         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
20043         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
20044         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
20045         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
20046         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
20047         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
20048         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
20049         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
20050         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
20051         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
20052         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
20053         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20054         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
20055         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
20056         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
20057         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
20058         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
20059         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
20060         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
20061         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
20062         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
20063         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20064         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
20065         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
20066         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
20067         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
20068         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
20069         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
20070         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
20071         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
20072         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
20073         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
20074         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
20075         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
20076         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20077         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20078         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
20079         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
20080         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
20081         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
20082         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
20083         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
20084         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
20085         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
20086         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20087         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
20088         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
20089         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
20090         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
20091         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
20092         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
20093         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
20094         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
20095         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20096         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
20097         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
20098         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
20099
20100 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
20101
20102         [BZ #16041]
20103         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
20104         make result into a quiet NaN.
20105
20106 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
20107
20108         * soft-fp/adddf3.c: Fix horizontal whitespace.
20109         * soft-fp/addsf3.c: Likewise.
20110         * soft-fp/addtf3.c: Likewise.
20111         * soft-fp/divdf3.c: Likewise.
20112         * soft-fp/divsf3.c: Likewise.
20113         * soft-fp/divtf3.c: Likewise.
20114         * soft-fp/double.h: Likewise.
20115         * soft-fp/eqdf2.c: Likewise.
20116         * soft-fp/eqsf2.c: Likewise.
20117         * soft-fp/eqtf2.c: Likewise.
20118         * soft-fp/extenddftf2.c: Likewise.
20119         * soft-fp/extended.h: Likewise.
20120         * soft-fp/extendsfdf2.c: Likewise.
20121         * soft-fp/extendsftf2.c: Likewise.
20122         * soft-fp/extendxftf2.c: Likewise.
20123         * soft-fp/fixdfdi.c: Likewise.
20124         * soft-fp/fixdfsi.c: Likewise.
20125         * soft-fp/fixdfti.c: Likewise.
20126         * soft-fp/fixsfdi.c: Likewise.
20127         * soft-fp/fixsfsi.c: Likewise.
20128         * soft-fp/fixsfti.c: Likewise.
20129         * soft-fp/fixtfdi.c: Likewise.
20130         * soft-fp/fixtfsi.c: Likewise.
20131         * soft-fp/fixtfti.c: Likewise.
20132         * soft-fp/fixunsdfdi.c: Likewise.
20133         * soft-fp/fixunsdfsi.c: Likewise.
20134         * soft-fp/fixunsdfti.c: Likewise.
20135         * soft-fp/fixunssfdi.c: Likewise.
20136         * soft-fp/fixunssfsi.c: Likewise.
20137         * soft-fp/fixunssfti.c: Likewise.
20138         * soft-fp/fixunstfdi.c: Likewise.
20139         * soft-fp/fixunstfsi.c: Likewise.
20140         * soft-fp/fixunstfti.c: Likewise.
20141         * soft-fp/floatdidf.c: Likewise.
20142         * soft-fp/floatdisf.c: Likewise.
20143         * soft-fp/floatditf.c: Likewise.
20144         * soft-fp/floatsidf.c: Likewise.
20145         * soft-fp/floatsisf.c: Likewise.
20146         * soft-fp/floatsitf.c: Likewise.
20147         * soft-fp/floattidf.c: Likewise.
20148         * soft-fp/floattisf.c: Likewise.
20149         * soft-fp/floattitf.c: Likewise.
20150         * soft-fp/floatundidf.c: Likewise.
20151         * soft-fp/floatundisf.c: Likewise.
20152         * soft-fp/floatunditf.c: Likewise.
20153         * soft-fp/floatunsidf.c: Likewise.
20154         * soft-fp/floatunsisf.c: Likewise.
20155         * soft-fp/floatunsitf.c: Likewise.
20156         * soft-fp/floatuntidf.c: Likewise.
20157         * soft-fp/floatuntisf.c: Likewise.
20158         * soft-fp/floatuntitf.c: Likewise.
20159         * soft-fp/fmadf4.c: Likewise.
20160         * soft-fp/fmasf4.c: Likewise.
20161         * soft-fp/fmatf4.c: Likewise.
20162         * soft-fp/gedf2.c: Likewise.
20163         * soft-fp/gesf2.c: Likewise.
20164         * soft-fp/getf2.c: Likewise.
20165         * soft-fp/ledf2.c: Likewise.
20166         * soft-fp/lesf2.c: Likewise.
20167         * soft-fp/letf2.c: Likewise.
20168         * soft-fp/muldf3.c: Likewise.
20169         * soft-fp/mulsf3.c: Likewise.
20170         * soft-fp/multf3.c: Likewise.
20171         * soft-fp/negdf2.c: Likewise.
20172         * soft-fp/negsf2.c: Likewise.
20173         * soft-fp/negtf2.c: Likewise.
20174         * soft-fp/op-1.h: Likewise.
20175         * soft-fp/op-2.h: Likewise.
20176         * soft-fp/op-4.h: Likewise.
20177         * soft-fp/op-8.h: Likewise.
20178         * soft-fp/op-common.h: Likewise.
20179         * soft-fp/quad.h: Likewise.
20180         * soft-fp/single.h: Likewise.
20181         * soft-fp/soft-fp.h: Likewise.
20182         * soft-fp/sqrtdf2.c: Likewise.
20183         * soft-fp/sqrtsf2.c: Likewise.
20184         * soft-fp/sqrttf2.c: Likewise.
20185         * soft-fp/subdf3.c: Likewise.
20186         * soft-fp/subsf3.c: Likewise.
20187         * soft-fp/subtf3.c: Likewise.
20188         * soft-fp/truncdfsf2.c: Likewise.
20189         * soft-fp/trunctfdf2.c: Likewise.
20190         * soft-fp/trunctfsf2.c: Likewise.
20191         * soft-fp/trunctfxf2.c: Likewise.
20192         * soft-fp/unorddf2.c: Likewise.
20193         * soft-fp/unordsf2.c: Likewise.
20194         * soft-fp/unordtf2.c: Likewise.
20195
20196 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
20197
20198         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20199         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20200
20201 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
20202
20203         * elf/dl-libc.c: Clear initfini list after freeing.
20204
20205 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
20206
20207         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20208         * soft-fp/addsf3.c: Likewise.
20209         * soft-fp/addtf3.c: Likewise.
20210         * soft-fp/divdf3.c: Likewise.
20211         * soft-fp/divsf3.c: Likewise.
20212         * soft-fp/divtf3.c: Likewise.
20213         * soft-fp/double.h: Likewise.
20214         * soft-fp/eqdf2.c: Likewise.
20215         * soft-fp/eqsf2.c: Likewise.
20216         * soft-fp/eqtf2.c: Likewise.
20217         * soft-fp/extenddftf2.c: Likewise.
20218         * soft-fp/extended.h: Likewise.
20219         * soft-fp/extendsfdf2.c: Likewise.
20220         * soft-fp/extendsftf2.c: Likewise.
20221         * soft-fp/extendxftf2.c: Likewise.
20222         * soft-fp/fixdfdi.c: Likewise.
20223         * soft-fp/fixdfsi.c: Likewise.
20224         * soft-fp/fixdfti.c: Likewise.
20225         * soft-fp/fixsfdi.c: Likewise.
20226         * soft-fp/fixsfsi.c: Likewise.
20227         * soft-fp/fixsfti.c: Likewise.
20228         * soft-fp/fixtfdi.c: Likewise.
20229         * soft-fp/fixtfsi.c: Likewise.
20230         * soft-fp/fixtfti.c: Likewise.
20231         * soft-fp/fixunsdfdi.c: Likewise.
20232         * soft-fp/fixunsdfsi.c: Likewise.
20233         * soft-fp/fixunsdfti.c: Likewise.
20234         * soft-fp/fixunssfdi.c: Likewise.
20235         * soft-fp/fixunssfsi.c: Likewise.
20236         * soft-fp/fixunssfti.c: Likewise.
20237         * soft-fp/fixunstfdi.c: Likewise.
20238         * soft-fp/fixunstfsi.c: Likewise.
20239         * soft-fp/fixunstfti.c: Likewise.
20240         * soft-fp/floatdidf.c: Likewise.
20241         * soft-fp/floatdisf.c: Likewise.
20242         * soft-fp/floatditf.c: Likewise.
20243         * soft-fp/floatsidf.c: Likewise.
20244         * soft-fp/floatsisf.c: Likewise.
20245         * soft-fp/floatsitf.c: Likewise.
20246         * soft-fp/floattidf.c: Likewise.
20247         * soft-fp/floattisf.c: Likewise.
20248         * soft-fp/floattitf.c: Likewise.
20249         * soft-fp/floatundidf.c: Likewise.
20250         * soft-fp/floatundisf.c: Likewise.
20251         * soft-fp/floatunsidf.c: Likewise.
20252         * soft-fp/floatunsisf.c: Likewise.
20253         * soft-fp/floatuntidf.c: Likewise.
20254         * soft-fp/floatuntisf.c: Likewise.
20255         * soft-fp/floatuntitf.c: Likewise.
20256         * soft-fp/fmadf4.c: Likewise.
20257         * soft-fp/fmasf4.c: Likewise.
20258         * soft-fp/fmatf4.c: Likewise.
20259         * soft-fp/gedf2.c: Likewise.
20260         * soft-fp/gesf2.c: Likewise.
20261         * soft-fp/getf2.c: Likewise.
20262         * soft-fp/ledf2.c: Likewise.
20263         * soft-fp/lesf2.c: Likewise.
20264         * soft-fp/letf2.c: Likewise.
20265         * soft-fp/muldf3.c: Likewise.
20266         * soft-fp/mulsf3.c: Likewise.
20267         * soft-fp/multf3.c: Likewise.
20268         * soft-fp/negdf2.c: Likewise.
20269         * soft-fp/negsf2.c: Likewise.
20270         * soft-fp/negtf2.c: Likewise.
20271         * soft-fp/op-1.h: Likewise.
20272         * soft-fp/op-2.h: Likewise.
20273         * soft-fp/op-4.h: Likewise.
20274         * soft-fp/op-8.h: Likewise.
20275         * soft-fp/op-common.h: Likewise.
20276         * soft-fp/quad.h: Likewise.
20277         * soft-fp/single.h: Likewise.
20278         * soft-fp/soft-fp.h: Likewise.
20279         * soft-fp/sqrtdf2.c: Likewise.
20280         * soft-fp/sqrtsf2.c: Likewise.
20281         * soft-fp/sqrttf2.c: Likewise.
20282         * soft-fp/subdf3.c: Likewise.
20283         * soft-fp/subsf3.c: Likewise.
20284         * soft-fp/subtf3.c: Likewise.
20285         * soft-fp/truncdfsf2.c: Likewise.
20286         * soft-fp/trunctfdf2.c: Likewise.
20287         * soft-fp/trunctfsf2.c: Likewise.
20288         * soft-fp/trunctfxf2.c: Likewise.
20289         * soft-fp/unorddf2.c: Likewise.
20290         * soft-fp/unordsf2.c: Likewise.
20291         * soft-fp/unordtf2.c: Likewise.
20292
20293 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20294
20295         [BZ #15672]
20296         * misc/error.c (error_tail): Fix possible buffer overflow.
20297
20298 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20299
20300         [BZ #13028]
20301         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20302         address.
20303
20304 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20305
20306         [BZ #832]
20307         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20308         testing pipefail option.
20309
20310 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20311
20312         * soft-fp/double.h: Indent preprocessor directives inside #if.
20313         * soft-fp/extended.h: Likewise.
20314         * soft-fp/op-2.h: Likewise.
20315         * soft-fp/op-4.h: Likewise.
20316         * soft-fp/op-common.h: Likewise.
20317         * soft-fp/quad.h: Likewise.
20318         * soft-fp/single.h: Likewise.
20319         * soft-fp/soft-fp.h: Likewise.
20320
20321 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20322
20323         * iconv/iconv_prog.c: Fix typos.
20324         * stdio-common/psiginfo-data.h: Likewise.
20325
20326 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20327
20328         [BZ #15764]
20329         * locale/setlocale.c: Fix typo.
20330
20331 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20332
20333         [BZ #16036]
20334         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20335         signaling NaN arguments.
20336         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20337         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20338
20339         [BZ #14910]
20340         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20341         unordered operands.
20342         * soft-fp/gesf2.c (__gesf2): Likewise.
20343         * soft-fp/getf2.c (__getf2): Likewise.
20344         * soft-fp/ledf2.c (__ledf2): Likewise.
20345         * soft-fp/lesf2.c (__lesf2): Likewise.
20346         * soft-fp/letf2.c (__letf2): Likewise.
20347
20348         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20349         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20350         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20351         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20352         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20353         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20354         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20355         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20356         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20357         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20358         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20359         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20360         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20361         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20362         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20363         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20364         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20365         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20366         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20367         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20368         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20369         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20370         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20371         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20372         * soft-fp/floattidf.c (__floattidf): Likewise.
20373         * soft-fp/floattisf.c (__floattisf): Likewise.
20374         * soft-fp/floattitf.c (__floattitf): Likewise.
20375         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20376         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20377         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20378         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20379         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20380         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20381         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20382         * soft-fp/gesf2.c (__gesf2): Likewise.
20383         * soft-fp/getf2.c (__getf2): Likewise.
20384         * soft-fp/ledf2.c (__ledf2): Likewise.
20385         * soft-fp/lesf2.c (__lesf2): Likewise.
20386         * soft-fp/letf2.c (__letf2): Likewise.
20387
20388         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20389         Undefine and redefine.
20390         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20391         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20392         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20393         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20394         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20395         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20396         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20397         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20398         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20399         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20400         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20401         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20402         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20403         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20404         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20405
20406         [BZ #16032]
20407         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20408         without decrementing exponent if mantissa >= that for the
20409         denominator, not >.
20410         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20411         denominator, not >.  Decrement exponent in < case instead of
20412         incrementing in >= case.
20413         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20414         without decrementing exponent if mantissa >= that for the
20415         denominator, not >.
20416
20417         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20418         computing saturated result for unsigned overflow.
20419
20420 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20421             Jeff Law  <law@redhat.com>
20422
20423         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20424         (atan2Mp): Add systemtap probe marker.
20425         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20426         (__ieee754_log): Add systemtap probe marker.
20427         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20428         (atanMp): Add systemtap probe marker.
20429         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20430         (tanMp): Add systemtap probe marker.
20431         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20432         (__slowexp): Add systemtap probe marker.
20433         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20434         (__slowpow): Add systemtap probe marker.
20435         * manual/probes.texi: Document probes.
20436
20437 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20438
20439         [BZ #15362]
20440         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20441         written.
20442         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20443         written.
20444         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20445         written to buffer but not flushed.
20446         * libio/iofwrite_u.c:  Likewise.
20447         * libio/iopadn.c:  Return bytes returned even if EOF was
20448         encountered.
20449         * libio/iowpadn.c:  Likewise.
20450         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20451         if _IO_padn does not write the whole buffer.
20452         [!COMPILE_WPRINTF] (PAD): Likewise.
20453
20454 2013-10-10  David S. Miller  <davem@davemloft.net>
20455
20456         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20457         directory block.
20458
20459 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20460
20461         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20462         instead of FSF address.
20463         * soft-fp/fixdfti.c: Likewise.
20464         * soft-fp/fixsfti.c: Likewise.
20465         * soft-fp/fixtfti.c: Likewise.
20466         * soft-fp/fixunsdfti.c: Likewise.
20467         * soft-fp/fixunssfti.c: Likewise.
20468         * soft-fp/fixunstfti.c: Likewise.
20469         * soft-fp/floattidf.c: Likewise.
20470         * soft-fp/floattisf.c: Likewise.
20471         * soft-fp/floattitf.c: Likewise.
20472         * soft-fp/floatuntidf.c: Likewise.
20473         * soft-fp/floatuntisf.c: Likewise.
20474         * soft-fp/floatuntitf.c: Likewise.
20475         * soft-fp/trunctfxf2.c: Likewise.
20476
20477         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20478         * soft-fp/fixdfti.c: Likewise.
20479         * soft-fp/fixsfti.c: Likewise.
20480         * soft-fp/fixtfti.c: Likewise.
20481         * soft-fp/fixunsdfti.c: Likewise.
20482         * soft-fp/fixunssfti.c: Likewise.
20483         * soft-fp/fixunstfti.c: Likewise.
20484         * soft-fp/floattidf.c: Likewise.
20485         * soft-fp/floattisf.c: Likewise.
20486         * soft-fp/floattitf.c: Likewise.
20487         * soft-fp/floatuntidf.c: Likewise.
20488         * soft-fp/floatuntisf.c: Likewise.
20489         * soft-fp/floatuntitf.c: Likewise.
20490         * soft-fp/trunctfxf2.c: Likewise.
20491
20492 2013-10-10  David S. Miller  <davem@davemloft.net>
20493
20494         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20495
20496 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20497
20498         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20499         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20500         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20501         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20502         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20503         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20504         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20505
20506         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20507         for NaNs before doing comparisons on argument.
20508         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20509         Likewise.
20510
20511 2013-10-10  Will Newton  <will.newton@linaro.org>
20512
20513         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20514         passed to _int_memalign does not overflow.
20515
20516 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20517
20518         * scripts/bench.pl: Add include-sources directive.
20519         * benchtests/README: Update documentation.
20520
20521 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20522
20523         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20524         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20525         instead of FP_INIT_ROUNDMODE.
20526         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20527         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20528
20529         [BZ #16034]
20530         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20531         copy class of input value.
20532         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20533         not handle exceptions.
20534         * soft-fp/negsf2.c (__negsf2): Likewise.
20535         * soft-fp/negtf2.c (__negtf2): Likewise.
20536         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20537
20538 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20539
20540         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20541         semicolon.  From Linux kernel.
20542
20543 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20544
20545         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20546
20547 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20548
20549         [BZ #156]
20550         * manual/socket.texi: Added statement about buffer
20551         for gethostbyname2_r.
20552
20553 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20554
20555         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20556         Use .p2align directive instead, throughout.
20557         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20558         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20559         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20560         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20561         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20562         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20563         * sysdeps/x86_64/strchr.S: Likewise.
20564         * sysdeps/x86_64/strrchr.S: Likewise.
20565
20566 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20567
20568         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20569
20570         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20571
20572         * sysdeps/generic/math_private.h (__mpsin1): Remove
20573         declaration.
20574         (__mpcos1): Likewise.
20575         (__mpsin): New argument __range_reduce.
20576         (__mpcos): Likewise.
20577         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20578         (slow): Use __mpsin and __mpcos.
20579         (slow1): Likewise.
20580         (slow2): Likewise.
20581         (sloww): Likewise.
20582         (sloww1): Likewise.
20583         (sloww2): Likewise.
20584         (bsloww): Likewise.
20585         (bsloww1): Likewise.
20586         (bsloww2): Likewise.
20587         (cslow2): Likewise.
20588         (csloww): Likewise.
20589         (csloww1): Likewise.
20590         (csloww2): Likewise.
20591         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20592         range_reduce.  Merge in __mpsin1.
20593         (__mpcos): Likewise.
20594         (__mpsin1): Remove.
20595         (__mpcos1): Likewise.
20596
20597 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20598
20599         * locale/loadlocale.c (_nl_intern_locale_data): Use
20600         LOCFILE_ALIGNED_P.
20601         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20602         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20603         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20604         obstack data is appropriately aligned.
20605         (obstack_int32_grow_fast): Likewise.
20606         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20607         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20608         (add_locale_uint32_array): Likewise.
20609
20610 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20611
20612         * benchtests/Makefile: Remove ARGLIST and RET variables.
20613         ($(objpfx)bench-%.c): Pass only function name to the script.
20614         * benchtests/README: Update documentation.
20615         * benchtests/acos-inputs: Add new directives.
20616         * benchtests/acosh-inputs: Likewise.
20617         * benchtests/asin-inputs: Likewise.
20618         * benchtests/asinh-inputs: Likewise.
20619         * benchtests/atan-inputs: Likewise.
20620         * benchtests/atanh-inputs: Likewise.
20621         * benchtests/cos-inputs: Likewise.
20622         * benchtests/cosh-inputs: Likewise.
20623         * benchtests/exp-inputs: Likewise.
20624         * benchtests/log-inputs: Likewise.
20625         * benchtests/pow-inputs: Likewise.
20626         * benchtests/rint-inputs: Likewise.
20627         * benchtests/sin-inputs: Likewise.
20628         * benchtests/sinh-inputs: Likewise.
20629         * benchtests/tan-inputs: Likewise.
20630         * benchtests/tanh-inputs: Likewise.
20631         * scripts/bench.pl: Add support for new directives.
20632
20633 2013-10-07  Alan Modra  <amodra@gmail.com>
20634
20635         * README: Fix careless merge.
20636
20637 2013-10-05  Alan Modra  <amodra@gmail.com>
20638
20639         * NEWS: Mention powerpc64le support and bugs fixed.
20640         * README: Both big-endian and little-endian powerpc64 supported.
20641
20642 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20643
20644         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20645         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20646         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20647         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20648
20649 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20650
20651         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20652         match prototype.
20653
20654 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20655
20656         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20657         Move -mhard-float appending from
20658         ports/sysdeps/powerpc/powerpc32/Makefile.
20659         [$(with-fp) = yes] (ASFLAGS): Likewise.
20660         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20661         * sysdeps/powerpc/nofpu: Move directory from
20662         ports/sysdeps/powerpc/nofpu.
20663         * sysdeps/powerpc/soft-fp: Move directory from
20664         ports/sysdeps/powerpc/soft-fp.
20665         * sysdeps/powerpc/powerpc32/405: Move directory from
20666         ports/sysdeps/powerpc/powerpc32/405.
20667         * sysdeps/powerpc/powerpc32/440: Move directory from
20668         ports/sysdeps/powerpc/powerpc32/440.
20669         * sysdeps/powerpc/powerpc32/464: Move directory from
20670         ports/sysdeps/powerpc/powerpc32/464.
20671         * sysdeps/powerpc/powerpc32/476: Move directory from
20672         ports/sysdeps/powerpc/powerpc32/476.
20673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20674         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20676         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20678         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20680         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20682         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20683         * README: Update for powerpc-*-linux-gnu software floating point
20684         support in libc.
20685
20686         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20687         case to powerpc/powerpc32*.
20688         * sysdeps/unix/sysv/linux/configure: Regenerated.
20689
20690         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20691         (_FPU_MASK_OM): Define as 0x04.
20692         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20693         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20694         0x00c10080.
20695         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20696         0x0000003c.
20697         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20698
20699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20700         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20701         getcontext_e500.
20702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20703         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20704         setcontext_e500.
20705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20706         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20707         and setcontext_e500.
20708
20709 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20710
20711         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20712
20713 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20714
20715         * manual/threads.texi (Default Thread Attributes): Fix typo.
20716
20717 2013-10-04  Will Newton  <will.newton@linaro.org>
20718
20719         * malloc/Makefile: Add tst-memalign.
20720         * malloc/tst-memalign.c: New file.
20721
20722         * malloc/tst-posix_memalign.c: Add comments.
20723         (do_test): Add comments and call free on all potentially
20724         allocated pointers. Add space after cast.
20725
20726         * malloc/tst-pvalloc.c: Add comments.
20727         (do_test): Add comments and call free on all potentially
20728         allocated pointers. Remove duplicate check for NULL pointer.
20729         Add space after cast.
20730
20731         * malloc/tst-valloc.c: Add comments.
20732         (do_test): Add comments and call free on all potentially
20733         allocated pointers. Remove duplicate check for NULL pointer.
20734         Add space after cast.
20735
20736 2013-10-04  Alan Modra  <amodra@gmail.com>
20737
20738         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20739         Use stdint types in rather than __attribute__((mode())).
20740         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20741
20742 2013-10-04  Alan Modra  <amodra@gmail.com>
20743
20744         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20745         Correct handling of unaligned relocs for little-endian.
20746         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20747
20748 2013-10-04  Alan Modra  <amodra@gmail.com>
20749
20750         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20751         * configure: Regenerate.
20752         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20753         * shlib-versions: Likewise.
20754
20755 2013-10-04  Alan Modra  <amodra@gmail.com>
20756
20757         * string/tester.c (test_memrchr): Increment reported test cycle.
20758
20759 2013-10-04  Alan Modra  <amodra@gmail.com>
20760
20761         * string/test-memcpy.c (do_one_test): When reporting errors, print
20762         string address and don't overrun end of string.
20763
20764 2013-10-04  Alan Modra  <amodra@gmail.com>
20765
20766         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20767         insrdi.  Make better use of reg selection to speed exit slightly.
20768         Schedule entry path a little better.  Remove useless "are we done"
20769         checks on entry to main loop.  Handle wrapping around zero address.
20770         Correct main loop count.  Handle single left-over word from main
20771         loop inline rather than by using loop_small.  Remove extra word
20772         case in loop_small caused by wrong loop count.  Add little-endian
20773         support.
20774         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20775         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20776         cache hint.
20777         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20778         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20779         support.  Avoid rlwimi.
20780         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20781
20782 2013-10-04  Alan Modra  <amodra@gmail.com>
20783
20784         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20785         insrdi.  Formatting.
20786         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20787         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20788         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20789         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20790         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20791         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20792
20793 2013-10-04  Alan Modra  <amodra@gmail.com>
20794
20795         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20796         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20797         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20798         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20799         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20800         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20801         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20802         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20803         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20804         use of regs.  Use power7 mtocrf.  Tidy function tails.
20805
20806 2013-10-04  Alan Modra  <amodra@gmail.com>
20807
20808         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20809         Formatting.  Consistently use rXXX register defines or rN defines.
20810         Use early exit labels that avoid restoring unused non-volatile regs.
20811         Make cr field use more consistent with rWORDn compares.  Rename
20812         regs used as shift registers for unaligned loop, using rN defines
20813         for short lifetime/multiple use regs.
20814         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20815         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20816         addi 1,1,64 to pop stack frame.  Simplify return value code.
20817         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20818
20819 2013-10-04  Alan Modra  <amodra@gmail.com>
20820
20821         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20822         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20823         rather than rlwimi.
20824         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20825         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20826         little-endian support.  Correct typos.
20827         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20828         rather than rlwimi.
20829         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20830         in loop and entry code to keep "and." results.
20831         (strchr): Add little-endian support.  Comment.  Move cntlzd
20832         earlier in tail.
20833         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20834
20835 2013-10-04  Alan Modra  <amodra@gmail.com>
20836
20837         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20838         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20839         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20840         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20841
20842 2013-10-04  Alan Modra  <amodra@gmail.com>
20843
20844         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20845         (rTMP): Define as r11.
20846         (strcmp): Add little-endian support.  Optimise tail.
20847         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20848         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20849         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20850         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20851         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20852         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20853         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20854
20855 2013-10-04  Alan Modra  <amodra@gmail.com>
20856
20857         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20858         little-endian support.  Remove unnecessary "are we done" tests.
20859         Handle "s" wrapping around zero and extremely large "size".
20860         Correct main loop count.  Handle single left-over word from main
20861         loop inline rather than by using small_loop.  Correct comments.
20862         Delete "zero" tail, use "end_max" instead.
20863         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20864
20865 2013-10-04  Alan Modra  <amodra@gmail.com>
20866
20867         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20868         support.  Don't branch over align.
20869         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20870         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20871         support.  Rearrange tmp reg use to suit.  Comment.
20872         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20873
20874 2013-10-04  Alan Modra  <amodra@gmail.com>
20875
20876         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20877
20878 2013-10-04  Alan Modra  <amodra@gmail.com>
20879
20880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20881         conditional form of branch and link when obtaining pc.
20882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20883
20884 2013-10-04  Alan Modra  <amodra@gmail.com>
20885
20886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20887         HIWORD/LOWORD.
20888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20890
20891 2013-10-04  Alan Modra  <amodra@gmail.com>
20892
20893         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20894         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20895         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20896         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20897         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20898         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20899         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20900         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20901         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20902         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20903
20904 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20905             Alistair Popple <alistair@ozlabs.au.ibm.com>
20906             Alan Modra <amodra@gmail.com>
20907
20908         [BZ #15723]
20909         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20910         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20911         _dl_hwcap access for little-endian.
20912         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20913         destroy vmx regs when saving unaligned.
20914         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20915         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20916         destroy vmx regs when saving unaligned.
20917
20918 2013-10-04  Alan Modra  <amodra@gmail.com>
20919
20920         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20921         Don't use a union to pack hi/low value.
20922
20923 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20924
20925         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20926         for little-endian.
20927         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20928         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20929         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20930         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20931         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20932
20933 2013-10-04  Alan Modra  <amodra@gmail.com>
20934
20935         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20936         constants to usual value for .cst8 section, and remove redundant
20937         high address load.
20938         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20939         constant for 0x1p52.  Load little-endian words of double from
20940         correct stack offsets.
20941
20942 2013-10-04  Alan Modra  <amodra@gmail.com>
20943
20944         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20945         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20946         words of double from correct stack offsets.
20947         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20948         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20949         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20950         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20951         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20952         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20953         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20954         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20955         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20956         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20957         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20958         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20959         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20960         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20961         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20962         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20963         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20964
20965 2013-10-04  Alan Modra  <amodra@gmail.com>
20966
20967         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20968         64-bit int/double union.
20969         (_FPU_SETCW): Likewise.
20970         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20971         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20972
20973 2013-10-04  Alan Modra  <amodra@gmail.com>
20974
20975         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20976         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20977
20978 2013-10-04  Alan Modra  <amodra@gmail.com>
20979
20980         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20981         use vector int constants.
20982         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20983
20984 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20985
20986         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20987         array with long long.
20988         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20989         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20990         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20991         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20992         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20993         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20994         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20995         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20996         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20997         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20998         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20999         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
21000         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
21001
21002 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21003
21004         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
21005         (__signbit): Likewise.  Correct for little-endian.
21006         (__signbitl): Call __signbit.
21007         (lrint): Correct for little-endian.
21008         (lrintf): Call lrint.
21009
21010 2013-10-04  Alan Modra  <amodra@gmail.com>
21011
21012         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
21013         union 32-bit int array member with 64-bit int array.
21014         (t515, tm256): Double rather than long double.
21015         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
21016
21017 2013-10-04  Alan Modra  <amodra@gmail.com>
21018
21019         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
21020         Delete.
21021         (IEEE854_LONG_DOUBLE_BIAS): Delete.
21022         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
21023         version of math_ldbl.h.
21024
21025 2013-10-04  Alan Modra  <amodra@gmail.com>
21026
21027         [BZ #15734], [BZ #15735]
21028         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
21029         all uses of ieee875 long double macros and unions.  Simplify test
21030         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
21031         ldbl_extract_mantissa value for ix,iy exponents.  Properly
21032         normalize after ldbl_extract_mantissa, and don't add hidden bit
21033         already handled.  Don't treat low word of ieee854 mantissa like
21034         low word of IBM long double and mask off bit when testing for
21035         zero.
21036         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
21037         all uses of ieee875 long double macros and unions.  Simplify tests
21038         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
21039         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
21040         two1022, instead use their values.  Recognise that tests for large
21041         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
21042         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
21043         Rewrite all uses of ieee875 long double macros and unions.  Simplify
21044         test for 0.0L and nan.  Correct negation.
21045         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
21046         ieee875 long double macros and unions.  Correct output for large
21047         magnitude x.  Correct absolute value calculation.
21048         (__erfcl): Likewise.
21049         * math/libm-test.inc: Add tests for errors discovered in IBM long
21050         double versions of fmodl, remainderl, erfl and erfcl.
21051
21052 2013-10-04  Alan Modra  <amodra@gmail.com>
21053
21054         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
21055         all uses of ieee854 long double macros and unions.  Simplify tests
21056         for long doubles that are fully specified by the high double.
21057         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
21058         Likewise.
21059         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
21060         Remove dead code too.
21061         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
21062         (__ieee754_ynl): Likewise.
21063         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
21064         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
21065         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
21066         Remove dead code too.
21067         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
21068         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
21069         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
21070         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
21071         Simplify.
21072         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
21073         Simplify.
21074         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
21075         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
21076         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
21077         Comment on variable precision.
21078         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
21079         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
21080         Likewise.
21081         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
21082         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
21083         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
21084         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
21085         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
21086
21087 2013-10-04  Alan Modra  <amodra@gmail.com>
21088
21089         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
21090         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
21091         all uses of ieee854 long double macros and unions.
21092         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
21093         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
21094         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
21095         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
21096         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
21097         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
21098         Likewise.
21099         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
21100         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
21101         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
21102         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
21103         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
21104         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
21105         Simplify sign and nan test too.
21106         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
21107         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
21108         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
21109         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
21110         Likewise.
21111         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
21112         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
21113         Likewise.
21114         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21115         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
21116         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
21117         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
21118         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
21119         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
21120
21121 2013-10-04  Alan Modra  <amodra@gmail.com>
21122
21123         * stdio-common/printf_size.c (__printf_size): Don't use
21124         union ieee854_long_double in fpnum union.
21125         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
21126         signbit macro to retrieve sign from long double.
21127         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21128         retrieve sign from long double.
21129         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21130         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21131         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21132         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21133         * math/test-misc.c (main): Don't use union ieee854_long_double.
21134
21135 2013-10-04  Alan Modra  <amodra@gmail.com>
21136
21137         [BZ #15680]
21138         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21139         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21140         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21141         calculation.  Remove unnecessary test for denormal exponent.
21142         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21143         Correct handling of denormals.  Avoid undefined shift behaviour.
21144         Correct normalisation of low mantissa when low double is denormal.
21145         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21146         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
21147         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21148         Correct normalisation of low mantissa.  Test for overflow of high
21149         mantissa and normalise.
21150         (ldbl_nearbyint): Use more readable constant for two52.
21151         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21152         (__mpn_construct_long_double): Fix test for overflow of high
21153         mantissa and correct normalisation.  Avoid undefined shift.
21154
21155 2013-10-04  Alan Modra  <amodra@gmail.com>
21156
21157         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21158         (union ibm_extended_long_double): Define as an array of ieee754_double.
21159         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21160         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21161         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21162         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21163         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21164         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21165         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21166         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21167         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21168         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21169         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21170
21171 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
21172
21173         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21174         page size instead of calling getpagesize.
21175
21176         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21177         (LOCFILE_ALIGN_MASK): Likewise.
21178         (LOCFILE_ALIGN_UP): Likewise.
21179         (LOCFILE_ALIGNED_P): Likewise.
21180         * locale/programs/ld-collate.c (collate_output): Use the new
21181         macros instead of __alignof__ (int32_t).
21182         * locale/weight.h (findidx): Likewise.
21183
21184 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
21185
21186         [BZ #431]
21187         * manual/string.texi: Fix strncat and wcsncat.
21188
21189 2013-10-03  Brooks Moses  <bmoses@google.com>
21190
21191         [BZ #15915]
21192         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21193         * Makerules: ...here, and adjust associated comments.
21194
21195 2013-10-02  Will Newton  <will.newton@linaro.org>
21196
21197         * malloc/Makefile: Add tst-pvalloc.
21198         * malloc/tst-pvalloc.c: New file.
21199
21200 2013-10-02  Will Newton  <will.newton@linaro.org>
21201
21202         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21203         improve test coverage.
21204
21205 2013-10-02  Will Newton  <will.newton@linaro.org>
21206
21207         * malloc/Makefile: Add tst-posix_memalign.
21208         * malloc/tst-posix_memalign.c: New file.
21209
21210 2013-10-01  Eric Blake  <eblake@redhat.com>
21211
21212         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21213         Use __THROWNL rather than __THROW on static functions.
21214
21215 2013-09-30  Petr Machata  <pmachata@redhat.com>
21216
21217         * elf/elf.h (R_AARCH64_ABS16): New macro.
21218         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21219         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21220         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21221         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21222         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21223         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21224         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21225         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21226         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21227         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21228         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21229         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21230         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21231         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21232         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21233         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21234         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21235         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21236         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21237         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21238         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21239         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21240         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21241         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21242         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21243         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21244         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21245         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21246         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21247         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21248         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21249         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21250         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21251         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21252         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21253         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21254         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21255         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21256         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21257         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21258         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21259         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21260         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21261         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21262         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21263         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21264         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21265         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21266         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21267         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21268         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21269         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21270         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21271         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21272         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21273         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21274         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21275         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21276         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21277         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21278         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21279         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21280         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21281         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21282         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21283         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21284         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21285         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21286         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21287         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21288         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21289         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21290         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21291         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21292         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21293         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21294         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21295         (R_AARCH64_TLSDESC_LDR): Likewise.
21296         (R_AARCH64_TLSDESC_ADD): Likewise.
21297         (R_AARCH64_TLSDESC_CALL): Likewise.
21298
21299 2013-09-30  Andreas Schwab  <schwab@suse.de>
21300
21301         [BZ #15048]
21302         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21303         the nss database lookup.
21304         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21305         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21306
21307 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21308
21309         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21310
21311 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21312
21313         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21314         ${Bash-specific parameter/pattern/string} parameter expansion.
21315         * sysdeps/unix/make-syscalls.sh: Likewise.
21316
21317 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21318
21319         * sysdeps/sh/stackguard-macros.h: New file.
21320
21321 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21322
21323         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21324         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21325         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21326         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21327         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21328         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21329
21330 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21331
21332         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21333         Fix thread ID register.
21334
21335 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21336
21337         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21338         [POSIX || UNIX98]: Require rather than permitting all symbols from
21339         <time.h>.
21340         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21341         element of struct sched_param.
21342         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21343         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21344         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21345         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21346         constant.
21347
21348 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21349
21350         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21351         argument calculation.
21352
21353 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21354
21355         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21356         Expect macro.
21357         [POSIX] (pthread_attr_t): Do not require type.
21358         [POSIX] (pthread_cond_t): Likewise.
21359         [POSIX] (pthread_condattr_t): Likewise.
21360         [POSIX] (pthread_key_t): Likewise.
21361         [POSIX] (pthread_mutex_t): Likewise.
21362         [POSIX] (pthread_mutexattr_t): Likewise.
21363         [POSIX] (pthread_once_t): Likewise.
21364         [POSIX] (pthread_t): Likewise.
21365         [POSIX-based standards] (pthread_atfork): Expect function.
21366
21367 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21368             Richard Sandiford  <richard@codesourcery.com>
21369
21370         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21371         (swap_endianness_p): New extern variable.
21372         (set_big_endian): New inline function.
21373         (maybe_swap_uint32): Likewise.
21374         (maybe_swap_uint32_array): Likewise.
21375         (maybe_swap_uint32_obstack): Likewise.
21376         * locale/programs/locfile.c: Include <stdbool.h>.
21377         (swap_endianness_p): New variable.
21378         (add_locale_uint32): Call maybe_swap_uint32.
21379         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21380         (write_locale_data): Call maybe_swap_uint32_array.
21381         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21382         maybe_swap_uint32.
21383         (obstack_int32_grow_fast): Likewise.
21384         (output_weightwc): Call maybe_swap_uint32_obstack.
21385         (collate_output): Likewise.
21386         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21387         (OPT_LITTLE_ENDIAN): Likewise.
21388         (options): Add --little-endian and --big-endian options.
21389         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21390         * locale/programs/locarchive.c: Include "locfile.h".
21391         (GET): New macro.
21392         (SET): Likewise.
21393         (INC): Likewise.
21394         (create_archive): Use the new macros to access fields of
21395         structures directly mapped from or written to locale archives.
21396         (oldlocrecentcmp): Likewise.
21397         (enlarge_archive): Likewise.
21398         (insert_name): Likewise.
21399         (add_alias): Likewise.
21400         (add_locale): Likewise.
21401         (delete_locales_from_archive): Likewise.
21402         (show_archive_content): Likewise.
21403         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21404         locale data.
21405
21406 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21407
21408         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21409         http://www.gnu.org/doc/freemanuals.texi.
21410         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21411
21412 2013-09-24  Will Newton  <will.newton@linaro.org>
21413
21414         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21415         macro.
21416
21417 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21418
21419         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21420         unsigned char.
21421
21422 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21423
21424         * manual/threads.texi (POSIX Threads): Fix a typo.
21425
21426 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21427
21428         [BZ #14547]
21429         * string/tst-strcoll-overflow.c: New test case.
21430         * string/Makefile (xtests): Add tst-strcoll-overflow.
21431         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21432         cache if string sizes may cause integer overflow.
21433
21434         [BZ #14547]
21435         * string/strcoll_l.c (coll_seq): New members rule, idx,
21436         save_idx and back_us.
21437         (get_next_seq_nocache): New function.
21438         (do_compare_nocache): New function.
21439         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21440         when malloc fails.
21441
21442 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21443
21444         [BZ #15754]
21445         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21446         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21447         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21448
21449         [BZ #15754]
21450         * elf/Makefile (tests): Add tst-ptrguard1.
21451         (tests-static): Add tst-ptrguard1-static.
21452         (tst-ptrguard1-ARGS): Define.
21453         (tst-ptrguard1-static-ARGS): Define.
21454         * elf/tst-ptrguard1.c: New file.
21455         * elf/tst-ptrguard1-static.c: New file.
21456         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21457         * sysdeps/i386/stackguard-macros.h: Likewise.
21458         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21459         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21460         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21461         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21462         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21463         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21464
21465 2013-09-23  Hector Marco  <hecmargi@upv.es>
21466             Ismael Ripoll  <iripoll@disca.upv.es>
21467             Carlos O'Donell  <carlos@redhat.com>
21468
21469         [BZ #15754]
21470         * sysdeps/generic/stackguard-macros.h: Define
21471         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21472         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21473         Define __pointer_chk_guard_local.
21474         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21475         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21476
21477 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21478
21479         [BZ #15859]
21480         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21481
21482 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21483
21484         * include/string.h (__ffs): Declare as hidden.
21485         * string/ffs.c (__ffs): Define as hidden.
21486         * sysdeps/i386/ffs.c (__ffs): Likewise.
21487         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21488         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21489         * sysdeps/s390/ffs.c (__ffs): Likewise.
21490         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21491
21492 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21493
21494         * NEWS: Mention malloc probes.
21495
21496         * malloc/arena.c (new_heap): New memory_heap_new probe.
21497         (grow_heap): New memory_heap_more probe.
21498         (shrink_heap): New memory_heap_less probe.
21499         (heap_trim): New memory_heap_free probe.
21500         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21501         (systrim): New memory_sbrk_less probe.
21502         * manual/probes.texi: Document them.
21503
21504         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21505         * manual/probes.texi: Document it.
21506
21507         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21508         (__libc_realloc): Add memory_realloc_retry probe.
21509         (__libc_memalign): Add memory_memalign_retry probe.
21510         (__libc_valloc): Add memory_valloc_retry probe.
21511         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21512         (__libc_calloc): Add memory_calloc_retry probe.
21513         * manual/probes.texi: Document them.
21514
21515         * malloc/arena.c (get_free_list): Add probe
21516         memory_arena_reuse_free_list.
21517         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21518         and memory_arena_reuse.
21519         (arena_get2) [!PER_THREAD]: Likewise.
21520         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21521         memory_arena_reuse_realloc.
21522         * manual/probes.texi: Document them.
21523
21524         * malloc/malloc.c (__libc_free): Add
21525         memory_mallopt_free_dyn_thresholds probe.
21526         (__libc_mallopt): Add multiple memory_mallopt probes.
21527         * manual/probes.texi: Document them.
21528
21529         * malloc/malloc.c: Include stap-probe.h.
21530         (__libc_mallopt): Add memory_mallopt probe.
21531         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21532         * manual/probes.texi: New.
21533         * manual/Makefile (chapters): Add probes.
21534         * manual/threads.texi: Set next node.
21535
21536 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21537
21538         [BZ #15963, #13985]
21539         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21540         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21541         Add `Chinese' to `nan' entry name.
21542
21543 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21544
21545         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21546         (POLYNOMIAL): Likewise.
21547         (TAYLOR_SINCOS): Likewise.
21548         (TAYLOR_SLOW): Likewise.
21549         (__sin): Use TAYLOR_SINCOS.
21550         (__cos): Likewise.
21551         (slow): Use TAYLOR_SLOW.
21552         (sloww): Likewise.
21553         (bsloww): Likewise.
21554         (csloww): Likewise.
21555
21556 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21557
21558         * stdlib/strtod_l.c: Fix buffer overrun.
21559
21560 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21561
21562         * benchtests/Makefile (bench): Add sincos.
21563         * benchtests/bench-sincos.c: New file.
21564
21565         * math/libm-test.inc (cos_test_data): New test inputs.
21566         (sin_test_data): Likewise.
21567
21568         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21569         macro.
21570         (__sin): Use it.
21571         (__cos): Likewise.
21572         (slow1): Likewise.
21573         (slow2): Likewise.
21574         (sloww1): Likewise.
21575         (sloww2): Likewise.
21576         (bsloww1): Likewise.
21577         (bsloww2): Likewise.
21578         (cslow2): Likewise.
21579         (csloww1): Likewise.
21580         (csloww2): Likewise.
21581
21582         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21583         function.
21584         (__sin): Use it.
21585         (__cos): Likewise.
21586
21587         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21588         gotos.
21589         (__cos): Likewise.
21590
21591 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21592
21593         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21594         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21595         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21596         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21597         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21598         * elf/cache.c (print_entry): Handle the new cache flags.
21599
21600 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21601             Aldy Hernandez  <aldyh@redhat.com>
21602
21603         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21604         Change condition to [_SOFT_FLOAT].
21605         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21606         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21607         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21608         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21609         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21610         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21611         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21612         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21613         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21614         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21615         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21616         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21617         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21618         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21619         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21620         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21621         declaration.
21622
21623 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21624
21625         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21626         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21627         (__longjmp): Use LOAD_GP to load saved GPRs.
21628         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21629         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21630         (__sigsetjmp): Use SAVE_GP to save GPRs.
21631
21632         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21633         Do not append -msoft-float.
21634         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21635
21636 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21637
21638         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21639
21640 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21641
21642         [BZ #15966]
21643         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21644         (_FPU_GETCW): Use initial "__" on variable and field names but not
21645         on macro parameter name.
21646         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21647         parentheses around reference to macro parameter.
21648
21649 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21650
21651         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21652         prototype.
21653         (ctype_startup): Use uint32_t in cast and sizeof for
21654         ctype->charnames.
21655
21656 2013-09-11  Jia Liu  <proljc@gmail.com>
21657
21658         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21659         __daddr_t_defined.
21660         [__FreeBSD__]: Likewise.
21661
21662 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21663
21664         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21665         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21666         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21667         (strchr): Remove __strchr_sse42 ifunc selection.
21668         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21669         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21670
21671 2013-09-11  Will Newton  <will.newton@linaro.org>
21672
21673         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21674         parameter to RES. Remove hardcoded 1000 value.
21675         * benchtests/bench-skeleton.c (main): Pass RES parameter
21676         to TIMING_INIT and multiply result by 1000.
21677
21678 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21679
21680         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21681
21682 2013-09-11  Andreas Schwab  <schwab@suse.de>
21683
21684         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21685         if not defined.
21686         (O_TMPFILE) [__USE_GNU]: Define.
21687         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21688         Define.
21689
21690 2013-09-11  Will Newton  <will.newton@linaro.org>
21691
21692         [BZ #15857]
21693         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21694         does not overflow.
21695
21696 2013-09-11  Will Newton  <will.newton@linaro.org>
21697
21698         [BZ #15856]
21699         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21700         does not overflow.
21701
21702 2013-09-11  Will Newton  <will.newton@linaro.org>
21703
21704         [BZ #15855]
21705         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21706         does not overflow.
21707
21708 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21709
21710         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21711         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21712         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21713         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21714         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21715
21716 2013-09-10  Allan McRae  <allan@archlinux.org>
21717
21718         [BZ #15748]
21719         * manual/arith.texi (Parsing of Floats): Clarify
21720         cross-reference.
21721
21722         [BZ #15849]
21723         * manual/install.texi (Running make install): Mention
21724         --enable-pt-chown.
21725         * INSTALL: Regenerated.
21726
21727 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21728
21729         * csu/init-first.c (_init): Remove the !SHARED condition around
21730         FPU control word initialization.
21731         * elf/dl-support.c (_dl_fpu_control): New variable.
21732         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21733         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21734         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21735         * math/test-fpucw-static.c: New file.
21736         * math/test-fpucw-ieee.c: New file.
21737         * math/test-fpucw-ieee-static.c: New file.
21738         * math/Makefile (tests): Add `test-fpucw-ieee' and
21739         `$(tests-static)'.
21740         (tests-static): New variable.
21741         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21742         dependency to...
21743         [($(build-shared),yes)]
21744         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21745         ... this.
21746         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21747         New dependency.
21748
21749 2013-09-09  Allan McRae  <allan@archlinux.org>
21750
21751         [BZ #15939]
21752         * manual/string.texi (Collation Functions): Fix typo in
21753         strcoll example.
21754         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21755
21756         [BZ #15893]
21757         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21758
21759         [BZ #15892]
21760         * libio/memstream.c (open_memstream): Fix memory leak.
21761         * libio/wmemstream.c (open_wmemstream): Likewise.
21762
21763         [BZ #15895]
21764         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21765
21766 2013-09-09  Will Newton  <will.newton@linaro.org>
21767
21768         * malloc/Makefile: Add tst-realloc to tests.
21769         * malloc/tst-realloc.c: New file.
21770
21771 2013-09-09  Allan McRae  <allan@archlinux.org>
21772
21773         [BZ #15844]
21774         * COPYING: Update from GNU website to fix FSF address.
21775         * COPYING.LIB: Likewise.
21776
21777 2013-09-06  David S. Miller  <davem@davemloft.net>
21778
21779         * po/zh_TW.po: Update Chinese (traditional) translation from
21780         translation project.
21781
21782 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21783             Joseph Myers  <joseph@codesourcery.com>
21784
21785         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21786         "localeinfo.h".
21787         (obstack_chunk_alloc): New macro.
21788         (obstack_chunk_free): Likewise.
21789         (record_offset): New function.
21790         (init_locale_data): Likewise.
21791         (align_locale_data): Likewise.
21792         (add_locale_empty): Likewise.
21793         (add_locale_raw_data): Likewise.
21794         (add_locale_raw_obstack): Likewise.
21795         (add_locale_string): Likewise.
21796         (add_locale_wstring): Likewise.
21797         (add_locale_uint32): Likewise.
21798         (add_locale_uint32_array): Likewise.
21799         (add_locale_char): Likewise.
21800         (start_locale_structure): Likewise.
21801         (end_locale_structure): Likewise.
21802         (start_locale_prelude): Likewise.
21803         (end_locale_prelude): Likewise.
21804         (write_locale_data): Take locale_file structure rather than an
21805         iovec.
21806         * locale/programs/locfile.h: Include "obstack.h".
21807         (struct locale_file): Change to store locale file contents instead
21808         of header.
21809         (init_locale_data): New prototype.
21810         (align_locale_data): Likewise.
21811         (add_locale_empty): Likewise.
21812         (add_locale_raw_data): Likewise.
21813         (add_locale_raw_obstack): Likewise.
21814         (add_locale_string): Likewise.
21815         (add_locale_wstring): Likewise.
21816         (add_locale_uint32): Likewise.
21817         (add_locale_uint32_array): Likewise.
21818         (add_locale_char): Likewise.
21819         (start_locale_structure): Likewise.
21820         (end_locale_structure): Likewise.
21821         (start_locale_prelude): Likewise.
21822         (end_locale_prelude): Likewise.
21823         (write_locale_data): Update prototype.
21824         * locale/programs/3level.h (struct TABLE): Remove result field.
21825         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21826         Use new locale_file interface.
21827         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21828         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21829         * locale/programs/ld-address.c (address_output): Use new
21830         locale_file interface.
21831         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21832         NO_ADD_LOCALE.
21833         (collate_finish): Don't call collseq_table_finalize.
21834         (collate_output): Use new locale_file interface.
21835         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21836         in file.
21837         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21838         (TABLE): Move defines earlier in file.
21839         (ELEMENT): Likewise.
21840         (DEFAULT): Likewise.
21841         (wctrans_table_add): Move macro and inline function earlier in
21842         file.
21843         (struct wctype_table): Move type earlier in file.
21844         (add_locale_wctype_table): New static prototype.
21845         (struct locale_ctype_t): Use logical types instead of struct iovec
21846         pointers for members.
21847         (ctype_output): Use new locale_file interface.
21848         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21849         new locale_file interface.
21850         (allocate_arrays): Update for use of new locale_file interface.
21851         * locale/programs/ld-identification.c (identification_output): Use
21852         new locale_file interface.
21853         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21854         * locale/programs/ld-messages.c (messages_output): Likewise.
21855         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21856         * locale/programs/ld-name.c (name_output): Likewise.
21857         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21858         * locale/programs/ld-paper.c (paper_output): Likewise.
21859         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21860         * locale/programs/ld-time.c (time_output): Likewise.
21861
21862 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21863
21864         * benchtests/Makefile: Add memrchr benchmark.
21865         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21866         benchmark as memrchr.
21867         * benchtests/bench-memrchr-ifunc.c: New file.
21868         * benchtests/bench-memrchr.c: New file.
21869
21870 2013-09-06   Will Newton  <will.newton@linaro.org>
21871
21872         * benchtests/Makefile (string-bench): Add memcpy.
21873
21874 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21875             Cong Wang  <amwang@redhat.com>
21876
21877         [BZ #15850]
21878         * sysdeps/unix/sysv/linux/bits/in.h
21879         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21880         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21881         before __USE_KERNEL_IPV6_DEFS uses.
21882         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21883         IPPROTO_BEETPH.
21884         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21885         sockaddr_in6, or ipv6_mreq.
21886
21887 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21888
21889         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21890         memory access for final bytes in some large inputs.
21891         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21892
21893 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21894
21895         * string/test-memrchr.c: New file.
21896         * string/test-memrchr-ifunc.c: New file.
21897         * string/Makefile: Add new memrchr testcase.
21898
21899 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21900
21901         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21902         fanotify_init returns EPERM.
21903
21904 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21905
21906         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21907         errors.
21908         (top level): Treat second token from macro or constant entries for
21909         allowed headers as allowed.
21910         * include/complex.h: Condition internal declarations on
21911         [!_ISOMAC].
21912         * include/fenv.h: Condition include of <stdbool.h> and internal
21913         declarations on [!_ISOMAC].
21914
21915 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21916
21917         [BZ #15923]
21918         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21919
21920 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21921
21922         * configure.in (--enable-versioning): Remove configure option.
21923         (libc_cv_asm_symver_directive): Remove configure test.
21924         (libc_cv_ld_version_script_option): Likewise.
21925         (VERSIONING): Remove variable and AC_SUBST.
21926         (DO_VERSIONING): Remove AC_DEFINE.
21927         * configure: Regenerated.
21928         * config.h.in (DO_VERSIONING): Remove macro.
21929         * Makerules [$(versioning) = yes]: Change conditionals to
21930         [$(build-shared) = yes].
21931         * config.make.in (versioning): Remove variable.
21932         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21933         [$(build-shared) = yes].
21934         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21935         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21936         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21937         [$(build-shared) = yes].
21938         * extra-lib.mk [$(versioning) = yes]: Likewise.
21939         * hurd/Makefile [$(versioning) = yes]: Likewise.
21940         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21941         [SHARED].
21942         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21943         [SHARED].
21944         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21945         [SHARED && !NO_HIDDEN].
21946         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21947         [SHARED].
21948         [SHARED && DO_VERSIONING]: Likewise..
21949         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21950         [$(build-shared) = yes].
21951         * manual/install.texi (--disable-versioning): Remove
21952         documentation.
21953         * INSTALL: Regenerated.
21954         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21955         to [SHARED].
21956         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21957         [$(build-shared) = yes].
21958         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21959         * sysdeps/i386/i686/multiarch/strstr-c.c
21960         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21961         [SHARED && !NO_HIDDEN].
21962         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21963         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21964         * sysdeps/powerpc/powerpc32/dl-machine.c
21965         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21966         * sysdeps/powerpc/powerpc32/sysdep.h
21967         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21968         to [SHARED && PIC && !NO_HIDDEN].
21969         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21970         conditional to [SHARED].
21971
21972 2013-09-04   Will Newton  <will.newton@linaro.org>
21973
21974         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21975         * benchtests/bench-string.h: Include bench-timing.h instead
21976         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21977         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21978         call to HP_TIMING_DIFF_INIT.
21979         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21980         instead of hp-timing.h macros.
21981         * benchtests/bench-memchr.c: Likewise.
21982         * benchtests/bench-memcmp.c: Likewise.
21983         * benchtests/bench-memcpy.c: Likewise.
21984         * benchtests/bench-memmem.c: Likewise.
21985         * benchtests/bench-memmove.c: Likewise.
21986         * benchtests/bench-memset.c: Likewise.
21987         * benchtests/bench-rawmemchr.c: Likewise.
21988         * benchtests/bench-strcasecmp.c: Likewise.
21989         * benchtests/bench-strcasestr.c: Likewise.
21990         * benchtests/bench-strcat.c: Likewise.
21991         * benchtests/bench-strchr.c: Likewise.
21992         * benchtests/bench-strcmp.c: Likewise.
21993         * benchtests/bench-strcpy.c: Likewise.
21994         * benchtests/bench-strcpy_chk.c: Likewise.
21995         * benchtests/bench-strlen.c: Likewise.
21996         * benchtests/bench-strncasecmp.c: Likewise.
21997         * benchtests/bench-strncat.c: Likewise.
21998         * benchtests/bench-strncmp.c: Likewise.
21999         * benchtests/bench-strncpy.c: Likewise.
22000         * benchtests/bench-strnlen.c: Likewise.
22001         * benchtests/bench-strpbrk.c: Likewise.
22002         * benchtests/bench-strrchr.c: Likewise.
22003         * benchtests/bench-strspn.c: Likewise.
22004         * benchtests/bench-strstr.c: Likewise.
22005
22006 2013-09-04  Will Newton  <will.newton@linaro.org>
22007
22008         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
22009
22010 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
22011
22012         [BZ #15427]
22013         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
22014         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
22015         * math/libm-test.inc (lgamma_test_data): Add more tests.
22016         * sysdeps/i386/fpu/libm-test-ulps: Update.
22017         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22018
22019 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
22020
22021         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
22022         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22023         Add ifunc.
22024         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22025         Add strcmp-sse2-unaligned
22026         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
22027
22028 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22029
22030         * Versions.def (libc): Add GLIBC_2.19.
22031
22032 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22033
22034         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
22035         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
22036
22037 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
22038
22039         [BZ #14155]
22040         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
22041         intermediate calculations in recurrence.
22042         (__ieee754_ynf): Likewise.
22043         * math/libm-test.inc (jn_test_data): Do not allow spurious
22044         underflow exception.  Add more tests.
22045         (yn_test_data): Add more tests.
22046         * sysdeps/i386/fpu/libm-test-ulps: Update.
22047         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22048
22049 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
22050
22051         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
22052
22053 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22054
22055         * csu/init-first.c: Fix then/than typos.
22056         * locale/programs/ld-collate.c: Likewise.
22057         * locale/programs/linereader.h: Likewise.
22058         * manual/charset.texi: Likewise.
22059         * manual/filesys.texi: Likewise.
22060         * manual/stdio.texi: Likewise.
22061         * manual/string.texi: Likewise.
22062         * stdlib/fmtmsg.c: Likewise.
22063         * sysdeps/i386/stpncpy.S: Likewise.
22064         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22065         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22066         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22067         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22068
22069 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22070
22071         * elf/dl-open.c: Fix typos.
22072         * iconvdata/gbbig5.c: Likewise.
22073         * iconvdata/iso-2022-jp.c: Likewise.
22074         * iconv/gconv_int.h: Likewise.
22075         * iconv/loop.c: Likewise.
22076         * nis/rpcsvc/nis.h: Likewise.
22077         * resolv/ns_name.c: Likewise.
22078         * stdio-common/vfscanf.c: Likewise.
22079         * streams/stropts.h: Likewise.
22080         * sunrpc/rpc_thread.c: Likewise.
22081         * sysdeps/i386/strpbrk.S: Likewise.
22082         * sysdeps/ieee754/k_standard.c: Likewise.
22083         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22084         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22085         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
22086         * sysdeps/mach/hurd/profil.c: Likewise.
22087         * sysdeps/s390/dl-procinfo.h: Likewise.
22088         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
22089         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
22090         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
22091         * sysdeps/x86_64/dl-trampoline.S: Likewise.
22092         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
22093
22094 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
22095
22096         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
22097         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
22098
22099 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
22100
22101         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
22102         aix specific files.
22103         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
22104         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
22105         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
22106         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
22107         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
22108         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
22109         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
22110         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
22111
22112 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22113             Roland McGrath  <roland@hack.frob.com>
22114
22115         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
22116         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
22117
22118 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22119
22120         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
22121         __executable_start symbol instead of _start.
22122
22123 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22124
22125         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22126         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22127         Move macros to...
22128         * sysdeps/gnu/ldsodefs.h: ... this new file.
22129
22130         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22131         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22132         instead of ELFOSABI_LINUX.
22133
22134         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
22135         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22136         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22137         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22138         Likewise.
22139         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22140         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22141         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22142         Likewise.
22143         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22144         (ibm_extended_long_double): Add ieee_nan member.
22145         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22146         (do_test): New function.
22147
22148         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22149         TEST_TRUNC.
22150         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22151         functions, renamed from truncdfsf_test, trunctfsf_test,
22152         trunctfdf_test.
22153         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22154         functions.
22155         (do_test): Run all these.
22156
22157 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
22158
22159         * argp/argp-help.c: Fix typos.
22160         * argp/argp-parse.c: Likewise.
22161         * debug/backtracesyms.c: Likewise.
22162         * elf/elf.h: Likewise.
22163         * malloc/malloc.c: Likewise.
22164         * nis/nis_print.c: Likewise.
22165         * resolv/res_comp.c: Likewise.
22166         * stdlib/stdlib.h: Likewise.
22167         * sunrpc/clnt_tcp.c: Likewise.
22168         * sunrpc/clnt_udp.c: Likewise.
22169         * sunrpc/clnt_unix.c: Likewise.
22170         * sysdeps/unix/bsd/ptsname.c: Likewise.
22171         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22172         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
22173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22174         Likewise.
22175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22176         Likewise.
22177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22178         Likewise.
22179         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22180
22181 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22182
22183         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22184         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22185
22186 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
22187
22188         [BZ #15897]
22189         * dlfcn/Makefile (tests): Add bug-dl-leaf.
22190         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22191         ($(objpfx)bug-dl-leaf): New rule.
22192         ($(objpfx)bug-dl-leaf.so): Likewise.
22193         ($(objpfx)bug-dl-leaf.out): Likewise.
22194         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22195         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22196         * dlfcn/bug-dl-leaf.c: New test.
22197         * dlfcn/bug-dl-leaf-lib.c: Likewise.
22198         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22199         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22200         (dlclose): Likewise.
22201         (dlmopen): Likewise.
22202
22203 2013-08-27  Roland McGrath  <roland@hack.frob.com>
22204
22205         * include/netdb.h [!_ISOMAC]:
22206         Don't include <tls.h>.
22207         (h_errno, __libc_h_errno): Move declaration and macros out of
22208         [_LIBC_REENTRANT].
22209
22210         * include/resolv.h [_RESOLV_H_]:
22211         Don't include <tls.h>.
22212         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22213         * resolv/res_libc.c: Don't include <tls.h>.
22214         (_res): Use __attribute__ ((nocommon)) in place of
22215         __attribute__ ((section (".bss"))).
22216
22217         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22218         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22219
22220         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22221
22222         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22223         only under [SIOCGIFCONF && SIOCGIFNETMASK].
22224
22225         * resolv/res_mkquery.c: Include <sys/time.h>.
22226
22227         * inet/ifreq.c: Moved to ...
22228         * sysdeps/unix/ifreq.c: ... here.
22229         * inet/ifreq.c: New file, true stub version.
22230
22231         * socket/sa_len.c: New file.
22232         * socket/Makefile (aux): Add it.
22233         * sysdeps/unix/sysv/linux/Makefile
22234         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22235         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22236         and #include <socket/sa_len.c>.
22237         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22238         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22239
22240         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22241         * bits/socket.h: ... here.
22242
22243         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22244         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22245         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22246
22247 2013-08-27  Andreas Schwab  <schwab@suse.de>
22248
22249         [BZ #15736]
22250         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22251         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22252         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22253         * string/test-strcasecmp.c (test_main): Run tests in several
22254         locales.
22255         * string/test-strncasecmp.c (test_main): Likewise.
22256
22257         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22258         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22259         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22260         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22261         (__strncasecmp_ssse3) [PIC]: Likewise.
22262
22263 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22264
22265         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22266
22267         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22268         instead of explicitly declaring xdecrypt.
22269         * nis/nss_nis/nis-publickey.c: Likewise.
22270
22271 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22272
22273         [BZ #15890]
22274         * nscd/aicache.c: Include res_hconf.h.
22275         (addhstaiX): Initialize res_hconf.
22276
22277 2013-08-26  Andreas Schwab  <schwab@suse.de>
22278
22279         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22280         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22281
22282 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22283
22284         * nscd/aicache.c (addhstaiX): Fix indentation.
22285
22286 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22287
22288         * configure.ac: Quote $build_pt_chown test.
22289         * configure: Regenerated.
22290
22291 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22292
22293         [BZ #15532]
22294         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22295         * math/s_cexpf.c (__cexpf): Likewise.
22296         * math/s_cexpl.c (__cexpl): Likewise.
22297         * math/libm-test.inc (cexp_test_data): Correct expected return
22298         value for NaN + i0.  Add another test.
22299
22300 2013-08-22  David S. Miller  <davem@davemloft.net>
22301
22302         * po/ca.po: Update Catalan translation from translation project.
22303         * po/uk.po: Add Ukrainian translations from translation project.
22304
22305 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22306
22307         [BZ #15797]
22308         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22309         is infinite, not alongside NaN test.
22310         * math/s_fdimf.c (__fdimf): Likewise.
22311         * math/s_fdiml.c (__fdiml): Likewise.
22312         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22313         errno is unchanged.
22314
22315 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22316
22317         * argp/argp-help.c: Fix typos.
22318         * crypt/speeds.c: Likewise.
22319         * csu/check_fds.c: Likewise.
22320         * elf/dl-load.c: Likewise.
22321         * elf/dl-open.c: Likewise.
22322         * elf/reldep3.c: Likewise.
22323         * elf/reldep.c: Likewise.
22324         * elf/sprof.c: Likewise.
22325         * iconv/iconv_charmap.c: Likewise.
22326         * iconv/skeleton.c: Likewise.
22327         * iconv/strtab.c: Likewise.
22328         * io/lockf64.c: Likewise.
22329         * libio/libioP.h: Likewise.
22330         * resolv/gai_notify.c: Likewise.
22331         * resolv/ns_name.c: Likewise.
22332         * resolv/ns_samedomain.c: Likewise.
22333         * resolv/res_send.c: Likewise.
22334         * stdlib/random.c: Likewise.
22335         * sunrpc/rpc/xdr.h: Likewise.
22336         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22337         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22338         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22339         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22340         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22341         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22342         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22343         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22344         * sysdeps/mach/hurd/check_fds.c: Likewise.
22345         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22346         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22347         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22348         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22349         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22350         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22351         * sysdeps/pthread/aio_notify.c: Likewise.
22352         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22353         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22354         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22355         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22356         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22357
22358 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22359
22360         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22361         version if bit_Slow_SSE4_2 is set.
22362         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22363         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22364
22365 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22366
22367         [BZ #15867]
22368         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22369         trampoline stack frame information.
22370         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22371         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22372         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22373         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22374         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22375         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22376         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22377         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22378         sa_flags value.
22379         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22380         interrupting a syscall and set with option SA_SIGINFO.
22381
22382 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22383
22384         [BZ #15531]
22385         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22386         argument is infinite.
22387         * math/s_cprojf.c (__cprojf): Likewise.
22388         * math/s_cprojl.c (__cprojl): Likewise.
22389         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22390         * math/libm-test.inc (cproj_test_data): Add more tests.
22391
22392         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22393
22394         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22395         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22396         size.  Use __ffs to determine corresponding shift.
22397
22398 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22399             Roland McGrath  <roland@hack.frob.com>
22400
22401         * Makefile (INSTALL): Remove trailing blank lines from output of
22402         makeinfo.
22403
22404 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22405
22406         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22407         Align 32 bit compat elf_greg to 8 bytes.
22408
22409 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22410
22411         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22412
22413 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22414
22415         * string/strcoll_l.c (coll_seq): New structure.
22416         (get_next_seq_cached): New function.
22417         (get_next_seq): New function.
22418         (do_compare): New function.
22419         (STRCOLL): Use GNU style definition.  Simplify implementation
22420         by using get_next_seq, get_next_seq_cached and do_compare.
22421
22422 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22423
22424         [BZ #14699]
22425         CVE-2013-4237
22426         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22427         member.
22428         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22429         member.
22430         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22431         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22432         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22433         conditional.
22434         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22435         GETDENTS_64BIT_ALIGNED.
22436         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22437         * manual/filesys.texi (Reading/Closing Directory): Document
22438         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22439         strongly.
22440         * manual/conf.texi (Limits for Files): Add portability note to
22441         NAME_MAX, PATH_MAX.
22442         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22443
22444 2013-08-13  Andreas Schwab  <schwab@suse.de>
22445
22446         [BZ #15749]
22447         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22448         of fabs.
22449         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22450         LDBL_MAX_EXP >= 16384]: Add tests for it.
22451
22452 2013-08-12  David S. Miller  <davem@davemloft.net>
22453
22454         * version.h (RELEASE): Set to "development".
22455         (VERSION): Set to "2.18.90".
22456         * NEWS: Add 2.19 section.
22457
22458 2013-08-03  David S. Miller  <davem@davemloft.net>
22459
22460         * po/ko.po: Update Korean translation from translation project.
22461
22462 2013-08-01  David S. Miller  <davem@davemloft.net>
22463
22464         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22465         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22466         Bilka.
22467
22468 2013-07-30  David S. Miller  <davem@davemloft.net>
22469
22470         * po/fr.po: Update French translation from translation project.
22471
22472 2013-07-28  David S. Miller  <davem@davemloft.net>
22473
22474         * po/cs.po: Update Czech translation from translation project.
22475
22476         * po/sv.po: Update Swedish translation from translation project.
22477
22478 2013-07-27  David S. Miller  <davem@davemloft.net>
22479
22480         * po/eo.po: Update Esperanto translation from translation project.
22481
22482         * po/vi.po: Update Vietnamese translation from translation project.
22483
22484         * po/de.po: Update German translation from translation project.
22485
22486 2013-07-26  David S. Miller  <davem@davemloft.net>
22487
22488         * po/bg.po: Update Bulgarian translation from translation project.
22489
22490         * po/nl.po: Update Dutch translation from translation project.
22491         * po/pl.po: Update Polish translation from translation project.
22492         * po/ru.po: Update Russian translation from translation project.
22493
22494 2013-07-24  David S. Miller  <davem@davemloft.net>
22495
22496         * po/libc.pot: Update.
22497
22498 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22499
22500         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22501         variable page size.
22502         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22503         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22504         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22505
22506 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22507
22508         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22509
22510 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22511             Andreas Schwab  <schwab@suse.de>
22512             Roland McGrath  <roland@hack.frob.com>
22513             Joseph Myers  <joseph@codesourcery.com>
22514             Carlos O'Donell  <carlos@redhat.com>
22515
22516         [BZ #15755]
22517         * config.h.in: Define HAVE_PT_CHOWN.
22518         * config.make.in (build-pt-chown): New variable.
22519         * configure.in (--enable-pt_chown): New configure option.
22520         * configure: Regenerate.
22521         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22522         build-pt-chown is enabled.
22523         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22524         pt_chown to fix pty ownership.
22525         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22526         CLOSE_ALL_FDS.
22527         * manual/install.texi (Configuring and compiling): Mention
22528         --enable-pt_chown. Add @findex for grantpt.
22529         * INSTALL: Regenerate.
22530
22531 2013-07-20  David S. Miller  <davem@davemloft.net>
22532
22533         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22534         difference between 32-bit and 64-bit.
22535
22536 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22537
22538         [BZ #15711]
22539         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22540         Avoid system header dependency with -ffreestanding.
22541         ($(objpfx)bits/syscall%d): Likewise.
22542
22543 2013-07-13  David S. Miller  <davem@davemloft.net>
22544
22545         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22546         underflows from atanl/atan2l due to bug 15319.
22547         (casinh_test_data): Likewise.
22548
22549 2013-07-07  David S. Miller  <davem@davemloft.net>
22550
22551         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22552
22553 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22554
22555         * sysdeps/i386/fpu/libm-test-ulps: Update.
22556         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22557
22558 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22559
22560         * configure.in (--enable-lock-elision): Fix message text.
22561         * INSTALL: Regenerate.
22562         * configure: Regenerate.
22563
22564 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22565
22566         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22567
22568 2013-07-03  Andreas Jaeger  <aj@suse.de>
22569
22570         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22571         define.
22572         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22573         (ptrace_peeksiginfo_args): Add.
22574         (__ptrace_peeksiginfo_flags): Add.
22575         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22576         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22577         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22578
22579 2013-07-03  Allan McRae  <allan@archlinux.org>
22580
22581         * sysdeps/i386/fpu/libm-test-ulps: Update.
22582
22583 2013-07-02  David S. Miller  <davem@davemloft.net>
22584
22585         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22586
22587 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22588
22589         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22590
22591 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22592
22593         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22594         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22595
22596 2013-07-02  Andi Kleen <ak@linux.intel.com>
22597
22598         * config.h.in (ENABLE_LOCK_ELISION): Add.
22599         * configure.in (--enable-lock-elision): Add option.
22600         * manual/install.texi: Document --enable lock elision.
22601         * configure: Regenerate
22602         * INSTALL: Regenerate.
22603
22604 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22605
22606         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22607         SSE4.2 strcasecmp for libc.a.
22608         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22609
22610 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22611
22612         [BZ #13304]
22613         * soft-fp/op-common.h (_FP_FMA): New macro.
22614         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22615         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22616         (_FP_MUL_MEAT_1_imm): ... here.
22617         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22618         (_FP_MUL_MEAT_1_wide): ... here.
22619         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22620         (_FP_MUL_MEAT_1_hard): ... here.
22621         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22622         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22623         (_FP_MUL_MEAT_2_wide): ... here.
22624         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22625         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22626         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22627         (_FP_MUL_MEAT_2_gmp): ... here.
22628         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22629         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22630         (_FP_MUL_MEAT_4_wide): ... here.
22631         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22632         (_FP_MUL_MEAT_4_gmp): ... here.
22633         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22634         (_FP_WFRACBITS_DW_S): Likewise.
22635         (_FP_WFRACXBITS_DW_S): Likewise.
22636         (_FP_HIGHBIT_DW_S): Likewise.
22637         (FP_FMA_S): Likewise.
22638         (_FP_FRAC_HIGH_DW_S): Likewise.
22639         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22640         (_FP_WFRACBITS_DW_D): Likewise.
22641         (_FP_WFRACXBITS_DW_D): Likewise.
22642         (_FP_HIGHBIT_DW_D): Likewise.
22643         (FP_FMA_D): Likewise.
22644         (_FP_FRAC_HIGH_DW_D): Likewise.
22645         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22646         (_FP_WFRACBITS_DW_E): Likewise.
22647         (_FP_WFRACXBITS_DW_E): Likewise.
22648         (_FP_HIGHBIT_DW_E): Likewise.
22649         (FP_FMA_E): Likewise.
22650         (_FP_FRAC_HIGH_DW_E): Likewise.
22651         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22652         (_FP_WFRACBITS_DW_Q): Likewise.
22653         (_FP_WFRACXBITS_DW_Q): Likewise.
22654         (_FP_HIGHBIT_DW_Q): Likewise.
22655         (FP_FMA_Q): Likewise.
22656         (_FP_FRAC_HIGH_DW_Q): Likewise.
22657         * soft-fp/fmasf4.c: New file.
22658         * soft-fp/fmadf4.c: Likewise.
22659         * soft-fp/fmatf4.c: Likewise.
22660
22661 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22662
22663         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22664         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22665         Silvermont.
22666         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22667         macro.
22668         (index_Slow_SSE4_2): Likewise.
22669         (index_Prefer_PMINUB_for_stringop): Likewise.
22670         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22671         bit_Slow_SSE4_2 is set.
22672         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22673         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22674
22675 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22676
22677         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22678         rtld_global._dl_hwcap2.
22679         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22680         POWER8.
22681         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22682         POWER8 feature descriptions defined in _dl_hwcap2.
22683         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22684         string handling for POWER8 feature bits.
22685         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22686         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22687         _dl_powerpc_cap_flags.
22688         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22689         * sysdeps/powerpc/rtld-global-offsets.sym
22690         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22691         _dl_hwcap2 in the rtld_global_ro structure.
22692
22693 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22694
22695         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22696         hardware capabilities in support of AT_HWCAP2.
22697         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22698         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22699         GLRO(dl_hwcap2).
22700         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22701         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22702         explicitly the unknown a_type display mechanism is used.
22703         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22704         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22705         struct member.
22706         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22707         to macro prototype for AT_HWCAP2 support.
22708         * sysdeps/i386/dl-procinfo.h: Likewise.
22709         * sysdeps/s390/dl-procinfo.h: Likewise.
22710         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22711         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22712         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22713         return -1 for unknown a_type display fallback.
22714         * sysdeps/sparc/dl-procinfo.h: Likewise.
22715         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22716         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22717
22718 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22719
22720         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22721         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22722
22723 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22724
22725         [BZ #12492]
22726         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22727         mprotect making __stack_prot writable.
22728
22729 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22730             Joseph Myers  <joseph@codesourcery.com>
22731
22732         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22733         as being properly aligned.
22734
22735 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22736
22737         * dlfcn/modstatic5.c: New file.
22738         * dlfcn/tststatic5.c: New file.
22739         * dlfcn/Makefile (tests): Add tststatic5.
22740         (tests-static): Likewise.
22741         (modules-names): Add modstatic5.
22742         (tststatic5-ENV): New variable.
22743         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22744
22745         [BZ #15022]
22746         * elf/dl-support.c (_dl_main_map): New variable.
22747         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22748         (_dl_nns, _dl_load_adds): Set to 1.
22749         (_dl_initial_searchlist): Refer to _dl_main_map.
22750         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22751         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22752         call to _dl_get_origin.
22753         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22754         around call_map.
22755         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22756         * dlfcn/modstatic3.c: New file.
22757         * dlfcn/tststatic3.c: New file.
22758         * dlfcn/tststatic4.c: New file.
22759         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22760         (tests-static): Likewise.
22761         (modules-names): Add modstatic3.
22762         (tststatic3-ENV, tststatic4-ENV): New variables.
22763         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22764         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22765
22766 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22767
22768         * configure.in (CC): Require GCC version 4.4 or later.
22769         * configure: Regenerated.
22770         * manual/install.texi (Tools for Compilation): Update GCC version
22771         requirement.
22772         * INSTALL: Regenerated.
22773
22774 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22775
22776         [BZ #15674]
22777         * string/test-memcmp.c (check2): New.
22778         (main): Call check2.
22779
22780         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22781
22782 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22783
22784         [BZ #15022]
22785         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22786         over to...
22787         (dl_open_worker) [!SHARED]: ... here.
22788
22789 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22790
22791         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22792
22793 2013-06-25  Richard Henderson  <rth@redhat.com>
22794
22795         * locale/programs/locarchive.c: Include <libc-internal.h>
22796
22797 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22798
22799         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22800         trailing whitespace removed.
22801
22802 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22803
22804         [BZ #10283]
22805         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22806         * locale/programs/locarchive.c: Include libc-mmap.h.
22807         (prepare_address_space): Take two new outputs (the mmap base and len).
22808         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22809         values.
22810         (create_archive): Declare new mmap base and len values for
22811         prepare_address_space, and store the result in ah.
22812         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22813         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22814         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22815         Declare new mmap base and len values for
22816         prepare_address_space, and store the result in new_ah.
22817         (open_archive): Declare new mmap base and len values for
22818         prepare_address_space, and store the result in ah.
22819         (close_archive): If ah->mmap_base is not NULL, use that and
22820         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22821         * sysdeps/generic/libc-mmap.h: New file.
22822
22823 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22824
22825         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22826         (ALIGN_UP): Likewise.
22827         (PTR_ALIGN_DOWN): Likewise.
22828         (PTR_ALIGN_UP): Likewise.
22829
22830 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22831
22832         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22833         entry mapped to PPC_PLATFORM_POWER8.
22834         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22835         POWER8.
22836         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22837         (_dl_string_platform): Add case for exporting platform position for
22838         POWER8.
22839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22840         search path to sysdeps/powerpc/powerpc32/power8 directory.
22841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22842         search path to sysdeps/powerpc/powerpc64/power8 directory.
22843         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22844         power7 directories.
22845         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22846         power7 directories.
22847
22848 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22849
22850         * INSTALL: Regenerate.
22851
22852         * nscd/connections.c (nscd_init): Fix comment.
22853
22854 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22855
22856         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22857
22858         [BZ #15667]
22859         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22860         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22861
22862 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22863
22864         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22865         DL_DST_REQ_STATIC.
22866         (DL_DST_REQ_STATIC): Remove macro.
22867
22868 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22869
22870         [BZ #7006]
22871         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22872         with a shift of 0 bits.
22873
22874 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22875
22876         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22877         $(tststatic-ENV).
22878
22879 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22880
22881         [BZ #15655]
22882         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22883
22884 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22885
22886         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22887         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22888         accepts -fno-tree-loop-distribute-patterns.
22889         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22890         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22891         recursive call.
22892         * string/memset.c (memset): Likewise.
22893         * string/test-memmove.c (simple_memmove): Disable loop transformation
22894         to library calls.
22895         * string/test-memset.c (simple_memset): Likewise.
22896         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22897         * benchtests/bench-memset.c (simple_memset): Likewise.
22898         * configure: Regenerated.
22899
22900 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22901
22902         * math/test-misc.c (main): Ignore fesetround failure when failures
22903         of subsequent rounding tests would be ignored.
22904
22905         [BZ #15654]
22906         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22907         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22908         * math/fegetenv.c (__fegetenv): Return 0.
22909         * math/fegetexcept.c (fegetexcept): Return 0.
22910         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22911         FE_TONEAREST.
22912         * math/feholdexcpt.c (feholdexcept): Return 0.
22913         * math/fesetenv.c (__fesetenv): Return 0.
22914         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22915         argument FE_TONEAREST.
22916         * math/feupdateenv.c (__feupdateenv): Return 0.
22917         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22918
22919 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22920
22921         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22922         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22923         ($(objpfx)rtld-%.os rules): Use them.
22924
22925 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22926
22927         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22928         fields.
22929
22930 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22931
22932         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22933         length of target pattern, then descending length of dependency pattern.
22934         * configure.in (AWK): Require gawk 3.1.2 or newer.
22935         * manual/install.texi (Tools for Compilation): Say that we do.
22936         * configure: Regenerated.
22937
22938         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22939         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22940         * scripts/sysd-rules.awk: ... this new script.
22941         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22942         than a glob-style pattern.
22943
22944 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22945
22946         * math/test-misc.c (main): Do not treat incorrectly rounded
22947         conversions as failure unless ROUNDING_TESTS passes.
22948
22949 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22950
22951         [BZ #15631]
22952         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22953         restore exception state around main square root computation, then
22954         check for inexactness explicitly.
22955
22956         * math/libm-test.inc (fma_test_data): Add another test.
22957
22958 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22959
22960         * manual/threads.texi (Non-POSIX Extensions): New document
22961         node.  Document pthread_getattr_default_np and
22962         pthread_setattr_default_np.
22963
22964         * Versions.def (libpthread): Add GLIBC_2.18.
22965         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22967         Likewise.
22968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22969         Likewise.
22970         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22971         Likewise.
22972         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22973         Likewise.
22974         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22975         Likewise.
22976         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22977         Likewise.
22978         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22979         Likewise.
22980         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22981         Likewise.
22982         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22983         Likewise.
22984
22985 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22986
22987         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22988         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22989
22990 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22991             H.J. Lu  <hjl.tools@gmail.com>
22992
22993         [BZ #15627]
22994         * sysdeps/x86_64/rtld-memset.c: Remove file.
22995         * sysdeps/x86_64/rtld-memset.S: New file.
22996
22997 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22998
22999         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
23000         (test_in_one_mode): Take arguments for whether the rounding mode
23001         is supported for each floating-point type.
23002         (do_test): Pass new arguments to test_in_one_mode using
23003         ROUNDING_TESTS.
23004
23005 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23006
23007         * posix/tst-waitid.c (do_test): Distinguish different instances of
23008         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
23009         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
23010         before entering the kernel for waitpid.
23011
23012 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23013
23014         * NEWS: Fix note on clock function precision.  Text by Roland
23015         McGrath.
23016
23017 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23018
23019         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
23020         it into place only when and if the sanity check passes.
23021
23022 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
23023
23024         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
23025         output for whether conversion result is exact.  Take argument
23026         indicating whether type is IBM long double.
23027         (round_for_all): Change need_exact field to ibm_ld.
23028         * stdlib/tst-strtod-round.c (struct exactness): New type.
23029         (struct test): Change bool ld_ok field to struct exactness exact.
23030         (TEST): Update all definitions for change to field.
23031         (tests): Regenerate array contents.
23032         (test_in_one_mode): Take pointer to new field instead of old ld_ok
23033         field value.  Check for IBM long double here.
23034         (do_test): Update calls to test_in_one_mode.
23035
23036 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23037
23038         [BZ #12515]
23039         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
23040         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
23041
23042 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23043
23044         [BZ #15605]
23045         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
23046         generated by the compiler on loop optimizations.
23047         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
23048         general definitions.
23049
23050 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
23051
23052         * math/bug-nextafter.c: Include <math-tests.h>.
23053         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23054         the relevant type.
23055         * math/bug-nexttoward.c: Include <math-tests.h>.
23056         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23057         the relevant type.
23058         * math/test-misc.c: Include <math-tests.h>.
23059         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23060         the relevant type.
23061
23062 2013-06-12  Andreas Jaeger  <aj@suse.de>
23063
23064         * po/ia.po: Update Interlingua translation from translation
23065         project.
23066
23067 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23068
23069         * include/fenv.h: Include stdbool.h.
23070         (struct rm_ctx): New structure.
23071         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
23072         Define macro.
23073         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
23074         (SET_RESTORE_ROUNDF): Likewise.
23075         (SET_RESTORE_ROUNDL): Likewise.
23076         (SET_RESTORE_ROUND_NOEX): Likewise.
23077         (SET_RESTORE_ROUND_NOEXF): Likewise.
23078         (SET_RESTORE_ROUND_NOEXL): Likewise.
23079         (SET_RESTORE_ROUND_53BIT): Likewise.
23080         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
23081         (libc_feresetround_noexf_ctx): Likewise.
23082         (libc_feresetround_noexl_ctx): Likewise.
23083         (libc_feholdsetround_53bit_ctx): Likewise.
23084         (libc_feresetround_53bit_ctx): Likewise.
23085         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
23086         (libc_feholdexcept_setround_sse_ctx): New function.
23087         (libc_fesetenv_sse_ctx): Likewise.
23088         (libc_feupdateenv_sse_ctx): Likewise.
23089         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
23090         (libc_feholdexcept_setround_387_ctx): Likewise.
23091         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
23092         (libc_feholdsetround_387_prec_ctx): Likewise.
23093         (libc_feholdsetround_387_ctx): Likewise.
23094         (libc_feholdsetround_387_53bit_ctx): Likewise.
23095         (libc_feholdsetround_sse_ctx): Likewise.
23096         (libc_feresetround_sse_ctx): Likewise.
23097         (libc_feresetround_387_ctx): Likewise.
23098         (libc_feupdateenv_387_ctx): Likewise.
23099         (libc_feholdexcept_setroundf_ctx): Define macro.
23100         (libc_fesetenvf_ctx): Likewise.
23101         (libc_feupdateenvf_ctx): Likewise.
23102         (libc_feholdsetroundf_ctx): Likewise.
23103         (libc_feresetroundf_ctx): Likewise.
23104         (libc_feholdexcept_setround_ctx): Likewise.
23105         (libc_fesetenv_ctx): Likewise.
23106         (libc_feupdateenv_ctx): Likewise.
23107         (libc_feholdsetround_ctx): Likewise.
23108         (libc_feresetround_ctx): Likewise.
23109         (libc_feholdexcept_setroundl_ctx): Likewise.
23110         (libc_feupdateenvl_ctx): Likewise.
23111         (libc_feholdsetroundl_ctx): Likewise.
23112         (libc_feresetroundl_ctx): Likewise.
23113         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
23114         (libc_feresetround_53bit_ctx): Likewise.
23115
23116 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23117
23118         * locale/iso-639.def: Convert to UTF-8.
23119
23120 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
23121
23122         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
23123         (EXCEPTION_TESTS_double): Likewise.
23124         (EXCEPTION_TESTS_long_double): Likewise.
23125         (EXCEPTION_TESTS): Likewise.
23126         * math/libm-test.inc (test_exceptions): Only test exceptions if
23127         EXCEPTION_TESTS (FLOAT).
23128
23129 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23130
23131         * benchtests/Makefile (string-bench): Add strcpy_chk and
23132         stpcpy_chk.
23133         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23134         * benchtests/bench-stpcpy_chk.c: New file.
23135         * benchtests/bench-strcpy_chk-ifunc.c: New file.
23136         * benchtests/bench-strcpy_chk.c: New file.
23137         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23138         code.
23139         (do_test): Likewise.
23140
23141 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23142
23143         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23144         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23145         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23146         with tabs where appropriate.
23147         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23148         dl-procinfo.h.
23149         [PPC_PLATFORM_PPC440]: Likewise.
23150         [PPC_PLATFORM_PPC464]: Likewise.
23151         [PPC_PLATFORM_PPC476]: Likewise.
23152         (_dl_string_platform): Add support for detecting ppc405, ppc440,
23153         ppc464, and ppc476 platform strings merging from ports/
23154         dl-procinfo.h.
23155
23156 2013-06-11  Andreas Schwab  <schwab@suse.de>
23157
23158         [BZ #14991]
23159         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23160         (from_ucs4_idx): Regenerate.
23161         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23162         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23163         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23164         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23165         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23166         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23167         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23168         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23169         from FROM_LOOP and TO_LOOP specific macros.
23170         (BODY): Handle combining characters.
23171         * iconvdata/BIG5HKSCS.irreversible: Update.
23172         * iconvdata/BIG5HKSCS.precomposed: New file.
23173         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23174         characters.
23175         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23176
23177 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23178
23179         * include/sys/time.h: Fix indentation and add copyright header.
23180
23181         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23182         (do_test): Likewise.
23183         * string/test-memchr.c (do_one_test): Likewise.
23184         (do_test): Likewise.
23185         * string/test-memcmp.c (do_one_test): Likewise.
23186         (do_test): Likewise.
23187         * string/test-memcpy.c (do_one_test): Likewise.
23188         (do_test): Likewise.
23189         * string/test-memmem.c (do_one_test): Likewise.
23190         (do_test): Likewise.
23191         (do_random_tests): Likewise.
23192         * string/test-memmove.c (do_one_test): Likewise.
23193         (do_test): Likewise.
23194         * string/test-memset.c (do_one_test): Likewise.
23195         (do_test): Likewise.
23196         * string/test-rawmemchr.c (do_one_test): Likewise.
23197         (do_test): Likewise.
23198         * string/test-strcasecmp.c (do_one_test): Likewise.
23199         (do_test): Likewise.
23200         * string/test-strcasestr.c (do_one_test): Likewise.
23201         (do_test): Likewise.
23202         * string/test-strcat.c (do_one_test): Likewise.
23203         (do_test): Likewise.
23204         * string/test-strchr.c (do_one_test): Likewise.
23205         (do_test): Likewise.
23206         * string/test-strcmp.c (do_one_test): Likewise.
23207         (do_test): Likewise.
23208         * string/test-strcpy.c (do_one_test): Likewise.
23209         (do_test): Likewise.
23210         * string/test-string.h: Likewise.
23211         (test_init): Likewise.
23212         * string/test-strlen.c (do_one_test): Likewise.
23213         (do_test): Likewise.
23214         * string/test-strncasecmp.c (do_one_test): Likewise.
23215         (do_test): Likewise.
23216         * string/test-strncat.c (do_one_test): Likewise.
23217         (do_test): Likewise.
23218         * string/test-strncmp.c (do_one_test): Likewise.
23219         (do_test_limit): Likewise.
23220         (do_test): Likewise.
23221         * string/test-strncpy.c (do_one_test): Likewise.
23222         (do_test): Likewise.
23223         * string/test-strnlen.c (do_one_test): Likewise.
23224         (do_test): Likewise.
23225         * string/test-strpbrk.c (do_one_test): Likewise.
23226         (do_test): Likewise.
23227         * string/test-strrchr.c (do_one_test): Likewise.
23228         (do_test): Likewise.
23229         * string/test-strspn.c (do_one_test): Likewise.
23230         (do_test): Likewise.
23231         * string/test-strstr.c (do_one_test): Likewise.
23232         (do_test): Likewise.
23233
23234         * benchtests/Makefile (string-bench): Add string benchmarks.
23235         * benchtests/bench-bcopy-ifunc.c: New file.
23236         * benchtests/bench-bcopy.c: New file.
23237         * benchtests/bench-bzero-ifunc.c: New file.
23238         * benchtests/bench-bzero.c: New file.
23239         * benchtests/bench-memccpy-ifunc.c: New file.
23240         * benchtests/bench-memccpy.c: New file.
23241         * benchtests/bench-memchr-ifunc.c: New file.
23242         * benchtests/bench-memchr.c: New file.
23243         * benchtests/bench-memcmp-ifunc.c: New file.
23244         * benchtests/bench-memcmp.c: New file.
23245         * benchtests/bench-memmem-ifunc.c: New file.
23246         * benchtests/bench-memmem.c: New file.
23247         * benchtests/bench-memmove-ifunc.c: New file.
23248         * benchtests/bench-memmove.c: New file.
23249         * benchtests/bench-mempcpy-ifunc.c: New file.
23250         * benchtests/bench-mempcpy.c: New file.
23251         * benchtests/bench-memset-ifunc.c: New file.
23252         * benchtests/bench-memset.c: New file.
23253         * benchtests/bench-rawmemchr-ifunc.c: New file.
23254         * benchtests/bench-rawmemchr.c: New file.
23255         * benchtests/bench-stpcpy-ifunc.c: New file.
23256         * benchtests/bench-stpcpy.c: New file.
23257         * benchtests/bench-stpncpy-ifunc.c: New file.
23258         * benchtests/bench-stpncpy.c: New file.
23259         * benchtests/bench-strcasecmp-ifunc.c: New file.
23260         * benchtests/bench-strcasecmp.c: New file.
23261         * benchtests/bench-strcasestr-ifunc.c: New file.
23262         * benchtests/bench-strcasestr.c: New file.
23263         * benchtests/bench-strcat-ifunc.c: New file.
23264         * benchtests/bench-strcat.c: New file.
23265         * benchtests/bench-strchr-ifunc.c: New file.
23266         * benchtests/bench-strchr.c: New file.
23267         * benchtests/bench-strchrnul-ifunc.c: New file.
23268         * benchtests/bench-strchrnul.c: New file.
23269         * benchtests/bench-strcmp-ifunc.c: New file.
23270         * benchtests/bench-strcmp.c: New file.
23271         * benchtests/bench-strcpy-ifunc.c: New file.
23272         * benchtests/bench-strcpy.c: New file.
23273         * benchtests/bench-strcspn-ifunc.c: New file.
23274         * benchtests/bench-strcspn.c: New file.
23275         * benchtests/bench-strlen-ifunc.c: New file.
23276         * benchtests/bench-strlen.c: New file.
23277         * benchtests/bench-strncasecmp-ifunc.c: New file.
23278         * benchtests/bench-strncasecmp.c: New file.
23279         * benchtests/bench-strncat-ifunc.c: New file.
23280         * benchtests/bench-strncat.c: New file.
23281         * benchtests/bench-strncmp-ifunc.c: New file.
23282         * benchtests/bench-strncmp.c: New file.
23283         * benchtests/bench-strncpy-ifunc.c: New file.
23284         * benchtests/bench-strncpy.c: New file.
23285         * benchtests/bench-strnlen-ifunc.c: New file.
23286         * benchtests/bench-strnlen.c: New file.
23287         * benchtests/bench-strpbrk-ifunc.c: New file.
23288         * benchtests/bench-strpbrk.c: New file.
23289         * benchtests/bench-strrchr-ifunc.c: New file.
23290         * benchtests/bench-strrchr.c: New file.
23291         * benchtests/bench-strspn-ifunc.c: New file.
23292         * benchtests/bench-strspn.c: New file.
23293         * benchtests/bench-strstr-ifunc.c: New file.
23294         * benchtests/bench-strstr.c: New file.
23295
23296         * benchtests/Makefile: Disable parallel execution of targets.
23297         (string-bench): Add memcpy.
23298         (benchset): New variable to store a list of benchmark sets.
23299         (bench-func): Renamed from bench.
23300         (bench-set): New target.
23301         (bench): Depend on bench-func and bench-set.
23302         * benchtests/README: Add section on benchmark sets.
23303         * benchtests/bench-memcpy-ifunc.c: New file.
23304         * benchtests/bench-memcpy.c: New file.
23305         * benchtests/bench-string.h: New file.
23306
23307 2013-06-11  Andreas Schwab  <schwab@suse.de>
23308
23309         [BZ #15577]
23310         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23311         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23312         values in the triple.
23313         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23314         terminator in the group key.
23315
23316 2013-06-11  Andreas Jaeger  <aj@suse.de>
23317
23318         * po/zh_TW.po: Update Chinese (traditional) translation from
23319         translation project.
23320
23321 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23322
23323         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23324         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23325         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23326         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23327         (clock_getcpuclockid): Likewise.
23328         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23329         Add weak_alias and libc_hidden_def.
23330         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23331         * rt/clock_gettime.c (clock_gettime): Rename to
23332         __clock_gettime.  Add weak_alias and libc_hidden_def.
23333         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23334         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23335         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23336         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23337         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23338         Likewise.
23339         * rt/clock_settime.c (clock_settime): Rename to
23340         __clock_settime.  Add weak_alias and libc_hidden_def.
23341         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23342
23343 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23344
23345         * mach/err_boot.sub: Remove trailing whitespace.
23346         * mach/err_ipc.sub: Likewise.
23347         * mach/err_mach.sub: Likewise.
23348
23349         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23350         (ROUNDING_TESTS_double): Likewise.
23351         (ROUNDING_TESTS_long_double): Likewise.
23352         (ROUNDING_TESTS): Likewise.
23353         * math/libm-test.inc: Include <math-tests.h>.
23354         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23355         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23356         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23357         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23358
23359 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23360
23361         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23362         of assigning.
23363
23364 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23365
23366         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23367         otherwise empty TRANS lines.
23368         * sysdeps/gnu/errlist.c: Regenerated.
23369
23370         * catgets/gencat.c (error_print): Use (void) in function
23371         definition.
23372         * crypt/crypt_util.c (__init_des): Likewise.
23373         * crypt/speeds.c (Stop): Likewise.
23374         (main): Likewise.
23375         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23376         * inet/ruserpass.c (token): Likewise.
23377         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23378         * intl/localealias.c (extend_alias_table): Likewise.
23379         * intl/plural-exp.c (init_germanic_plural): Likewise.
23380         * libio/fcloseall.c (__fcloseall): Likewise.
23381         * libio/genops.c (_IO_flush_all): Likewise.
23382         (_IO_flush_all_linebuffered): Likewise.
23383         (_IO_cleanup): Likewise.
23384         (_IO_iter_begin): Likewise.
23385         (_IO_iter_end): Likewise.
23386         (_IO_list_lock): Likewise.
23387         (_IO_list_unlock): Likewise.
23388         (_IO_list_resetlock): Likewise.
23389         * libio/getchar.c (getchar): Likewise.
23390         * libio/getchar_u.c (getchar_unlocked): Likewise.
23391         * libio/getwchar.c (getwchar): Likewise.
23392         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23393         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23394         * login/getpt.c (__getpt): Likewise.
23395         * login/tst-utmp.c (main): Likewise.
23396         * malloc/hooks.c (__malloc_check_init): Likewise.
23397         * malloc/malloc.c (__malloc_stats): Likewise.
23398         * malloc/mtrace.c (tr_break): Likewise.
23399         (mtrace): Likewise.
23400         (muntrace): Likewise.
23401         * misc/fstab.c (endfsent): Likewise.
23402         * misc/getclktck.c (__getclktck): Likewise.
23403         * misc/getdtsz.c (__getdtablesize): Likewise.
23404         * misc/gethostid.c (gethostid): Likewise.
23405         * misc/getpagesize.c (__getpagesize): Likewise.
23406         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23407         (__get_nprocs): Likewise.
23408         (__get_phys_pages): Likewise.
23409         (__get_avphys_pages): Likewise.
23410         * misc/getttyent.c (getttyent): Likewise.
23411         (setttyent): Likewise.
23412         (endttyent): Likewise.
23413         * misc/getusershell.c (getusershell): Likewise.
23414         (endusershell): Likewise.
23415         (setusershell): Likewise.
23416         (initshells): Likewise.
23417         * misc/hsearch.c (__hdestroy): Likewise.
23418         * misc/sync.c (sync): Likewise.
23419         * misc/syslog.c (closelog_internal): Likewise.
23420         (closelog): Likewise.
23421         * misc/ttyslot.c (ttyslot): Likewise.
23422         * misc/vhangup.c (vhangup): Likewise.
23423         * posix/fork.c (__fork): Likewise.
23424         * posix/getegid.c (__getegid): Likewise.
23425         * posix/geteuid.c (__geteuid): Likewise.
23426         * posix/getgid.c (__getgid): Likewise.
23427         * posix/getpid.c (__getpid): Likewise.
23428         * posix/getppid.c (__getppid): Likewise.
23429         * posix/getuid.c (__getuid): Likewise.
23430         * posix/pause.c (pause): Likewise.
23431         * posix/setpgrp.c (setpgrp): Likewise.
23432         * posix/setsid.c (__setsid): Likewise.
23433         * posix/test-vfork.c (noop): Likewise.
23434         * resolv/gethnamaddr.c (_endhtent): Likewise.
23435         (_gethtent): Likewise.
23436         (ht_endhostent): Likewise.
23437         (gethostent): Likewise.
23438         (dns_service): Likewise.
23439         * stdlib/drand48.c (drand48): Likewise.
23440         * stdlib/lrand48.c (lrand48): Likewise.
23441         * stdlib/mrand48.c (mrand48): Likewise.
23442         * stdlib/rand.c (rand): Likewise.
23443         * stdlib/random.c (__random): Likewise.
23444         * stdlib/setenv.c (clearenv): Likewise.
23445         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23446         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23447         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23448         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23449         (__get_nprocs): Likewise.
23450         (__get_phys_pages): Likewise.
23451         (__get_avphys_pages): Likewise.
23452         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23453         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23454         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23455         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23456         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23457         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23458         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23459         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23460         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23461         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23462         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23463         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23464         * sysdeps/posix/clock.c (clock): Likewise.
23465         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23466         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23467         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23468         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23469         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23470         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23471         (__get_nprocs_conf): Likewise.
23472         (__get_phys_pages): Likewise.
23473         (__get_avphys_pages): Likewise.
23474         * time/clock.c (clock): Likewise.
23475         * time/tzset.c (__tzname_max): Likewise.
23476
23477 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23478
23479         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23480         (__bswap_32): Do not use "register".
23481         * crypt/crypt.c (_ufc_doit_r): Likewise.
23482         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23483         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23484         * gmon/gmon.c (__monstartup): Likewise.
23485         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23486         * hurd/hurdmalloc.c (more_memory): Likewise.
23487         (malloc): Likewise.
23488         (free): Likewise.
23489         (realloc): Likewise.
23490         (malloc_fork_prepare): Likewise.
23491         (malloc_fork_parent): Likewise.
23492         (malloc_fork_child): Likewise.
23493         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23494         (_svcauth_des): Likewise.
23495         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23496         * inet/inet_net.c (inet_network): Likewise.
23497         * inet/inet_netof.c (inet_netof): Likewise.
23498         * inet/rcmd.c (__validuser2_sa): Likewise.
23499         * io/fts.c (fts_open): Likewise.
23500         (fts_load): Likewise.
23501         (fts_close): Likewise.
23502         (fts_read): Likewise.
23503         (fts_children): Likewise.
23504         (fts_build): Likewise.
23505         (fts_stat): Likewise.
23506         (fts_sort): Likewise.
23507         (fts_alloc): Likewise.
23508         (fts_lfree): Likewise.
23509         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23510         (_IO_file_xsgetn): Likewise.
23511         (_IO_file_xsgetn_mmap): Likewise.
23512         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23513         (_IO_cookie_write): Likewise.
23514         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23515         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23516         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23517         * malloc/obstack.c (_obstack_begin): Likewise.
23518         (_obstack_begin_1): Likewise.
23519         (_obstack_newchunk): Likewise.
23520         (_obstack_allocated_p): Likewise.
23521         (obstack_free): Likewise.
23522         (_obstack_memory_used): Likewise.
23523         * misc/getttyent.c (getttynam): Likewise.
23524         (getttyent): Likewise.
23525         (skip): Likewise.
23526         (value): Likewise.
23527         * misc/getusershell.c (initshells): Likewise.
23528         * misc/syslog.c (__vsyslog_chk): Likewise.
23529         * misc/ttyslot.c (ttyslot): Likewise.
23530         * nis/nis_hash.c (__nis_hash): Likewise.
23531         * posix/fnmatch_loop.c (FCT): Likewise.
23532         * posix/getconf.c (print_all): Likewise.
23533         (main): Likewise.
23534         * posix/getopt.c (exchange): Likewise.
23535         * posix/glob.c (globfree): Likewise.
23536         (prefix_array): Likewise.
23537         (__glob_pattern_type): Likewise.
23538         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23539         (NS_GET32): Likewise.
23540         (NS_PUT16): Likewise.
23541         (NS_PUT32): Likewise.
23542         * resolv/gethnamaddr.c (getanswer): Likewise.
23543         (gethostbyname2): Likewise.
23544         (gethostbyaddr): Likewise.
23545         (_gethtent): Likewise.
23546         (_gethtbyname2): Likewise.
23547         (_gethtbyaddr): Likewise.
23548         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23549         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23550         * resolv/res_init.c (__res_vinit): Likewise.
23551         (net_mask): Likewise.
23552         * resolv/res_mkquery.c (outchar): Likewise.
23553         (PRINT): Likewise.
23554         * stdio-common/printf_fp.c (outchar): Likewise.
23555         (PRINT): Likewise.
23556         * stdio-common/printf_fphex.c (outchar): Likewise.
23557         (PRINT): Likewise.
23558         * stdio-common/printf_size.c (outchar): Likewise.
23559         (PRINT): Likewise.
23560         * stdio-common/test_rdwr.c (main): Likewise.
23561         * stdio-common/tfformat.c (matches): Likewise.
23562         * stdio-common/vfprintf.c (outchar): Likewise.
23563         (printf_unknown): Likewise.
23564         (buffered_vfprintf): Likewise.
23565         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23566         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23567         (ReadFile): Likewise.
23568         * stdlib/qsort.c (SWAP): Likewise.
23569         (_quicksort): Likewise.
23570         * stdlib/setenv.c (__add_to_environ): Likewise.
23571         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23572         * stdlib/strtol_l.c (__strtol_l): Likewise.
23573         * stdlib/tst-strtod.c (main): Likewise.
23574         * stdlib/tst-strtol.c (main): Likewise.
23575         * stdlib/tst-strtoll.c (main): Likewise.
23576         * string/bits/string2.h (__strcmp_cc): Likewise.
23577         (__strcmp_cg): Likewise.
23578         (__strcspn_c1): Likewise.
23579         (__strcspn_c2): Likewise.
23580         (__strcspn_c3): Likewise.
23581         (__strspn_c1): Likewise.
23582         (__strspn_c2): Likewise.
23583         (__strspn_c3): Likewise.
23584         (__strsep_1c): Likewise.
23585         (__strsep_2c): Likewise.
23586         (__strsep_3c): Likewise.
23587         * string/memccpy.c (__memccpy): Likewise.
23588         * string/stpcpy.c (__stpcpy): Likewise.
23589         * string/strcmp.c (strcmp): Likewise.
23590         * string/strrchr.c (strrchr): Likewise.
23591         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23592         Likewise.
23593         * sysdeps/mach/hurd/getcwd.c
23594         (_hurd_canonicalize_directory_name_internal): Likewise.
23595         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23596         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23597         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23598         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23599         Likewise, in both definitions.
23600         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23601         definitions.
23602         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23603         64] (__bswap_64): Likewise.
23604         * time/test_time.c (main): Likewise.
23605         * time/tzfile.c (__tzfile_read): Likewise.
23606         (__tzfile_compute): Likewise.
23607         * time/tzset.c (__tzset_parse_tz): Likewise.
23608         (tzset_internal): Likewise.
23609         (compute_change): Likewise.
23610         * wcsmbs/wcscat.c (__wcscat): Likewise.
23611         * wcsmbs/wcschr.c (wcschr): Likewise.
23612         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23613         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23614         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23615         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23616         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23617         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23618         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23619         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23620         * wcsmbs/wmemset.c (wmemset): Likewise.
23621
23622 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23623
23624         * scripts/config.guess: Update to version 2013-05-16.
23625         * scripts/config.sub: Update to version 2013-04-24.
23626         * scripts/install-sh: Update to version 2011-11-20.07.
23627         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23628         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23629
23630 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23631
23632         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23633         * elf/sln.c: Likewise.
23634         * hurd/hurd/ioctl.h: Likewise.
23635         * hurd/hurdmalloc.c: Likewise.
23636         * hurd/xattr.c: Likewise.
23637         * include/shlib-compat.h: Likewise.
23638         * inet/ruserpass.c: Likewise.
23639         * libio/iofgets_u.c: Likewise.
23640         * libio/iofgetws_u.c: Likewise.
23641         * locale/programs/ld-identification.c: Likewise.
23642         * locale/programs/ld-time.c: Likewise.
23643         * mach/msg-destroy.c: Likewise.
23644         * nss/nss_files/files-netgrp.c: Likewise.
23645         * resolv/res_data.c: Likewise.
23646         * soft-fp/op-1.h: Likewise.
23647         * soft-fp/op-2.h: Likewise.
23648         * soft-fp/op-4.h: Likewise.
23649         * soft-fp/op-common.h: Likewise.
23650         * stdio-common/printf_fphex.c: Likewise.
23651         * stdlib/strtod_l.c: Likewise.
23652         * sunrpc/rpc/clnt.h: Likewise.
23653         * sysdeps/generic/framestate.c: Likewise.
23654         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23655         * sysdeps/i386/bsd-setjmp.S: Likewise.
23656         * sysdeps/i386/__longjmp.S: Likewise.
23657         * sysdeps/i386/setjmp.S: Likewise.
23658         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23659         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23660         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23661         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23662         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23663         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23664         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23665         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23666         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23667         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23668         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23669         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23670         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23671         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23672         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23673         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23674         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23675         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23676         * sysdeps/ieee754/support.c: Likewise.
23677         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23678         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23679         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23680         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23681         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23682         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23683         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23684         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23685         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23686         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23687         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23688         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23689         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23690         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23691         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23692         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23693         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23695
23696 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23697
23698         * posix/transbug.c: Remove executable mode.
23699
23700 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23701
23702         * crypt/speeds.c: Remove trailing whitespace.
23703         * dlfcn/default.c: Likewise.
23704         * elf/ifuncdep2.c: Likewise.
23705         * elf/ifuncmain1.c: Likewise.
23706         * elf/ifuncmain1vis.c: Likewise.
23707         * elf/testobj.h: Likewise.
23708         * elf/tst-stackguard1.c: Likewise.
23709         * gmon/sys/gmon.h: Likewise.
23710         * hurd/hurdmsg.c: Likewise.
23711         * hurd/new-fd.c: Likewise.
23712         * hurd/ports-get.c: Likewise.
23713         * iconvdata/ibm1008_420.c: Likewise.
23714         * inet/tst-getni1.c: Likewise.
23715         * inet/tst-getni2.c: Likewise.
23716         * libio/ioungetc.c: Likewise.
23717         * libio/wfiledoalloc.c: Likewise.
23718         * manual/libm-err-tab.pl: Likewise.
23719         * math/w_dremf.c: Likewise.
23720         * misc/ftruncate.c: Likewise.
23721         * posix/bug-glob2.c: Likewise.
23722         * posix/tst-pcre.c: Likewise.
23723         * posix/wait4.c: Likewise.
23724         * resolv/README: Likewise.
23725         * resolv/res_debug.h: Likewise.
23726         * resolv/tst-inet_ntop.c: Likewise.
23727         * setjmp/bug269-setjmp.c: Likewise.
23728         * soft-fp/extended.h: Likewise.
23729         * soft-fp/op-1.h: Likewise.
23730         * soft-fp/op-2.h: Likewise.
23731         * soft-fp/op-4.h: Likewise.
23732         * soft-fp/op-8.h: Likewise.
23733         * soft-fp/testit.c: Likewise.
23734         * stdio-common/bug16.c: Likewise.
23735         * stdlib/random.c: Likewise.
23736         * sunrpc/rpcsvc/rquota.x: Likewise.
23737         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23738         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23739         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23740         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23741         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23742         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23743         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23744         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23745         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23746         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23747         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23748         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23749         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23750         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23751         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23752         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23753         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23754         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23755         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23756         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23757         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23758         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23759         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23760         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23761         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23762         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23763         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23764         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23765         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23766         * sysdeps/ieee754/s_lib_version.c: Likewise.
23767         * sysdeps/mach/hurd/check_fds.c: Likewise.
23768         * sysdeps/mach/hurd/getsockname.c: Likewise.
23769         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23770         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23771         * sysdeps/powerpc/bits/link.h: Likewise.
23772         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23773         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23774         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23775         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23776         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23777         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23778         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23779         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23780         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23781         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23782         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23783         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23784         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23785         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23786         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23787         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23788         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23789         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23790         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23791         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23792         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23793         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23794         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23795         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23796         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23797         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23798         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23799         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23800         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23801         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23802         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23803         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23804         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23805         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23806         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23807         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23808         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23809         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23810         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23811         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23812         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23813         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23814         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23815         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23816         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23817         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23818         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23819         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23820         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23821         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23822         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23823         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23824         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23825         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23826         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23827         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23828         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23829         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23830         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23831         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23832         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23833         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23834         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23835         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23836         * sysdeps/powerpc/sysdep.h: Likewise.
23837         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23838         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23839         * sysdeps/sh/dl-trampoline.S: Likewise.
23840         * sysdeps/sh/memset.S: Likewise.
23841         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23842         * sysdeps/sh/strlen.S: Likewise.
23843         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23844         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23845         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23846         * sysdeps/sparc/sparc32/rem.S: Likewise.
23847         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23848         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23849         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23850         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23851         * sysdeps/sparc/sparc32/urem.S: Likewise.
23852         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23853         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23854         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23855         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23856         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23857         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23858         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23859         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23860         * sysdeps/unix/bsd/times.c: Likewise.
23861         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23862         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23866         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23867         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23868         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23869         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23870         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23871         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23872         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23873         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23874         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23875         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23876         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23877         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23878         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23879         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23880         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23881         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23882         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23883         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23884         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23885         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23886         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23887         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23888         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23889         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23890         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23891         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23892         * sysdeps/x86_64/strcspn.S: Likewise.
23893
23894 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23895
23896         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23897         generated file.  Regenerate properly from gen-translit.pl.
23898         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23899         locale/C-translit.h.
23900
23901 2013-06-05  Andreas Schwab  <schwab@suse.de>
23902
23903         [BZ #15100]
23904         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23905         week as 6 instead of -1.
23906         * time/tst-strptime.c (day_tests): Add test case.
23907
23908 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23909
23910         * sysdeps/generic/math_private.h
23911         (libc_feholdexcept_setround_53bit): Replace with
23912         libc_feholdsetround_53bit.
23913         (libc_feupdateenv_53bit): Replace with
23914         libc_feresetround_53bit.
23915         (SET_RESTORE_ROUND_53BIT): Adjust.
23916
23917 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23918
23919         * string/test-strchrnul.c: Add copyright header.
23920
23921         * posix/tst-getaddrinfo4.c: Increase test timeout.
23922
23923 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23924
23925         [BZ #15536]
23926         * math/libm-test.inc (MAX_EXP): Remove
23927         (MIN_EXP): Define.
23928         (ulp): Use MIN_EXP - MANT_DIG.
23929         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23930
23931 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23932
23933         * po/be.po: Revert last change.
23934         * po/zh_CN.po: Likewise.
23935         * po/header.pot: Likewise.
23936
23937 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23938
23939         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23940         link-libc-deps to empty as target-specific variable.
23941         * Makerules (link-libc-args): New variable.
23942         (libc-for-link): Likewise.
23943         (link-libc-deps): Likewise.
23944         (lib%.so): Depend on $(link-libc-deps).  Link with
23945         $(link-libc-args).
23946         (build-module): Link with $(link-libc-args).
23947         (build-module-asneeded): Likewise.
23948         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23949         list of objects.
23950         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23951         target-specific variable.
23952         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23953         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23954         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23955         libc.
23956         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23957         libc and ld.so.
23958         ($(objpfx)libpcprofile.so): Likewise.
23959         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23960         libc_nonshared.a.
23961         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23962         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23963         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23964         $(link-libc-deps).
23965         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23966         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23967         * login/Makefile ($(objpfx)libutil.so): Likewise.
23968         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23969         * math/Makefile ($(objpfx)libm.so): Likewise.
23970         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23971         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23972         variable instead of depending directly on libc.
23973         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23974         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23975         $(link-libc-deps).
23976         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23977         libc.
23978         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23979         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23980         ($(objpfx)libanl.so): Likewise.
23981         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23982         ld.so.
23983         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23984         $(link-libc-deps).
23985         * sysdeps/i386/fpu/Makefile: Remove file.
23986         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23987         ($(objpfx)libm.so): Remove dependency on ld.so.
23988
23989 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23990
23991         [BZ # 15553]
23992         * nis/yp_xdr.c (XDRMAXNAME): Define.
23993         (XDRMAXRECORD): Define.
23994         (xdr_domainname): Use XDRMAXNAME.
23995         (xdr_mapname): Likewise.
23996         (xdr_peername): Likewise.
23997         (xdr_keydat): Use XDRMAXRECORD.
23998         (xdr_valdat): Likewise.
23999
24000 2013-05-30  Jeff Law  <law@redhat.com>
24001
24002         [BZ #14256]
24003         * manual/errno.texi (ESTALE): Update to account for more than
24004         just NFS file systems.
24005         * sysdeps/gnu/errlist.c: Regenerated.
24006
24007 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
24008
24009         [BZ #15465]
24010         * elf/Makefile (tests): Add tst-null-argv.
24011         (modules-names):  Add tst-null-argv-lib.
24012         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
24013         (tst-null-argv-ENV): Set environment for tst-null-argv.
24014         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
24015         (RTLD_PROGNAME): New macro.
24016         * elf/tst-null-argv.c: New test case.
24017         * elf/tst-null-argv-lib.c: Library for test case.
24018         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
24019         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
24020         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
24021         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
24022         * elf/dl-init.c (call_init): Likewise.
24023         (_dl_init): Likewise.
24024         * elf/dl-load.c (print_search_path): Likewise.
24025         (_dl_map_object): Likewise.
24026         * elf/dl-lookup.c (do_lookup_x): Likewise.
24027         (add_dependency): Likewise.
24028         (_dl_lookup_symbol_x): Likewise.
24029         (_dl_debug_bindings): Likewise.
24030         * elf/dl-open.c (_dl_show_scope): Likewise.
24031         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
24032         * elf/dl-version.c (match_symbol): Likewise.
24033         (_dl_check_map_versions): Likewise.
24034         * elf/rtld.c (dl_main): Likewise.
24035         (print_unresolved): Use RTLD_PROGNAME.
24036         (print_missing_version): Likewise.
24037         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
24038         (elf_machine_rela): Likewise.
24039         * sysdeps/powerpc/powerpc32/dl-machine.c
24040         (__process_machine_rela): Likewise.
24041         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
24042         Likewise.
24043         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
24044         Likewise.
24045         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
24046         Likewise.
24047         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
24048         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
24049         Likewise.
24050         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
24051         Likewise.
24052         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
24053
24054 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
24055
24056         * po/be.po: Add descriptive title.
24057         * po/zh_CN.po: Likewise.
24058         * po/header.pot: Likewise.
24059
24060 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
24061
24062         * locale/programs/locarchive.c (create_archive): Inlucde fname in
24063         error message.
24064         (enlarge_archive): Likewise.
24065
24066 2013-05-28  Ben North  <ben@redfrontdoor.org>
24067
24068         * manual/arith.texi (frexp): It is the magnitude of the return
24069         value which lies in [0.5, 1), not the return value itself.
24070
24071 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24072
24073         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24074
24075 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
24076
24077         * stdio-common/bug26.c (main): Correct fscanf template.
24078
24079         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
24080         declare _dl_skip_args.
24081
24082         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
24083         Don't declare.
24084
24085         * manual/platform.texi: Add missing @end deftypefun.
24086
24087 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24088
24089         [BZ #15529]
24090         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
24091         bit of mantissa of 2^16382.
24092         * math/libm-test.inc (hypot_test_data): Add more tests.
24093
24094         * math/libm-test.inc: Add drem and pow10 to list of tested
24095         functions.
24096         (pow10_test): New function.
24097         (drem_test): Likewise.
24098         (drem_test_tonearest): Likewise.
24099         (drem_test_towardzero): Likewise.
24100         (drem_test_downward): Likewise.
24101         (drem_test_upward): Likewise.
24102         (main): Call the new functions.
24103
24104         * math/libm-test.inc (finite_test_data): Remove.
24105         (finite_test): Run tests from isfinite_test_data.
24106         (gamma_test_data): Remove.
24107         (gamma_test): Run tests from lgamma_test_data.
24108         * sysdeps/i386/fpu/libm-test-ulps: Update.
24109         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24110
24111 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24112
24113         * manual/platform.texi: Add PowerPC PPR function set documentation.
24114         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
24115         implementation.
24116
24117 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
24118
24119         * math/libm-test.inc (MAX_EXP): Define.
24120         (ULPDIFF): Define.
24121         (ulp): New function.
24122         (check_float_internal): Use ULPDIFF.
24123         (cpow_test): Disable failing test.
24124         (check_ulp): Test ulp() implemetnation.
24125         (main): Call check_ulp before starting tests.
24126
24127 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24128
24129         * math/gen-libm-test.pl (generate_testfile): Do not handle
24130         START_DATA and END_DATA.
24131         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24132         END_DATA.
24133         (acos_tonearest_test_data): Likewise.
24134         (acos_towardzero_test_data): Likewise.
24135         (acos_downward_test_data): Likewise.
24136         (acos_upward_test_data): Likewise.
24137         (acosh_test_data): Likewise.
24138         (asin_test_data): Likewise.
24139         (asin_tonearest_test_data): Likewise.
24140         (asin_towardzero_test_data): Likewise.
24141         (asin_downward_test_data): Likewise.
24142         (asin_upward_test_data): Likewise.
24143         (asinh_test_data): Likewise.
24144         (atan_test_data): Likewise.
24145         (atanh_test_data): Likewise.
24146         (atan2_test_data): Likewise.
24147         (cabs_test_data): Likewise.
24148         (cacos_test_data): Likewise.
24149         (cacosh_test_data): Likewise.
24150         (carg_test_data): Likewise.
24151         (casin_test_data): Likewise.
24152         (casinh_test_data): Likewise.
24153         (catan_test_data): Likewise.
24154         (catanh_test_data): Likewise.
24155         (cbrt_test_data): Likewise.
24156         (ccos_test_data): Likewise.
24157         (ccosh_test_data): Likewise.
24158         (ceil_test_data): Likewise.
24159         (cexp_test_data): Likewise.
24160         (cimag_test_data): Likewise.
24161         (clog_test_data): Likewise.
24162         (clog10_test_data): Likewise.
24163         (conj_test_data): Likewise.
24164         (copysign_test_data): Likewise.
24165         (cos_test_data): Likewise.
24166         (cos_tonearest_test_data): Likewise.
24167         (cos_towardzero_test_data): Likewise.
24168         (cos_downward_test_data): Likewise.
24169         (cos_upward_test_data): Likewise.
24170         (cosh_test_data): Likewise.
24171         (cosh_tonearest_test_data): Likewise.
24172         (cosh_towardzero_test_data): Likewise.
24173         (cosh_downward_test_data): Likewise.
24174         (cosh_upward_test_data): Likewise.
24175         (cpow_test_data): Likewise.
24176         (cproj_test_data): Likewise.
24177         (creal_test_data): Likewise.
24178         (csin_test_data): Likewise.
24179         (csinh_test_data): Likewise.
24180         (csqrt_test_data): Likewise.
24181         (ctan_test_data): Likewise.
24182         (ctan_tonearest_test_data): Likewise.
24183         (ctan_towardzero_test_data): Likewise.
24184         (ctan_downward_test_data): Likewise.
24185         (ctan_upward_test_data): Likewise.
24186         (ctanh_test_data): Likewise.
24187         (ctanh_tonearest_test_data): Likewise.
24188         (ctanh_towardzero_test_data): Likewise.
24189         (ctanh_downward_test_data): Likewise.
24190         (ctanh_upward_test_data): Likewise.
24191         (erf_test_data): Likewise.
24192         (erfc_test_data): Likewise.
24193         (exp_test_data): Likewise.
24194         (exp_tonearest_test_data): Likewise.
24195         (exp_towardzero_test_data): Likewise.
24196         (exp_downward_test_data): Likewise.
24197         (exp_upward_test_data): Likewise.
24198         (exp10_test_data): Likewise.
24199         (exp2_test_data): Likewise.
24200         (expm1_test_data): Likewise.
24201         (fabs_test_data): Likewise.
24202         (fdim_test_data): Likewise.
24203         (finite_test_data): Likewise.
24204         (floor_test_data): Likewise.
24205         (fma_test_data): Likewise.
24206         (fma_towardzero_test_data): Likewise.
24207         (fma_downward_test_data): Likewise.
24208         (fma_upward_test_data): Likewise.
24209         (fmax_test_data): Likewise.
24210         (fmin_test_data): Likewise.
24211         (fmod_test_data): Likewise.
24212         (fpclassify_test_data): Likewise.
24213         (frexp_test_data): Likewise.
24214         (gamma_test_data): Likewise.
24215         (hypot_test_data): Likewise.
24216         (ilogb_test_data): Likewise.
24217         (isfinite_test_data): Likewise.
24218         (isgreater_test_data): Likewise.
24219         (isgreaterequal_test_data): Likewise.
24220         (isinf_test_data): Likewise.
24221         (isless_test_data): Likewise.
24222         (islessequal_test_data): Likewise.
24223         (islessgreater_test_data): Likewise.
24224         (isnan_test_data): Likewise.
24225         (isnormal_test_data): Likewise.
24226         (issignaling_test_data): Likewise.
24227         (isunordered_test_data): Likewise.
24228         (j0_test_data): Likewise.
24229         (j1_test_data): Likewise.
24230         (jn_test_data): Likewise.
24231         (ldexp_test_data): Likewise.
24232         (lgamma_test_data): Likewise.
24233         (lrint_test_data): Likewise.
24234         (lrint_tonearest_test_data): Likewise.
24235         (lrint_towardzero_test_data): Likewise.
24236         (lrint_downward_test_data): Likewise.
24237         (lrint_upward_test_data): Likewise.
24238         (llrint_test_data): Likewise.
24239         (llrint_tonearest_test_data): Likewise.
24240         (llrint_towardzero_test_data): Likewise.
24241         (llrint_downward_test_data): Likewise.
24242         (llrint_upward_test_data): Likewise.
24243         (log_test_data): Likewise.
24244         (log10_test_data): Likewise.
24245         (log1p_test_data): Likewise.
24246         (log2_test_data): Likewise.
24247         (logb_test_data): Likewise.
24248         (logb_downward_test_data): Likewise.
24249         (lround_test_data): Likewise.
24250         (llround_test_data): Likewise.
24251         (modf_test_data): Likewise.
24252         (nearbyint_test_data): Likewise.
24253         (nextafter_test_data): Likewise.
24254         (nexttoward_test_data): Likewise.
24255         (pow_test_data): Likewise.
24256         (pow_tonearest_test_data): Likewise.
24257         (pow_towardzero_test_data): Likewise.
24258         (pow_downward_test_data): Likewise.
24259         (pow_upward_test_data): Likewise.
24260         (remainder_test_data): Likewise.
24261         (remainder_tonearest_test_data): Likewise.
24262         (remainder_towardzero_test_data): Likewise.
24263         (remainder_downward_test_data): Likewise.
24264         (remainder_upward_test_data): Likewise.
24265         (remquo_test_data): Likewise.
24266         (rint_test_data): Likewise.
24267         (rint_tonearest_test_data): Likewise.
24268         (rint_towardzero_test_data): Likewise.
24269         (rint_downward_test_data): Likewise.
24270         (rint_upward_test_data): Likewise.
24271         (round_test_data): Likewise.
24272         (scalb_test_data): Likewise.
24273         (scalbn_test_data): Likewise.
24274         (scalbln_test_data): Likewise.
24275         (signbit_test_data): Likewise.
24276         (sin_test_data): Likewise.
24277         (sin_tonearest_test_data): Likewise.
24278         (sin_towardzero_test_data): Likewise.
24279         (sin_downward_test_data): Likewise.
24280         (sin_upward_test_data): Likewise.
24281         (sincos_test_data): Likewise.
24282         (sinh_test_data): Likewise.
24283         (sinh_tonearest_test_data): Likewise.
24284         (sinh_towardzero_test_data): Likewise.
24285         (sinh_downward_test_data): Likewise.
24286         (sinh_upward_test_data): Likewise.
24287         (sqrt_test_data): Likewise.
24288         (tan_test_data): Likewise.
24289         (tan_tonearest_test_data): Likewise.
24290         (tan_towardzero_test_data): Likewise.
24291         (tan_downward_test_data): Likewise.
24292         (tan_upward_test_data): Likewise.
24293         (tanh_test_data): Likewise.
24294         (tgamma_test_data): Likewise.
24295         (trunc_test_data): Likewise.
24296         (y0_test_data): Likewise.
24297         (y1_test_data): Likewise.
24298         (yn_test_data): Likewise.
24299         (significand_test_data): Likewise.
24300
24301         * math/gen-libm-test.pl (@functions): Remove variable.
24302         (generate_testfile): Don't handle START and END lines.
24303         * math/libm-test.inc (START): New macro.
24304         (END): Likewise.
24305         (END_COMPLEX): Likewise.
24306         (acos_test): Use END macro without arguments.
24307         (acos_test_tonearest): Likewise.
24308         (acos_test_towardzero): Likewise.
24309         (acos_test_downward): Likewise.
24310         (acos_test_upward): Likewise.
24311         (acosh_test): Likewise.
24312         (asin_test): Likewise.
24313         (asin_test_tonearest): Likewise.
24314         (asin_test_towardzero): Likewise.
24315         (asin_test_downward): Likewise.
24316         (asin_test_upward): Likewise.
24317         (asinh_test): Likewise.
24318         (atan_test): Likewise.
24319         (atanh_test): Likewise.
24320         (atan2_test): Likewise.
24321         (cabs_test): Likewise.
24322         (cacos_test): Use END_COMPLEX macro without arguments.
24323         (cacosh_test): Likewise.
24324         (carg_test): Use END macro without arguments.
24325         (casin_test): Use END_COMPLEX macro without arguments.
24326         (casinh_test): Likewise.
24327         (catan_test): Likewise.
24328         (catanh_test): Likewise.
24329         (cbrt_test): Use END macro without arguments.
24330         (ccos_test): Use END_COMPLEX macro without arguments.
24331         (ccosh_test): Likewise.
24332         (ceil_test): Use END macro without arguments.
24333         (cexp_test): Use END_COMPLEX macro without arguments.
24334         (cimag_test): Use END macro without arguments.
24335         (clog_test): Use END_COMPLEX macro without arguments.
24336         (clog10_test): Likewise.
24337         (conj_test): Likewise.
24338         (copysign_test): Use END macro without arguments.
24339         (cos_test): Likewise.
24340         (cos_test_tonearest): Likewise.
24341         (cos_test_towardzero): Likewise.
24342         (cos_test_downward): Likewise.
24343         (cos_test_upward): Likewise.
24344         (cosh_test): Likewise.
24345         (cosh_test_tonearest): Likewise.
24346         (cosh_test_towardzero): Likewise.
24347         (cosh_test_downward): Likewise.
24348         (cosh_test_upward): Likewise.
24349         (cpow_test): Use END_COMPLEX macro without arguments.
24350         (cproj_test): Likewise.
24351         (creal_test): Use END macro without arguments.
24352         (csin_test): Use END_COMPLEX macro without arguments.
24353         (csinh_test): Likewise.
24354         (csqrt_test): Likewise.
24355         (ctan_test): Likewise.
24356         (ctan_test_tonearest): Likewise.
24357         (ctan_test_towardzero): Likewise.
24358         (ctan_test_downward): Likewise.
24359         (ctan_test_upward): Likewise.
24360         (ctanh_test): Likewise.
24361         (ctanh_test_tonearest): Likewise.
24362         (ctanh_test_towardzero): Likewise.
24363         (ctanh_test_downward): Likewise.
24364         (ctanh_test_upward): Likewise.
24365         (erf_test): Use END macro without arguments.
24366         (erfc_test): Likewise.
24367         (exp_test): Likewise.
24368         (exp_test_tonearest): Likewise.
24369         (exp_test_towardzero): Likewise.
24370         (exp_test_downward): Likewise.
24371         (exp_test_upward): Likewise.
24372         (exp10_test): Likewise.
24373         (exp2_test): Likewise.
24374         (expm1_test): Likewise.
24375         (fabs_test): Likewise.
24376         (fdim_test): Likewise.
24377         (finite_test): Likewise.
24378         (floor_test): Likewise.
24379         (fma_test): Likewise.
24380         (fma_test_towardzero): Likewise.
24381         (fma_test_downward): Likewise.
24382         (fma_test_upward): Likewise.
24383         (fmax_test): Likewise.
24384         (fmin_test): Likewise.
24385         (fmod_test): Likewise.
24386         (fpclassify_test): Likewise.
24387         (frexp_test): Likewise.
24388         (gamma_test): Likewise.
24389         (hypot_test): Likewise.
24390         (ilogb_test): Likewise.
24391         (isfinite_test): Likewise.
24392         (isgreater_test): Likewise.
24393         (isgreaterequal_test): Likewise.
24394         (isinf_test): Likewise.
24395         (isless_test): Likewise.
24396         (islessequal_test): Likewise.
24397         (islessgreater_test): Likewise.
24398         (isnan_test): Likewise.
24399         (isnormal_test): Likewise.
24400         (issignaling_test): Likewise.
24401         (isunordered_test): Likewise.
24402         (j0_test): Likewise.
24403         (j1_test): Likewise.
24404         (jn_test): Likewise.
24405         (ldexp_test): Likewise.
24406         (lgamma_test): Likewise.
24407         (lrint_test): Likewise.
24408         (lrint_test_tonearest): Likewise.
24409         (lrint_test_towardzero): Likewise.
24410         (lrint_test_downward): Likewise.
24411         (lrint_test_upward): Likewise.
24412         (llrint_test): Likewise.
24413         (llrint_test_tonearest): Likewise.
24414         (llrint_test_towardzero): Likewise.
24415         (llrint_test_downward): Likewise.
24416         (llrint_test_upward): Likewise.
24417         (log_test): Likewise.
24418         (log10_test): Likewise.
24419         (log1p_test): Likewise.
24420         (log2_test): Likewise.
24421         (logb_test): Likewise.
24422         (logb_test_downward): Likewise.
24423         (lround_test): Likewise.
24424         (llround_test): Likewise.
24425         (modf_test): Likewise.
24426         (nearbyint_test): Likewise.
24427         (nextafter_test): Likewise.
24428         (nexttoward_test): Likewise.
24429         (pow_test): Likewise.
24430         (pow_test_tonearest): Likewise.
24431         (pow_test_towardzero): Likewise.
24432         (pow_test_downward): Likewise.
24433         (pow_test_upward): Likewise.
24434         (remainder_test): Likewise.
24435         (remainder_test_tonearest): Likewise.
24436         (remainder_test_towardzero): Likewise.
24437         (remainder_test_downward): Likewise.
24438         (remainder_test_upward): Likewise.
24439         (remquo_test): Likewise.
24440         (rint_test): Likewise.
24441         (rint_test_tonearest): Likewise.
24442         (rint_test_towardzero): Likewise.
24443         (rint_test_downward): Likewise.
24444         (rint_test_upward): Likewise.
24445         (round_test): Likewise.
24446         (scalb_test): Likewise.
24447         (scalbn_test): Likewise.
24448         (scalbln_test): Likewise.
24449         (signbit_test): Likewise.
24450         (sin_test): Likewise.
24451         (sin_test_tonearest): Likewise.
24452         (sin_test_towardzero): Likewise.
24453         (sin_test_downward): Likewise.
24454         (sin_test_upward): Likewise.
24455         (sincos_test): Likewise.
24456         (sinh_test): Likewise.
24457         (sinh_test_tonearest): Likewise.
24458         (sinh_test_towardzero): Likewise.
24459         (sinh_test_downward): Likewise.
24460         (sinh_test_upward): Likewise.
24461         (sqrt_test): Likewise.
24462         (tan_test): Likewise.
24463         (tan_test_tonearest): Likewise.
24464         (tan_test_towardzero): Likewise.
24465         (tan_test_downward): Likewise.
24466         (tan_test_upward): Likewise.
24467         (tanh_test): Likewise.
24468         (tgamma_test): Likewise.
24469         (trunc_test): Likewise.
24470         (y0_test): Likewise.
24471         (y1_test): Likewise.
24472         (yn_test): Likewise.
24473         (significand_test): Likewise.
24474
24475 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24476
24477         [BZ #15381]
24478         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24479
24480 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24481
24482         [BZ #14894]
24483         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24484         __ppc_mdoio and __ppc_mdoom.
24485         * manual/platform.texi: Document new functions __ppc_yield,
24486         __ppc_mdoio and __ppc_mdoom.
24487
24488 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24489
24490         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24491         (main): Mention "tls" pseudo-hwcap is legacy.
24492         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24493
24494 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24495
24496         * math/gen-libm-test.pl (parse_args): Output only string of
24497         arguments as text for test name, not full call or descriptions of
24498         tests for extra outputs.
24499         (generate_testfile): Do not pass function name to parse_args.
24500         Generate this_func variable from START.
24501         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24502         field to arg_str.
24503         (struct test_ff_f_data): Likewise.
24504         (test_ff_f_data_nexttoward): Likewise.
24505         (struct test_fi_f_data): Likewise.
24506         (struct test_fl_f_data): Likewise.
24507         (struct test_if_f_data): Likewise.
24508         (struct test_fff_f_data): Likewise.
24509         (struct test_c_f_data): Likewise.
24510         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24511         (struct test_fF_f1_data): Likewise.
24512         (struct test_ffI_f1_data): Likewise.
24513         (struct test_c_c_data): Rename test_name field to arg_str.
24514         (struct test_cc_c_data): Likewise.
24515         (struct test_f_i_data): Likewise.
24516         (struct test_ff_i_data): Likewise.
24517         (struct test_f_l_data): Likewise.
24518         (struct test_f_L_data): Likewise.
24519         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24520         and extra2_name.
24521         (COMMON_TEST_SETUP): New macro.
24522         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24523         (COMMON_TEST_CLEANUP): Likewise.
24524         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24525         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24526         macros.
24527         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24528         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24529         macros.
24530         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24531         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24532         cleanup macros.
24533         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24534         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24535         macros.
24536         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24537         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24538         macros.
24539         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24540         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24541         cleanup macros.
24542         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24543         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24544         cleanup macros.
24545         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24546         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24547         cleanup macros.
24548         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24549         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24550         macros.
24551         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24552         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24553         macros.
24554         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24555         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24556         macros.
24557         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24558         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24559         cleanup macros.
24560         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24561         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24562         cleanup macros.
24563         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24564         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24565         macros.
24566         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24567         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24568         cleanup macros.
24569         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24570         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24571         macros.
24572         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24573         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24574         macros.
24575         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24576         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24577         cleanup macros.
24578         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24579
24580 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24581
24582         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24583         to _sifields.sigfault.
24584         (si_addr_lsb): Define new macro.
24585         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24586         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24587         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24588
24589 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24590
24591         [BZ #15441]
24592         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24593         returns -1.
24594         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24595         null return -1.
24596         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24597         loading the domain.
24598
24599 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24600
24601         * math/gen-libm-test.pl (parse_args): Do not include expected
24602         result in test name.
24603         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24604         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24605         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24606         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24607         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24608         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24609
24610 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24611
24612         * benchtests/Makefile: Sort function entries.
24613
24614         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24615         tanh, asinh, acosh, atanh.
24616         * benchtests/acos-inputs: New file.
24617         * benchtests/acosh-inputs: New file.
24618         * benchtests/asin-inputs: New file.
24619         * benchtests/asinh-inputs: New file.
24620         * benchtests/atanh-inputs: New file.
24621         * benchtests/cosh-inputs: New file.
24622         * benchtests/log-inputs: New file.
24623         * benchtests/sinh-inputs: New file.
24624         * benchtests/tanh-inputs: New file.
24625
24626 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24627
24628         [BZ #15339]
24629         * posix/tst-getaddrinfo4.c: New test.
24630         * posix/Makefile (tests): Add it.
24631
24632 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24633
24634         [BZ #15339]
24635         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24636         when no services were used.
24637         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24638         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24639
24640 2013-05-21  Andreas Schwab  <schwab@suse.de>
24641
24642         [BZ #15014]
24643         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24644         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24645         successful.
24646         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24647         redundant variable declarations and reallocation of buffer when
24648         parsing as IPv6 address.  Always set NSS status when called from
24649         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24650         buffer too small.  Correct computation of needed size.
24651         * nss/Makefile (tests): Add test-digits-dots.
24652         * nss/test-digits-dots.c: New test.
24653
24654 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24655
24656         * benchtests/Makefile: Remove instructions for adding
24657         benchmark tests.
24658         * benchtests/README: New file to explain how to execute and
24659         enhance the benchmark tests.
24660
24661 2013-05-21  Andreas Schwab  <schwab@suse.de>
24662
24663         [BZ #15493]
24664         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24665         * setjmp/tst-sigsetjmp.c: New test.
24666
24667 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24668
24669         * sysdeps/x86_64/memset.S (memset): New implementation.
24670         (__bzero): Likewise.
24671         (__memset_tail): New function.
24672
24673 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24674
24675         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24676         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24677         __memcpy_sse2_unaligned ifunc selection.
24678         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24679         Add memcpy-sse2-unaligned.S.
24680         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24681         Add: __memcpy_sse2_unaligned.
24682
24683 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24684
24685         [BZ #15490]
24686         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24687         math_force_eval before restoring floating-point envrionment.
24688         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24689         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24690         Likewise.
24691         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24692         <math_private.h>.
24693         (__nearbyintl): Use math_force_eval before restoring
24694         floating-point environment.
24695         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24696
24697         * math/gen-libm-test.pl (special_functions): Remove.
24698         (parse_args): Don't handle TEST_extra.  Handle functions with no
24699         return value.
24700         * math/libm-test.inc (struct test_sincos_data): Replace with
24701         struct test_fFF_11_data.
24702         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24703         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24704         (sincos_test_data): Change element type to struct
24705         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24706         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24707         RUN_TEST_LOOP_sincos.
24708         * math/README.libm-test: Don't mention special handling of
24709         individual functions.
24710         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24711         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24712         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24713         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24714         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24715         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24716
24717         * math/gen-libm-test.pl (get_variable): Remove function.
24718         (parse_args): Don't show pointer parameters to call in test
24719         names.  Use "extra output N" in test names for extra outputs
24720         rather than naming variables.
24721
24722 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24723
24724         [BZ #15488]
24725         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24726         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24727         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24728         double tests.
24729         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24730         disable.
24731         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24732         check_long_double.
24733
24734         * math/gen-libm-test.pl (@tests): Remove variable.
24735         ($count): Likewise.
24736         (new_test): Remove function.
24737         (show_exceptions): New function.
24738         (special_functions): Use show_exceptions instead of new_test.
24739         (parse_args): Likewise.
24740         (generate_testfile): Pass only function name in generated call to
24741         print_max_error or print_complex_max_error.
24742         (get_ulps): Do not handle complex tests specially.
24743         (output_test): Rename to ...
24744         (get_all_ulps_for_test): ... this.  Return a string rather than
24745         printing to a file.  Require ulps to be present.
24746         (output_ulps): Generate arrays rather than #defines.
24747         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24748         (struct ulp_data): New type.
24749         (BUILD_COMPLEX_ULP): Remove macro.
24750         (compare_ulp_data): New function.
24751         (find_ulps): Likewise.
24752         (find_test_ulps): Likewise.
24753         (find_function_ulps): Likewise.
24754         (find_complex_function_ulps): Likewise.
24755         (print_max_error): Determine allowed ulps using
24756         find_function_ulps.
24757         (print_complex_max_error): Determine allowed ulps using
24758         find_complex_function_ulps.
24759         (check_float_internal): Determine max ulps using find_test_ulps.
24760         (check_float): Do not take max_ulp parameter.  Update call to
24761         check_float_internal.
24762         (check_complex): Likewise.
24763         (check_int): Do not take max_ulp parameter.
24764         (check_long): Likewise.
24765         (check_bool): Likewise.
24766         (check_longlong): Likewise.
24767         (struct test_f_f_data): Remove max_ulp field.
24768         (struct test_ff_f_data): Likewise.
24769         (struct test_ff_f_data_nexttoward): Likewise.
24770         (struct test_fi_f_data): Likewise.
24771         (struct test_fl_f_data): Likewise.
24772         (struct test_if_f_data): Likewise.
24773         (struct test_fff_f_data): Likewise.
24774         (struct test_c_f_data): Likewise.
24775         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24776         (struct test_fF_f1_data): Likewise.
24777         (struct test_ffI_f1_data): Likewise.
24778         (struct test_c_c_data): Remove max_ulp field.
24779         (struct test_cc_c_data): Likewise.
24780         (struct test_f_i_data): Likewise.
24781         (struct test_ff_i_data): Likewise.
24782         (struct test_f_l_data): Likewise.
24783         (struct test_f_L_data): Likewise.
24784         (struct test_sincos_data): Likewise.
24785         (RUN_TEST_f_f): Do not handle ulps.
24786         (RUN_TEST_LOOP_f_f): Likewise.
24787         (RUN_TEST_2_f): Likewise.
24788         (RUN_TEST_LOOP_2_f): Likewise.
24789         (RUN_TEST_fff_f): Likewise.
24790         (RUN_TEST_LOOP_fff_f): Likewise.
24791         (RUN_TEST_c_f): Likewise.
24792         (RUN_TEST_LOOP_c_f): Likewise.
24793         (RUN_TEST_f_f1): Likewise.
24794         (RUN_TEST_LOOP_f_f1): Likewise.
24795         (RUN_TEST_fF_f1): Likewise.
24796         (RUN_TEST_LOOP_fF_f1): Likewise.
24797         (RUN_TEST_fI_f1): Likewise.
24798         (RUN_TEST_LOOP_fI_f1): Likewise.
24799         (RUN_TEST_ffI_f1): Likewise.
24800         (RUN_TEST_LOOP_ffI_f1): Likewise.
24801         (RUN_TEST_c_c): Likewise.
24802         (RUN_TEST_LOOP_c_c): Likewise.
24803         (RUN_TEST_cc_c): Likewise.
24804         (RUN_TEST_LOOP_cc_c): Likewise.
24805         (RUN_TEST_f_i): Likewise.
24806         (RUN_TEST_LOOP_f_i): Likewise.
24807         (RUN_TEST_f_i_tg): Likewise.
24808         (RUN_TEST_LOOP_f_i_tg): Likewise.
24809         (RUN_TEST_ff_i_tg): Likewise.
24810         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24811         (RUN_TEST_f_b): Likewise.
24812         (RUN_TEST_LOOP_f_b): Likewise.
24813         (RUN_TEST_f_b_tg): Likewise.
24814         (RUN_TEST_LOOP_f_b_tg): Likewise.
24815         (RUN_TEST_f_l): Likewise.
24816         (RUN_TEST_LOOP_f_l): Likewise.
24817         (RUN_TEST_f_L): Likewise.
24818         (RUN_TEST_LOOP_f_L): Likewise.
24819         (RUN_TEST_sincos): Likewise.
24820         (RUN_TEST_LOOP_sincos): Likewise.
24821
24822 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24823
24824         [BZ #15480]
24825         [BZ #15485]
24826         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24827         main case of finite arguments, set rounding mode to FE_TONEAREST
24828         and discard exceptions.
24829         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24830         exceptions.
24831         (remainder_tonearest_test_data): New variable.
24832         (remainder_test_tonearest): New function.
24833         (remainder_towardzero_test_data): New variable.
24834         (remainder_test_towardzero): New function.
24835         (remainder_downward_test_data): New variable.
24836         (remainder_test_downward): New function.
24837         (remainder_upward_test_data): New variable.
24838         (remainder_test_upward): New function.
24839         (main): Call the new test functions.
24840
24841         * math/libm-test.inc (struct test_f_f1_data): Remove field
24842         extra_init.
24843         (struct test_fF_f1_data): Likewise.
24844         (struct test_ffI_f1_data): Likewise.
24845         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24846         based on value of EXTRA_EXPECTED.
24847         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24848         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24849         EXTRA_VAR based on value of EXTRA_EXPECTED.
24850         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24851         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24852         EXTRA_VAR based on value of EXTRA_EXPECTED.
24853         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24854         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24855         EXTRA_VAR based on value of EXTRA_EXPECTED.
24856         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24857         * math/gen-libm-test.pl (parse_args): Don't output initializers
24858         for extra output values.
24859
24860         * math/libm-test.inc (check_int): Expect result to be exactly
24861         equal to expected value and do not handle ulps.
24862         (check_long): Likewise.
24863         (check_longlong): Likewise.
24864
24865         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24866         exceptions.
24867         (cimag_test_data): Likewise.
24868         (conj_test_data): Likewise.
24869         (copysign_test_data): Likewise.
24870         (cproj_test_data): Likewise.
24871         (creal_test_data): Likewise.
24872         (fabs_test_data): Likewise.
24873         (fdim_test_data): Likewise.
24874         (finite_test_data): Likewise.
24875         (floor_test_data): Likewise.
24876         (fmax_test_data): Likewise.
24877         (fmin_test_data): Likewise.
24878         (fmod_test_data): Likewise.
24879         (fpclassify_test_data): Likewise.
24880         (frexp_test_data): Likewise.
24881         (ilogb_test_data): Likewise.
24882         (isfinite_test_data): Likewise.
24883         (isgreater_test_data): Likewise.
24884         (isgreaterequal_test_data): Likewise.
24885         (isinf_test_data): Likewise.
24886         (isless_test_data): Likewise.
24887         (islessequal_test_data): Likewise.
24888         (islessgreater_test_data): Likewise.
24889         (isnan_test_data): Likewise.
24890         (isnormal_test_data): Likewise.
24891         (issignaling_test_data): Likewise.
24892         (isunordered_test_data): Likewise.
24893         (ldexp_test_data): Likewise.
24894         (lrint_test_data): Likewise.
24895         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24896         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24897         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24898         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24899         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24900         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24901         test input.
24902         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24903         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24904         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24905         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24906         that test input.
24907         (lrint_downward_test_data): Test for "inexact" exceptions.
24908         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24909         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24910         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24911         test input.
24912         (lrint_upward_test_data): Test for "inexact" exceptions.
24913         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24914         test input.
24915         (llrint_test_data): Test for "inexact" exceptions.
24916         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24917         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24918         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24919         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24920         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24921         (llrint_downward_test_data): Test for "inexact" exceptions.
24922         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24923         (llrint_upward_test_data): Test for "inexact" exceptions.
24924         (logb_test_data): Likewise.
24925         (logb_downward_test_data): Likewise.
24926         (nextafter_test_data): Likewise.
24927         (nexttoward_test_data): Likewise.
24928         (remainder_test_data): Likewise.
24929         (remquo_test_data): Likewise.
24930         (scalbn_test_data): Likewise.
24931         (scalbln_test_data): Likewise.
24932         (signbit_test_data): Likewise.
24933         (sqrt_test_data): Likewise.
24934         (significand_test_data): Likewise.
24935
24936 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24937
24938         [BZ #15424]
24939         * benchtests/bench-modf.c (struct args): Mark arg0 as
24940         volatile.
24941         * scripts/bench.pl: Mark members of struct args as volatile.
24942
24943 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24944
24945         [BZ # 15497]
24946         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24947         negative infinity on POWER6 or lower.
24948         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24949
24950 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24951
24952         [BZ #15442]
24953         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24954         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24955         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24956         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24957         (_FP_SETQNAN): New macro.
24958         (_FP_SETQNAN_SEMIRAW): Likewise.
24959         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24960         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24961         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24962         (FP_EXTEND): Use _FP_FRAC_SNANP.
24963         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24964         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24965         into account.
24966         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24967         New macro.
24968         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24969         Likewise.
24970
24971 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24972
24973         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24974         with DIVIDE_BY_ZERO_EXCEPTION.
24975         (gamma_test_data): Likewise.
24976         (lgamma_test_data): Likewise.
24977         (log_test_data): Likewise.
24978         (log10_test_data): Likewise.
24979         (log2_test_data): Likewise.
24980         (tgamma_test_data): Likewise.
24981
24982         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24983         (acos_test_tonearest): Likewise.
24984         (acos_test_towardzero): Likewise.
24985         (acos_test_downward): Likewise.
24986         (acos_test_upward): Likewise.
24987         (acosh_test): Likewise.
24988         (asin_test): Likewise.
24989         (asin_test_tonearest): Likewise.
24990         (asin_test_towardzero): Likewise.
24991         (asin_test_downward): Likewise.
24992         (asin_test_upward): Likewise.
24993         (asinh_test): Likewise.
24994         (atan_test): Likewise.
24995         (atanh_test): Likewise.
24996         (atan2_test): Likewise.
24997         (cabs_test): Likewise.
24998         (cacos_test): Likewise.
24999         (cacosh_test): Likewise.
25000         (casin_test): Likewise.
25001         (casinh_test): Likewise.
25002         (catan_test): Likewise.
25003         (catanh_test): Likewise.
25004         (cbrt_test): Likewise.
25005         (ccos_test): Likewise.
25006         (ccosh_test): Likewise.
25007         (cexp_test): Likewise.
25008         (clog_test): Likewise.
25009         (clog10_test): Likewise.
25010         (cos_test): Likewise.
25011         (cos_test_tonearest): Likewise.
25012         (cos_test_towardzero): Likewise.
25013         (cos_test_downward): Likewise.
25014         (cos_test_upward): Likewise.
25015         (cosh_test): Likewise.
25016         (cosh_test_tonearest): Likewise.
25017         (cosh_test_towardzero): Likewise.
25018         (cosh_test_downward): Likewise.
25019         (cosh_test_upward): Likewise.
25020         (cpow_test): Likewise.
25021         (csin_test): Likewise.
25022         (csinh_test): Likewise.
25023         (csqrt_test): Likewise.
25024         (ctan_test): Likewise.
25025         (ctan_test_tonearest): Likewise.
25026         (ctan_test_towardzero): Likewise.
25027         (ctan_test_downward): Likewise.
25028         (ctan_test_upward): Likewise.
25029         (ctanh_test): Likewise.
25030         (ctanh_test_tonearest): Likewise.
25031         (ctanh_test_towardzero): Likewise.
25032         (ctanh_test_downward): Likewise.
25033         (ctanh_test_upward): Likewise.
25034         (erf_test): Likewise.
25035         (erfc_test): Likewise.
25036         (exp_test): Likewise.
25037         (exp_test_tonearest): Likewise.
25038         (exp_test_towardzero): Likewise.
25039         (exp_test_downward): Likewise.
25040         (exp_test_upward): Likewise.
25041         (exp10_test): Likewise.
25042         (exp2_test): Likewise.
25043         (expm1_test): Likewise.
25044         (fmod_test): Likewise.
25045         (gamma_test): Likewise.
25046         (hypot_test): Likewise.
25047         (j0_test): Likewise.
25048         (j1_test): Likewise.
25049         (jn_test): Likewise.
25050         (lgamma_test): Likewise.
25051         (log_test): Likewise.
25052         (log10_test): Likewise.
25053         (log1p_test): Likewise.
25054         (log2_test): Likewise.
25055         (logb_test_downward): Likewise.
25056         (pow_test): Likewise.
25057         (pow_test_tonearest): Likewise.
25058         (pow_test_towardzero): Likewise.
25059         (pow_test_downward): Likewise.
25060         (pow_test_upward): Likewise.
25061         (remainder_test): Likewise.
25062         (remquo_test): Likewise.
25063         (sin_test): Likewise.
25064         (sin_test_tonearest): Likewise.
25065         (sin_test_towardzero): Likewise.
25066         (sin_test_downward): Likewise.
25067         (sin_test_upward): Likewise.
25068         (sincos_test): Likewise.
25069         (sinh_test): Likewise.
25070         (sinh_test_tonearest): Likewise.
25071         (sinh_test_towardzero): Likewise.
25072         (sinh_test_downward): Likewise.
25073         (sinh_test_upward): Likewise.
25074         (sqrt_test): Likewise.
25075         (tan_test): Likewise.
25076         (tan_test_tonearest): Likewise.
25077         (tan_test_towardzero): Likewise.
25078         (tan_test_downward): Likewise.
25079         (tan_test_upward): Likewise.
25080         (tanh_test): Likewise.
25081         (tgamma_test): Likewise.
25082         (y0_test): Likewise.
25083         (y1_test): Likewise.
25084         (yn_test): Likewise.
25085
25086         * math/gen-libm-test.pl (adjust_arg): Remove function.
25087         (special_function): Remove argument $in_func.  Only handle
25088         generating output for tables of tests, not inside functions.
25089         (parse_args): Likewise.
25090         (generate_testfile): Remove variable $in_func.  Update call to
25091         parse_args.
25092         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
25093         (MINUS_ZERO_INIT): Rename macro to minus_zero.
25094         (PLUS_INFTY_INIT): Rename macro to plus_infty.
25095         (MINUS_INFTY_INIT): Rename macro to minus_infty.
25096         (QNAN_VALUE_INIT): Rename macro to qnan_value.
25097         (MAX_VALUE_INIT): Rename macro to max_value.
25098         (MIN_VALUE_INIT): Rename macro to min_value.
25099         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
25100         (plus_zero): Remove variable.
25101         (minus_zero): Likewise.
25102         (plus_infty): Likewise.
25103         (minus_infty): Likewise.
25104         (qnan_value): Likewise.
25105         (max_value): Likewise.
25106         (min_value): Likewise.
25107         (min_subnorm_value): Likewise.
25108
25109 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25110
25111         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
25112         uint64_t or uint32_t usage.
25113         * crypt/sha256-block.c: Likewise.
25114         * crypt/sha256-crypt.c: Likewise.
25115         * crypt/sha256.c: Likewise.
25116         * crypt/sha512-block.c: Likewise.
25117         * crypt/sha512-crypt.c: Likewise.
25118         * crypt/sha512.c: Likewise.
25119         * debug/backtrace-tst.c: Likewise.
25120         * debug/pcprofiledump.c: Likewise.
25121         * elf/cache.c: Likewise.
25122         * elf/dl-cache.c: Likewise.
25123         * elf/dl-misc.c: Likewise.
25124         * elf/dl-profile.c: Likewise.
25125         * elf/dl-support.c: Likewise.
25126         * elf/ldconfig.c: Likewise.
25127         * elf/sprof.c: Likewise.
25128         * iconv/dummy-repertoire.c: Likewise.
25129         * iconv/iconv_charmap.c: Likewise.
25130         * iconv/skeleton.c: Likewise.
25131         * iconvdata/8bit-generic.c: Likewise.
25132         * iconvdata/cp737.h: Likewise.
25133         * iconvdata/cp775.h: Likewise.
25134         * iconvdata/ibm1008.h: Likewise.
25135         * iconvdata/ibm1025.h: Likewise.
25136         * iconvdata/ibm1046.h: Likewise.
25137         * iconvdata/ibm1097.h: Likewise.
25138         * iconvdata/ibm1112.h: Likewise.
25139         * iconvdata/ibm1122.h: Likewise.
25140         * iconvdata/ibm1123.h: Likewise.
25141         * iconvdata/ibm1124.h: Likewise.
25142         * iconvdata/ibm1129.h: Likewise.
25143         * iconvdata/ibm1130.h: Likewise.
25144         * iconvdata/ibm1132.h: Likewise.
25145         * iconvdata/ibm1133.h: Likewise.
25146         * iconvdata/ibm1137.h: Likewise.
25147         * iconvdata/ibm1140.h: Likewise.
25148         * iconvdata/ibm1141.h: Likewise.
25149         * iconvdata/ibm1142.h: Likewise.
25150         * iconvdata/ibm1143.h: Likewise.
25151         * iconvdata/ibm1144.h: Likewise.
25152         * iconvdata/ibm1145.h: Likewise.
25153         * iconvdata/ibm1146.h: Likewise.
25154         * iconvdata/ibm1147.h: Likewise.
25155         * iconvdata/ibm1148.h: Likewise.
25156         * iconvdata/ibm1149.h: Likewise.
25157         * iconvdata/ibm1153.h: Likewise.
25158         * iconvdata/ibm1154.h: Likewise.
25159         * iconvdata/ibm1155.h: Likewise.
25160         * iconvdata/ibm1156.h: Likewise.
25161         * iconvdata/ibm1157.h: Likewise.
25162         * iconvdata/ibm1158.h: Likewise.
25163         * iconvdata/ibm1160.h: Likewise.
25164         * iconvdata/ibm1161.h: Likewise.
25165         * iconvdata/ibm1162.h: Likewise.
25166         * iconvdata/ibm1163.h: Likewise.
25167         * iconvdata/ibm1164.h: Likewise.
25168         * iconvdata/ibm1166.h: Likewise.
25169         * iconvdata/ibm1167.h: Likewise.
25170         * iconvdata/ibm12712.h: Likewise.
25171         * iconvdata/ibm1390.h: Likewise.
25172         * iconvdata/ibm1399.h: Likewise.
25173         * iconvdata/ibm16804.h: Likewise.
25174         * iconvdata/ibm4517.h: Likewise.
25175         * iconvdata/ibm4899.h: Likewise.
25176         * iconvdata/ibm4909.h: Likewise.
25177         * iconvdata/ibm4971.h: Likewise.
25178         * iconvdata/ibm5347.h: Likewise.
25179         * iconvdata/ibm803.h: Likewise.
25180         * iconvdata/ibm856.h: Likewise.
25181         * iconvdata/ibm901.h: Likewise.
25182         * iconvdata/ibm902.h: Likewise.
25183         * iconvdata/ibm9030.h: Likewise.
25184         * iconvdata/ibm9066.h: Likewise.
25185         * iconvdata/ibm921.h: Likewise.
25186         * iconvdata/ibm922.h: Likewise.
25187         * iconvdata/ibm9448.h: Likewise.
25188         * iconvdata/isiri-3342.h: Likewise.
25189         * iconvdata/jis0201.h: Likewise.
25190         * include/link.h: Likewise.
25191         * include/netdb.h: Likewise.
25192         * inet/check_native.c: Likewise.
25193         * inet/check_pf.c: Likewise.
25194         * inet/getipv4sourcefilter.c: Likewise.
25195         * inet/getnameinfo.c: Likewise.
25196         * inet/getsourcefilter.c: Likewise.
25197         * inet/htonl.c: Likewise.
25198         * inet/setipv4sourcefilter.c: Likewise.
25199         * inet/setsourcefilter.c: Likewise.
25200         * inet/test-inet6_opt.c: Likewise.
25201         * inet/tst-network.c: Likewise.
25202         * locale/C-collate.c: Likewise.
25203         * locale/C-ctype.c: Likewise.
25204         * locale/C-time.c: Likewise.
25205         * locale/C-translit.h: Likewise.
25206         * locale/loadarchive.c: Likewise.
25207         * locale/programs/3level.h: Likewise.
25208         * locale/programs/charmap.c: Likewise.
25209         * locale/programs/charmap.h: Likewise.
25210         * locale/programs/ld-address.c: Likewise.
25211         * locale/programs/ld-collate.c: Likewise.
25212         * locale/programs/ld-ctype.c: Likewise.
25213         * locale/programs/ld-identification.c: Likewise.
25214         * locale/programs/ld-measurement.c: Likewise.
25215         * locale/programs/ld-messages.c: Likewise.
25216         * locale/programs/ld-monetary.c: Likewise.
25217         * locale/programs/ld-name.c: Likewise.
25218         * locale/programs/ld-numeric.c: Likewise.
25219         * locale/programs/ld-paper.c: Likewise.
25220         * locale/programs/ld-telephone.c: Likewise.
25221         * locale/programs/ld-time.c: Likewise.
25222         * locale/programs/linereader.c: Likewise.
25223         * locale/programs/locale.c: Likewise.
25224         * locale/programs/locarchive.c: Likewise.
25225         * locale/programs/locfile.h: Likewise.
25226         * locale/programs/repertoire.c: Likewise.
25227         * locale/programs/simple-hash.c: Likewise.
25228         * locale/programs/simple-hash.h: Likewise.
25229         * malloc/memusage.c: Likewise.
25230         * malloc/memusagestat.c: Likewise.
25231         * nis/nis_defaults.c: Likewise.
25232         * nis/nis_hash.c: Likewise.
25233         * nis/nis_print.c: Likewise.
25234         * nis/nis_xdr.c: Likewise.
25235         * nscd/connections.c: Likewise.
25236         * nscd/hstcache.c: Likewise.
25237         * nscd/nscd_gethst_r.c: Likewise.
25238         * nscd/nscd_getserv_r.c: Likewise.
25239         * nscd/nscd_helper.c: Likewise.
25240         * nscd/servicescache.c: Likewise.
25241         * nss/makedb.c: Likewise.
25242         * nss/nss_db/db-XXX.c: Likewise.
25243         * nss/nss_db/db-initgroups.c: Likewise.
25244         * nss/nss_db/db-netgrp.c: Likewise.
25245         * nss/nss_files/files-network.c: Likewise.
25246         * nss/nss_files/files-parse.c: Likewise.
25247         * posix/bug-regex5.c: Likewise.
25248         * posix/fnmatch_loop.c: Likewise.
25249         * posix/regcomp.c: Likewise.
25250         * posix/regexec.c: Likewise.
25251         * posix/tst-rfc3484-2.c: Likewise.
25252         * posix/tst-rfc3484-3.c: Likewise.
25253         * posix/tst-rfc3484.c: Likewise.
25254         * resolv/nss_dns/dns-canon.c: Likewise.
25255         * resolv/nss_dns/dns-network.c: Likewise.
25256         * resolv/res_init.c: Likewise.
25257         * resolv/res_mkquery.c: Likewise.
25258         * resolv/tst-aton.c: Likewise.
25259         * stdlib/cxa_atexit.c: Likewise.
25260         * stdlib/cxa_finalize.c: Likewise.
25261         * stdlib/gen-fpioconst.c: Likewise.
25262         * stdlib/strtol_l.c: Likewise.
25263         * string/tst-endian.c: Likewise.
25264         * sunrpc/auth_des.c: Likewise.
25265         * sunrpc/clnt_udp.c: Likewise.
25266         * sunrpc/rtime.c: Likewise.
25267         * sunrpc/svcauth_des.c: Likewise.
25268         * sunrpc/xdr.c: Likewise.
25269         * sunrpc/xdr_intXX_t.c: Likewise.
25270         * sunrpc/xdr_rec.c: Likewise.
25271         * sysdeps/generic/ldconfig.h: Likewise.
25272         * sysdeps/generic/ldsodefs.h: Likewise.
25273         * sysdeps/generic/memusage.h: Likewise.
25274         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25275         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25276         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25277         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25278         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25279         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25280         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25281         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25282         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25283         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25284         * sysdeps/posix/getaddrinfo.c: Likewise.
25285         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25286         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25287         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25288         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25289         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25290         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25291         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25292         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25293         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25294         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25295         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25296         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25297         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25298         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25299         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25300         * sysdeps/x86_64/dl-tls.h: Likewise.
25301         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25302         * time/alt_digit.c: Likewise.
25303         * time/era.c: Likewise.
25304         * wcsmbs/tst-c16c32-1.c: Likewise.
25305
25306 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25307
25308         * math/libm-test.inc (struct test_sincos_data): New type.
25309         (RUN_TEST_LOOP_sincos): New macro.
25310         (sincos_test_data): New variable.
25311         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25312
25313 2013-05-16  Richard Henderson  <rth@redhat.com>
25314
25315         * math/atest-exp2.c (LIMB64): New macro.
25316         (CONSTSZ): New macro.
25317         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25318         (hexdig): Move ...
25319         (print_mpn_fp): ... to function scope.
25320         (read_mpn_hex): Remove.
25321         (get_log2): Remove.
25322         (exp2_mpn): Use mp_log2.
25323         (main): Use mp_exp1.
25324
25325 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25326
25327         * math/libm-test.inc: Remove comment about not testing "inexact"
25328         exceptions.
25329         (INEXACT_EXCEPTION): New macro.
25330         (NO_INEXACT_EXCEPTION): Likewise.
25331         (INVALID_EXCEPTION_OK): Update value.
25332         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25333         (OVERFLOW_EXCEPTION_OK): Likewise.
25334         (UNDERFLOW_EXCEPTION_OK): Likewise.
25335         (IGNORE_ZERO_INF_SIGN): Likewise.
25336         (ERRNO_UNCHANGED): Likewise.
25337         (ERRNO_EDOM): Likewise.
25338         (ERRNO_ERANGE): Likewise.
25339         (test_exceptions): Handle testing "inexact" exceptions.
25340         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25341         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25342         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25343         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25344         INEXACT_EXCEPTION.
25345         (rint_towardzero_test_data): Likewise.
25346         (rint_downward_test_data): Likewise.
25347         (rint_upward_test_data): Likewise.
25348
25349         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25350         with OVERFLOW_EXCEPTION.
25351         (exp10_test_data): Likewise.
25352         (exp2_test_data): Likewise.
25353         (expm1_test_data): Likewise.
25354         (lgamma_test_data): Likewise.
25355         (pow_test_data): Likewise.
25356         (tgamma_test_data): Likewise.
25357         (yn_test_data): Remove duplicate test of overflow.
25358
25359         * math/libm-test.inc (struct test_cc_c_data): New type.
25360         (RUN_TEST_LOOP_cc_c): New macro.
25361         (cpow_test_data): New variable.
25362         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25363
25364         * math/libm-test.inc (struct test_f_L_data): New type.
25365         (RUN_TEST_LOOP_f_L): New macro.
25366         (llrint_test_data): New variable.
25367         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25368         (llrint_tonearest_test_data): New variable.
25369         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25370         (llrint_towardzero_test_data): New variable.
25371         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25372         (llrint_downward_test_data): New variable.
25373         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25374         (llrint_upward_test_data): New variable.
25375         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25376         (llround_test_data): New variable.
25377         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25378
25379 2013-05-13  Peter Collingbourne  <pcc@google.com>
25380
25381         * math/atest-exp2.c (get_log2): Remove const attribute.
25382
25383 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25384
25385         * math/libm-test.inc (struct test_f_l_data): New type.
25386         (RUN_TEST_LOOP_f_l): New macro.
25387         (lrint_test_data): New variable.
25388         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25389         (lrint_tonearest_test_data): New variable.
25390         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25391         (lrint_towardzero_test_data): New variable.
25392         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25393         (lrint_downward_test_data): New variable.
25394         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25395         (lrint_upward_test_data): New variable.
25396         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25397         (lround_test_data): New variable.
25398         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25399
25400 2013-05-15  Peter Collingbourne  <pcc@google.com>
25401
25402         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25403         (EXTRACT_WORDS64) Use where appropriate.
25404         (INSERT_WORDS64) Likewise.
25405
25406         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25407         constraints with x constraints.
25408         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25409
25410         * malloc/obstack.c (_obstack_compat): Add initializer.
25411
25412 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25413
25414         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25415         si_trapno and add si_addr_lsb to _sifields.sigfault.
25416         (si_trapno): Remove macro.
25417         (si_addr_lsb): Define new macro.
25418         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25419
25420 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25421
25422         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25423         instead of TEST_f_l.
25424         (llrint_test_tonearest): Likewise.
25425         (llrint_test_towardzero): Likewise.
25426         (llrint_test_downward): Likewise.
25427         (llrint_test_upward): Likewise.
25428         (llround_test): Likewise.
25429
25430         * math/libm-test.inc (struct test_f_i_data): Add comment.
25431         (RUN_TEST_LOOP_f_b): New macro.
25432         (RUN_TEST_LOOP_f_b_tg): Likewise.
25433         (finite_test_data): New variable.
25434         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25435         (isfinite_test_data): New variable.
25436         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25437         (isinf_test_data): New variable.
25438         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25439         (isnan_test_data): New variable.
25440         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25441         (isnormal_test_data): New variable.
25442         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25443         (issignaling_test_data): New variable.
25444         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25445         (signbit_test_data): New variable.
25446         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25447
25448         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25449         with INVALID_EXCEPTION.
25450         (acosh_test_data): Likewise.
25451         (asin_test_data): Likewise.
25452         (atanh_test_data): Likewise.
25453         (fmod_test_data): Likewise.
25454         (log_test_data): Likewise.
25455         (log10_test_data): Likewise.
25456         (log2_test_data): Likewise.
25457         (pow_test_data): Likewise.
25458         (sqrt_test_data): Likewise.
25459         (y0_test_data): Likewise.
25460         (y1_test_data): Likewise.
25461         (yn_test_data): Likewise.
25462
25463         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25464         function contents.
25465
25466         * math/libm-test.inc (struct test_ff_i_data): New type.
25467         (RUN_TEST_LOOP_ff_i_tg): New macro.
25468         (isgreater_test_data): New variable.
25469         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25470         (isgreaterequal_test_data): New variable.
25471         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25472         (isless_test_data): New variable.
25473         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25474         (islessequal_test_data): New variable.
25475         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25476         (islessgreater_test_data): New variable.
25477         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25478         (isunordered_test_data): New variable.
25479         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25480
25481 2013-05-14  David S. Miller  <davem@davemloft.net>
25482
25483         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25484
25485 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25486
25487         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25488
25489         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25490         extra_test to int.
25491         (struct test_f_i_data): Change type of max_ulp to int.
25492
25493         * math/libm-test.inc (test_ffI_f1_data): New type.
25494         (RUN_TEST_LOOP_ffI_f1): New macro.
25495         (remquo_test_data): New variable.
25496         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25497
25498         * setjmp/tst-setjmp-fp.c: New file.
25499         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25500         (link-libm): New variable.
25501         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25502
25503         * math/libm-test.inc (struct test_f_i_data): New type.
25504         (RUN_TEST_LOOP_f_i): New macro.
25505         (RUN_TEST_LOOP_f_i_tg): Likewise.
25506         (fpclassify_test_data): New variable.
25507         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25508         (ilogb_test_data): New variable.
25509         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25510
25511         * math/libm-test.inc (scalbln_test): Correct function name in END
25512         call.
25513
25514         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25515         (RUN_TEST_LOOP_fI_f1): New macro.
25516         (frexp_test_data): New variable.
25517         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25518
25519         * math/libm-test.inc (struct test_fF_f1_data): New type.
25520         (RUN_TEST_LOOP_fF_f1): New macro.
25521         (modf_test_data): New variable.
25522         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25523
25524         * math/libm-test.inc (struct test_f_f1_data): New type.
25525         (RUN_TEST_LOOP_f_f1): New macro.
25526         (gamma_test_data): New variable.
25527         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25528         (lgamma_test_data): New variable.
25529         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25530
25531 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25532
25533         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25534         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25535         (main): Comment "tls" pseudo-hwcap.
25536
25537 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25538
25539         * math/libm-test.inc (struct test_fl_f_data): New type.
25540         (RUN_TEST_LOOP_fl_f): New variable.
25541         (scalbln_test_data): New variable.
25542         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25543
25544         * math/libm-test.inc (struct test_fi_f_data): New type.
25545         (RUN_TEST_LOOP_fi_f): New macro.
25546         (ldexp_test_data): New variable.
25547         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25548         (scalbn_test_data): New variable.
25549         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25550
25551         * math/libm-test.inc (struct test_c_f_data): New type.
25552         (RUN_TEST_LOOP_c_f): New macro.
25553         (cabs_test_data): New variable.
25554         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25555         (carg_test_data): New variable.
25556         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25557         (cimag_test_data): New variable.
25558         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25559         (creal_test_data): New variable.
25560         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25561
25562         * math/libm-test.inc (struct test_if_f_data): New type.
25563         (RUN_TEST_LOOP_if_f): New macro.
25564         (jn_test_data): New variable.
25565         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25566         (yn_test_data): New variable.
25567         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25568
25569         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25570
25571 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25572
25573         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25574         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25575
25576 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25577
25578         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25579         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25580         (bench-deps): Add bench-timing.h.
25581         * benchtests-bench-skeleton.c: Include bench-timing.h.
25582         (main): Use TIMING_* macros instead of clock_gettime.
25583         * benchtests/bench-timing.h: New file.
25584
25585         [BZ #14582]
25586         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25587         Renamed from _LIB_VERSION.
25588         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25589
25590 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25591
25592         * math/libm-test.inc (struct test_fff_f_data): New type.
25593         (RUN_TEST_LOOP_fff_f): New macro.
25594         (fma_test_data): New variable.
25595         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25596         (fma_towardzero_test_data): New variable.
25597         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25598         (fma_downward_test_data): New variable.
25599         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25600         (fma_upward_test_data): New variable.
25601         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25602
25603         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25604         (struct test_c_c_data): New type.
25605         (RUN_TEST_LOOP_c_c): New macro.
25606         (cacos_test_data): New variable.
25607         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25608         (cacosh_test_data): New variable.
25609         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25610         (casin_test_data): New variable.
25611         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25612         (casinh_test_data): New variable.
25613         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25614         (catan_test_data): New variable.
25615         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25616         (catanh_test_data): New variable.
25617         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25618         (ccos_test_data): New variable.
25619         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25620         (ccosh_test_data): New variable.
25621         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25622         (cexp_test_data): New variable.
25623         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25624         (clog_test_data): New variable.
25625         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25626         (clog10_test_data): New variable.
25627         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25628         (conj_test_data): New variable.
25629         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25630         (cproj_test_data): New variable.
25631         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25632         (csin_test_data): New variable.
25633         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25634         (csinh_test_data): New variable.
25635         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25636         (csqrt_test_data): New variable.
25637         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25638         (ctan_test_data): New variable.
25639         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25640         (ctan_tonearest_test_data): New variable.
25641         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25642         (ctan_towardzero_test_data): New variable.
25643         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25644         (ctan_downward_test_data): New variable.
25645         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25646         (ctan_upward_test_data): New variable.
25647         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25648         (ctanh_test_data): New variable.
25649         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25650         (ctanh_tonearest_test_data): New variable.
25651         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25652         (ctanh_towardzero_test_data): New variable.
25653         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25654         (ctanh_downward_test_data): New variable.
25655         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25656         (ctanh_upward_test_data): New variable.
25657         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25658         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25659         of BUILD_COMPLEX.
25660
25661         * math/libm-test.inc (struct test_ff_f_data): New type.
25662         (struct test_ff_f_data_nexttoward): Likewise.
25663         (RUN_TEST_LOOP_2_f): New macro.
25664         (RUN_TEST_LOOP_ff_f): Likewise.
25665         (atan2_test_data): New variable.
25666         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25667         (copysign_test_data): New variable.
25668         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25669         (fdim_test_data): New variable.
25670         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25671         (fmax_test_data): New variable.
25672         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25673         (fmin_test_data): New variable.
25674         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25675         (fmod_test_data): New variable.
25676         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25677         (hypot_test_data): New variable.
25678         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25679         (nextafter_test_data): New variable.
25680         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25681         (nexttoward_test_data): New variable.
25682         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25683         (pow_test_data): New variable.
25684         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25685         (pow_tonearest_test_data): New variable.
25686         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25687         (pow_towardzero_test_data): New variable.
25688         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25689         (pow_downward_test_data): New variable.
25690         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25691         (pow_upward_test_data): New variable.
25692         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25693         (remainder_test_data): New variable.
25694         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25695         (scalb_test_data): New variable.
25696         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25697         * sysdeps/i386/fpu/libm-test-ulps: Update.
25698
25699 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25700
25701         * math/libm-test.inc (fma_test): Use max_value instead of local
25702         variable fltmax.
25703         (nextafter_test): Likewise.
25704
25705         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25706         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25707         (acos_downward_test_data): New variable.
25708         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25709         (acos_upward_test_data): New variable.
25710         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25711         (acosh_test_data): New variable.
25712         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25713         (asin_test_data): New variable.
25714         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25715         (asin_tonearest_test_data): New variable.
25716         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25717         (asin_towardzero_test_data): New variable.
25718         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25719         (asin_downward_test_data): New variable.
25720         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25721         (asin_upward_test_data): New variable.
25722         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25723         (asinh_test_data): New variable.
25724         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25725         (atan_test_data): New variable.
25726         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25727         (atanh_test_data): New variable.
25728         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25729         (cbrt_test_data): New variable.
25730         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25731         (ceil_test_data): New variable.
25732         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25733         (cos_test_data): New variable.
25734         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25735         (cos_tonearest_test_data): New variable.
25736         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25737         (cos_towardzero_test_data): New variable.
25738         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25739         (cos_downward_test_data): New variable.
25740         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25741         (cos_upward_test_data): New variable.
25742         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25743         (cosh_test_data): New variable.
25744         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25745         (cosh_tonearest_test_data): New variable.
25746         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25747         (cosh_towardzero_test_data): New variable.
25748         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25749         (cosh_downward_test_data): New variable.
25750         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25751         (cosh_upward_test_data): New variable.
25752         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25753         (erf_test_data): New variable.
25754         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25755         (erfc_test_data): New variable.
25756         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25757         (exp_test_data): New variable.
25758         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25759         (exp_tonearest_test_data): New variable.
25760         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25761         (exp_towardzero_test_data): New variable.
25762         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25763         (exp_downward_test_data): New variable.
25764         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25765         (exp_upward_test_data): New variable.
25766         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25767         (exp10_test_data): New variable.
25768         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25769         (exp2_test_data): New variable.
25770         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25771         (expm1_test_data): New variable.
25772         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25773         (fabs_test_data): New variable.
25774         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25775         (floor_test_data): New variable.
25776         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25777         (j0_test_data): New variable.
25778         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25779         (j1_test_data): New variable.
25780         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25781         (log_test_data): New variable.
25782         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25783         (log10_test_data): New variable.
25784         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25785         (log1p_test_data): New variable.
25786         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25787         (log2_test_data): New variable.
25788         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25789         (logb_test_data): New variable.
25790         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25791         (logb_downward_test_data): New variable.
25792         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25793         (nearbyint_test_data): New variable.
25794         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25795         (rint_test_data): New variable.
25796         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25797         (rint_tonearest_test_data): New variable.
25798         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25799         (rint_towardzero_test_data): New variable.
25800         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25801         (rint_downward_test_data): New variable.
25802         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25803         (rint_upward_test_data): New variable.
25804         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25805         (round_test_data): New variable.
25806         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25807         (sin_test_data): New variable.
25808         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25809         (sin_tonearest_test_data): New variable.
25810         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25811         (sin_towardzero_test_data): New variable.
25812         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25813         (sin_downward_test_data): New variable.
25814         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25815         (sin_upward_test_data): New variable.
25816         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25817         (sinh_test_data): New variable.
25818         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25819         (sinh_tonearest_test_data): New variable.
25820         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25821         (sinh_towardzero_test_data): New variable.
25822         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25823         (sinh_downward_test_data): New variable.
25824         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25825         (sinh_upward_test_data): New variable.
25826         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25827         (sqrt_test_data): New variable.
25828         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25829         (tan_test_data): New variable.
25830         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25831         (tan_tonearest_test_data): New variable.
25832         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25833         (tan_towardzero_test_data): New variable.
25834         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25835         (tan_downward_test_data): New variable.
25836         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25837         (tan_upward_test_data): New variable.
25838         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25839         (tanh_test_data): New variable.
25840         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25841         (tgamma_test_data): New variable.
25842         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25843         (trunc_test_data): New variable.
25844         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25845         (y0_test_data): New variable.
25846         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25847         (y1_test_data): New variable.
25848         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25849         (significand_test_data): New variable.
25850         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25851
25852 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25853
25854         [BZ #12387]
25855         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25856
25857 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25858
25859         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25860
25861 2013-05-10  Andreas Jaeger  <aj@suse.de>
25862
25863         [BZ #15448]
25864         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25865         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25866
25867 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25868
25869         * math/gen-libm-test.pl (adjust_arg): New function.
25870         (special_functions): Handle generating output in both functions
25871         and arrays.
25872         (parse_args): Likewise.
25873         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25874         $in_func argument to parse_args.
25875         * math/libm-test.inc (struct test_f_f_data): New type.
25876         (IF_ROUND_INIT_): New macro.
25877         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25878         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25879         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25880         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25881         (ROUND_RESTORE_): Likewise.
25882         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25883         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25884         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25885         (ROUND_RESTORE_FE_UPWARD): Likewise.
25886         (RUN_TEST_LOOP_f_f): New macro.
25887         (acos_test_data): New variable.
25888         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25889         (acos_tonearest_test_data): New variable.
25890         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25891
25892 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25893
25894         * benchtests/bench-skeleton.c (startup): Fix coding style.
25895
25896 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25897
25898         [BZ #6809]
25899         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25900         negative infinity argument.
25901         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25902         negative infinity argument.
25903         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25904         negative infinity argument.
25905         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25906         domain errors.
25907
25908 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25909
25910         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25911         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25912         * iconv/iconv_prog.c (main): Likewise.
25913         * locale/programs/charmap-dir.c (charmap_readdir)
25914         (fopen_uncompressed): Likewise.
25915         * locale/programs/locfile.c (siblings_uncached)
25916         (write_locale_data): Use lstat64 instead of lstat.
25917         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25918         stat.
25919
25920 2013-05-10  Andreas Jaeger  <aj@suse.de>
25921
25922         [BZ #15395]
25923         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25924         localization.
25925         Include <locale.h>.
25926
25927 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25928
25929         * elf/dl-close.c (_dl_close_worker): Add comments.
25930
25931 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25932
25933         [BZ #15359]
25934         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25935         high part of pi/2.
25936         (__ieee754_rem_pio2l): Update comments.
25937
25938         [BZ #15429]
25939         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25940         high part of pi/2.
25941         (__ieee754_rem_pio2l): Update comments.
25942
25943         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25944         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25945
25946         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25947         M_PI_4l.
25948
25949         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25950         (M_PI_34_LOG10El): Likewise.
25951         (M_PI2_LOG10El): Likewise.
25952         (M_PI4_LOG10El): Likewise.
25953         (M_PI_LOG10El): Likewise.
25954
25955 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25956
25957         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25958
25959 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25960
25961         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25962         (MINUS_ZERO_INIT): Likewise.
25963         (PLUS_INFTY_INIT): Likewise.
25964         (MINUS_INFTY_INIT): Likewise.
25965         (QNAN_VALUE_INIT): Likewise.
25966         (MAX_VALUE_INIT): Likewise.
25967         (MIN_VALUE_INIT): Likewise.
25968         (MIN_SUBNORM_VALUE_INIT): Likewise.
25969         (plus_zero): Initialize with PLUS_ZERO_INIT.
25970         (minus_zero): Initialize with MINUS_ZERO_INIT.
25971         (plus_infty): Initialize with PLUS_INFTY_INIT.
25972         (minus_infty): Initialize with MINUS_INFTY_INIT.
25973         (qnan_value): Initialize with QNAN_VALUE_INIT.
25974         (max_value): Initialize with MAX_VALUE_INIT.
25975         (min_value): Initialize with MIN_VALUE_INIT.
25976         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25977
25978         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25979         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25980         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25981         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25982
25983         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25984         (RUN_TEST_2_f): Likewise.
25985         (RUN_TEST_ff_f): Likewise.
25986         (RUN_TEST_fi_f): Likewise.
25987         (RUN_TEST_fl_f): Likewise.
25988         (RUN_TEST_fff_f): Likewise.
25989         (RUN_TEST_c_f): Likewise.
25990         (RUN_TEST_f_f1): Likewise.
25991         (RUN_TEST_fF_f1): Likewise.
25992         (RUN_TEST_fI_f1): Likewise.
25993         (RUN_TEST_ffI_f1): Likewise.
25994         (RUN_TEST_c_c): Likewise.
25995         (RUN_TEST_cc_c): Likewise.
25996         (RUN_TEST_f_i): Likewise.
25997         (RUN_TEST_f_i_tg): Likewise.
25998         (RUN_TEST_ff_i_tg): Likewise.
25999         (RUN_TEST_f_b): Likewise.
26000         (RUN_TEST_f_b_tg): Likewise.
26001         (RUN_TEST_f_l): Likewise.
26002         (RUN_TEST_f_L): Likewise.
26003         (RUN_TEST_sincos): Likewise.
26004         * math/gen-libm-test.pl (new_test): Take new argument to indicate
26005         whether to show exceptions.  Do not include ");\n" in return
26006         value.
26007         (special_functions): Output call to RUN_TEST_sincos instead of
26008         check_float calls.  Update calls to new_test.
26009         (parse_args): Output call to single RUN_TEST_* macro instead of
26010         check_* calls and other assignments.  Update calls to new_test.
26011
26012         [BZ #2546]
26013         [BZ #2560]
26014         [BZ #5159]
26015         [BZ #15426]
26016         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
26017         input to result for tgamma overflow.
26018         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
26019         (gamma_coeff): New variable.
26020         (NCOEFF): New macro.
26021         (gamma_positive): New function.
26022         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
26023         underflow here.  Use gamma_positive instead of exp (lgamma) for
26024         other arguments.
26025         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
26026         (gamma_coeff): New variable.
26027         (NCOEFF): New macro.
26028         (gammaf_positive): New function.
26029         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
26030         underflow here.  Use gamma_positive instead of exp (lgamma) for
26031         other arguments.
26032         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
26033         (gamma_coeff): New variable.
26034         (NCOEFF): New macro.
26035         (gammal_positive): New function.
26036         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
26037         underflow here.  Use gamma_positive instead of exp (lgamma) for
26038         other arguments.
26039         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
26040         (gamma_coeff): New variable.
26041         (NCOEFF): New macro.
26042         (gammal_positive): New function.
26043         (__ieee754_gammal_r): Handle positive infinity, overflow and
26044         underflow here.  Handle NaN the same as positive infinity.  Remove
26045         check x < 0xffffffff for negative integers.  Use gamma_positive
26046         instead of exp (lgamma) for other arguments.
26047         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
26048         (gamma_coeff): New variable.
26049         (NCOEFF): New macro.
26050         (gammal_positive): New function.
26051         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
26052         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
26053         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
26054         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
26055         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
26056         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
26057         * sysdeps/generic/math_private.h (__gamma_productf): New
26058         prototype.
26059         (__gamma_product): Likewise.
26060         (__gamma_productl): Likewise.
26061         * math/Makefile (libm-calls): Add gamma_product.
26062         * math/libm-test.inc (tgamma_test): Add more tests.
26063         * sysdeps/i386/fpu/libm-test-ulps: Update.
26064         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26065
26066 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
26067
26068         * benchtests/bench-skeleton.c (main): Preheat CPU.
26069
26070 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
26071
26072         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
26073
26074 2013-05-07  Roland McGrath  <roland@hack.frob.com>
26075
26076         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
26077         and _dl_skip_args_internal.
26078
26079 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
26080
26081         * manual/message.texi (Message Translation): Talk about users.
26082         Message to key mapping impacts design.
26083
26084 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26085
26086         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
26087
26088         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
26089
26090         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
26091         * sysdeps/wordsize-64/glob64.c: ... here.
26092
26093         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
26094         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
26095         New macros.
26096
26097         * debug/getlogin_r_chk.c: Moved to ...
26098         * login/getlogin_r_chk.c: ... here.
26099         * debug/Makefile (routines): Move getlogin_r_chk to ...
26100         * login/Makefile (routines): ... here.
26101         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
26102         * login/Versions (libc: GLIBC_2.4): ... here.
26103
26104         * io/poll.c (__poll): Renamed from poll.
26105         Add libc_hidden_def.
26106         (poll): Define as weak alias.
26107
26108         * debug/ptsname_r_chk.c: Moved to ...
26109         * login/ptsname_r_chk.c: ... here.
26110         * debug/Makefile (routines): Move ptsname_r_chk to ...
26111         * login/Makefile (routines): ... here.
26112         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
26113         * login/Versions (libc: GLIBC_2.4): ... here.
26114
26115         * posix/getlogin.c: Moved to ...
26116         * login/getlogin.c: ... here.
26117         * posix/getlogin_r.c: Moved to ...
26118         * login/getlogin_r.c: ... here.
26119         * posix/getlogin_r.c: Moved to ...
26120         * login/getlogin_r.c: ... here.
26121         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
26122         * login/Makefile (routines): ... here.
26123         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
26124         * login/Versions (libc: GLIBC_2.0): ... here.
26125
26126         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26127         (setrlimit): Define as weak alias.
26128
26129         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26130         Call __ names for open, ftruncate, and close.
26131         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26132         (truncate): Define as weak alias.
26133
26134 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
26135
26136         * math/gen-libm-test.pl (parse_args): Initialize x before each
26137         test of frexp, modf and remquo.
26138
26139         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26140         test signgam value.
26141
26142 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26143
26144         [BZ #15418]
26145         [BZ #15419]
26146         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26147         internal tests.
26148         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26149
26150 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26151
26152         * elf/dl-writev.h: New file.
26153         * elf/dl-misc.c: Include it.
26154         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26155         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26156
26157 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
26158
26159         * math/libm-test.inc (noXFails): Remove variable.
26160         (noXPasses): Likewise.
26161         (BUILD_COMPLEX_INT): Remove macro.
26162         (print_screen): Remove xfail argument.
26163         (print_screen_max_error): Likewise.
26164         (update_stats): Likewise.
26165         (print_max_error): Likewise.  Update calls to other affected
26166         functions.
26167         (print_complex_max_error): Likewise.
26168         (test_single_exception): Update calls to print_screen.
26169         (test_single_errno): Likewise.
26170         (check_float_internal): Remove xfail argument.  Update calls to
26171         other affected functions.
26172         (check_float): Likewise.
26173         (check_complex): Likewise.
26174         (check_int): Likewise.
26175         (check_long): Likewise.
26176         (check_bool): Likewise.
26177         (check_longlong): Likewise.
26178         (main): Don't print noXFails and noXPasses.
26179         * math/gen-libm-test.pl (top level): Don't mention expected
26180         failure handling in comment.
26181         (new_test): Don't handle expected failures.
26182         (parse_args): Don't mention expected failure handling in comment.
26183         (generate_testfile): Don't handle expected failures.
26184         (parse_ulps): Likewise.
26185         (print_ulps_file): Likewise.
26186         (get_failure): Remove function.
26187         (output_test): Don't handle expected failures.
26188         * make/README.libm-test: Don't mention expected failure handling.
26189
26190         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
26191         (minus_zero): Likewise.
26192         (plus_infty): Likewise.
26193         (minus_infty): Likewise.
26194         (qnan_value): Likewise.
26195         (max_value): Likewise.
26196         (min_value): Likewise.
26197         (min_subnorm_value): Likewise.
26198         (initialize): Do not initialize those variables dynamically.
26199
26200 2013-05-03  Roland McGrath  <roland@hack.frob.com>
26201
26202         * io/open.c (__open_2): Moved to ...
26203         * io/open_2.c: ... this new file.
26204         * io/open64.c (__open64_2): Moved to ...
26205         * io/open64_2.c: ... this new file.
26206         * io/openat.c (__openat_2): Moved to ...
26207         * io/openat_2.c: ... this new file.
26208         * io/openat64.c (__openat64_2): Moved to ...
26209         * io/openat64_2.c: ... this new file.
26210         * io/Makefile (routines): Add them.
26211         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26212         * sysdeps/unix/sysv/linux/open_2.c: File removed.
26213         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26214         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26215         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26216         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26217         (__openat64): Add hidden_ver.
26218         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26219         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26220
26221         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26222         Separately conditionalize setting of GLRO(dl_sysinfo) so
26223         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26224         as well, but the actual setting is only under [NEED_DL_SYSINFO].
26225
26226 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26227
26228         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26229         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26230         definition.
26231         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26232         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26233         (_libc_vdso_platform_setup): Add __vdso_time initialization.
26234         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26235         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26236
26237 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26238
26239         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26240         test signgam value.
26241
26242         * math/libm-test.inc (hypot_test): Do not use
26243         IGNORE_ZERO_INF_SIGN.
26244
26245 2013-05-03  Andreas Jaeger  <aj@suse.de>
26246
26247         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26248         Linux 3.9.
26249         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26250         (PF_MAX): Adjust for VSOCK change.
26251
26252 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26253
26254         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26255
26256 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26257
26258         [BZ #15264]
26259         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26260         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26261         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26262
26263 2013-05-02  David S. Miller  <davem@davemloft.net>
26264
26265         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26266
26267 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26268
26269         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26270
26271 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26272
26273         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26274
26275 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26276
26277         [BZ #14952]
26278         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26279         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26280         Use __attribute__ ((__gnu_inline__)).
26281         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26282         Don't use __attribute__ ((__gnu_inline__)).
26283
26284 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26285
26286         [BZ #15423]
26287         * math/s_catan.c (__catan): Handle small real or imaginary part of
26288         input specially to avoid spurious underflow.
26289         * math/s_catanf.c (__catanf): Likewise.
26290         * math/s_catanh.c (__catanh): Likewise.
26291         * math/s_catanhf.c (__catanhf): Likewise.
26292         * math/s_catanhl.c (__catanhl): Likewise.
26293         * math/s_catanl.c (__catanl): Likewise.
26294         * math/libm-test.inc (catan_test): Add more tests.
26295         (catanh_test): Likewise.
26296         * sysdeps/i386/fpu/libm-test-ulps: Update.
26297         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26298
26299 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26300
26301         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26302
26303 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26304
26305         [BZ #15416]
26306         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26307         accurately for denominator in atan2.
26308         * math/s_catanf.c (__catanf): Likewise.
26309         * math/s_catanh.c (__catanh): Likewise.
26310         * math/s_catanhf.c (__catanhf): Likewise.
26311         * math/s_catanhl.c (__catanhl): Likewise.
26312         * math/s_catanl.c (__catanl): Likewise.
26313         * math/libm-test.inc (catan_test): Add more tests.
26314         (catanh_test): Likewise.
26315         * sysdeps/i386/fpu/libm-test-ulps: Update.
26316         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26317
26318 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26319
26320         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26321
26322         * benchtests/Makefile (bench): Remove slow benchmarks.
26323         * benchtests/atan-inputs: Add slow benchmark inputs.
26324         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26325         (BENCH_FUNC): Accept variant offset.
26326         (VARIANT): Define.
26327         * benchtests/bench-skeleton.c (main): Run benchmark for each
26328         variant.
26329         * benchtests/cos-inputs: Add slow benchmark inputs.
26330         * benchtests/exp-inputs: Likewise.
26331         * benchtests/pow-inputs: Likewise.
26332         * benchtests/sin-inputs: Likewise.
26333         * benchtests/slowatan-inputs: Remove.
26334         * benchtests/slowatan.c: Remove.
26335         * benchtests/slowcos-inputs: Remove.
26336         * benchtests/slowcos.c: Remove.
26337         * benchtests/slowexp-inputs: Remove.
26338         * benchtests/slowexp.c: Remove.
26339         * benchtests/slowpow-inputs: Remove.
26340         * benchtests/slowpow.c: Remove.
26341         * benchtests/slowsin-inputs: Remove.
26342         * benchtests/slowsin.c: Remove.
26343         * benchtests/slowtan-inputs: Remove.
26344         * benchtests/slowtan.c: Remove.
26345         * benchtests/tan-inputs: Add slow benchmark inputs.
26346         * scripts/bench.pl: Parse comments and directives.
26347
26348         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26349         in CPPFLAGS.
26350         ($(objpfx)bench-%.c): Remove *-ITER.
26351         * benchtests/bench-modf.c: Remove definition of ITER.
26352         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26353         (main): Loop for DURATION seconds instead of fixed number of
26354         iterations.
26355         * scripts/bench.pl: Don't expect iterations in parameters.
26356
26357 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26358
26359         * io/fchdir.c (__fchdir): Renamed from fchdir.
26360         (fchdir): Define as weak alias.
26361
26362 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26363
26364         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26365         (ERRNO_EDOM): Likewise.
26366         (ERRNO_ERANGE): Likewise.
26367         (noErrnoTests): New variable.
26368         (init_max_error): Set errno to 0.
26369         (test_single_errno): New function.
26370         (test_errno): Likewise.
26371         (check_float_internal): Call test_errno.  Set errno to 0.
26372         (check_complex): Refer to errno tests in comment.
26373         (check_int): Call test_errno.  Set errno to 0.
26374         (check_long): Likewise.
26375         (check_bool): Likewise.
26376         (check_longlong): Likewise.
26377         (cos_test): Use ERRNO_* flags for errno tests instead of
26378         check_int.
26379         (expm1_test): Likewise.
26380         (fmod_test): Likewise.
26381         (ilogb_test): Likewise.
26382         (lgamma_test): Likewise.
26383         (pow_test): Likewise.
26384         (remainder_test): Likewise.
26385         (sin_test): Likewise.
26386         (tan_test): Likewise.
26387         (yn_test): Likewise.
26388         (initialize): Set errno to 0.
26389         (main): Print number of errno tests.
26390         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26391
26392 2013-04-29  Andreas Jaeger  <aj@suse.de>
26393
26394         [BZ #15084]
26395         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26396         and RES_USEVC.
26397
26398         [BZ #15085]
26399         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26400         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26401         unimplemented.
26402
26403         [BZ #15380]
26404         * stdlib/random.c (__initstate): Return NULL if
26405         __initstate fails.
26406
26407         [BZ #15086]
26408         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26409         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26410         RES_SNGLKUPREOP.
26411
26412 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26413
26414         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26415
26416 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26417
26418         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26419         of individual tests.
26420         (casin_test): Likewise.
26421         (casinh_test): Likewise.
26422
26423 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26424
26425         [BZ #15409]
26426         * math/s_catan.c (__catan): Handle arguments with large real or
26427         imaginary part separately without squaring.
26428         * math/s_catanf.c (__catanf): Likewise.
26429         * math/s_catanh.c (__catanh): Likewise.
26430         * math/s_catanhf.c (__catanhf): Likewise.
26431         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26432         and redefine.
26433         (__catanhl): Handle arguments with large real or imaginary part
26434         separately without squaring.
26435         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26436         and redefine.
26437         (__catanl): Handle arguments with large real or imaginary part
26438         separately without squaring.
26439         * math/libm-test.inc (catan_test): Add more tests.
26440         (catanh_test): Likewise.
26441         * sysdeps/i386/fpu/libm-test-ulps: Update.
26442         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26443
26444 2013-04-27  Andreas Jaeger  <aj@suse.de>
26445
26446         [BZ #15007]
26447         * stdlib/stdlib.h: Update guards for qecvt.
26448         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26449         <stdlib.h>.
26450
26451 2013-04-27  Allan McRae  <allan@archlinux.org>
26452
26453         * sysdeps/i386/fpu/libm-test-ulps: Update.
26454
26455 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26456
26457         [BZ #15406]
26458         * math/s_catan.c: Include <float.h>.
26459         (__catan): Ensure underflow exception occurs for underflowed
26460         result.
26461         * math/s_catanf.c: Include <float.h>.
26462         (__catanf): Ensure underflow exception occurs for underflowed
26463         result.
26464         * math/s_catanh.c: Include <float.h>.
26465         (__catanh): Ensure underflow exception occurs for underflowed
26466         result.
26467         * math/s_catanhf.c: Include <float.h>.
26468         (__catanhf): Ensure underflow exception occurs for underflowed
26469         result.
26470         * math/s_catanhl.c: Include <float.h>.
26471         (__catanhl): Ensure underflow exception occurs for underflowed
26472         result.
26473         * math/s_catanl.c: Include <float.h>.
26474         (__catanl): Ensure underflow exception occurs for underflowed
26475         result.
26476         * math/libm-test.inc (catan_test): Add more tests.
26477         (catanh_test): Likewise.
26478
26479         [BZ #15405]
26480         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26481         underflowed result.
26482         * math/s_ccoshf.c (__ccoshf): Likewise.
26483         * math/s_ccoshl.c (__ccoshl): Likewise.
26484         * math/s_csin.c (__csin): Likewise.
26485         * math/s_csinf.c (__csinf): Likewise.
26486         * math/s_csinh.c (__csinh): Likewise.
26487         * math/s_csinhf.c (__csinhf): Likewise.
26488         * math/s_csinhl.c (__csinhl): Likewise.
26489         * math/s_csinl.c (__csinl): Likewise.
26490         * math/libm-test.inc (ccos_test): Add more tests.
26491         (ccosh_test): Likewise.
26492         (csin_test): Likewise.
26493         (csinh_test): Likewise.
26494
26495 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26496
26497         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26498         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26499         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26500         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26501         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26502         powerpc/power5+/fpu folders.
26503         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26504
26505
26506 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26507
26508         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26509
26510 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26511
26512         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26513         additions to variable.
26514         [$(config-machine) = x86_64] (modules-names): Likewise.
26515         ($(objpfx)tst-audit3): Remove dependency.
26516         ($(objpfx)tst-audit3.out): Likewise.
26517         ($(objpfx)tst-audit4): Likewise.
26518         ($(objpfx)tst-audit4.out): Likewise.
26519         ($(objpfx)tst-audit5): Likewise.
26520         ($(objpfx)tst-audit5.out): Likewise.
26521         ($(objpfx)tst-audit6): Likewise.
26522         ($(objpfx)tst-audit6.out): Likewise.
26523         ($(objpfx)tst-audit7): Likewise.
26524         ($(objpfx)tst-audit7.out): Likewise.
26525         (tst-audit3-ENV): Remove variable.
26526         (tst-audit4-ENV): Likewise.
26527         (tst-audit5-ENV): Likewise.
26528         (tst-audit6-ENV): Likewise.
26529         (tst-audit7-ENV): Likewise.
26530         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26531         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26532         addition to variable.
26533         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26534         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26535         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26536         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26537         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26538         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26539         tst-audit3, tst-audit4 and tst-audit5.
26540         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26541         tst-audit6 and tst-audit7.
26542         [$(subdir) = elf] (modules-names): Add audit modules for those
26543         tests.
26544         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26545         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26546         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26547         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26548         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26549         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26550         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26551         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26552         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26553         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26554         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26555         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26556         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26557         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26558         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26559         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26560         Likewise.
26561         [$(subdir) = elf && $(config-cflags-avx) = yes]
26562         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26563         [$(subdir) = elf && $(config-cflags-avx) = yes]
26564         (CFLAGS-tst-auditmod4a.c): Likewise.
26565         [$(subdir) = elf && $(config-cflags-avx) = yes]
26566         (CFLAGS-tst-auditmod4b.c): Likewise.
26567         [$(subdir) = elf && $(config-cflags-avx) = yes]
26568         (CFLAGS-tst-auditmod6b.c): Likewise.
26569         [$(subdir) = elf && $(config-cflags-avx) = yes]
26570         (CFLAGS-tst-auditmod6c.c): Likewise.
26571         [$(subdir) = elf && $(config-cflags-avx) = yes]
26572         (CFLAGS-tst-auditmod7b.c): Likewise.
26573         * elf/tst-audit3.c: Move to ...
26574         * sysdeps/x86_64/tst-audit3.c: ... here.
26575         * elf/tst-audit4.c: Move to ...
26576         * sysdeps/x86_64/tst-audit4.c: ... here.
26577         * elf/tst-audit5.c: Move to ...
26578         * sysdeps/x86_64/tst-audit5.c: ... here.
26579         * elf/tst-audit6.c: Move to ...
26580         * sysdeps/x86_64/tst-audit6.c: ... here.
26581         * elf/tst-audit7.c: Move to ...
26582         * sysdeps/x86_64/tst-audit7.c: ... here.
26583         * elf/tst-auditmod3a.c: Move to ...
26584         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26585         * elf/tst-auditmod3b.c: Move to ...
26586         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26587         * elf/tst-auditmod4a.c: Move to ...
26588         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26589         * elf/tst-auditmod4b.c: Move to ...
26590         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26591         * elf/tst-auditmod5a.c: Move to ...
26592         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26593         * elf/tst-auditmod5b.c: Move to ...
26594         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26595         * elf/tst-auditmod6a.c: Move to ...
26596         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26597         * elf/tst-auditmod6b.c: Move to ...
26598         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26599         * elf/tst-auditmod6c.c: Move to ...
26600         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26601         * elf/tst-auditmod7a.c: Move to ...
26602         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26603         * elf/tst-auditmod7b.c: Move to ...
26604         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26605
26606 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26607
26608         [BZ #15366]
26609         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26610         define unconditionally.
26611         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26612         define unconditionally.
26613         (INT8_C, INT16_C, etc.): Likewise.
26614
26615 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26616
26617         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26618         __ehdr_start with hidden visibility.
26619
26620         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26621
26622 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26623
26624         * math/libm-test.inc (cos_test): Use accurate hex constants.
26625         (sincost_test): Likewise.
26626
26627 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26628
26629         * math/libm-test.inc (catan_test): Add more tests.
26630         (catanh_test): Likewise.
26631
26632         * math/s_catanf.c (__catanf): Use suffixed floating-point
26633         constants.
26634         * math/s_catanhf.c (__catanhf): Likewise.
26635         * math/s_catanhl.c (__catanhl): Likewise.
26636         * math/s_catanl.c (__catanl): Likewise.
26637
26638         [BZ #15394]
26639         * math/s_catan.c (__catan): Calculate imaginary part of result
26640         with log1p not log unless computing log of number close to 0.
26641         * math/s_catanf.c (__catanf): Likewise.
26642         * math/s_catanl.c (__catanl): Likewise.
26643         * math/s_catanh.c (__catanh): Calculate real part of result with
26644         log1p not log unless computing log of number close to 0.
26645         * math/s_catanhf.c (__catanhf): Likewise.
26646         * math/s_catanhl.c (__catanhl): Likewise.
26647         * math/libm-test.inc (catan_test): Add more tests.
26648         (catanh_test): Likewise.
26649         * sysdeps/i386/fpu/libm-test-ulps: Update.
26650         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26651
26652 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26653
26654         * benchtests/Makefile: Mention files in which fast and slow
26655         paths of math functions are implemented.
26656
26657 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26658
26659         * sysdeps/posix/timespec_get.c: New file.
26660
26661 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26662
26663         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26664         POWER.
26665         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26666         for POWER.
26667         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26668         powerpc/power5/fpu folders.
26669         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26670         * benchtests/Makefile: Add modf testcase.
26671         * benchtests/bench-modf.c: New file: Benchmark test for mo
26672
26673 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26674
26675         [BZ #14888]
26676         * time/Makefile (tests): Add tst-strptime-whitespace.
26677         * time/strptime_l.c (get_number): Use ISSPACE.
26678         (__strptime_internal): Likewise.
26679         * time/tst-strptime-whitespace.c: New test case.
26680
26681 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26682
26683         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26684         member.
26685         (_nss_files_init): Set it here.
26686
26687 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26688
26689         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26690         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26691         unsigned.
26692
26693 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26694
26695         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26696
26697 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26698
26699         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26700         size just once.
26701
26702 2013-04-21  David S. Miller  <davem@davemloft.net>
26703
26704         * po/ru.po: Update Russion translation from translation project.
26705
26706 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26707
26708         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26709         and setfsgid.
26710
26711 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26712
26713         * configure.in: Remove i386 configure warning. Remove i386 case.
26714         * configure: Regenerate.
26715         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26716         Add example to error message.
26717         * sysdeps/i386/configure: Regenerate.
26718
26719 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26720
26721         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26722         slowtan.
26723         * benchtests/cos-inputs: New file.
26724         * benchtests/slowcos-inputs: New file.
26725         * benchtests/slowcos.c: New file.
26726         * benchtests/slowtan-inputs: New file.
26727         * benchtests/slowtan.c: New file.
26728         * benchtests/tan-inputs: New file.
26729
26730 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26731
26732         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26733         considered kosher.
26734
26735 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26736
26737         * benchtests/Makefile: Include cppflags-iterator.mk to add
26738         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26739
26740         * Makefile.in (bench-clean): New target.
26741         * benchtests/Makefile (bench-clean): Likewise.
26742
26743 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26744
26745         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26746
26747 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26748
26749         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26750
26751 2013-04-15  Andreas Schwab  <schwab@suse.de>
26752
26753         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26754         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26755         * nscd/pwdcache.c (cache_addpw): Likewise.
26756         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26757         more than recsize.
26758
26759 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26760
26761         * benchtests/Makefile (bench): Write all output to
26762         bench-out.tmp together.
26763
26764 2013-04-15  Andreas Schwab  <schwab@suse.de>
26765
26766         * nscd/nscd.c (main): Don't fork again after closing files.
26767
26768 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26769
26770         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26771
26772         * benchtests/Rules (bench-deps): Collect dependencies into a
26773         single variable.  Add Makefile to dependencies.
26774         ($(objpfx)bench-%.c): Depend on bench-deps.
26775
26776 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26777             Xavier Roche  <roche+kml2@exalead.com>
26778
26779         [BZ #15361]
26780         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26781         just that it's a file descriptor.
26782         * manual/llio.texi (Synchronizing AIO Operations): Update description
26783         for EBADF error from aio_fsync.
26784
26785 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26786
26787         * Rules (bench): Move target definition...
26788         * benchtests/Makefile: ... here.
26789
26790 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26791
26792         * math/libm-test.inc (cos_test): Fix PI/2 test.
26793         (sincos_test): Likewise.
26794         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26795         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26796
26797 2013-04-11  Andreas Schwab  <schwab@suse.de>
26798
26799         [BZ #13988]
26800         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26801         accept exponent character only when digits were seen.
26802         * stdio-common/Makefile (tests): Add bug26.
26803         * stdio-common/bug26.c: New file.
26804
26805         [BZ #14293]
26806         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26807         non-freeable.
26808
26809 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26810
26811         * Makeconfig (rtld-prefix): Define built linker prefix.
26812         * Rules (run-bench): Use it.
26813         * math/Makefile (run-regen-ulps): Likewise.
26814
26815         * Rules (bench): Remove eval.
26816
26817 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26818             Roland McGrath  <roland@hack.frob.com>
26819             Ondrej Bilka  <neleai@seznam.cz>
26820
26821         [BZ #15346]
26822         * time/getdate.c: Include ctype.h and alloca.h.
26823         (__getdate_r): Trim leading and trailing spaces of input.
26824         * time/tst-getdate.c (tests): Add tests with leading and
26825         trailing spaces.
26826
26827 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26828
26829         [BZ #14280]
26830         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26831         when computing value.
26832
26833 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26834
26835         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26836         Use testrun.sh to run libm tests.
26837
26838         [BZ #15309]
26839         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26840
26841 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26842
26843         [BZ #15264]
26844         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26845
26846 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26847
26848         * Makefile.in (regen-ulps): New target.
26849         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26850         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26851         [ifneq (no,$(PERL)] (regen-ulps): New target.
26852         [ifeq (no,$(PERL)] (regen-ulps): New target.
26853         * math/libm-test.inc (ulps_file_name): Define.
26854         (output_dir): New variable.
26855         (options): Add "output-dir" option.
26856         (parse_opt): Handle 'o' case.
26857         (main): If output_dir is non-NULL use it as a prefix
26858         otherwise use "".
26859         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26860
26861 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26862
26863         [BZ #10060, #10062]
26864         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26865         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26866         fail configure if __sync_val_compare_and_swap is not inlined.
26867         * sysdeps/i386/configure: Regenerate.
26868         * configure.in: Build for i686 when configured for i386.
26869         * configure: Regenerate.
26870         * README: Remove i386 reference.
26871
26872 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26873
26874         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26875         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26876
26877 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26878
26879         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26880         (lmsnanval): New variables.
26881         (F): Add conversion tests.
26882         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26883         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26884
26885         * stdio-common/tstdiomisc.c (F): Properly collect individual
26886         tests' results.
26887
26888         [BZ #14686, #15336]
26889         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26890         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26891         Instead, use input NaN values or generate a qNaN by arithmetic
26892         operation.  Also fix bugs to comply with the standard.
26893         * math/libm-test.inc (remainder_test): Add more tests.
26894
26895         [BZ #15335, #15342]
26896         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26897         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26898         input NaN values or generate a qNaN by arithmetic operation.
26899
26900         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26901         unreachable code.
26902
26903         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26904         definitions.
26905
26906 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26907
26908         [BZ #14478]
26909         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26910         underflowed result.
26911         * math/s_cexpf.c (__cexpf): Likewise.
26912         * math/s_cexpl.c (__cexpl): Likewise.
26913         * math/libm-test.inc (cexp_test): Add more tests.
26914
26915 2013-04-03  Andreas Schwab  <schwab@suse.de>
26916
26917         [BZ #15330]
26918         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26919         order arrays from heap if bigger than alloca cutoff.
26920
26921 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26922
26923         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26924         (SNAN_TESTS_double): Refer to GCC PR56831.
26925         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26926         GCC PR56828.
26927
26928 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26929
26930         * Rules (bench): Move bench.out after the run is complete.
26931
26932         * Rules (bench): Echo currently running benchmark.
26933
26934         * benchtests/Makefile (bench): Add atan and slowatan.
26935         * benchtests/atan-inputs: New file.
26936         * benchtests/slowatan-inputs: New file.
26937         * benchtests/slowatan.c: New file.
26938
26939         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26940         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26941         its value.
26942
26943         [BZ #15305]
26944         * sysdeps/unix/sysv/linux/kernel-features.h
26945         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26946         __ASSUME_XFS_RESTRICTED_CHOWN.
26947         * sysdeps/unix/sysv/linux/pathconf.c
26948         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26949         Save and restore errno.
26950
26951 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26952
26953         [BZ #15327]
26954         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26955         arguments using __kernel_casinh.
26956         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26957         arguments using __kernel_casinhf.
26958         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26959         arguments using __kernel_casinhl.
26960         * math/libm-test.inc (cacosh_test): Add more tests.
26961         * sysdeps/i386/fpu/libm-test-ulps: Update.
26962         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26963
26964 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26965
26966         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26967         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26968
26969         * bench/Makefile (bench): Add sin and slowsin.
26970         * benchtests/sin-inputs: New file.
26971         * benchtests/slowsin-inputs: New file.
26972         * benchtests/slowsin.c: New file.
26973
26974         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26975         (bench): Add slowexp and slowpow.
26976         (exp-ITER): Increase iterations.
26977         (pow-ITER): Likewise.
26978         * benchtests/exp-inputs: Change input.
26979         * benchtests/pow-inputs: Likewise.
26980         * benchtests/slowexp-inputs: New file.
26981         * benchtests/slowexp.c: New file.
26982         * benchtests/slowpow-inputs: New file.
26983         * benchtests/slowpow.c: New file.
26984
26985 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26986
26987         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26988         instructions.
26989         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26990         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26991         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26992         * benchtests/Makefile: Add rint benchtest.
26993         * benchtests/rint-inputs: Input for rint benchtest.
26994
26995 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26996
26997         * Versions.def (libm): Add GLIBC_2.18.
26998         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26999         hidden libm prototypes.
27000         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
27001         * math/Makefile (libm-calls): Add s_issignaling.
27002         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
27003         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
27004         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
27005         declaration.
27006         * math/math.h [__USE_GNU] (issignaling): New macro.
27007         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
27008         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
27009         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
27010         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
27011         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
27012         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
27013         * manual/arith.texi (issignaling): New section.
27014         * manual/libm-err-tab.pl (@all_functions): Update comment.
27015         * math/gen-libm-test.pl (parse_args): Apply special handling for
27016         issignaling.
27017         * math/libm-test.inc (print_float, issignaling_test): New
27018         functions.
27019         (check_float_internal): Add issignaling checks.
27020         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
27021         default definition.
27022         * sysdeps/powerpc/math-tests.h: New file.
27023         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
27024         tests.
27025         * math/test-snan.c (TEST_FUNC): Likewise.
27026
27027 2013-03-30  David S. Miller  <davem@davemloft.net>
27028
27029         * po/de.po: Update from translation team.
27030
27031 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
27032
27033         [BZ #10357]
27034         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27035         imaginary part less than 1.0 and real part less than 0.5
27036         specially.
27037         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27038         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27039         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
27040         (cacos_test): Add more tests.
27041         (casin_test): Likewise.
27042         (casinh_test): Likewise.
27043         * sysdeps/i386/fpu/libm-test-ulps: Update.
27044         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27045
27046 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27047
27048         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
27049         ONE with its value.
27050
27051         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
27052         (__pow_mp): Replace ONE and MONE with their values.
27053         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27054         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
27055         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27056         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
27057         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27058         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27059
27060         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
27061
27062         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
27063         (__pow_mp): Replace ZERO and MZERO with their values.
27064         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27065         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27066         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27067         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27068         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27069         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
27070         (__sqr): Likewise.
27071
27072         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
27073
27074         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
27075
27076 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27077
27078         * include/stdlib.h [!SHARED] (__call_tls_dtors):
27079         Declare with __attribute__ ((weak)).
27080         * stdlib/exit.c (__libc_atexit) [!SHARED]:
27081         Call __call_tls_dtors only if it's not NULL.
27082
27083 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27084
27085         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
27086         didn't do it already, then set _dl_phdr and _dl_phnum based on the
27087         magic __ehdr_start linker symbol if it's defined.
27088         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
27089         them up here if it was already done.
27090
27091         * elf/dl-support.c (_dl_phdr): Make pointer to const.
27092         (_dl_aux_init): Use const in cast when setting it.
27093         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
27094         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
27095         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
27096
27097         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
27098         Declare them here.
27099         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
27100         * csu/libc-tls.c: Nor here.
27101         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
27102
27103         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
27104         (__libc_message): Never call vsyslog.
27105
27106 2013-03-28  Alan Modra  <amodra@gmail.com>
27107
27108         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
27109         Define as empty.
27110         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
27111         Likewise.
27112
27113 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27114
27115         [BZ #15214]
27116         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
27117         underflow.
27118         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27119
27120 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27121
27122         [BZ #15304]
27123         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
27124         Don't add gid passed as argument.
27125
27126         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27127
27128 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
27129
27130         [BZ #15307]
27131         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27132         imaginary part between 1.0 and 1.5 and real part less than 0.5
27133         specially.
27134         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27135         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27136         * math/libm-test.inc (cacos_test): Add more tests.
27137         (casin_test): Likewise.
27138         (casinh_test): Likewise.
27139         * sysdeps/i386/fpu/libm-test-ulps: Update.
27140         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27141
27142 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27143
27144         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27145         constants.
27146         (norm): Likewise.
27147         (denorm): Likewise.
27148         (__dbl_mp): Likewise.
27149         (add_magnitudes): Likewise.
27150         (sub_magnitudes): Likewise.
27151         (__add): Likewise.
27152         (__sub): Likewise.
27153         (__mul): Likewise.
27154         (__sqr): Likewise.
27155         (__inv): Likewise.
27156         (__dvd): Likewise.
27157
27158         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27159         commented code.
27160         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27161         (__dubcos): Likewise.
27162         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27163         (__ieee754_acos): Likewise.
27164         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27165         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27166         (__exp1): Likewise.
27167         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27168         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27169         (log1): Likewise.
27170         (my_log2): Likewise.
27171         (checkint): Likewise.
27172         * sysdeps/ieee754/dbl-64/e_remainder.c
27173         (__ieee754_remainder): Likewise.
27174         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27175         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27176         (bsloww): Likewise.
27177         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27178
27179         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27180         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27181         MANTISSA_STORE_T to store computations on mantissa.  Use
27182         macros for rounding and division.
27183         (denorm): Likewise.
27184         (__dbl_mp): Likewise.
27185         (add_magnitudes): Likewise.
27186         (sub_magnitudes): Likewise.
27187         (__mul): Likewise.
27188         (__sqr): Likewise.
27189         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27190         powers of two in terms of TWOPOW macro.
27191         (mp_no): Make type of mantissa as MANTISSA_T.
27192         [!RADIXI]: Define RADIXI.
27193         [!TWO52]: Define TWO52.
27194         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27195
27196 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27197
27198         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27199         llroundl symbol when building for PPC32.
27200
27201 2013-03-24  Mark H Weaver  <mhw@netris.org>
27202
27203         * manual/arith.texi (Normalization Functions): Fix prototypes for
27204         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27205
27206 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27207
27208         [BZ #13889]
27209         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27210         high value to check if expl overflow.
27211         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27212         to check for underflow and overflow.
27213         * math/libm-test.inc: Add exp test.
27214
27215 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
27216
27217         [BZ #11120]
27218         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27219         with NOT_IN_libc.
27220
27221 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27222
27223         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27224         symbol.
27225
27226 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
27227
27228         * math/gen-libm-test.pl (parse_args, special_functions): Properly
27229         wrap blocks consisting of several statements.
27230
27231         * sysdeps/generic/math-tests.h: New file.
27232         * sysdeps/i386/fpu/math-tests.h: Likewise.
27233         * math/test-snan.c: Include it.
27234         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27235
27236 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27237
27238         [BZ #15285]
27239         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27240         (__ieee754_j0l): Do not improve calculations using cos of twice
27241         input for inputs above LDBL_MAX / 2.0L.
27242         (__ieee754_y0l): Likewise.
27243         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27244         (__ieee754_j1l): Do not improve calculations using cos of twice
27245         input for inputs above LDBL_MAX / 2.0L.
27246         (__ieee754_y1l): Likewise.
27247         * math/libm-test.inc (j0_test): Add another test.
27248         (j1_test): Likewise.
27249         (y0_test): Likewise.
27250         (y1_test): Likewise.
27251         * sysdeps/i386/fpu/libm-test-ulps: Update.
27252
27253 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27254
27255         * Rules ($(objpfx)bench-%.c): Include code from a C source
27256         file.
27257
27258 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27259
27260         [BZ #15287]
27261         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27262         imaginary part 1.0 and real part less than 0.5 specially.
27263         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27264         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27265         * math/libm-test.inc (cacos_test): Add more tests.
27266         (casin_test): Likewise.
27267         (casinh_test): Likewise.
27268         * sysdeps/i386/fpu/libm-test-ulps: Update.
27269         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27270
27271 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27272
27273         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27274         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27275
27276 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27277
27278         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27279         * config.make.in (config-cflags-sse4): Remove variable.
27280         (config-cflags-avx): Likewise.
27281         (config-cflags-sse2avx): Likewise.
27282         (config-cflags-novzeroupper): Likewise.
27283         (config-asflags-i686): Likewise.
27284         (have-mfma4): Likewise.
27285         (have-as-vis3): Likewise.
27286         (MIG): Likewise.
27287         * configure.in (MIG): Do not AC_SUBST.
27288         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27289         (libc_cv_cc_sse4): Do not AC_SUBST.
27290         (libc_cv_cc_avx): Likewise.
27291         (libc_cv_cc_sse2avx): Likewise.
27292         (libc_cv_cc_novzeroupper): Likewise.
27293         (libc_cv_cc_fma4): Likewise.
27294         (libc_cv_as_i686): Likewise.
27295         (libc_cv_sparc_as_vis3): Likewise.
27296         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27297         LIBC_CONFIG_VAR.
27298         (config-asflags-i686): Likewise.
27299         (config-cflags-avx): Likewise.
27300         (config-cflags-sse2avx): Likewise.
27301         (have-mfma4): Likewise.
27302         (config-cflags-novzeroupper): Likewise.
27303         * sysdeps/mach/configure.in (MIG): Likewise.
27304         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27305         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27306         LIBC_CONFIG_VAR.
27307         (config-cflags-avx): Likewise.
27308         (config-cflags-sse2avx): Likewise.
27309         (have-mfma4): Likewise.
27310         (config-cflags-novzeroupper): Likewise.
27311         * configure: Regenerated.
27312         * sysdeps/i386/configure: Likewise.
27313         * sysdeps/mach/configure: Likewise.
27314         * sysdeps/sparc/configure: Likewise.
27315         * sysdeps/x86_64/configure: Likewise.
27316
27317 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27318
27319         [BZ #14812]
27320         * locale/programs/localedef.c (options): Put N_ translation marker
27321         on argument names, not just descriptions.
27322
27323 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27324
27325         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27326
27327 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27328
27329         [BZ #14176]
27330         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27331
27332 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27333
27334         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27335         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27336         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27337         [!BEFORE_ABORT] (before_abort): New function.
27338         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27339         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27340         (writev_for_fatal): New function.
27341         (WRITEV_FOR_FATAL): New macro; call that.
27342         (backtrace_and_maps): New function.
27343         (BEFORE_ABORT): New macro; call that.
27344         (struct str_list): Type removed.
27345         (__libc_message, __libc_fatal): Functions removed.
27346         Include <sysdeps/posix/libc_fatal.c> instead.
27347
27348 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27349
27350         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27351         constants.
27352         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27353         double constants.
27354
27355 2013-03-19  Andreas Schwab  <schwab@suse.de>
27356
27357         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27358         * sysdeps/gnu/configure: Regenerate.
27359
27360         * configure.in: Substitute libc_cv_rtlddir.
27361         * configure: Regenerate.
27362         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27363         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27364         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27365         * elf/Makefile (install-others, CFLAGS-interp.c)
27366         (ldso_install, common-ldd-rewrite): Likewise.
27367         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27368         $(inst_slibdir)/$(rtld-installed-name).
27369         * scripts/rellns-sh: Add -p option.
27370         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27371         for source.
27372
27373 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27374
27375         * manual/nptl.texi: Renamed to ...
27376         * manual/threads.texi: ... this.
27377         * manual/Makefile (chapters): Update.
27378
27379 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27380
27381         [BZ #14812]
27382         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27383         on argument names, not just descriptions.
27384         * malloc/memusagestat.c (options): Likewise.
27385         * nss/getent.c (options): Likewise.
27386
27387 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27388
27389         [BZ #14812]
27390         * iconv/iconv_prog.c (options): Put N_ translation marker
27391         on argument names, not just descriptions.
27392         * iconv/iconvconfig.c (options): Likewise.
27393
27394 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27395
27396         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27397         implementation which is faster on all x86_64 architectures.
27398         Tested on AMD, Intel Nehalem, SNB, IVB.
27399         * sysdeps/x86_64/strnlen.S: Likewise.
27400
27401         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27402         Remove all multiarch strlen and strnlen versions.
27403         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27404         Remove strlen and strnlen related parts.
27405
27406         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27407         Inline strlen part.
27408         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27409
27410         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27411         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27412         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27413         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27414         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27415         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27416
27417 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27418
27419         * manual/memory.texi (Malloc Tunable Parameters):
27420         Sort parameters alphabetically. Add comments for missing entries.
27421
27422 2013-03-17  David S. Miller  <davem@davemloft.net>
27423
27424         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27425
27426 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27427
27428         [BZ #15283]
27429         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27430         for arguments at most half maximum finite value.
27431         * math/libm-test.inc (j0_test): Add more tests.
27432         (j1_test): Likewise.
27433         (y0_test): Likewise.
27434         (y1_test): Likewise.
27435         * sysdeps/i386/fpu/libm-test-ulps: Update.
27436         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27437
27438         [BZ #14155]
27439         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27440         1 / x and functions P and Q for arguments above 0x1p256L.
27441         (__ieee754_y0l): Likewise.
27442         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27443         (__ieee754_y1l): Likewise.
27444         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27445         (j1_test): Likewise.
27446         (y0_test): Likewise.
27447         (y1_test): Likewise.
27448
27449 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27450
27451         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27452         variable.
27453
27454 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27455
27456         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27457         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27458         zero since it's initialized to EXEC_PAGESIZE.
27459
27460         * sysdeps/unix/sysv/linux/ldsodefs.h
27461         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27462         * sysdeps/generic/ldsodefs.h: ... here.
27463
27464 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27465
27466         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27467
27468         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27469         math/test-snan.c.
27470         * math/test-snan.c: Renamed from
27471         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27472         * math/Makefile (tests): Add test-snan.
27473         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27474         test-powerpc-snan.
27475
27476         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27477         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27478         functions.
27479         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27480         __builtin_nan family of functions.
27481         * math/libm-test.inc (initialize): Initialize qnan_value with
27482         __builtin_nan family of functions.
27483         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27484         Remove variables.
27485         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27486         Remove functions.
27487         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27488         storage class.  Initialize qNaN_var and sNaN_var with
27489         __builtin_nan and __builtin_nans families of functions,
27490         respectively.
27491
27492         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27493         (sqrt_test): Remove duplicate test with qNaN input.
27494         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27495         (round_test, signbit_test, significand_test): Note missing +/-Inf
27496         as well as qNaN tests.
27497
27498         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27499         qNaN_var.  Fix a few strings, too.
27500         * math/libm-test.inc (nan_value): Rename to qnan_value.
27501         * math/gen-libm-test.pl (%beautify): Adjust to that.
27502         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27503         * math/test-misc.c (main): Likewise.
27504         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27505         to __qnan_bytes, and __qnan_union, respectively.
27506         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27507         Likewise.
27508         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27509         and lqnanval, respectively.
27510         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27511         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27512         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27513         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27514
27515         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27516         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27517         doubles.
27518
27519         * math/test-misc.c (main): Fix copy'n'pastos.
27520         * misc/tst-efgcvt.c (special): Likewise.
27521
27522         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27523         Remove declarations.
27524
27525 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27526
27527         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27528         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27529         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27530         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27531
27532 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27533
27534         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27535         macro to return vdso values correctly in IFUNC implementations.
27536         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27537         Optimization by using IFUNC.
27538
27539 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27540             Richard Henderson  <rth@redhat.com>
27541             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27542
27543         * Makefile.in (bench): New target.
27544         * NEWS: Mention the benchmark framework.
27545         * Rules (bench): Likewise.
27546         (binaries-bench): Generate binaries for functions to
27547         benchmark.
27548         * benchtests/Makefile: New makefile for benchmark tests.
27549         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27550         programs.
27551         * benchtests/exp-inputs: New input file for EXP function.
27552         * benchtests/pow-inputs: New input file for POW function.
27553         * scripts/bench.pl: New script to generate source files for
27554         benchmark programs.
27555
27556 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27557
27558         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27559         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27560         computations on mantissa.  Use macros for rounding and
27561         division.
27562         (denorm): Likewise.
27563         (__dbl_mp): Likewise.
27564         (add_magnitudes): Likewise.
27565         (sub_magnitudes): Likewise.
27566         (__mul): Likewise.
27567         (__sqr): Likewise.
27568         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27569         powers of two in terms of TWOPOW macro.
27570         (mp_no): Make type of mantissa as MANTISSA_T.
27571         [!RADIXI]: Define RADIXI.
27572         [!TWO52]: Define TWO52.
27573         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27574
27575         * manual/nptl.texi (cindex): Modify threads to pthreads.
27576
27577 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27578
27579         * sysdeps/x86_64/preconfigure: Regenerated.
27580
27581 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27582
27583         [BZ #14155]
27584         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27585         0x1p28 and above.
27586         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27587         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27588         0x1p28 and above.
27589         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27590         * math/libm-test.inc (j0_test): Do not allow one spurious
27591         underflow exception.
27592         (y1_test): Likewise.
27593
27594 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27595
27596         * manual/Makefile (chapters): Add nptl.
27597         * manual/debug.texi (Debugging Support): Add link to Threads
27598         chapter.
27599         * manual/nptl.texi: New file.
27600
27601         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27602
27603 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27604
27605         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27606         for non-NULL pointer before the memory validity test. Pointed
27607         out by Holger Brunck <holger.brunck@keymile.com>.
27608
27609 2013-03-13  Andreas Schwab  <schwab@suse.de>
27610
27611         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27612         instead of .os.
27613
27614 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27615
27616         * timezone/zic.c: Update from tzcode 2013b.
27617
27618 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27619
27620         * manual/install.texi (Configuring and compiling):
27621         Mention i686 and i586.
27622         * INSTALL: Regenerate.
27623
27624 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27625
27626         * sysdeps/init_array/elf-init.c: New file.
27627         * csu/elf-init.c
27628         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27629         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27630
27631         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27632         __gmon_start__ as global, but as static with a .preinit_array pointer.
27633         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27634         * sysdeps/init_array/crti.S: New file, empty except for comments.
27635         * sysdeps/init_array/crtn.S: Likewise.
27636
27637 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27638
27639         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27640         definining bcopy.
27641         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27642         Remove Prefer_SSE_for_memop.
27643         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27644         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27645         HAS_PREFER_SSE_FOR_MEMOP.
27646         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27647         memset-x86-64.
27648         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27649         Remove bzero, memset ifunc support.
27650         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27651         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27652         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27653         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27654
27655 2013-03-11  Andreas Schwab  <schwab@suse.de>
27656
27657         [BZ #15234]
27658         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27659         by SHLIB_COMPAT.
27660         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27661         (GLIBC_2.16): Remove pthread_atfork.
27662
27663 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27664
27665         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27666         (ptestcases.h): Likewise.
27667
27668 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27669
27670         * Makeconfig ($(common-objpfx)config.status): Depend on
27671         sysdeps/*/preconfigure{,.in} too.
27672
27673 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27674
27675         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27676         (__free_hook): Use void * instead of __malloc_ptr_t.
27677         (__malloc_hook): Likewise.
27678         (__realloc_hook): Likewise.
27679         (__memalign_hook): Likewise.
27680         (__after_morecore_hook): Likewise.
27681         * malloc/arena.c (save_malloc_hook): Likewise.
27682         (save_free_hook): Likewise.
27683         * malloc/hooks.c (malloc_hook_ini): Likewise.
27684         (realloc_hook_ini): Likewise.
27685         (memalign_hook_ini): Likewise.
27686         * malloc/malloc.c (malloc_hook_ini): Likewise.
27687         (realloc_hook_ini): Likewise.
27688         (memalign_hook_ini): Likewise.
27689         (__free_hook): Likewise.
27690         (__malloc_hook): Likewise.
27691         (__realloc_hook): Likewise.
27692         (__memalign_hook): Likewise.
27693         (__libc_malloc): Likewise.
27694         (__libc_free): Likewise.
27695         (__libc_realloc): Likewise.
27696         (__libc_memalign): Likewise.
27697         (__libc_valloc): Likewise.
27698         (__libc_pvalloc): Likewise.
27699         (__libc_calloc): Likewise.
27700         (__posix_memalign): Likewise.
27701         * malloc/morecore.c (__sbrk): Likewise.
27702         (__default_morecore): Likewise.
27703
27704         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27705
27706         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27707         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27708         __malloc_ptrdiff_t.
27709
27710         * malloc/malloc.h (__malloc_size_t): Remove macro.
27711         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27712         __malloc_size_t.
27713         (old_memalign_hook): Likewise.
27714         (old_realloc_hook): Likewise.
27715         (struct hdr): Likewise.
27716         (flood): Likewise.
27717         (mallochook): Likewise.
27718         (memalignhook): Likewise.
27719         (reallochook): Likewise.
27720         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27721         (tr_old_realloc_hook): Likewise.
27722         (tr_old_memalign_hook): Likewise.
27723         (tr_mallochook): Likewise.
27724         (tr_reallochook): Likewise.
27725         (tr_memalignhook): Likewise.
27726
27727 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27728
27729         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27730         default_ldbl_pack and using as default implementation.
27731         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27732         implementation.
27733         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27734         redundant definition.
27735         (ldbl_insert_mantissa): Likewise.
27736         (ldbl_canonicalize): Likewise.
27737         (ldbl_nearbyint): Likewise.
27738         (ldbl_pack): Rename to ldbl_pack_ppc.
27739         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27740         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27741         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27742
27743 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27744
27745         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27746         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27747         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27748         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27749         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27750         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27751         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27752         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27753
27754 2013-03-07  Andreas Jaeger  <aj@suse.de>
27755
27756         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27757         bits/mman-linux.h.
27758
27759 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27760
27761         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27762         Include mpa.h and declare __MPEXP.
27763         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27764         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27765         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27766         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27767         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27768         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27769         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27770
27771         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27772         (__slowpow): Use long double EXPL and LOGL functions to
27773         compute POW.
27774         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27775         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27776         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27777         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27778         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27779         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27780
27781         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27782         intermediate variable to calculate exponent.
27783         (__sqr): Likewise.
27784         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27785         Likewise.
27786         (__sqr): Likewise.
27787
27788         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27789         [!NO__SQR]: Define __sqr.
27790         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27791         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27792         sysdeps/ieee754/dbl-64/mpa.c.
27793         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27794
27795         [BZ #12723]
27796         * posix/Makefile (tests): Add tst-pathconf.
27797         * posix/tst-pathconf.c: New test case.
27798         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27799         _PC_PIPE_BUF.
27800         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27801
27802 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27803
27804         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27805
27806 2013-03-06  Andreas Jaeger  <aj@suse.de>
27807
27808         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27809         definition via __MAP_ANONYMOUS.
27810
27811         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27812         it's not part of Linux headers.
27813
27814         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27815         (MAP_HUGE_MASK): Define.
27816
27817         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27818         Define.
27819         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27820         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27821         Define.
27822         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27823         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27824         Define.
27825         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27826         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27827         Define.
27828         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27829
27830         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27831         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27832         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27833         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27834         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27835         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27836
27837         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27838         Handle f2fs.
27839
27840         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27841         Handle f2fs and efivarfs.
27842
27843         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27844         f2fs.
27845
27846         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27847         (EFIVARFS_MAGIC): Add.
27848         (F2FS_LINK_MAX): Add.
27849
27850 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27851
27852         * stdio-common/vfprintf.c: Replace __builtin_expect with
27853         __glibc_unlikely.
27854
27855 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27856
27857         [BZ #13550]
27858         * sysdeps/generic/bp-sym.h: Remove file.
27859         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27860         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27861         <bp-sym.h> and <bp-asm.h>.
27862         (__longjmp): Don't use BP_SYM.
27863         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27864         and <bp-asm.h>.
27865         (memcpy): Don't use BP_SYM.
27866         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27867         <bp-sym.h> and <bp-asm.h>.
27868         (memcpy): Don't use BP_SYM.
27869         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27870         <bp-asm.h>.
27871         (memcpy): Don't use BP_SYM.
27872         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27873         <bp-asm.h>.
27874         (memset): Don't use BP_SYM.
27875         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27876         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27877         (__bzero): Don't use BP_SYM.
27878         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27879         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27880         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27881         <bp-sym.h> and <bp-asm.h>.
27882         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27883         pointers.
27884         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27885         <bp-sym.h> and <bp-asm.h>.
27886         (memcpy): Don't use BP_SYM.
27887         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27888         <bp-sym.h> and <bp-asm.h>.
27889         (memset): Don't use BP_SYM.
27890         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27891         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27892         (__bzero): Don't use BP_SYM.
27893         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27894         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27895         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27896         <bp-sym.h> and <bp-asm.h>.
27897         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27898         pointers.
27899         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27900         <bp-sym.h> and <bp-asm.h>.
27901         (memcpy): Don't use BP_SYM.
27902         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27903         <bp-sym.h> and <bp-asm.h>.
27904         (memset): Don't use BP_SYM.
27905         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27906         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27907         (__bzero): Don't use BP_SYM.
27908         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27909         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27910         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27911         <bp-sym.h> and <bp-asm.h>.
27912         (__memchr): Don't use BP_SYM.
27913         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27914         <bp-sym.h> and <bp-asm.h>.
27915         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27916         pointers.
27917         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27918         <bp-sym.h> and <bp-asm.h>.
27919         (memcpy): Don't use BP_SYM.
27920         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27921         <bp-sym.h> and <bp-asm.h>.
27922         (__mempcpy): Don't use BP_SYM.
27923         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27924         <bp-sym.h> and <bp-asm.h>.
27925         (__memrchr): Don't use BP_SYM.
27926         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27927         <bp-sym.h> and <bp-asm.h>.
27928         (memset): Don't use BP_SYM.
27929         (__bzero): Likewise.
27930         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27931         <bp-sym.h> and <bp-asm.h>.
27932         (__rawmemchr): Don't use BP_SYM.
27933         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27934         <bp-sym.h> and <bp-asm.h>.
27935         (__STRCMP): Don't use BP_SYM.
27936         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27937         <bp-sym.h> and <bp-asm.h>.
27938         (strchr): Don't use BP_SYM.
27939         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27940         <bp-sym.h> and <bp-asm.h>.
27941         (__strchrnul): Don't use BP_SYM.
27942         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27943         <bp-sym.h> and <bp-asm.h>.
27944         (strlen): Don't use BP_SYM.
27945         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27946         <bp-sym.h> and <bp-asm.h>.
27947         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27948         pointers.
27949         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27950         <bp-sym.h> and <bp-asm.h>.
27951         (__strnlen): Don't use BP_SYM.
27952         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27953         <bp-sym.h> and <bp-asm.h>.
27954         (__GI__setjmp): Don't use BP_SYM.
27955         (_setjmp): Likewise.
27956         (__sigsetjmp): Likewise.
27957         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27958         (L(start_addresses)): Don't use BP_SYM.
27959         (_start): Likewise.
27960         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27961         <bp-asm.h>.
27962         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27963         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27964         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27965         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27966         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27967         <bp-asm.h>.
27968         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27969         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27970         about bounded pointers.
27971         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27972         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27973         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27974         <bp-asm.h>.
27975         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27976         about bounded pointers.  Remove GKM FIXME comments.
27977         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27978         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27979         <bp-asm.h>.
27980         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27981         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27982         Remove GKM FIXME comments.
27983         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27984         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27985         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27986         <bp-asm.h>.
27987         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27988         about bounded pointers.  Remove GKM FIXME comment.
27989         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27990         and <bp-asm.h>.
27991         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27992         pointers.
27993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27994         <bp-sym.h> and <bp-asm.h>.
27995         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27997         <bp-sym.h> and <bp-asm.h>.
27998         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27999         comment.
28000
28001 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
28002
28003         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
28004         call free(NULL).
28005
28006 2013-03-05  David S. Miller  <davem@davemloft.net>
28007
28008         * po/es.po: Update from translation team.
28009
28010 2013-03-05  Andreas Jaeger  <aj@suse.de>
28011
28012         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
28013         <bits/mman-linux.h>.
28014         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28015         is fine.
28016         * sysdeps/unix/sysv/linux/sh/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/x86/bits/mman.h: Move include of
28021         <bits/mman-linux.h> to end of file.
28022         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28023         is fine.
28024         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
28025         <bits/mman-linux.h> to end of file.
28026
28027         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
28028         (MCL_CURRENT, MCL_FUTURE): Define here.
28029
28030 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28031
28032         [BZ #15232]
28033         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
28034         attribute_hidden.
28035         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
28036
28037 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28038
28039         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
28040         fourth parameter needed for rt_sigprocmask syscall.
28041         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
28042         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28043         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
28044         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28045         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28046         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
28047
28048 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
28049
28050         [BZ #13550]
28051         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
28052         comment about bounded pointers.
28053         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
28054         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
28055
28056 2013-03-04  Andreas Jaeger  <aj@suse.de>
28057
28058         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
28059         common definitions.
28060
28061         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
28062         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
28063         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
28064         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
28065         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
28066         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
28067
28068 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28069
28070         [BZ #15055]
28071         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
28072         __ieee754_sqrl instead of __sqrl.
28073
28074 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
28075
28076         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
28077         * sysdeps/powerpc/fpu_control.h: ... here.
28078         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
28079         * sysdeps/powerpc/bits/fenvinline.h: ... here.
28080         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
28081         * sysdeps/powerpc/bits/mathinline.h: ... here.
28082
28083 2013-03-01  Roland McGrath  <roland@hack.frob.com>
28084
28085         * elf/dl-hwcaps.c (_dl_important_hwcaps):
28086         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
28087         to just [NEED_DL_SYSINFO_DSO].
28088         * elf/dl-support.c: Likewise.
28089         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
28090         * elf/rtld.c (dl_main): Likewise.
28091         * elf/setup-vdso.h (setup_vdso): Likewise.
28092         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
28093         * sysdeps/unix/sysv/linux/dl-sysdep.c
28094         (_dl_discover_osversion): Likewise.
28095
28096 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
28097
28098         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
28099         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28100
28101 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
28102
28103         * NEWS: Mention libm performance improvements and non-x86 PI
28104         futex support.
28105
28106         * csu/libc-start.c (__pthread_initialize_minimal): Change
28107         function arguments.
28108         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28109
28110 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
28111
28112         [BZ #13550]
28113         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
28114         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
28115         <bp-sym.h> and <bp-asm.h>.
28116         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28117         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
28118         and <bp-asm.h>.
28119         (memcpy): Don't use BP_SYM.
28120         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
28121         <bp-asm.h>.
28122         (__mpn_add_n): Don't use BP_SYM.
28123         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
28124         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
28125         and <bp-asm.h>.
28126         (__mpn_addmul_1): Don't use BP_SYM.
28127         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28128         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28129         <bp-sym.h>.
28130         (_setjmp): Don't use BP_SYM.
28131         (__novmx_setjmp): Likewise.
28132         (__GI__setjmp): Likewise.
28133         (__vmx_setjmp): Likewise.
28134         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28135         <bp-sym.h>.
28136         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28137         (__bzero): Don't use BP_SYM.
28138         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28139         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28140         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28141         <bp-sym.h> and <bp-asm.h>.
28142         (memcpy): Don't use BP_SYM.
28143         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28144         <bp-sym.h> and <bp-asm.h>.
28145         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28146         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28147         <bp-sym.h> and <bp-asm.h>.
28148         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28149         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28150         <bp-asm.h>.
28151         (__mpn_lshift): Don't use BP_SYM.
28152         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28153         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28154         <bp-asm.h>.
28155         (memset): Don't use BP_SYM.
28156         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28157         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28158         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28159         <bp-asm.h>.
28160         (__mpn_mul_1): Don't use BP_SYM.
28161         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28162         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28163         <bp-sym.h> and <bp-asm.h>.
28164         (memcmp): Don't use BP_SYM.
28165         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28166         <bp-sym.h> and <bp-asm.h>.
28167         (memcpy): Don't use BP_SYM.
28168         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28169         <bp-sym.h> and <bp-asm.h>.
28170         (memset): Don't use BP_SYM.
28171         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28172         <bp-sym.h> and <bp-asm.h>.
28173         (strncmp): Don't use BP_SYM.
28174         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28175         <bp-sym.h> and <bp-asm.h>.
28176         (memcpy): Don't use BP_SYM.
28177         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28178         <bp-sym.h> and <bp-asm.h>.
28179         (memset): Don't use BP_SYM.
28180         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28181         <bp-sym.h> and <bp-asm.h>.
28182         (__memchr): Don't use BP_SYM.
28183         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28184         <bp-sym.h> and <bp-asm.h>.
28185         (memcmp): Don't use BP_SYM.
28186         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28187         <bp-sym.h> and <bp-asm.h>.
28188         (memcpy): Don't use BP_SYM.
28189         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28190         <bp-sym.h> and <bp-asm.h>.
28191         (__mempcpy): Don't use BP_SYM.
28192         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28193         <bp-sym.h> and <bp-asm.h>.
28194         (__memrchr): Don't use BP_SYM.
28195         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28196         <bp-sym.h> and <bp-asm.h>.
28197         (memset): Don't use BP_SYM.
28198         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28199         <bp-sym.h> and <bp-asm.h>.
28200         (__rawmemchr): Don't use BP_SYM.
28201         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28202         <bp-sym.h> and <bp-asm.h>.
28203         (__STRCMP): Don't use BP_SYM.
28204         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28205         <bp-sym.h> and <bp-asm.h>.
28206         (strchr): Don't use BP_SYM.
28207         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28208         <bp-sym.h> and <bp-asm.h>.
28209         (__strchrnul): Don't use BP_SYM.
28210         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28211         <bp-sym.h> and <bp-asm.h>.
28212         (strlen): Don't use BP_SYM.
28213         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28214         <bp-sym.h> and <bp-asm.h>.
28215         (strncmp): Don't use BP_SYM.
28216         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28217         <bp-sym.h> and <bp-asm.h>.
28218         (__strnlen): Don't use BP_SYM.
28219         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28220         <bp-asm.h>.
28221         (__mpn_rshift): Don't use BP_SYM.
28222         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28223         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28224         <bp-sym.h> and <bp-asm.h>.
28225         (__sigsetjmp): Don't use BP_SYM.
28226         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28227         (L(start_addresses)): Don't use BP_SYM.
28228         (_start): Likewise.
28229         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28230         <bp-asm.h>.
28231         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28232         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28233         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28234         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28235         <bp-asm.h>.
28236         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28237         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28238         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28239         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28240         <bp-asm.h>.
28241         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28242         comments.
28243         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28244         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28245         <bp-asm.h>.
28246         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28247         FIXME comments.
28248         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28249         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28250         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28251         <bp-asm.h>.
28252         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28253         comment.
28254         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28255         and <bp-asm.h>.
28256         (strncmp): Don't use BP_SYM,
28257         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28258         <bp-asm.h>.
28259         (__mpn_sub_n): Don't use BP_SYM.
28260         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28261         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28262         and <bp-asm.h>.
28263         (__mpn_submul_1): Don't use BP_SYM.
28264         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28266         <bp-sym.h> and <bp-asm.h>.
28267         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28269         <bp-sym.h> and <bp-asm.h>.
28270         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28271         comment.
28272
28273 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28274
28275         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28276         Use ZK to minimize writes to Z.
28277         (sub_magnitudes): Simplify code a bit.
28278         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28279         Use ZK to minimize writes to Z.
28280         (sub_magnitudes): Simplify code a bit.
28281
28282 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28283
28284         * csu/gmon-start.c: Add special exception to license text.
28285
28286 2013-02-27  Richard Henderson  <rth@redhat.com>
28287
28288         * scripts/config.guess: Update from config.git.
28289         * scripts/config.sub: Likewise.
28290
28291 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28292
28293         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28294
28295         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28296
28297         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28298
28299         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28300
28301         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28302
28303 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28304
28305         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28306         [$(build-shared = yes].
28307
28308 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28309
28310         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28311         (__mul): Reduce iterations for calculating mantissa.
28312
28313         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28314         MPTWO.
28315         (__mpranred): Likewise.
28316
28317         [BZ #15160]
28318         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28319         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28320
28321 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28322
28323         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28324         Define __attribute__.
28325
28326 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28327
28328         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28329         unused.
28330         * posix/regex_internal.h (__attribute): Remove.
28331         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28332         (re_string_context_at): Likewise.
28333         (bitset_not): Use __attribute__ and mark function as possibly
28334         unused.
28335         (bitset_merge): Likewise.
28336         (bitset_mask): Likewise.
28337         (re_string_char_size_at): Likewise.
28338         (re_string_wchar_at): Likewise.
28339         (re_string_elem_size_at): Likewise.
28340
28341 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28342
28343         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28344         code.
28345         (cc32): Likewise.
28346
28347         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28348         (__acr): Likewise.
28349         (__cpy): Likewise.
28350         (norm): Likewise.
28351         (denorm): Likewise.
28352         (__dbl_mp): Likewise.
28353         (add_magnitudes): Likewise.
28354         (sub_magnitudes): Likewise.
28355         (__mul): Likewise.
28356         (__inv): Likewise.
28357
28358         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28359         style.
28360
28361         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28362         style.
28363
28364         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28365         code.
28366
28367         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28368         up changes with default code.
28369         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28370         Likewise.
28371
28372 2013-02-24  Allan McRae  <allan@archlinux.org>
28373
28374         * manual/socket.texi (The Internet Namespace): Order menu items
28375         to match that in the file.
28376
28377         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28378         node listing of the info page menu.
28379
28380 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28381
28382         [BZ #13550]
28383         * sysdeps/i386/bp-asm.h: Remove file.
28384         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28385         (PARMS): Do not use macros from bp-asm.h.
28386         (S1): Likewise.
28387         (S2): Likewise.
28388         (SIZE): Likewise.
28389         (__mpn_add_n): Do not use BP_SYM
28390         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28391         "bp-asm.h".
28392         (PARMS): Do not use macros from bp-asm.h.
28393         (S1): Likewise.
28394         (SIZE): Likewise.
28395         (__mpn_addmul_1): Do not use BP_SYM
28396         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28397         "bp-asm.h".
28398         (PARMS): Do not use macros from bp-asm.h.
28399         (SIGMSK): Likewise.
28400         (_setjmp): Likewise.  Do not use BP_SYM.
28401         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28402         "bp-asm.h".
28403         (PARMS): Do not use macros from bp-asm.h.
28404         (SIGMSK): Likewise.
28405         (setjmp): Likewise.  Do not use BP_SYM.
28406         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28407         "bp-asm.h".
28408         (PARMS): Do not use macros from bp-asm.h.
28409         (__frexp): Do not use BP_SYM.
28410         (frexp): Likewise.
28411         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28412         "bp-asm.h".
28413         (PARMS): Do not use macros from bp-asm.h.
28414         (__frexpf): Do not use BP_SYM.
28415         (frexpf): Likewise.
28416         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28417         "bp-asm.h".
28418         (PARMS): Do not use macros from bp-asm.h.
28419         (__frexpl): Do not use BP_SYM.
28420         (frexpl): Likewise.
28421         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28422         "bp-asm.h".
28423         (PARMS): Do not use macros from bp-asm.h.
28424         (__remquo): Do not use BP_SYM.
28425         (remquo): Likewise.
28426         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28427         "bp-asm.h".
28428         (PARMS): Do not use macros from bp-asm.h.
28429         (__remquof): Do not use BP_SYM.
28430         (remquof): Likewise.
28431         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28432         "bp-asm.h".
28433         (PARMS): Do not use macros from bp-asm.h.
28434         (__remquol): Do not use BP_SYM.
28435         (remquol): Likewise.
28436         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28437         "bp-asm.h".
28438         (PARMS): Do not use macros from bp-asm.h.
28439         (DEST): Likewise.
28440         (SRC): Likewise.
28441         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28442         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28443         "bp-asm.h".
28444         (PARMS): Do not use macros from bp-asm.h.
28445         (strlen): Do not use BP_SYM.
28446         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28447         "bp-asm.h".
28448         (PARMS): Do not use macros from bp-asm.h.
28449         (S1): Likewise.
28450         (S2): Likewise.
28451         (SIZE): Likewise.
28452         (__mpn_add_n): Do not use BP_SYM.
28453         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28454         "bp-asm.h".
28455         (PARMS): Do not use macros from bp-asm.h.
28456         (S1): Likewise.
28457         (SIZE): Likewise.
28458         (__mpn_addmul_1): Do not use BP_SYM.
28459         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28460         weak_alias.
28461         (bzero): Likewise.
28462         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28463         "bp-asm.h".
28464         (PARMS): Do not use macros from bp-asm.h.
28465         (S): Likewise.
28466         (SIZE): Likewise.
28467         (__mpn_lshift): Do not use BP_SYM.
28468         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28469         "bp-asm.h".
28470         (PARMS): Do not use macros from bp-asm.h.
28471         (DEST): Likewise.
28472         (SRC): Likewise.
28473         (LEN): Likewise.
28474         (memcpy): Likewise.  Do not use BP_SYM.
28475         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28476         libc_hidden_def and weak_alias.
28477         (mempcpy): Do not use BP_SYM in weak_alias.
28478         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28479         "bp-asm.h".
28480         (PARMS): Do not use macros from bp-asm.h.
28481         (DEST): Likewise.
28482         (LEN): Likewise.
28483         [!BZERO_P] (CHR): Likewise.
28484         (memset): Likewise.  Do not use BP_SYM.
28485         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28486         "bp-asm.h".
28487         (PARMS): Do not use macros from bp-asm.h.
28488         (S1): Likewise.
28489         (SIZE): Likewise.
28490         (__mpn_mul_1): Do not use BP_SYM.
28491         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28492         "bp-asm.h".
28493         (PARMS): Do not use macros from bp-asm.h.
28494         (S): Likewise.
28495         (SIZE): Likewise.
28496         (__mpn_rshift): Do not use BP_SYM.
28497         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28498         "bp-asm.h".
28499         (PARMS): Do not use macros from bp-asm.h.
28500         (STR): Likewise.
28501         (CHR): Likewise.
28502         (strchr): Likewise.  Do not use BP_SYM.
28503         (index): Do not use BP_SYM in weak_alias.
28504         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28505         "bp-asm.h".
28506         (PARMS): Do not use macros from bp-asm.h.
28507         (DEST): Likewise.
28508         (SRC): Likewise.
28509         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28510         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28511         "bp-asm.h".
28512         (PARMS): Do not use macros from bp-asm.h.
28513         (strlen): Do not use BP_SYM.
28514         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28515         "bp-asm.h".
28516         (PARMS): Do not use macros from bp-asm.h.
28517         (S1): Likewise.
28518         (S2): Likewise.
28519         (SIZE): Likewise.
28520         (__mpn_sub_n): Do not use BP_SYM.
28521         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28522         "bp-asm.h".
28523         (PARMS): Do not use macros from bp-asm.h.
28524         (S1): Likewise.
28525         (SIZE): Likewise.
28526         (__mpn_submul_1): Do not use BP_SYM.
28527         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28528         "bp-asm.h".
28529         (PARMS): Do not use macros from bp-asm.h.
28530         (S1): Likewise.
28531         (S2): Likewise.
28532         (SIZE): Likewise.
28533         (__mpn_add_n): Do not use BP_SYM.
28534         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28535         weak_alias.
28536         (bzero): Likewise.
28537         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28538         "bp-asm.h".
28539         (PARMS): Do not use macros from bp-asm.h.
28540         (BLK2): Likewise.
28541         (LEN): Likewise.
28542         (memcmp): Do not use BP_SYM.
28543         (bcmp): Do not use BP_SYM in weak_alias.
28544         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28545         "bp-asm.h".
28546         (PARMS): Do not use macros from bp-asm.h.
28547         (DEST): Likewise.
28548         (SRC): Likewise.
28549         (LEN): Likewise.
28550         (memcpy): Likewise.  Do not use BP_SYM.
28551         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28552         "bp-asm.h".
28553         (PARMS): Do not use macros from bp-asm.h.
28554         (DEST): Likewise.
28555         (SRC): Likewise.
28556         (LEN): Likewise.
28557         (memmove): Likewise.  Do not use BP_SYM.
28558         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28559         "bp-asm.h".
28560         (PARMS): Do not use macros from bp-asm.h.
28561         (DEST): Likewise.
28562         (SRC): Likewise.
28563         (LEN): Likewise.
28564         (__mempcpy): Likewise.  Do not use BP_SYM.
28565         (mempcpy): Do not use BP_SYM in weak_alias.
28566         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28567         "bp-asm.h".
28568         (PARMS): Do not use macros from bp-asm.h.
28569         (DEST): Likewise.
28570         (LEN): Likewise.
28571         [!BZERO_P] (CHR): Likewise.
28572         (memset): Likewise.  Do not use BP_SYM.
28573         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28574         "bp-asm.h".
28575         (PARMS): Do not use macros from bp-asm.h.
28576         (STR2): Likewise.
28577         (strcmp): Do not use BP_SYM.
28578         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28579         "bp-asm.h".
28580         (PARMS): Do not use macros from bp-asm.h.
28581         (STR): Likewise.
28582         (DELIM): Likewise.
28583         [USE_AS_STRTOK_R] (SAVE): Likewise.
28584         (FUNCTION): Likewise.  Do not use BP_SYM.
28585         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28586         aliases.
28587         (strtok_r): Likewise.
28588         (__GI___strtok_r): Likewise.
28589         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28590         (PARMS): Do not use macros from bp-asm.h.
28591         (S): Likewise.
28592         (SIZE): Likewise.
28593         (__mpn_lshift): Do not use BP_SYM.
28594         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28595         (PARMS): Do not use macros from bp-asm.h.
28596         (STR): Likewise.
28597         (CHR): Likewise.
28598         (__memchr): Do not use BP_SYM.
28599         (memchr): Do not use BP_SYM in weak_alias.
28600         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28601         (PARMS): Do not use macros from bp-asm.h.
28602         (BLK2): Likewise.
28603         (LEN): Likewise.
28604         (memcmp): Do not use BP_SYM.
28605         (bcmp): Do not use BP_SYM in weak_alias.
28606         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28607         (PARMS): Do not use macros from bp-asm.h.
28608         (S1): Likewise.
28609         (SIZE): Likewise.
28610         (__mpn_mul_1): Do not use BP_SYM.
28611         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28612         "bp-asm.h".
28613         (PARMS): Do not use macros from bp-asm.h.
28614         (STR): Likewise.
28615         (CHR): Likewise.
28616         (__rawmemchr): Do not use BP_SYM.
28617         (rawmemchr): Do not use BP_SYM in weak_alias.
28618         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28619         (PARMS): Do not use macros from bp-asm.h.
28620         (S): Likewise.
28621         (SIZE): Likewise.
28622         (__mpn_rshift): Do not use BP_SYM.
28623         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28624         (PARMS): Do not use macros from bp-asm.h.
28625         (SIGMSK): Likewise.
28626         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28627         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28628         (_start): Do not use BP_SYM.
28629         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28630         (PARMS): Do not use macros from bp-asm.h.
28631         (DEST): Likewise.
28632         (SRC): Likewise.
28633         (__stpcpy): Likewise.  Do not use BP_SYM.
28634         (stpcpy): Do not use BP_SYM in weak_alias.
28635         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28636         "bp-asm.h".
28637         (PARMS): Do not use macros from bp-asm.h.
28638         (DEST): Likewise.
28639         (SRC): Likewise.
28640         (LEN): Likewise.
28641         (__stpncpy): Likewise.  Do not use BP_SYM.
28642         (stpncpy): Do not use BP_SYM in weak_alias.
28643         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28644         (PARMS): Do not use macros from bp-asm.h.
28645         (STR): Likewise.
28646         (CHR): Likewise.
28647         (strchr): Likewise.  Do not use BP_SYM.
28648         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28649         "bp-asm.h".
28650         (PARMS): Do not use macros from bp-asm.h.
28651         (STR): Likewise.
28652         (CHR): Likewise.
28653         (__strchrnul): Likewise.  Do not use BP_SYM.
28654         (strchrnul): Do not use BP_SYM in weak_alias.
28655         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28656         "bp-asm.h".
28657         (PARMS): Do not use macros from bp-asm.h.
28658         (STOP): Likewise.
28659         (strcspn): Do not use BP_SYM.
28660         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28661         "bp-asm.h".
28662         (PARMS): Do not use macros from bp-asm.h.
28663         (STR): Likewise.
28664         (STOP): Likewise.
28665         (strpbrk): Likewise.  Do not use BP_SYM.
28666         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28667         "bp-asm.h".
28668         (PARMS): Do not use macros from bp-asm.h.
28669         (STR): Likewise.
28670         (CHR): Likewise.
28671         (strrchr): Likewise.  Do not use BP_SYM.
28672         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28673         (PARMS): Do not use macros from bp-asm.h.
28674         (SKIP): Likewise.
28675         (strspn): Do not use BP_SYM.
28676         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28677         (PARMS): Do not use macros from bp-asm.h.
28678         (STR): Likewise.
28679         (DELIM): Likewise.
28680         (SAVE): Likewise.
28681         (FUNCTION): Likewise.  Do not use BP_SYM.
28682         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28683         aliases.
28684         (strtok_r): Likewise.
28685         (__GI___strtok_r): Likewise.
28686         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28687         (PARMS): Do not use macros from bp-asm.h.
28688         (S1): Likewise.
28689         (S2): Likewise.
28690         (SIZE): Likewise.
28691         (__mpn_sub_n): Do not use BP_SYM.
28692         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28693         "bp-asm.h".
28694         (PARMS): Do not use macros from bp-asm.h.
28695         (S1): Likewise.
28696         (SIZE): Likewise.
28697         (__mpn_submul_1): Do not use BP_SYM.
28698         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28699         <bp-sym.h>.
28700         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28701         and <bp-asm.h>.
28702         (PARMS): Do not use macros from bp-asm.h.
28703         (FLAGS): Likewise.
28704         (PTID): Likewise.
28705         (TLS): Likewise.
28706         (CTID): Likewise.
28707         (__clone): Do not use BP_SYM.
28708         (clone): Do not use BP_SYM in weak_alias.
28709         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28710         and <bp-asm.h>.
28711         (PARMS): Do not use macros from bp-asm.h.
28712         (LEN): Likewise.
28713         (__mmap64): Do not use BP_SYM.
28714         (mmap64): Do not use BP_SYM in weak_alias.
28715         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28716         <bp-sym.h> and <bp-asm.h>.
28717         (PARMS): Do not use macros from bp-asm.h.
28718         (__posix_fadvise64_l64): Do not use BP_SYM.
28719         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28720         (PARMS): Do not use macros from bp-asm.h.
28721         (NSOPS): Likewise.
28722         (semtimedop): Do not use BP_SYM.
28723         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28724         and <bp-asm.h>.
28725
28726 2013-02-21  Allan McRae  <allan@archlinux.org>
28727
28728         * manual/message.texi (Charset conversion in gettext):
28729         Move @end statement to beginning of line.
28730
28731 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28732
28733         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28734         static.
28735         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28736         Likewise.
28737
28738         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28739         (denorm): Likewise.
28740         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28741         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28742
28743 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28744
28745         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28746         tail-call to the resolved function if pltexit isn't needed.
28747
28748 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28749
28750         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28751         or Y being zero as being unlikely.
28752         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28753         Likewise.
28754
28755 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28756
28757         * manual/nss.texi (System Databases and Name Service Switch):
28758         Remove frobnicate @pxref.
28759
28760 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28761
28762         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28763         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28764
28765 2013-02-20  Petr Machata  <pmachata@redhat.com>
28766
28767         * elf/elf.h (R_ARM_TARGET1): New macro.
28768         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28769         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28770         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28771         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28772         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28773         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28774         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28775         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28776         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28777         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28778         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28779         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28780         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28781         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28782         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28783         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28784         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28785         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28786         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28787         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28788         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28789         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28790         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28791         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28792         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28793         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28794         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28795         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28796         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28797         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28798         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28799         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28800         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28801         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28802         (R_ARM_THM_GOT_BREL12): Likewise.
28803         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28804         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28805         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28806         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28807         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28808         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28809         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28810         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28811         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28812
28813 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28814
28815         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28816         __attribute_used__ to __attribute__ ((unused)).
28817
28818 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28819
28820         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28821         powerpc mpa.c.
28822         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28823         comment formatting.
28824         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28825
28826 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28827
28828         [BZ #13550]
28829         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28830         Remove macro.
28831         (ENTER): Remove both macro definitions.
28832         (LEAVE): Likewise.
28833         (CHECK_BOUNDS_LOW): Likewise.
28834         (CHECK_BOUNDS_HIGH): Likewise.
28835         (CHECK_BOUNDS_BOTH): Likewise.
28836         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28837         (RETURN_BOUNDED_POINTER): Likewise.
28838         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28839         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28840         (POP_ERRNO_LOCATION_RETURN): Likewise.
28841         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28842         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28843         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28844         macros.
28845         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28846         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28847         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28848         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28849         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28850         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28851         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28852         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28853         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28854         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28855         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28856         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28857         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28858         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28859         removed macros.
28860         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28861         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28862         macros.
28863         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28864         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28865         * sysdeps/i386/i586/memset.S (memset): Likewise.
28866         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28867         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28868         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28869         macros.
28870         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28871         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28872         Change uses of L(2) to L(out).
28873         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28874         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28875         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28876         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28877         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28878         removed macros.
28879         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28880         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28881         macros.
28882         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28883         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28884         (RETURN): Do not use macro LEAVE.
28885         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28886         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28887         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28888         * sysdeps/i386/i686/memset.S (memset): Likewise.
28889         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28890         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28891         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28892         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28893         Likewise.
28894         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28895         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28896         L(1_2) and L(1_3) into L(1).
28897         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28898         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28899         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28900         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28901         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28902         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28903         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28904         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28905         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28906         macros.
28907         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28908         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28909         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28910         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28911         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28912         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28913         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28914         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28915         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28916         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28917         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28918         * sysdeps/i386/strspn.S (strspn): Likewise.
28919         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28920         conditional code.
28921         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28922         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28923         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28924         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28925         L(1_3) into L(1_1).
28926         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28927         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28928         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28929         macros.
28930         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28931
28932 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28933
28934         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28935         macro.
28936
28937 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28938
28939         * math/atest-exp.c (exp_mpn): Remove ROUND.
28940         * math/atest-exp2.c (exp_mpn): Likewise.
28941         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28942
28943         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28944         * stdlib/tst-tls-atexit-lib.c: Likewise.
28945         * stdlib/tst-tls-atexit.c: Likewise.
28946
28947 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28948
28949         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28950         and __attribute_alloc_size__.
28951
28952 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28953
28954         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28955         __attribute_alloc_size__.
28956         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28957         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28958
28959 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28960
28961         * include/programs/xmalloc.h: New file.
28962         * catgets/gencat.c: Include it.
28963         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28964         * elf/pldd.c: Likewise.
28965         * iconv/iconv_charmap.c: Likewise.
28966         * iconv/iconvconfig.c: Likewise.
28967         * iconv/strtab.c: Likewise.
28968         * locale/programs/locale.c: Likewise.
28969         * locale/programs/localedef.h: Likewise.
28970         * locale/programs/simple-hash.c: Likewise.
28971         * nscd/nscd.h: Likewise.
28972         * nss/makedb.c: Likewise.
28973         * sysdeps/generic/ldconfig.h: Likewise.
28974
28975 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28976
28977         * Versions.def: Add GLIBC_2.18.
28978         * include/link.h (struct link_map): New member l_tls_dtor_count.
28979         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28980         (__call_tls_dtors): Likewise.
28981         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28982         __cxa_thread_atexit_impl.
28983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28984         Likewise.
28985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28986         Likewise.
28987         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28988         Likewise.
28989         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28990         Likewise.
28991         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28992         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28993         Likewise.
28994         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28995         Likewise.
28996         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28997         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28998         Likewise.
28999         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
29000         (tests): Add test case tst-tls-atexit.
29001         (modules-names): Add shared library for tst-tls-atexit.
29002         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
29003         (GLIBC_PRIVATE): Add __call_tls_dtors.
29004         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
29005         for libstdc++.
29006         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
29007         * stdlib/tst-tls-atexit.c: New test case.
29008         * stdlib/tst-tls-atexit-lib.c: New test case.
29009
29010         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
29011
29012         * elf/Versions (ld): Add _dl_find_dso_for_object.
29013         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
29014         * elf/dl-open.c (_dl_find_dso_for_object): New function.
29015         (dl_open_worker): Use _dl_find_dso_for_object.
29016         * elf/dl-sym.c (do_sym): Likewise.
29017         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
29018
29019 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29020
29021         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
29022         Syntactic changes only.
29023         (_dl_runtime_profile): Do a tail-call to the resolved function.
29024
29025 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
29026
29027         [BZ #13550]
29028         * sysdeps/x86_64/bp-asm.h: Remove file.
29029         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
29030         <bp-sym.h> and <bp-asm.h>.
29031         (__clone): Do not use BP_SYM.
29032         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
29033         <bp-sym.h> and <bp-asm.h>.
29034         * sysdeps/unix/x86_64/sysdep.S: Likewise.
29035         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
29036         "bp-asm.h".
29037         (_setjmp): Do not use BP_SYM.
29038         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
29039         "bp-asm.h".
29040         (setjmp): Do not use BP_SYM.
29041         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
29042         libc_hidden_def.
29043         (mempcpy): Do not use BP_SYM in weak_alias.
29044         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
29045         "bp-asm.h".
29046         (strchr): Do not use BP_SYM.
29047         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
29048         "bp-asm.h".
29049         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
29050         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
29051         (_start): Do not use BP_SYM.
29052         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
29053         "bp-asm.h".
29054         (strcat): Do not use BP_SYM.
29055         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
29056         "bp-asm.h".
29057         (STRCMP): Do not use BP_SYM.
29058         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
29059         "bp-asm.h".
29060         (STRCPY): Do not use BP_SYM.
29061         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
29062         "bp-asm.h".
29063         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
29064         "bp-asm.h".
29065         (FUNCTION): Do not use BP_SYM.
29066         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
29067         weak_alias.
29068         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
29069
29070 2013-02-17  Andreas Jaeger  <aj@suse.de>
29071
29072         * time/Versions: Sort entries.
29073         * string/Versions: Likewise.
29074         * resolv/Versions: Likewise.
29075         * posix/Versions: Likewise.
29076         * iconv/Versions: Likewise.
29077         * elf/Versions: Likewise.
29078         * wcsmbs/Versions: Likewise.
29079
29080 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29081
29082         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
29083         loop termination condition.
29084
29085         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
29086         variable to calculate EZ.
29087         (__sqr): Likewise.
29088
29089         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
29090         the lower precision input.
29091
29092 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
29093
29094         [BZ #13550]
29095         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
29096         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
29097         (run-via-rtld-prefix): Do not handle %-bp tests.
29098         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
29099         (all-object-suffixes): Remove .ob.
29100         (bppfx): Remove variable.
29101         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
29102         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
29103         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
29104         [$(build-bounded) = yes] (libtype.ob): Likewise.
29105         * Makerules (elide-routines.ob): Remove variable.
29106         (do-tests-clean): Do not handle *-bp.out.
29107         (common-mostlyclean): Do not handle *-bp and *-bp.out.
29108         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
29109         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
29110         (tests): Do not include $(tests-bp.out).
29111         (xtests): Do not include $(xtests-bp.out).
29112         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
29113         [$(build-bounded) = yes] ($(addprefix
29114         $(objpfx),$(binaries-bounded))): Remove rule.
29115         ($(objpfx)%-bp.out): Remove rule.
29116         * config.make.in (build-bounded): Remove variable.
29117         * crypt/Makefile [$(build-bounded) = yes]
29118         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
29119         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
29120         append to variable.
29121         [$(build-bounded) = yes] (install-lib): Likewise.
29122         [$(build-bounded) = yes] (generated): Likewise.
29123         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
29124         Remove rule.
29125         * intl/Makefile [$(build-bounded) = yes]
29126         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29127         * math/Makefile [$(build-bounded) = yes]
29128         ($(tests:%=$(objpfx)%-bp): Likewise.
29129         * misc/Makefile [$(build-bounded) = yes]
29130         ($(objpfx)tst-tsearch-bp): Likewise.
29131         * nptl/Makeconfig (bounded-thread-library): Remove variable.
29132         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29133         Remove dependency.
29134         * string/Makefile (o-objects.ob): Remove variable.
29135         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29136         (CFLAGS-.ob): Remove variable.
29137         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29138         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29139         both definitions of variable.
29140         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29141         (ASFLAGS-.ob): Remove variable.
29142
29143 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
29144
29145         [BZ #13550]
29146         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29147         Remove __BOUNDED_POINTERS__ from condition.
29148         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29149         * string/bits/string2.h [!__NO_STRING_INLINES &&
29150         !__BOUNDED_POINTERS__]: Likewise.
29151         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29152         Likewise.
29153         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29154         Remove conditional code.
29155         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29156         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29157         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29158         condition.
29159
29160         [BZ #13550]
29161         * csu/libc-start.c: Do not include <bp-sym.h>.
29162         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29163         * elf/dl-open.c: Do not include <bp-sym.h>.
29164         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29165         * math/fegetenv.c: Do not include <bp-sym.h>.
29166         (fegetenv): Do not use BP_SYM in versioned symbols.
29167         * nptl/sysdeps/pthread/bits/libc-lockP.h
29168         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29169         <bp-sym.h>.
29170         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29171         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29172         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29173         (__pthread_mutex_destroy): Likewise.
29174         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29175         (__pthread_mutex_lock): Likewise.
29176         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29177         (__pthread_mutex_trylock): Likewise.
29178         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29179         (__pthread_mutex_unlock): Likewise.
29180         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29181         (__pthread_mutexattr_init): Likewise.
29182         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29183         (__pthread_mutexattr_destroy): Likewise.
29184         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29185         (__pthread_mutexattr_settype): Likewise.
29186         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29187         (__pthread_rwlock_init): Likewise.
29188         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29189         (__pthread_rwlock_destroy): Likewise.
29190         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29191         (__pthread_rwlock_rdlock): Likewise.
29192         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29193         (__pthread_rwlock_tryrdlock): Likewise.
29194         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29195         (__pthread_rwlock_wrlock): Likewise.
29196         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29197         (__pthread_rwlock_trywrlock): Likewise.
29198         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29199         (__pthread_rwlock_unlock): Likewise.
29200         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29201         (__pthread_key_create): Likewise.
29202         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29203         (__pthread_setspecific): Likewise.
29204         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29205         (__pthread_getspecific): Likewise.
29206         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29207         Likewise.
29208         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29209         (_pthread_cleanup_push_defer): Likewise.
29210         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29211         (_pthread_cleanup_pop_restore): Likewise.
29212         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29213         (pthread_setcancelstate): Likewise.
29214         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29215         <bp-sym.h>.
29216         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29217         (memchr): Do not use BP_SYM in weak_alias.
29218         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29219         (fegetenv): Do not use BP_SYM in versioned symbols.
29220         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29221         (fesetenv): Do not use BP_SYM in versioned symbols.
29222         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29223         (feupdateenv): Do not use BP_SYM in versioned symbols.
29224         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29225         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29226         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29227         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29228         (open64): Do not use BP_SYM in weak_alias.
29229         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29230         (fegetenv): Do not use BP_SYM in versioned symbols.
29231         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29232         (fesetenv): Do not use BP_SYM in versioned symbols.
29233         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29234         (feupdateenv): Do not use BP_SYM in versioned symbols.
29235         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29236         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29237         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29238         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29239         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29240         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29241         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29242         <bp-sym.h>.
29243         (__libc_start_main): Do not use BP_SYM.
29244
29245 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29246
29247         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29248         redundant return line.
29249         (norm): Likewise.
29250         (denorm): Likewise.
29251         (dbl_mp): Likewise.
29252         (sub_magnitudes): Likewise.
29253         (__add): Likewise.
29254         (__sub): Likewise.
29255         (__mul): Likewise.
29256         (__inv): Likewise.
29257         (__dvd): Likewise.
29258         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29259         (norm): Likewise.
29260         (denorm): Likewise.
29261         (dbl_mp): Likewise.
29262         (sub_magnitudes): Likewise.
29263         (__add): Likewise.
29264         (__sub): Likewise.
29265         (__mul): Likewise.
29266         (__inv): Likewise.
29267         (__dvd): Likewise.
29268
29269         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29270         instead of __mul.
29271         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29272         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29273         (cc32): Likewise.
29274
29275         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29276         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29277         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29278         of __mul for squares.
29279         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29280         function
29281         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29282         Likewise.
29283         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29284         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29285
29286 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29287
29288         [BZ #13550]
29289         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29290         code.
29291         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29292         prototype or function definition.  Rename ubp_* variables and
29293         parameters.  Remove argv definitions conditional on
29294         [__BOUNDED_POINTERS__].
29295         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29296         * elf/dl-runtime.c (_dl_fixup): Likewise.
29297         * include/set-hooks.h (RUN_HOOK): Likewise.
29298         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29299         definition.
29300         * string/strcpy.c (strcpy): Do not use __unbounded.
29301         * sysdeps/generic/frame.h (struct layout): Likewise.
29302         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29303         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29304         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29305         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29306         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29307         (__backtrace): Likewise.
29308         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29309         use __ptrvalue.
29310         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29311         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29312         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29313         Likewise.
29314         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29315         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29316         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29317         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29318         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29319         Do not use __unbounded.
29320         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29321         Rename __unboundedrlimits parameter to rlimits in prototype.
29322         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29323         Do not use __unbounded.
29324         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29325         not use __ptrvalue.
29326         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29327         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29328         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29329         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29330         __ptrvalue or __unbounded.
29331         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29332         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29333         use __unbounded.
29334         (__new_msgctl): Do not use __ptrvalue.
29335         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29336         __unbounded.
29337         (__libc_msgrcv): Do not use __ptrvalue.
29338         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29339         startup_info): Do not use __unbounded.
29340         (__libc_start_main): Likewise.  Rename ubp_* variables and
29341         parameters.  Remove argv definitions conditional on
29342         [__BOUNDED_POINTERS__].
29343         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29344         __ptrvalue.
29345         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29346         use __unbounded.
29347         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29348         or __ptrvalue.
29349         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29350         use __unbounded.
29351         (__new_shmctl): Do not use __ptrvalue.
29352         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29353         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29354         Likewise.
29355         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29356         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29357         (__libc_sigaction): Likewise.
29358         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29359         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29360         Likewise.
29361         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29362
29363 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29364
29365         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29366
29367         * string/mempcpy.c: Implement by calling memcpy.
29368
29369 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29370
29371         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29372
29373         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29374         evaluation.
29375
29376         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29377         values in the mantissa.
29378
29379         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29380         minimize writes to Z.
29381         (sub_magnitudes): Simplify code a bit.
29382
29383 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29384
29385         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29386         from the message.  The linker prefixes all warnings with that already.
29387
29388 2013-02-12  Andreas Schwab  <schwab@suse.de>
29389
29390         [BZ #15078]
29391         * posix/regexec.c (extend_buffers): Add parameter min_len.
29392         (check_matching): Pass minimum needed length.
29393         (clean_state_log_if_needed): Likewise.
29394         (get_subexp): Likewise.
29395         * posix/Makefile (tests): Add bug-regex34.
29396         (bug-regex34-ENV): Define.
29397         * posix/bug-regex34.c: New file.
29398
29399         [BZ #11561]
29400         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29401         elements compare against the byte sequence of it, not its name.
29402         * posix/Makefile (tests): Add bug-regex35.
29403         (bug-regex35-ENV): Define.
29404         * posix/bug-regex35.c: New file.
29405
29406 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29407
29408         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29409         comment.
29410         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29411         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29412         (CHECK_EOL): Add undef.
29413
29414 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29415
29416         * bits/stdlib-bsearch.h: New file.
29417         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29418         * stdlib/stdlib.h: Likewise.
29419
29420 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29421
29422         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29423         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29424         declaration.
29425         * manual/search.texi (Array Search Function): Add missing const in
29426         lfind prototype.
29427         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29428         declaration to use rlim_t.
29429         (Basic Scheduling Functions): Remove erroneous const from
29430         sched_getparam prototype.  Remove erroneous * from
29431         sched_get_priority_max and sched_get_priority_min prototypes.
29432         (Resource Usage): Fix summary @comment on vtimes to refer to
29433         sys/vtimes.h rather than vtimes.h.
29434         Add missing *s in vtimes prototype.
29435         (Limits on Resources): Fix ulimit prototype to return long int.
29436         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29437         prototypes to use long int rather than double.
29438         (BSD Random): Fix initstate and setstate to use char *, not void *.
29439         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29440         prototype to make second argument 'struct aiocb64 *const[]'.
29441         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29442         (Status of AIO Operations): Remove erroneous const in aio_return and
29443         aio_return64 prototypes.
29444         (Synchronizing I/O): Fix sync prototype to return void.
29445         * manual/startup.texi (Suboptions): Remove an erroneous const in
29446         getsubopt prototype.
29447         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29448         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29449         use size_t rather than int.
29450         (Scanning All Users): Likewise for getpwent_r.
29451         (Setting Groups): Add missing const to setgroups prototype.
29452         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29453         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29454         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29455         'const void *' rather than 'const char *'.
29456         (Host Address Functions): Likewise for inet_ntop.
29457         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29458         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29459         ssize_t for return value.
29460         (Sending Data): Likewise for send, sendto, sendmsg.
29461         (Socket Option Functions): Add a missing const in setsockopt prototype.
29462         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29463         use wchar_t for the argument.
29464         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29465         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29466         take no arguments.
29467         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29468         double/float/long double for second argument.
29469         Fix return types of significand, significandf, significandl.
29470         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29471         argument in fchmod prototype.
29472         (File Owner): Use uid_t and gid_t in fchown prototype.
29473         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29474         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29475         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29476         use 'const struct dirent **' as argument types to CMP function pointer
29477         argument.
29478         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29479         (File Times): Fix summary magic @comment for struct utimbuf and utime
29480         to refer to utime.h, not time.h.
29481         * manual/string.texi (Argz Functions): Add missing const in
29482         argz_extract and argz_next prototypes.
29483         (Finding Tokens in a String): Likewise for basename.
29484         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29485         (Copying and Concatenation): Fix typo in wmemmove prototype.
29486         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29487         (Signal Stack): Remove erroneous const in sigstack prototype.
29488         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29489         prototype.
29490         (Simple Calendar Time): Likewise for stime.
29491         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29492         prototype.
29493         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29494         say sys/sysctl.h instead.
29495         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29496         and vsyslog prototypes.
29497
29498 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29499
29500         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29501         Remove.
29502
29503 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29504
29505         * misc/sys/mman.h: Fix typo in mremap comment.
29506
29507 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29508
29509         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29510         the '\0' terminator.
29511
29512 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29513
29514         [BZ #13550]
29515         * debug/segfault.c: Don't include <bp-checks.h>.
29516         * sysdeps/generic/bp-checks.h: Remove file.
29517         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29518         (__GETDENTS): Don't use CHECK_N.
29519         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29520         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29521         (__getgroups): Don't use CHECK_N.
29522         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29523         (setgroups): Don't use CHECK_N.
29524         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29525         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29526         (__libc_msgrcv): Don't use CHECK_N.
29527         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29528         (__libc_msgsnd): Don't use CHECK_N.
29529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29530         <bp-checks.h>.
29531         (__libc_pread): Don't use CHECK_N.
29532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29533         include <bp-checks.h>.
29534         (__libc_pread64): Don't use CHECK_N.
29535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29536         include <bp-checks.h>.
29537         (__libc_pwrite): Don't use CHECK_N.
29538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29539         include <bp-checks.h>.
29540         (__libc_pwrite64): Don't use CHECK_N.
29541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29542         <bp-checks.h>.
29543         (__libc_pread): Don't use CHECK_N.
29544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29545         include <bp-checks.h>.
29546         (__libc_pread64): Don't use CHECK_N.
29547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29548         include <bp-checks.h>.
29549         (__libc_pwrite): Don't use CHECK_N.
29550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29551         include <bp-checks.h>.
29552         (__libc_pwrite64): Don't use CHECK_N.
29553         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29554         (do_pread): Don't use CHECK_N.
29555         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29556         (do_pread64): Don't use CHECK_N.
29557         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29558         (do_pwrite): Don't use CHECK_N.
29559         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29560         (do_pwrite64): Don't use CHECK_N.
29561         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29562         (__libc_readv): Don't use CHECK_N.
29563         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29564         (semop): Don't use CHECK_N.
29565         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29566         <bp-checks.h>.
29567         (semtimedop): Don't use CHECK_N.
29568         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29569         (__libc_pread): Don't use CHECK_N.
29570         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29571         <bp-checks.h>.
29572         (__libc_pread64): Don't use CHECK_N.
29573         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29574         <bp-checks.h>.
29575         (__libc_pwrite): Don't use CHECK_N.
29576         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29577         <bp-checks.h>.
29578         (__libc_pwrite64): Don't use CHECK_N.
29579         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29580         <bp-checks.h>.
29581         (__libc_msgrcv): Don't use CHECK_N.
29582         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29583         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29584         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29585         (__libc_writev): Don't use CHECK_N.
29586
29587 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29588
29589         * string/strcpy.c: Removed unused variable.
29590
29591         * Makeconfig (+sysdep-includes): Define with := rather than =.
29592         Use an existing include/ subdir of each sysdeps dir before it.
29593
29594 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29595
29596         * nscd/connection.c (register_traced_file): Comment function.
29597         [HAVE_INOTIFY] (union __inev): Define.
29598         [HAVE_INOTIFY] (inotify_check_files): New function.
29599         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29600         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29601         clear_db_cache.
29602         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29603
29604 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29605
29606         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29607         loaded if not already and that a failure is permanent.
29608
29609 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29610
29611         [BZ #15006]
29612         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29613         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29614
29615 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29616
29617         [BZ #13550]
29618         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29619         (CHECK_1_NULL_OK): Likewise.
29620         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29621         (__fxstat): Do not use CHECK_1.
29622         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29623         <bp-checks.h>.
29624         (___fxstat64): Do not use CHECK_1.
29625         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29626         <bp-checks.h>.
29627         (__fxstatat): Do not use CHECK_1.
29628         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29629         <bp-checks.h>.
29630         (__fxstatat64): Do not use CHECK_1.
29631         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29632         <bp-checks.h>.
29633         (__fxstat): Do not use CHECK_1.
29634         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29635         <bp-checks.h>.
29636         (__fxstatat): Do not use CHECK_1.
29637         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29638         <bp-checks.h>.
29639         (__getresgid): Do not use CHECK_1.
29640         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29641         <bp-checks.h>.
29642         (__getresuid): Do not use CHECK_1.
29643         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29644         <bp-checks.h>.
29645         (__lxstat): Do not use CHECK_1.
29646         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29647         <bp-checks.h>.
29648         (__old_msgctl): Do not use CHECK_1.
29649         (__new_msgctl): Likewise.
29650         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29651         <bp-checks.h>.
29652         (__new_setrlimit): Do not use CHECK_1.
29653         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29654         <bp-checks.h>.
29655         (__old_shmctl): Do not use CHECK_1.
29656         (__new_shmctl): Likewise.
29657         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29658         <bp-checks.h>.
29659         (__xstat): Do not use CHECK_1.
29660         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29661         (__lxstat): Do not use CHECK_1.
29662         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29663         <bp-checks.h>.
29664         (___lxstat64): Do not use CHECK_1.
29665         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29666         (__old_msgctl): Do not use CHECK_1.
29667         (__new_msgctl): Likewise.
29668         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29669         <bp-checks.h>.
29670         (__gettimeofday): Do not use CHECK_1.
29671         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29672         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29673         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29674         <bp-checks.h>.
29675         (__gettimeofday): Do not use CHECK_1.
29676         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29677         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29678         (__new_shmctl): Do not use CHECK_1.
29679         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29680         <bp-checks.h>.
29681         (do_sigtimedwait): Do not use CHECK_1.
29682         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29683         <bp-checks.h>.
29684         (do_sigwaitinfo): Do not use CHECK_1.
29685         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29686         <bp-checks.h>.
29687         (msgctl): Do not use CHECK_1.
29688         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29689         <bp-checks.h>.
29690         (shmctl): Do not use CHECK_1.
29691         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29692         (ustat): Do not use CHECK_1.
29693         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29694         <bp-checks.h>.
29695         (__fxstat): Do not use CHECK_1.
29696         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29697         <bp-checks.h>.
29698         (__fxstatat): Do not use CHECK_1.
29699         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29700         <bp-checks.h>.
29701         (__lxstat): Do not use CHECK_1.
29702         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29703         <bp-checks.h>.
29704         (__xstat): Do not use CHECK_1.
29705         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29706         (__xstat): Do not use CHECK_1.
29707         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29708         (___xstat64): Do not use CHECK_1.
29709
29710         [BZ #13550]
29711         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29712         definitions.
29713         (CHECK_BOUNDS_HIGH): Likewise.
29714         * string/strcpy.c: Do not include <bp-checks.h>.
29715         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29716
29717 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29718
29719         * nscd/nscd-client.h (__nscd_drop_map_ref):
29720         Add __attribute__ ((unused)).
29721         * nis/nss-nisplus.h (niserr2nss): Likewise.
29722
29723         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29724         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29725
29726         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29727         Remove inline keyword.
29728         * include/rounding-mode.h (round_away): Likewise.
29729         * libio/wfileops.c (adjust_wide_data): Likewise.
29730         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29731         (__m128i_strloadu_tolower): Likewise.
29732         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29733         (__m128i_strloadu_tolower): Likewise.
29734         * time/mktime.c (ydhms_diff): Likewise.
29735         * locale/elem-hash.h (elem_hash): Likewise.
29736         * locale/setlocale.c (setdata): Likewise.
29737         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29738         (re_string_wchar_at): Likewise.
29739         (bitset_not, bitset_merge, bitset_mask): Likewise.
29740         [!(__GNUC__ > 3)] (inline): Remove macro.
29741         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29742         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29743         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29744         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29745         * string/memcmp.c (memcmp_bytes): Likewise.
29746         * locale/programs/locarchive.c (compute_hashval): Likewise.
29747         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29748         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29749         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29750         * nss/getent.c (print_rpc, print_protocols): Likewise.
29751         (print_passwd, print_group, print_aliases): Likewise.
29752         * nis/nss-nisplus.h (niserr2nss): Likewise.
29753         * nscd/connections.c (restart_p): Likewise.
29754         Change return type to bool.
29755
29756 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29757
29758         * Makeconfig (all-Depend-files): Add existing
29759         $(sorted-subdirs:=/Depend) files.
29760         (all-subdirs): Remove nss.
29761         * sysdeps/unix/inet/Subdirs: Add it here instead.
29762         * hesiod/Depend: New file.
29763
29764         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29765         instead of calling alloca.
29766
29767         * io/lseek.c (__lseek): Rename to __libc_lseek.
29768         Define __lseek as an alias.
29769
29770         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29771
29772 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29773
29774         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29775         else clause and remove check for non-standard endianness.
29776
29777 2013-02-04  David S. Miller  <davem@davemloft.net>
29778
29779         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29780
29781 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29782
29783         [BZ #13550]
29784         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29785         (__ubp_memchr): Remove prototype.
29786         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29787         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29788         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29789         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29790         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29791         Remove alias.
29792         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29793         (__ubp_memchr): Likewise.
29794         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29795         (__ubp_memchr): Likewise.
29796         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29797         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29798         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29799         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29800         CHECK_STRING.
29801         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29802         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29803         (__getcwd): Do not use CHECK_STRING.
29804         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29805         <bp-checks.h>.
29806         (__real_chown): Do not use CHECK_STRING.
29807         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29808         <bp-checks.h>.
29809         (fchownat): Do not use CHECK_STRING.
29810         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29811         CHECK_STRING.
29812         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29813         <bp-checks.h>.
29814         (__lchown): Do not use CHECK_STRING.
29815         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29816         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29817         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29818         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29820         include <bp-checks.h>.
29821         (truncate64): Do not use CHECK_STRING.
29822         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29823         <bp-checks.h>.
29824         (__real_chown): Do not use CHECK_STRING.
29825         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29826         <bp-checks.h>.
29827         (__lchown): Do not use CHECK_STRING.
29828         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29829         <bp-checks.h>.
29830         (__chown): Do not use CHECK_STRING.
29831         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29832         <bp-checks.h>.
29833         (truncate64): Do not use CHECK_STRING.
29834         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29835         Likewise.
29836         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29837         (__xmknod): Do not use CHECK_STRING.
29838         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29839         <bp-checks.h>.
29840         (__xmknodat): Do not use CHECK_STRING.
29841         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29842         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29843
29844 2013-02-04  Andreas Schwab  <schwab@suse.de>
29845
29846         [BZ #14142]
29847         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29848         * include/netdb.h: Likewise for h_errno.
29849         * elf/tst-stackguard1.c: Include <tls.h>.
29850
29851 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29852
29853         * elf/link.h (struct link_map): Extend the l_addr comment.
29854         * include/link.h (struct link_map): Likewise.
29855
29856 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29857
29858         [BZ #13550]
29859         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29860         (BOUNDED_1): Remove macro.
29861         * debug/backtrace.c: Don't include <bp-checks.h>.
29862         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29863         (__backtrace): Likewise.
29864         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29865         <bp-checks.h>.
29866         (__backtrace): Don't use BOUNDED_1.
29867         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29868         <bp-checks.h>.
29869         (__backtrace): Don't use BOUNDED_1.
29870         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29871         (__backtrace): Don't use BOUNDED_1.
29872         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29873         (shmat): Don't use BOUNDED_N.
29874
29875 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29876
29877         [BZ #13550]
29878         * sysdeps/generic/bp-start.h: Remove file.
29879         * csu/libc-start.c: Don't include <bp-start.h>.
29880         (LIBC_START_MAIN): Set up __environ directly instead of using
29881         INIT_ARGV_and_ENVIRON.
29882         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29883         <bp-start.h>.
29884
29885         [BZ #13550]
29886         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29887         definitions.
29888         (CHECK_FCNTL): Likewise.
29889         (CHECK_N_PAGES): Likewise.
29890
29891         [BZ #13550]
29892         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29893         definitions.
29894         (CHECK_SIGSET_NULL_OK): Likewise.
29895         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29896         <bp-checks.h>.
29897         (sigpending): Don't use CHECK_SIGSET.
29898         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29899         <bp-checks.h>.
29900         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29901         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29902         <bp-checks.h>.
29903         (do_sigsuspend): Don't use CHECK_SIGSET.
29904         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29905         use CHECK_SIGSET.
29906         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29907         (do_sigwait): Don't use CHECK_SIGSET.
29908         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29909         use CHECK_SIGSET.
29910         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29911         include <bp-checks.h>.
29912         (sigpending): Don't use CHECK_SIGSET.
29913         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29914         include <bp-checks.h>.
29915         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29916         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29917         <bp-checks.h>.
29918         (sigpending): Don't use CHECK_SIGSET.
29919         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29920         <bp-checks.h>.
29921         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29922
29923         [BZ #13550]
29924         * sysdeps/generic/bp-semctl.h: Remove file.
29925         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29926         <bp-checks.h> and <bp-semctl.h>.
29927         (__old_semctl): Don't use CHECK_SEMCTL.
29928         (__new_semctl): Likewise.
29929         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29930         and <bp-semctl.h>.
29931         (__old_semctl): Don't use CHECK_SEMCTL.
29932         (__new_semctl): Likewise.
29933         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29934         <bp-checks.h> and <bp-semctl.h>.
29935         (__old_semctl): Don't use CHECK_SEMCTL.
29936         (__new_semctl): Likewise.
29937         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29938         <bp-checks.h> and <bp-semctl.h>.
29939         (semctl): Don't use CHECK_SEMCTL.
29940
29941         [BZ #13550]
29942         * Makerules (elide-bp-thunks): Remove variable.
29943         (elide-routines.oS): Don't use $(elide-bp-thunks).
29944         (elide-routines.os): Likewise.
29945         (elide-routines.o): Likewise.
29946         (elide-routines.op): Likewise.
29947         (elide-routines.og): Likewise.
29948         (objects): Don't use $(bp-thunks).
29949         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29950         include.
29951         (common-generated): Do not add s-proto-bp.d.
29952         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29953         (int): Likewise.
29954         (typ): Likewise.
29955         Do not generate makefile rules for bounded-pointer thunks.
29956         * sysdeps/generic/bp-thunks.h: Remove file.
29957         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29958         * sysdeps/unix/s-proto-bp.S: Likewise.
29959
29960         [BZ #15062]
29961         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29962         parts of result separately when argument is not close to line from
29963         -i to i and one part of argument is small.
29964         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29965         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29966         * math/libm-test.inc (cacos_test): Add more tests.
29967         (casin_test): Likewise.
29968         (casinh_test): Likewise.
29969         * sysdeps/i386/fpu/libm-test-ulps: Update.
29970         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29971
29972 2013-01-31  David S. Miller  <davem@davemloft.net>
29973
29974         * po/de.po: Update from translation team.
29975
29976 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29977
29978         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29979
29980 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29981
29982         * configure.in (_AC_PROG_CC_C89): New definition.
29983         * configure: Regenerate.
29984
29985         * configure.in (AC_PROG_CPP): New definition.
29986         * configure: Regenerate.
29987
29988 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29989
29990         * debug/tst-backtrace.h: New file.
29991         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29992         (ret): Remove variable.
29993         (x): Likewise.
29994         (FAIL): Remove macro.
29995         (NO_INLINE): Likewise.
29996         (fn1): Use match function instead of strstr.
29997         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29998         (ret): Remove variable.
29999         (x): Likewise.
30000         (FAIL): Remove macro.
30001         (NO_INLINE): Likewise.
30002         (fn): Use match function instead of strstr.
30003         * debug/tst-backtrace4.c: Include tst-backtrace.h.
30004         (ret): Remove variable.
30005         (x): Likewise.
30006         (FAIL): Remove macro.
30007         (NO_INLINE): Likewise.
30008         (handle_signal): Use match function instead of strstr.
30009         * debug/tst-backtrace5.c: Include tst-backtrace.h.
30010         (ret): Remove variable.
30011         (x): Likewise.
30012         (FAIL): Remove macro.
30013         (NO_INLINE): Likewise.
30014         (handle_signal): Use match function instead of strstr.
30015
30016 2013-01-23  Roland McGrath  <roland@hack.frob.com>
30017
30018         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
30019
30020 2013-01-23  David S. Miller  <davem@davemloft.net>
30021
30022         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
30023         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
30024         argument of CAS if possible.
30025         * sysdeps/sparc/sparc64/bits/atomic.h
30026         (__arch_compare_and_exchange_val_32_acq): Likewise.
30027         (__arch_compare_and_exchange_val_64_acq): Likewise.
30028
30029 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
30030
30031         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
30032         * sysdeps/posix/ulimit.c: ... this.
30033         Include <limits.h>.
30034         * sysdeps/unix/bsd/ulimit.c: Remove file.
30035
30036 2013-01-23  Adam Conrad  <adconrad@0c3.net>
30037
30038         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
30039         (LDFLAGS-tst-array5): Likewise.
30040
30041 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
30042
30043         [BZ #15036]
30044         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
30045         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
30046         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
30047         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
30048
30049 2013-01-21  David S. Miller  <davem@davemloft.net>
30050
30051         * sysdeps/sparc/backtrace.c: New file.
30052         * sysdeps/sparc/sparc32/backtrace.h: New file.
30053         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
30054         * sysdeps/sparc/sparc64/backtrace.h: New file.
30055         * sysdeps/sparc/sparc64/backtrace.c: Delete.
30056         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
30057         -funwind-tables.
30058
30059 2013-01-21  Andreas Schwab  <schwab@suse.de>
30060
30061         [BZ #15020]
30062         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
30063         closed its stdout.
30064
30065 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
30066
30067         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
30068         "mpa2.h".
30069         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30070
30071 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
30072             Mark Mitchell  <mark@codesourcery.com>
30073             Tom de Vries  <tom@codesourcery.com>
30074             Paul Pluzhnikov  <ppluzhnikov@google.com>
30075
30076         * debug/tst-backtrace2.c: New file.
30077         * debug/tst-backtrace3.c: Likewise.
30078         * debug/tst-backtrace4.c: Likewise.
30079         * debug/tst-backtrace5.c: Likewise.
30080         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
30081         (CFLAGS-tst-backtrace3.c): Likewise.
30082         (CFLAGS-tst-backtrace4.c): Likewise.
30083         (CFLAGS-tst-backtrace5.c): Likewise.
30084         (LDFLAGS-tst-backtrace2): Likewise.
30085         (LDFLAGS-tst-backtrace3): Likewise.
30086         (LDFLAGS-tst-backtrace4): Likewise.
30087         (LDFLAGS-tst-backtrace5): Likewise.
30088         (tests): Add new tests tst-backtrace2, tst-backtrace3,
30089         tst-backtrace4 and tst-backtrace5.
30090
30091 2013-01-18  Anton Blanchard  <anton@samba.org>
30092             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30093
30094         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
30095         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
30096         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
30097         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
30098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30099         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
30100         "+r" and remove output regs list as redundant.  Add explicit inline
30101         asm to specify register of return val to work around compiler codegen
30102         bug.  Remove (int) cast on return value.  Add return type parameter to
30103         use in macro so that this macro does not truncate return value for
30104         64-bit values.
30105         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
30106         pass to INTERNAL_VSYSCALL_NCS.
30107         (INLINE_VSYSCALL): Add 'long int' as return type to
30108         INTERNAL_VSYSCALL_NCS macro invocation.
30109         (INTERNAL_VSYSCALL): Add 'long int' as return type to
30110         INTERNAL_VSYSCALL_NCS macro invocation.
30111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30112
30113 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30114
30115         [BZ #14496]
30116         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
30117         Fix application of SIMD FP exception mask.
30118
30119         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
30120         mp_no from a power of two.
30121         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
30122         __mpexp_twomm1.  Use __pow_mp.
30123
30124         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
30125         multiplication.
30126
30127 2013-01-17  David S. Miller  <davem@davemloft.net>
30128
30129         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30130
30131 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30132
30133         [BZ #15023]
30134         * include/complex.h: Condition contents on [!_COMPLEX_H].
30135         (__kernel_casinhf): New prototype.
30136         (__kernel_casinh): Likewise.
30137         (__kernel_casinhl): Likewise.
30138         * math/Makefile (libm_calls): Add k_casinh.
30139         * math/k_casinh.c: New file.
30140         * math/k_casinhf.c: Likewise.
30141         * math/k_casinhl.c: Likewise.
30142         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30143         finite nonzero arguments.
30144         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30145         finite nonzero arguments.
30146         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30147         finite nonzero arguments.
30148         * math/s_casinh.c: Do not include <float.h>.
30149         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30150         * math/s_casinhf.c: Do not include <float.h>.
30151         (__casinhf): Move code for finite nonzero arguments to
30152         k_casinhf.c.
30153         * math/s_casinhl.c: Do not include <float.h>.
30154         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30155         redefine.
30156         (__casinhl): Move code for finite nonzero arguments to
30157         k_casinhl.c.
30158         * math/libm-test.inc (cacos_test): Add more tests.
30159         * sysdeps/i386/fpu/libm-test-ulps: Update.
30160         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30161
30162 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
30163
30164         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30165         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30166         [!HAVE_MREMAP]: Remove [defined linux] case.
30167         * malloc/arena.c: Do not include <malloc-sysdep.h>.
30168
30169 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30170
30171         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30172
30173 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30174
30175         * elf/elf.h (R_386_SIZE32): New relocation.
30176         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30177         R_386_SIZE32.
30178         (elf_machine_rela): Likewise.
30179         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30180         R_X86_64_SIZE64 and R_X86_64_SIZE32.
30181
30182 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30183
30184         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30185         (FP_FAST_FMA): Do not define.
30186         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30187         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30188         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30189         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30190         !_SOFT_FLOAT]: Likewise.
30191         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30192         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30193         value.
30194         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30195         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30196         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30197         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30198         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30199         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30200         file.
30201
30202 2013-01-16  Andreas Schwab  <schwab@suse.de>
30203
30204         [BZ #14327]
30205         * include/stdlib.h (__mktemp): Add declaration.
30206         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30207         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30208
30209 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30210
30211         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30212         definitions.
30213         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30214         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30215         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30216         definitions here.
30217         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30218         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30219         definitions.
30220         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30221         and ONE.
30222         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30223         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30224         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30225         definitions.
30226         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30227         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30228         definitions.
30229         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30230
30231         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30232
30233 2013-01-15  David S. Miller  <davem@davemloft.net>
30234
30235         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30236         trunc{,f} to libm-sysdep_routes.
30237         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30238         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30239         file.
30240         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30241         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30242         file.
30243         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30244         file.
30245         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30246         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30247         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30248         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30249         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30250         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30251         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30252         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30253
30254         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30255         nearbyint{,f} to libm-sysdep_routes.
30256         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30257         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30258         New file.
30259         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30260         file.
30261         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30262         New file.
30263         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30264         file.
30265         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30266         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30267         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30268         file.
30269         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30270         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30271         file.
30272         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30273         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30274         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30275
30276         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30277         libc_feholdexcept and libc_fesetenv.
30278
30279 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30280
30281         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30282
30283 2013-01-14  David S. Miller  <davem@davemloft.net>
30284
30285         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30286         (SPARC_ASM_VIS2_IFUNC): Likewise.
30287         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30288         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30289         use of 'siam' instruction.
30290         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30291         Likewise.
30292         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30293         Likewise.
30294         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30295         Likewise.
30296         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30297         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30298         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30299         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30300         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30301         file.
30302         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30303         file.
30304         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30305         file.
30306         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30307         file.
30308         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30309         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30310         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30311         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30312         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30313         new VIS2 routines.
30314         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30315         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30316         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30317         Likewise.
30318         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30319         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30320         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30321         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30322         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30323         routines to libm-sysdep_routines.
30324         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30325
30326         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30327         fdim/fdimf to libm-sysdep_routines.
30328         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30329         file.
30330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30331         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30332         file.
30333         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30334         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30335         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30336         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30337         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30338         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30339         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30340
30341 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30342
30343         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30344         to optimize copies.
30345
30346         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30347         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30348         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30349
30350         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30351         local variable MPTWO.
30352         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30353         Likewise.
30354
30355 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30356
30357         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30358         GLOB_NOESCAPE.
30359
30360 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30361
30362         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30363
30364 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30365
30366         * manual/pattern.texi (glob_t): Document gl_flags.
30367         (glob64_t): Likewise.
30368
30369 2013-01-11  David S. Miller  <davem@davemloft.net>
30370
30371         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30372         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30373         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30374         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30375         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30376         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30377         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30378         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30379         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30380         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30381         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30382         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30383         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30384
30385         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30386         sparc V9 rather than using V8 code.
30387         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30388         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30389
30390         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30391         Move to...
30392         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30393         Here.
30394
30395 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30396
30397         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30398         not in the main loop.
30399         * configure: Regenerated.
30400
30401 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30402
30403         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30404         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30405         to just #else.
30406         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30407         [!__GLIBC_HAVE_LONG_LONG] case.
30408         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30409         condition to just #else.
30410         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30411         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30412         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30413         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30414         unconditional.
30415         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30416         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30417         #elif condition to just #else.
30418         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30419         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30420         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30421         #elif condition to just #else.
30422
30423 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30424
30425         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30426         (EF_MIPS_ARCH_64): Fix value.
30427         (EF_MIPS_ARCH_32R2): New.
30428         (EF_MIPS_ARCH_64R2): New.
30429
30430 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30431
30432         * Makeconfig (+link-pie-before-libc): New.
30433         (+link-pie-after-libc): Likewise.
30434         (+link-pie-tests): Likewise.
30435         (+link-pie): Rewritten.
30436         (link-before-libc): Remove $(config-LDFLAGS).
30437         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30438         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30439         (config-LDFLAGS): Renamed to ...
30440         (rtld-LDFLAGS): This.
30441         (rtld-tests-LDFLAGS): New macro.
30442         (link-libc-rpath-link): Likewise.
30443         (link-libc-tests-rpath-link): Likewise.
30444         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30445         (link-libc): Prepand $(link-libc-rpath-link).
30446         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30447         (test-program-prefix): New macro.
30448         (test-via-rtld-prefix): Likewise.
30449         (test-program-cmd): Likewise.
30450         (host-test-program-cmd): Likewise.
30451         * Makefile ($(common-objpfx)testrun.sh): Replace
30452         $(run-program-prefix) with $(test-program-prefix).
30453         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30454         $(rtld-LDFLAGS).
30455         ($(common-objpfx)shlib.lds): Likewise.
30456         (build-module-helper): Likewise.
30457         ($(common-objpfx)format.lds): Likewise.
30458         * Rules (binaries-pie-tests): New.
30459         (binaries-pie-notests): Likewise.
30460         (binaries-pie): Rewritten.
30461         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30462         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30463         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30464         (make-test-out): Replace $(host-built-program-cmd) with
30465         $(host-test-program-cmd).
30466         * config.make.in (build-hardcoded-path-in-tests): New variable.
30467         * configure.in (--enable-hardcoded-path-in-tests): New configure
30468         option.
30469         (hardcoded_path_in_tests): New AC_SUBST.
30470         * configure: Regenerated.
30471         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30472         $(built-program-cmd) with $(test-program-cmd).
30473         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30474         (test_program_cmd): This.
30475         * elf/Makefile ($(objpfx)order.out): Run test with
30476         $(test-program-prefix).
30477         ($(objpfx)order2.out): Likewise.
30478         ($(objpfx)tst-initorder.out): Likewise.
30479         ($(objpfx)tst-initorder2.out): Likewise.
30480         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30481         $(test-program-cmd).
30482         ($(objpfx)tst-array1-static.out): Likewise.
30483         ($(objpfx)tst-array2.out): Likewise.
30484         ($(objpfx)tst-array3.out): Likewise.
30485         ($(objpfx)tst-array4.out): Likewise.
30486         ($(objpfx)tst-array5.out): Likewise.
30487         ($(objpfx)tst-array5-static.out): Likewise.
30488         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30489         $(test-program-cmd).
30490         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30491         $(run-program-prefix) with $(test-program-prefix).
30492         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30493         (test_program_prefix): This.
30494         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30495         $(run-program-prefix) with $(test-program-prefix).
30496         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30497         (test_program_prefix): This.
30498         * iconvdata/tst-tables.sh: Likewise.
30499         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30500         $(run-program-prefix) with $(test-program-prefix).
30501         ($(objpfx)tst-translit.out): Likewise.
30502         ($(objpfx)tst-gettext2.out): Likewise.
30503         ($(objpfx)tst-gettext4.out): Likewise.
30504         ($(objpfx)tst-gettext6.out): Likewise.
30505         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30506         (test_program_prefix): This.
30507         * intl/tst-gettext2.sh: Likewise.
30508         * intl/tst-gettext4.sh  Likewise.
30509         * intl/tst-gettext6.sh: Likewise.
30510         * intl/tst-translit.sh: Likewise.
30511         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30512         with $(test-program-cmd).
30513         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30514         $(run-program-prefix) with $(test-program-prefix).
30515         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30516         (test_program_prefix): This.
30517         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30518         $(run-program-prefix) with $(test-program-prefix).
30519         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30520         (test_program_prefix): This.
30521         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30522         * posix/Makefile ($(objpfx)globtest.out): Replace
30523         $(run-via-rtld-prefix) and $(test-wrapper) with
30524         $(test-program-prefix) and $(test-via-rtld-prefix).
30525         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30526         $(test-program-prefix).
30527         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30528         $(host-test-program-cmd).
30529         (tst-spawn-ARGS): Likewise.
30530         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30531         $(test-program-prefix).
30532         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30533         (test_via_rtld_prefix): This.
30534         (test_wrapper): Renamed to ...
30535         (test_program_prefix): This.
30536         (run_program_prefix): Replaced by test_program_prefix.
30537         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30538         (test_program_prefix): This.
30539         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30540         with $(host-test-program-cmd).
30541         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30542         $(run-program-prefix) with $(test-program-prefix).
30543         ($(objpfx)tst-printf.out): Likewise.
30544         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30545         $(test-program-cmd).
30546         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30547         (test_program_prefix): This.
30548         * stdio-common/tst-unbputc.sh: Likewise.
30549         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30550         $(run-program-prefix) with $(test-program-prefix).
30551         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30552         (test_program_prefix): This.
30553         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30554         $(built-program-cmd) with $(test-program-cmd).
30555
30556 2013-01-11  Andreas Jaeger  <aj@suse.de>
30557
30558         [BZ #15003]
30559         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30560         value. Sync with Linux 3.7.
30561
30562 2013-01-10  David S. Miller  <davem@davemloft.net>
30563
30564         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30565         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30566         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30567
30568 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30569
30570         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30571         never set.
30572         * configure: Regenerated.
30573
30574 2013-01-10  David S. Miller  <davem@davemloft.net>
30575
30576         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30577         sparc V9 rather than using V8 code.
30578         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30579         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30580
30581 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30582
30583         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30584         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30585         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30586         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30587         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30588         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30589         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30590         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30591         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30592         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30593         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30594         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30595         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30596         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30597         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30598         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30599         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30600         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30601         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30602         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30603         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30604         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30605         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30606         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30607         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30608         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30609         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30610
30611 2013-01-10  David S. Miller  <davem@davemloft.net>
30612
30613         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30614
30615 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30616
30617         * posix/Makefile (tests-static): New variable.
30618         (tests): Add $(tests-static).
30619         (tst-exec-static-ARGS): New variable.
30620         (tst-spawn-static-ARGS): Likewise.
30621         * posix/tst-exec-static.c: New file.
30622         * posix/tst-spawn-static.c: Likewise.
30623         * posix/tst-exec.c: Support run directly.
30624         * posix/tst-spawn.c: Likewise.
30625
30626 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30627
30628         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30629         long.
30630         * math/bits/mathcalls.h (llrint): Likewise.
30631         (llround): Likewise.
30632         * stdlib/stdlib.h (struct drand48_data): Likewise.
30633         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30634         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30635         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30636         Likewise.
30637         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30638         Likewise.
30639         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30640         (elf_greg_t): Likewise.
30641         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30642         (__jmp_buf): Likewise.
30643         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30644         definitions.
30645         (llrint): Likewise, for all definitions.
30646         (llrintl): Likewise.
30647
30648         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30649         Remove [__GNUC__] condition.
30650         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30651         condition to just [__USE_ISOC99].
30652         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30653
30654 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30655
30656         [BZ #14200]
30657         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30658         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30659         defined.
30660         (_POSIX_V6_ILP32_OFF32): Likewise.
30661         (_XBS5_ILP32_OFF32): Likewise.
30662         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30663         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30664
30665 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30666
30667         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30668
30669         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30670         doubles __mpexp_twomm1.  Adjust usage.
30671         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30672         Remove.
30673
30674 2013-01-10  Andreas Schwab  <schwab@suse.de>
30675
30676         [BZ #14964]
30677         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30678         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30679
30680 2013-01-09  David S. Miller  <davem@davemloft.net>
30681
30682         [BZ #15003]
30683         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30684         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30685         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30686         (TCP_FASTOPEN): Define.
30687         (tcp_repair_opt): New structure.
30688         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30689         enum values.
30690         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30691         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30692         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30693         (tcp_cookie_transactions): New structure.
30694
30695 2013-01-09  Anton Blanchard  <anton@samba.org>
30696
30697         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30698         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30699         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30700         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30701
30702 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30703
30704         * include/features.h (__USE_ANSI): Remove.
30705
30706 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30707
30708         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30709
30710         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30711
30712 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30713
30714         * sysdeps/s390/fpu/libm-test-ulps: Update.
30715
30716         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30717
30718         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30719         (__acr): Likewise.
30720         (__cpy): Likewise.
30721         (norm): Likewise.
30722         (denorm): Likewise.
30723         (__mp_dbl): Likewise.
30724         (__dbl_mp): Likewise.
30725         (add_magnitudes): Likewise.
30726         (sub_magnitudes): Likewise.
30727         (__add): Likewise.
30728         (__sub): Likewise.
30729         (__mul): Likewise.
30730         (__inv): Likewise.
30731         (__dvd): Likewise.
30732         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30733         (__acr): Likewise.
30734         (__cpy): Likewise.
30735         (norm): Likewise.
30736         (denorm): Likewise.
30737         (__mp_dbl): Likewise.
30738         (__dbl_mp): Likewise.
30739         (add_magnitudes): Likewise.
30740         (sub_magnitudes): Likewise.
30741         (__add): Likewise.
30742         (__sub): Likewise.
30743         (__mul): Likewise.
30744         (__inv): Likewise.
30745         (__dvd): Likewise.
30746         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30747         (__acr): Likewise.
30748         (__cpy): Likewise.
30749         (norm): Likewise.
30750         (denorm): Likewise.
30751         (__mp_dbl): Likewise.
30752         (__dbl_mp): Likewise.
30753         (add_magnitudes): Likewise.
30754         (sub_magnitudes): Likewise.
30755         (__add): Likewise.
30756         (__sub): Likewise.
30757         (__mul): Likewise.
30758         (__inv): Likewise.
30759         (__dvd): Likewise.
30760
30761 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30762
30763         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30764         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30765         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30766         2 && __USE_EXTERN_INLINES]: Likewise.
30767
30768 2013-01-08  Andreas Jaeger  <aj@suse.de>
30769
30770         [BZ# 14985]
30771         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30772         Remove.
30773         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30774         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30775
30776 2013-01-07  Anton Blanchard  <anton@samba.org>
30777
30778         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30779         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30780         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30781         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30782         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30783         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30784         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30785         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30786         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30787         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30788         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30789         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30790         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30791         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30792         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30793         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30794         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30795         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30796         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30797         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30798         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30799         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30800         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30801         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30802         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30803         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30804         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30805         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30806         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30807         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30808         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30809         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30810         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30811         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30812         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30813         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30814         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30815         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30816         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30817         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30818         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30819         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30820         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30821
30822 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30823
30824         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30825         (__MALLOC_PMT): Likewise.
30826         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30827         [__GNUC__], only on [_LIBC].
30828         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30829         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30830         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30831         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30832         forward declaration.
30833         (realloc_hook_ini): Likewise.
30834         (memalign_hook_ini): Likewise.
30835         (__libc_memalign): Do not use __MALLOC_PMT in variable
30836         declaration.
30837         (__libc_valloc): Likewise.
30838         (__libc_pvalloc): Likewise.
30839         (__libc_calloc): Likewise.
30840         (__posix_memalign): Likewise.
30841
30842         [BZ #14996]
30843         * math/s_casinh.c: Include <float.h>.
30844         (__casinh): Do not do computation with squaring and square root
30845         for large arguments.
30846         * math/s_casinhf.c: Include <float.h>.
30847         (__casinhf): Do not do computation with squaring and square root
30848         for large arguments.
30849         * math/s_casinhl.c: Include <float.h>.
30850         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30851         (__casinhl): Do not do computation with squaring and square root
30852         for large arguments.
30853         * math/libm-test.inc (casin_test): Add more tests.
30854         (casinh_test): Likewise.
30855         * sysdeps/i386/fpu/libm-test-ulps: Update.
30856         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30857
30858 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30859
30860         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30861         (__x86_64_raw_data_cache_size): Likewise.
30862         (__x86_64_data_cache_size_half): Likewise.
30863         (__x86_64_raw_data_cache_size_half): Likewise.
30864         (__x86_64_shared_cache_size): Likewise.
30865         (__x86_64_raw_shared_cache_size): Likewise.
30866         (__x86_64_shared_cache_size_half): Likewise.
30867         (__x86_64_raw_shared_cache_size_half): Likewise.
30868         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30869         to ...
30870         (__x86_data_cache_size): This.
30871         (__x86_64_raw_data_cache_size): Renamed to ...
30872         (__x86_raw_data_cache_size): This.
30873         (__x86_64_data_cache_size_half): Renamed to ...
30874         (__x86_data_cache_size_half): This.
30875         (__x86_64_raw_data_cache_size_half): Renamed to ...
30876         (__x86_raw_data_cache_size_half): This.
30877         (__x86_64_shared_cache_size): Renamed to ...
30878         (__x86_shared_cache_size): This.
30879         (__x86_64_raw_shared_cache_size): Renamed to ...
30880         (__x86_raw_shared_cache_size): This.
30881         (__x86_64_shared_cache_size_half): Renamed to ...
30882         (__x86_shared_cache_size_half): This.
30883         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30884         (__x86_raw_shared_cache_size_half): This.
30885         * sysdeps/x86_64/memcpy.S: Updated.
30886         * sysdeps/x86_64/memset.S: Likewise.
30887         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30888         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30889         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30890
30891 2013-01-04  David S. Miller  <davem@davemloft.net>
30892
30893         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30894
30895 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30896
30897         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30898         1 to avoid redefinition warning.
30899         (__USE_GNU): Don't define.
30900         (init_signaling_nan): Protoize.
30901
30902         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30903
30904 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30905
30906         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30907         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30908         (__cpymn): Likewise.
30909         (norm): Remove commented code.
30910         (denorm): Likewise.
30911         (__mp_dbl): Likewise.
30912         (__inv): Likewise.
30913         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30914         (__cpymn): Likewise.
30915         (norm): Remove commented code.
30916         (denorm): Likewise.
30917         (__mp_dbl): Likewise.
30918         (__inv): Likewise.
30919
30920         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30921         mp_no value for 1.0 and 2.0.
30922         (norm): Use RADIXI instead of radixi.d.
30923         (denorm): Likewise.
30924         (__mul): Use 0.0 instead of zero.d.
30925         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30926         mp_no value for 1.0 and 2.0.
30927         (norm): Use RADIXI instead of radixi.d.
30928         (denorm): Likewise.
30929         (__mul): Use 0.0 instead of zero.d.
30930
30931 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30932
30933         [BZ #14994]
30934         * math/s_casinh.c (__casinh): Reduce finite argument to first
30935         quadrant then set signs of results at the end.
30936         * math/s_casinhf.c (__casinhf): Likewise.
30937         * math/s_casinhl.c (__casinhl): Likewise.
30938         * math/libm-test.inc (casin_test): Add more tests.
30939         (casinh_test): Likewise.
30940         * sysdeps/i386/fpu/libm-test-ulps: Update.
30941         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30942
30943 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30944
30945         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30946
30947         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30948
30949         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30950         declarations.
30951         (denorm): Likewise.
30952         (__mp_dbl): Likewise.
30953         (__inv): Likewise.
30954
30955         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30956         and adjust the header comment.
30957
30958         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30959         variable name from declaration.
30960
30961 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30962
30963         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30964         Initialize COMMON_CPUID_INDEX_7 element.
30965         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30966         (CPUID_RTM): Likewise.
30967         (HAS_RTM): Likewise.
30968         (COMMON_CPUID_INDEX_7): New enum.
30969
30970 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30971
30972         [BZ #14981]
30973         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30974         size is zero, record memory as freed.
30975
30976 2013-01-03  Andreas Jaeger  <aj@suse.de>
30977
30978         * po/ia.po: Add new Interlingua translation.
30979
30980 2012-01-03  Allan McRae  <allan@archlinux.org>
30981
30982         * locale/programs/localedef.c: Fix description of '--posix' flag.
30983
30984 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30985
30986         * NEWS: Update dates in second copyright notice.
30987         * README: Update copyright dates in example.
30988         * manual/libc.texinfo: Update copyright dates.
30989         * scripts/test-installation.pl: Update copyright date in --version
30990         output.
30991
30992         * hurd/ctty-input.c: Fix copyright notice formatting.
30993         * hurd/ctty-output.c: Likewise.
30994         * hurd/dtable.c: Likewise.
30995         * hurd/hurd-raise.c: Likewise.
30996         * hurd/hurdprio.c: Likewise.
30997         * hurd/msgportdemux.c: Likewise.
30998         * misc/sys/file.h: Likewise.
30999         * misc/sys/ioctl.h: Likewise.
31000         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
31001         * sysdeps/mach/hurd/chdir.c: Likewise.
31002         * sysdeps/mach/hurd/fchdir.c: Likewise.
31003         * sysdeps/mach/hurd/rename.c: Likewise.
31004         * sysdeps/mach/hurd/rmdir.c: Likewise.
31005         * sysdeps/mach/hurd/seekdir.c: Likewise.
31006         * sysdeps/mach/hurd/setsid.c: Likewise.
31007         * sysdeps/posix/wait3.c: Likewise.
31008
31009         * All files with FSF copyright notices: Update copyright dates
31010         using scripts/update-copyrights.
31011         * intl/plural.c: Regenerated.
31012         * locale/programs/charmap-kw.h: Likewise.
31013         * locale/programs/locfile-kw.h: Likewise.
31014
31015 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
31016
31017         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
31018         four values.
31019
31020         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
31021         calculation loop and add branch prediction.
31022
31023         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
31024         check access beyond bounds of m1np.
31025
31026         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31027         MPTWO.
31028         (__inv): Remove local variable MPTWO to use the global
31029         constant.
31030         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
31031         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31032         variable MPTWO.
31033         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
31034         MP3HALFS static const.
31035
31036 2013-01-01  David S. Miller  <davem@davemloft.net>
31037
31038         * po/ca.po: Update from translation team.
31039
31040 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
31041
31042         * scripts/update-copyrights: New file.
31043         * Makeconfig: Reformat copyright notice.
31044         * ctype/ctype.h: Likewise.
31045         * debug/swprintf_chk.c: Likewise.
31046         * elf/dl-cache.c: Likewise.
31047         * elf/dl-debug.c: Likewise.
31048         * elf/dl-object.c: Likewise.
31049         * grp/initgroups.c: Likewise.
31050         * hurd/Makefile: Likewise.
31051         * hurd/hurd/signal.h: Likewise.
31052         * hurd/hurdfault.c: Likewise.
31053         * hurd/hurdioctl.c: Likewise.
31054         * hurd/hurdlookup.c: Likewise.
31055         * hurd/intr-msg.c: Likewise.
31056         * iconv/gconv_open.c: Likewise.
31057         * libio/swprintf.c: Likewise.
31058         * locale/lc-ctype.c: Likewise.
31059         * locale/nl_langinfo.c: Likewise.
31060         * mach/Machrules: Likewise.
31061         * mach/Makefile: Likewise.
31062         * malloc/obstack.h: Likewise.
31063         * manual/Makefile: Likewise.
31064         * manual/tsort.awk: Likewise.
31065         * misc/bits/stab.def: Likewise.
31066         * nis/nis_print_group_entry.c: Likewise.
31067         * nis/nis_table.c: Likewise.
31068         * nis/nss_compat/compat-pwd.c: Likewise.
31069         * nis/nss_compat/compat-spwd.c: Likewise.
31070         * po/Makefile: Likewise.
31071         * posix/fnmatch.c: Likewise.
31072         * posix/regex.h: Likewise.
31073         * resolv/Makefile: Likewise.
31074         * resolv/nss_dns/dns-network.c: Likewise.
31075         * resolv/res_hconf.c: Likewise.
31076         * scripts/gen-sorted.awk: Likewise.
31077         * soft-fp/soft-fp.h: Likewise.
31078         * stdio-common/printf.h: Likewise.
31079         * stdlib/monetary.h: Likewise.
31080         * stdlib/random.c: Likewise.
31081         * stdlib/random_r.c: Likewise.
31082         * sysdeps/generic/Makefile: Likewise.
31083         * sysdeps/gnu/Makefile: Likewise.
31084         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
31085         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31086         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31087         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31088         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31089         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31090         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31091         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
31092         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31093         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31094         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
31095         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
31096         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
31097         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
31098         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
31099         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
31100         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
31101         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31102         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
31103         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31104         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
31105         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
31106         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
31107         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
31108         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
31109         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
31110         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
31111         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
31112         * sysdeps/mach/hurd/errnos.awk: Likewise.
31113         * sysdeps/mach/hurd/fork.c: Likewise.
31114         * sysdeps/mach/hurd/getcwd.c: Likewise.
31115         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
31116         * sysdeps/mach/hurd/mmap.c: Likewise.
31117         * sysdeps/mach/hurd/utimes.c: Likewise.
31118         * sysdeps/mach/hurd/xmknod.c: Likewise.
31119         * sysdeps/posix/profil.c: Likewise.
31120         * sysdeps/posix/readdir_r.c: Likewise.
31121         * sysdeps/powerpc/bits/mathdef.h: Likewise.
31122         * sysdeps/powerpc/bits/setjmp.h: Likewise.
31123         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
31124         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31125         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31126         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31127         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31128         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31129         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31130         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31131         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31132         * sysdeps/pthread/lio_listio.c: Likewise.
31133         * sysdeps/sparc/dl-procinfo.h: Likewise.
31134         * sysdeps/unix/i386/sysdep.S: Likewise.
31135         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31136         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31137         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31138         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31140         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31141         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31142         * sysdeps/unix/sysv/linux/speed.c: Likewise.
31143         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31144         * sysdeps/wordsize-32/divdi3.c: Likewise.
31145         * time/sys/time.h: Likewise.
31146         * wcsmbs/Makefile: Likewise.
31147
31148 2013-01-01  David S. Miller  <davem@davemloft.net>
31149
31150         * po/fr.po: Update from translation team.
31151
31152         * catgets/gencat.c: Update copyright year.
31153         * csu/version.c: Likewise.
31154         * debug/catchsegv.sh: Likewise.
31155         * debug/pcprofiledump.c: Likewise.
31156         * debug/xtrace.sh: Likewise.
31157         * elf/ldconfig.c: Likewise.
31158         * elf/ldd.bash.in: Likewise.
31159         * elf/pldd.c: Likewise.
31160         * elf/sotruss.ksh: Likewise.
31161         * elf/sprof.c: Likewise.
31162         * iconv/iconv_prog.c: Likewise.
31163         * iconv/iconvconfig.c: Likewise.
31164         * locale/programs/locale.c: Likewise.
31165         * locale/programs/localedef.c: Likewise.
31166         * login/programs/pt_chown.c: Likewise.
31167         * malloc/memusage.sh: Likewise.
31168         * malloc/memusagestat.c: Likewise.
31169         * malloc/mtrace.pl: Likewise.
31170         * nscd/nscd.c: Likewise.
31171         * nss/getent.c: Likewise.
31172         * nss/makedb.c: Likewise.
31173         * posix/getconf.c: Likewise.
31174
31175 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
31176
31177         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31178         numbers.
31179
31180 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
31181
31182         * math/bits/mathcalls.h (modf): Use __nonnull.
31183
31184 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31185
31186         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31187         (split): Use macro CN instead of the bare value.
31188         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31189         could be used.
31190         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31191         instead of the bare value.
31192         (power1): Likewise.
31193
31194 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31195
31196         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31197         __ATAN_TWOM.
31198         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31199
31200         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31201         their values.
31202         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31203         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31204         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31205         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31206
31207 2012-12-28  Andreas Jaeger  <aj@suse.de>
31208
31209         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
31210         values are from Linux 3.7.
31211
31212         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31213         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
31214
31215 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31216
31217         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
31218         TRUE case.
31219
31220         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31221         (norm): Likewise.
31222         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31223         variables with preprocessor constants.
31224         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31225         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31226         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31227
31228 2012-12-27  Bruno Haible  <bruno@clisp.org>
31229
31230         [BZ #14317]
31231         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31232         only if needed.
31233
31234 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31235
31236         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31237         and use variable directly.
31238         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31239
31240         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31241         MPONE.
31242         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31243         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31244         variable MPONE.
31245         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31246         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31247         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31248         include directive.  Remove local variable MPONE.
31249         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31250         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31251         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31252
31253 2012-12-25  David S. Miller  <davem@davemloft.net>
31254
31255         * version.h (RELEASE): Set to "development".
31256         (VERSION): Set to "2.17.90".
31257         * NEWS: Add 2.18 section.
31258
31259 2012-12-21  David S. Miller  <davem@davemloft.net>
31260
31261         * po/hr.po: Update from translation team.
31262
31263 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31264
31265         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31266
31267 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31268
31269         * NEWS:  Mention new memcpy for MIPS.
31270
31271 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31272
31273         * manual/contrib.texi (Contributors): Spelling correction.
31274
31275 2012-12-15  David S. Miller  <davem@davemloft.net>
31276
31277         * po/ru.po: Update from translation team.
31278
31279 2012-12-13  David S. Miller  <davem@davemloft.net>
31280
31281         * NEWS: Mention IFUNC testsuite enhancements.
31282
31283         * po/pl.po: Update from translation team.
31284         * po/bg.po: Likewise.
31285
31286         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31287         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31288
31289 2012-12-11  David S. Miller  <davem@davemloft.net>
31290
31291         * po/sv.po: Update from translation team.
31292
31293         * po/vi.po: Update from translation team.
31294
31295         * po/cs.po: Update from translation team.
31296
31297         * po/de.po: Update from translation team.
31298         * po/eo.po: Likewise.
31299         * po/nl.po: Likewise.
31300
31301 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31302
31303         [BZ #14246]
31304         * manual/argp.texi (Argp Helper Functions): Move node to follow
31305         Argp Parsing State.
31306
31307         [BZ #14872]
31308         * manual/conf.texi (Limits on File System Capacity): Mention if
31309         terminating null is included in the max size.
31310
31311 2012-12-10  Andreas Jaeger  <aj@suse.de>
31312
31313         * po/cs.po: Update from translation team.
31314
31315 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31316
31317         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31318         void pointer and cast to uintptr_t.
31319         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31320         path.
31321         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31322         * sysdeps/s390/s390-64/memset.S: Likewise.
31323
31324 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31325
31326         [BZ #14833]
31327         * menual/message.texi (Message Translation): Fix typos.
31328         (Helper programs for gettext): Likewise.
31329
31330 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31331
31332         [BZ #14898]
31333         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31334         Change to -1.
31335
31336 2012-12-07  David S. Miller  <davem@davemloft.net>
31337
31338         * po/libc.pot: Update.
31339
31340 2012-12-07  Richard Henderson  <rth@redhat.com>
31341
31342         [BZ #10114]
31343         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31344         normal/normal case to before the switch.
31345         (_FP_DIV): Likewise.
31346
31347 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31348             Mike Frysinger  <vapier@gentoo.org>
31349
31350         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31351         check for __NR_fadvise64_64.
31352
31353 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31354
31355         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31356         0, not just to plain "0" as a statement.
31357         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31358         with cw.
31359
31360 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31361
31362         * NEWS: Use sourceware.org in Bugzilla URL.
31363
31364 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31365
31366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31367         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31368
31369         * stdio-common/tst-put-error.c (do_test): Add newline to the
31370         padded test to ensure flush.
31371
31372 2012-12-05  Jeff Law  <law@redhat.com>
31373
31374         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31375
31376 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31377
31378         * README: Don't refer to ports add-on as distributed separately.
31379         Mention AArch64 in list of systems supported in the ports add-on.
31380
31381         * LICENSES: Add more non-FSF copyright and license notices.
31382
31383         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31384         ((unused)).
31385
31386         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31387
31388         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31389         10000 as width of padded output.
31390
31391 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31392
31393         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31394
31395         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31396         variable LX with __attribute__ ((unused)).
31397         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31398         Likewise.
31399         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31400         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31401         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31402         with __attribute__ ((unused)).
31403
31404 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31405
31406         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31407
31408 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31409
31410         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31411         (CFLAGS-nldbl-acos.c): New variable.
31412         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31413         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31414         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31415         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31416         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31417         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31418         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31419         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31420         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31421         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31422         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31423         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31424         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31425         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31426         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31427         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31428         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31429         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31430         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31431         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31432         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31433         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31434         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31435         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31436         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31437         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31438         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31439         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31440         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31441         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31442         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31443         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31444         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31445         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31446         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31447         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31448         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31449         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31450         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31451         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31452         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31453         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31454         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31455         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31456         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31457         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31458         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31459         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31460         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31461         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31462         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31463         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31464         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31465         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31466         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31467         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31468         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31469         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31470         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31471         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31472         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31473         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31474         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31475         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31476         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31477         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31478         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31479         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31480         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31481         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31482         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31483         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31484         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31485         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31486         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31487         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31488         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31489         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31490         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31491         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31492         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31493         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31494         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31495         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31496         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31497         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31498         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31499         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31500         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31501         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31502         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31503         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31504         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31505         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31506         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31507         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31508         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31509
31510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31511         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31512
31513         [BZ #14914]
31514         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31515         whole low double instead of just low 47 bits when splitting values
31516         into two parts.
31517
31518 2012-12-03  Allan McRae  <allan@archlinux.org>
31519
31520         * manual/stdio.texi (Predefined Printf Handlers): Remove
31521         @hsep and @vsep usage.
31522
31523 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31524
31525         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31526         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31527
31528 2012-12-03  Jeff Law  <law@redhat.com>
31529
31530         * time/sys/time.h (settimeofday): Do not mark TV argument
31531         as __nonnull.
31532
31533 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31534
31535         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31536         when currently writing and seek to current position when not.
31537         * libio/Makefile (tests): Remove bug-fclose1.
31538         * libio/bug-fclose1.c: Delete.
31539
31540 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31541
31542         * manual/arith.texi (feenableexcept): Fix typo.
31543         (fedisableexcept): Likewise.
31544
31545 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31546
31547         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31548         second, differently-typed declaration, rather than a cast.
31549
31550 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31551
31552         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31553         * include/rpc/svc.h: ... here.
31554
31555 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31556
31557         [BZ #13013]
31558         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31559         depending n and resplen2 to catch cases where answer
31560         equals answerp2.
31561
31562 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31563
31564         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31565         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31566
31567 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31568
31569         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31570
31571 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31572
31573         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31574
31575 2012-11-28  Jeff Law  <law@redhat.com>
31576
31577         [BZ #13761]
31578         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31579         dataset_temporary.  Track alloca usage into alloca_used.
31580         If dataset is large allocate and release it via malloc/free.
31581
31582 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31583
31584         [BZ #14197]
31585         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31586
31587 2012-11-28  David S. Miller  <davem@davemloft.net>
31588
31589         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31590
31591 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31592
31593         [BZ #14803]
31594         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31595         of pi/2 rounded to nearest to 64 bits.
31596         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31597         nearest to 64 bits.
31598         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31599         bits.
31600
31601 2012-11-28  Jeff Law <law@redhat.com>
31602             Martin Osvald <mosvald@redhat.com>
31603
31604         [BZ #14889]
31605         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31606         * sunrpc/svc.c: Include time.h.
31607         (__svc_accept_failed): New function.
31608         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31609         any reason other than EINTR, call __svc_accept_failed.
31610         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31611         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31612
31613 2012-11-28  Andreas Schwab  <schwab@suse.de>
31614
31615         * scripts/abilist.awk: Also handle indirect functions in .opd
31616         section.
31617
31618 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31619
31620         [BZ #13881]
31621         * sysdeps/x86/fpu/powl_helper.c: New file.
31622         * sysdeps/x86/fpu/Makefile: Likewise.
31623         * sysdeps/i386/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         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31628         (p3): New object.
31629         (__ieee754_powl): Use __powl_helper for finite arguments except
31630         integer exponents below 8.
31631         * math/libm-test.inc (pow_test): Add more tests and enable some
31632         previously disabled tests.
31633         * sysdeps/i386/fpu/libm-test-ulps: Update.
31634         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31635
31636 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31637             Carlos O'Donell  <carlos_odonell@mentor.com>
31638
31639         * nss/makedb.c (is_prime): Assert that input is odd and greater
31640         than 4.  Note that fact in a comment too.
31641         (next_prime): Add 4 to input.
31642
31643 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31644
31645         [BZ #11741]
31646         * libio/Makefile (tests): Add test case tst-fwrite-error.
31647         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31648         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31649         * libio/tst-fwrite-error.c: New test case.
31650
31651 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31652
31653         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31654         before casting to void *.
31655         * include/libc-internal.h (__pointer_type): New macro.
31656         (__integer_if_pointer_type_sub): Likewise.
31657         (__integer_if_pointer_type): Likewise.
31658         (cast_to_integer): Likewise.
31659         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31660         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31661         before casting to atomic64_t.
31662         (atomic_exchange_acq): Likewise.
31663         (__arch_exchange_and_add_body): Likewise.
31664         (__arch_add_body): Likewise.
31665         (atomic_add_negative): Likewise.
31666         (atomic_add_zero): Likewise.
31667
31668 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31669
31670         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31671         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31672         (add_fdes): Likewise.
31673         (linear_search_fdes): Likewise.
31674         (binary_search_unencoded_fdes): Likewise.
31675
31676 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31677
31678         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31679
31680 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31681
31682         * configure.in: Autodetect C++ header directories.
31683         * configure: Regenerated.
31684
31685 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31686
31687         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31688
31689 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31690
31691         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31692
31693 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31694
31695         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31696         LDBL_MANT_DIG == 106]: Disable some tests.
31697         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31698         Likewise.
31699         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31700         Likewise.
31701
31702         [BZ #14871]
31703         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31704         input for small inputs.  Return +/- pi/2 for large inputs.
31705         * math/libm-test.inc (atan_test): Add more tests.
31706
31707         * sysdeps/generic/unwind-dw2-fde-glibc.c
31708         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31709         __attribute__ ((unused)).
31710
31711         [BZ #14645]
31712         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31713         x * y if x and y are nonzero and z is zero.
31714
31715         [BZ #14811]
31716         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31717         nonzero exponents with absolute value below 0x1p-117 to +/-
31718         0x1p-117.
31719
31720         [BZ #14869]
31721         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31722         up arguments below 2**-450, not just those below 2**-500.
31723         * math/libm-test.inc (hypot_test): Add another test.
31724
31725         [BZ #14868]
31726         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31727         Return a+b for ratio over 2**120, not 2**60.
31728         * math/libm-test.inc (hypot_test): Add another test.
31729
31730         * math/libm-test.inc (clog_test): Use
31731         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31732         (clog10_test): Likewise.
31733
31734         [BZ #6778]
31735         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31736
31737 2012-11-22  Andreas Schwab  <schwab@suse.de>
31738
31739         * sysdeps/i386/fpu/libm-test-ulps: Update.
31740
31741 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31742
31743         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31744         printf output with newline.
31745
31746 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31747
31748         [BZ #14865]
31749         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31750         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31751         -z nodlopen, -z initfirst and -z execstack support.
31752         * configure: Regenerated.
31753
31754         * elf/elf.h (DF_1_NODIRECT): New macro.
31755         (DF_1_IGNMULDEF): Likewise.
31756         (DF_1_NOKSYMS): Likewise.
31757         (DF_1_NOHDR): Likewise.
31758         (DF_1_EDITED): Likewise.
31759         (DF_1_NORELOC): Likewise.
31760         (DF_1_SYMINTPOSE): Likewise.
31761         (DF_1_GLOBAUDIT): Likewise.
31762         (DF_1_SINGLETON): Likewise.
31763         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31764         DT_1_SUPPORTED_MASK bits.
31765         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31766
31767 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31768
31769         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31770
31771 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31772
31773         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31774         macro.
31775
31776         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31777         (sendmmsg): Move declarations...
31778         * socket/sys/socket.h: ... here.
31779         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31780         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31781         include it from...
31782         * socket/recvmmsg.c: ... this new file.
31783         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31784         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31785         definition of __sendmmsg hidden.
31786         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31787         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31788         Move ENOSYS stub into and include it from...
31789         * socket/sendmmsg.c: ... this new file.
31790         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31791         (sysdep_routines): Move recvmmsg and sendmmsg...
31792         * socket/Makefile (routines): ... here.
31793         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31794         (GLIBC_PRIVATE): Add __sendmmsg.
31795         * include/sys/socket.h (__sendmmsg): Add declarations.
31796         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31797         sendmmsg.
31798
31799 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31800
31801         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31802         variable I1 with __attribute__ ((unused)).
31803         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31804
31805 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31806
31807         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31808         DUMMY variables with __attribute__ ((unused)).
31809
31810         * bits/byteswap.h: Include <bits/types.h>.
31811         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31812
31813 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31814
31815         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31816         string_t.  Do not manually set errno.
31817         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31818         length with __strnlen.  Make sure to both set errno and return it on
31819         failure.
31820
31821 2012-11-19  David S. Miller  <davem@davemloft.net>
31822
31823         With help from Joseph Myers.
31824         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31825         very large arguments properly.
31826         * math/libm-test.inc (atan_test): New tests.
31827         (atan2_test): New tests.
31828         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31829         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31830
31831 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31832
31833         [BZ #14856]
31834         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31835         Define to 3.
31836
31837         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31838         [POSIX] (EADDRNOTAVAIL): Likewise.
31839         [POSIX] (EAFNOSUPPORT): Likewise.
31840         [POSIX] (EALREADY): Likewise.
31841         [POSIX] (ECONNABORTED): Likewise.
31842         [POSIX] (ECONNREFUSED): Likewise.
31843         [POSIX] (ECONNRESET): Likewise.
31844         [POSIX] (EDESTADDRREQ): Likewise.
31845         [POSIX] (EDQUOT): Likewise.
31846         [POSIX] (EHOSTUNREACH): Likewise.
31847         [POSIX] (EIDRM): Likewise.
31848         [POSIX] (EISCONN): Likewise.
31849         [POSIX] (ELOOP): Likewise.
31850         [POSIX] (EMULTIHOP): Likewise.
31851         [POSIX] (ENETDOWN): Likewise.
31852         [POSIX] (ENETUNREACH): Likewise.
31853         [POSIX] (ENOBUFS): Likewise.
31854         [POSIX] (ENODATA): Likewise.
31855         [POSIX] (ENOLINK): Likewise.
31856         [POSIX] (ENOMSG): Likewise.
31857         [POSIX] (ENOPROTOOPT): Likewise.
31858         [POSIX] (ENOSR): Likewise.
31859         [POSIX] (ENOSTR): Likewise.
31860         [POSIX] (ENOTCONN): Likewise.
31861         [POSIX] (ENOTSOCK): Likewise.
31862         [POSIX] (EOPNOTSUPP): Likewise.
31863         [POSIX] (EOVERFLOW): Likewise.
31864         [POSIX] (EPROTO): Likewise.
31865         [POSIX] (EPROTONOSUPPORT): Likewise.
31866         [POSIX] (EPROTOTYPE): Likewise.
31867         [POSIX] (ESTALE): Likewise.
31868         [POSIX] (ETIME): Likewise.
31869         [POSIX] (ETXTBSY): Likewise.
31870         [POSIX] (EWOULDBLOCK): Likewise.
31871         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31872         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31873         [POSIX] (SEEK_CUR): Likewise.
31874         [POSIX] (SEEK_END): Likewise.
31875         [POSIX || UNIX98] (mode_t): Do not require.
31876         [POSIX] (off_t): Likewise.
31877         [POSIX] (pid_t): Likewise.
31878         [POSIX] (sys/stat.h): Do not allow header.
31879         [POSIX] (unistd.h): Likewise.
31880         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31881         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31882         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31883         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31884         require.
31885         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31886         sigevent): Specify elements.
31887         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31888         entry.
31889         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31890         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31891
31892         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31893         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31894         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31895         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31896         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31897         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31898         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31899         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31900         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31901         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31902         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31903         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31904         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31905         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31906         Likewise.
31907         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31908         Likewise.
31909         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31910         Likewise.
31911         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31912         Likewise.
31913         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31914         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31915         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31916         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31917         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31918         Specify lower bound on value.
31919         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31920         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31921         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31922         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31923         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31924         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31925         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31926         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31927         value.
31928         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31929         as optional.
31930         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31931         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31932         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31933         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31934         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31935         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31936         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31937         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31938         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31939         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31940         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31941         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31942         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31943         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31944         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31945         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31946         entry.
31947         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31948         optional.
31949         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31950         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31951         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31952         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31953         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31954         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31955         Likewise.
31956         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31957         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31958         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31959         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31960         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31961         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31962         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31963         as optional.
31964         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31965         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31966         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31967         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31968         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31969         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31970         specify as optional.
31971         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31972         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31973         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31974         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31975         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31976         [XPG3] (NL_LANGMAX): Likewise.
31977         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31978         [POSIX || XPG3] (NL_NMAX): Likewise.
31979         [POSIX || XPG3] (NL_SETMAX): Likewise.
31980         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31981         [XPG3] (NZERO): Likewise.
31982         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31983         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31984         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31985         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31986         (REG_ERANGE): Expect.
31987         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31988         optional-constant.
31989         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31990         Use (void) in prototype.
31991         [POSIX] (*_t): Allow.
31992         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31993         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31994         (WRDE_BADVAL): Expect.
31995
31996         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31997         expect.
31998         [XPG3 || XPG4] (O_RSYNC): Likewise.
31999         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
32000         Likewise.
32001         [XPG3 || XPG4] (pthread_sigmask): Likewise.
32002         [XPG3 || XPG4] (sigqueue): Likewise.
32003         [XPG3 || XPG4] (sigtimedwait): Likewise.
32004         [XPG3 || XPG4] (sigwaitinfo): Likewise.
32005         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
32006         [XPG3 || XPG4] (vsnprintf): Likewise.
32007         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
32008         Likewise.
32009         [XPG3 || XPG4] (blksize_t): Likewise.
32010         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
32011         Likewise.
32012         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
32013         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
32014         [XPG3 || XPG4] (struct itimerspec): Likewise.
32015         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
32016         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
32017         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
32018         [XPG3 || XPG4] (clockid_t): Likewise.
32019         [XPG3 || XPG4] (timer_t): Likewise.
32020         [XPG3 || XPG4] (clock_getres): Likewise.
32021         [XPG3 || XPG4] (clock_gettime): Likewise.
32022         [XPG3 || XPG4] (clock_settime): Likewise.
32023         [XPG3 || XPG4] (nanosleep): Likewise.
32024         [XPG3 || XPG4] (timer_create): Likewise.
32025         [XPG3 || XPG4] (timer_delete): Likewise.
32026         [XPG3 || XPG4] (timer_gettime): Likewise.
32027         [XPG3 || XPG4] (timer_getoverrun): Likewise.
32028         [XPG3 || XPG4] (timer_settime): Likewise.
32029         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
32030         [XPG3 || XPG4] (getlogin_r): Likewise.
32031         [XPG3 || XPG4] (pread): Likewise.
32032         [XPG3 || XPG4] (pthread_atfork): Likewise.
32033         [XPG3 || XPG4] (pwrite): Likewise.
32034
32035         [BZ #14835]
32036         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
32037         <bits/siginfo.h>.
32038
32039 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
32040
32041         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
32042         finalizing MALLSTREAM.
32043
32044         * sysdeps/mach/hurd/syncfs.c: New file.
32045
32046 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32047
32048         [BZ #14719]
32049         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
32050         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
32051         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
32052         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
32053         (_nss_dns_gethostbyname4_r): Likewise.
32054         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
32055         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
32056
32057 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
32058
32059         [BZ #13763]
32060         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
32061
32062 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
32063
32064         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
32065         * elf/cache.c (print_entry): Print ",AArch64" for
32066         FLAG_AARCH64_LIB64
32067
32068         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
32069         * elf/cache.c (print_entry): Print ",hard-float" for
32070         FLAG_ARM_LIBHF.
32071
32072 2012-11-18  David S. Miller  <davem@davemloft.net>
32073
32074         With help from Joseph Myers.
32075         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
32076         cutoff to 2**-13.
32077         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
32078         cutoff to 2**-25.
32079         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
32080         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
32081         small.
32082         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
32083         * math/libm-test.inc (y0_test): New tests.
32084         (y1_test): New tests.
32085         * sysdeps/i386/fpu/libm-test-ulps: Update.
32086         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32087         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32088
32089 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
32090
32091         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
32092         64-bit targets.
32093         * configure: Regenerated.
32094
32095 2012-11-17  David S. Miller  <davem@davemloft.net>
32096
32097         [BZ #14811]
32098         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
32099         nonzero exponents with absolute value below 0x1p-128 to +/-
32100         0x1p-128.
32101
32102 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
32103
32104         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
32105
32106         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
32107
32108         * posix/getconf-speclist.c: New file.
32109         * posix/posix-envs.def: Likewise.
32110         * posix/confstr.c (START_ENV_GROUP): New macro.
32111         (END_ENV_GROUP): Likewise.
32112         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32113         (KNOWN_PRESENT_ENV_STRING): Likewise.
32114         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32115         (UNKNOWN_ENVIRONMENT): Likewise.
32116         (confstr): Include posix-envs.def instead of handling
32117         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
32118         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
32119         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
32120         (END_ENV_GROUP): Likewise.
32121         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32122         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32123         (UNKNOWN_ENVIRONMENT): Likewise.
32124         (__sysconf): Include posix-envs.def instead of handling associated
32125         cases directly here.
32126         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32127         preprocessing getconf-speclist.c rather than running getconf or
32128         generating empty file.
32129
32130 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
32131
32132         * scripts/check-local-headers.sh: Ignore 'mach' headers.
32133
32134 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
32135
32136         [BZ #14672]
32137         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32138
32139 2012-11-16  David S. Miller  <davem@davemloft.net>
32140
32141         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32142         smaller than LDBL_EPSILON/2.0L, just return xm1.
32143
32144 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
32145
32146         * elf/tst-array1.c (init): Set constructor priority to 1000.
32147         (fini): Set destructor priority to 1000.
32148         * elf/tst-array2dep.c: Likewise.
32149
32150 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32151
32152         [BZ #11741]
32153         * libio/fileops.c (_IO_new_file_write): Correctly return error.
32154         (_IO_new_file_xsputn): Also return EOF if none of the input
32155         data was written when overflow failed.
32156         * libio/iopadn.c (_IO_padn): Likewise.
32157         * libio/iowpadn.c (_IO_wpadn): Likewise.
32158         * stdio-common/tst-put-error.c: Add copyright notice.
32159         (do_test): Add case for printing padded string.
32160         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32161         _IO_padn returned error.
32162         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32163         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32164         return EOF.
32165
32166 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32167
32168         * libio/libioP.h: Add comment note that the references to C++
32169         bits are now obsolete.
32170
32171 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32172
32173         * math/libm-test.inc (check_complex): Use asprintf.
32174
32175 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
32176
32177         * debug/pcprofiledump.c (print_version): Update copyright year.
32178         * malloc/memusagestat.c (print_version): Likewise.
32179
32180 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
32181
32182         [BZ #14831]
32183         * elf/Makefile (tests): Add tst-audit8.
32184         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32185         ($(objpfx)tst-audit8.out): New target.
32186         (tst-audit8-ENV): New variable.
32187         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32188         audit if l_reloc_result is NULL.
32189         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32190         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32191         * elf/tst-audit8.c: New file.
32192
32193 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32194
32195         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32196         * misc/Makefile (CFLAGS-select.c): Define.
32197         * posix/Makefile (CFLAGS-pause.c): Define.
32198
32199 2012-11-13  David S. Miller  <davem@davemloft.net>
32200
32201         * crypt/Makefile: Move test targets after toplevel Rules
32202         inclusion.  Grab any necessary sysdep routines when linking.
32203         * crypt/md5.c (md5_process_block): Remove define, we will always
32204         name it __md5_process_block.
32205         (md5_finish_ctx): Update md5_process_block call.
32206         (md5_stream): Likewise.
32207         (md5_process_bytes): Likewise.
32208         (md5_process_block): Rename to __md5_process_block and move to ...
32209         * crypt/md5-block.c: ... here.
32210         * crypt/sha256.c (sha256_process_block): Move to ...
32211         * crypt/sha256-block.c: ... here.
32212         * crypt/sha512.c (sha512_process_block): Move to ...
32213         * crypt/sha512-block.c: ... here.
32214         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32215         path.
32216         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32217         * sysdeps/sparc/sparc64/multiarch/Makefile
32218         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32219         crypt subdir.
32220         (localedef-aux): Add md5 crypto assembler when in locale subdir.
32221         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32222         multiarch changes.
32223         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32224         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32225         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32226         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32227         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32228         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32229         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32230         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32231         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32232         file.
32233         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32234         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32235         file.
32236         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32237
32238 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32239
32240         * timezone/tzselect.ksh: Update from tzcode git revision
32241         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32242         * timezone/zdump.c: Likewise.
32243         * timezone/zic.c: Likewise.
32244         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32245         in TZVERSION setting, not $(PKGVERSION).
32246         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32247         REPORT_BUGS_TO settings.
32248
32249         [BZ #14838]
32250         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32251         macro.
32252
32253 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32254
32255         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32256         detection to immediately after _FP_ROUND().
32257         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32258         bits are 0.
32259
32260 2012-11-11  David S. Miller  <davem@davemloft.net>
32261
32262         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32263         inttypes.h
32264         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32265         __close rather than their public counterparts.
32266
32267 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32268
32269         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32270         file.
32271         [UNIX98] (sem_timedwait): Do not expect.
32272         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32273         [XPG4 || UNIX98] (sockatmark): Do not expect.
32274         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32275         (clock_getcpuclockid): Do not expect.
32276         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32277         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32278         Do not expect.
32279         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32280         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32281         [UNIX98] (vwscanf): Likewise.
32282         [UNIX98] (vswscanf): Likewise.
32283
32284 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32285
32286         * timezone/version.h: Remove file.
32287         * timezone/README: Do not refer to version.h.
32288         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32289         $(objpfx)version.h.
32290         ($(objpfx)zdump.o): Likewise.
32291         ($(objpfx)version.h): New target.
32292
32293         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32294         2012i.
32295         * timezone/README: Don't mention modification to tzselect.ksh.
32296         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32297         work on unmodified tzselect.ksh.  Substitute version numbers in
32298         tzselect.ksh.
32299
32300         * Makefile (format-me): Remove.
32301         (INSTALL): Adjust indentation.  Use commands directly instead of
32302         using $(format-me).
32303
32304         * aclocal.m4 (ACX_PKGVERSION): New macro.
32305         (ACX_BUGURL): Likewise.
32306         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32307         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32308         (REPORT_BUGS_TO): Likewise.
32309         * configure: Regenerated.
32310         * config.h.in (PKGVERSION): New macro.
32311         (REPORT_BUGS_TO): Likewise.
32312         * config.make.in (PKGVERSION): New variable.
32313         (PKGVERSION_TEXI): Likewise.
32314         (REPORT_BUGS_TO): Likewise.
32315         (REPORT_BUGS_TEXI): Likewise.
32316         * Makefile (format-me): Use -I$(common-objpfx)manual.
32317         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32318         ($(common-objpfx)manual/%): New target.
32319         (manual/%): Remove target.
32320         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32321         (print_version): Use PKGVERSION.
32322         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32323         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32324         and REPORT_BUGS_TO.
32325         ($(objpfx)xtrace): Likewise.
32326         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32327         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32328         (print_version): Use PKGVERSION.
32329         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32330         (do_version): Use PKGVERSION.
32331         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32332         REPORT_BUGS_TO.
32333         (common-ldd-rewrite): Likewise.
32334         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32335         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32336         (print_version): Use PKGVERSION.
32337         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32338         * elf/pldd.c (argp_program_bug_address): Remove variable.
32339         (more_help): New function.
32340         (argp): Use more_help.
32341         (print_version): Use PKGVERSION.
32342         * elf/sln.c (main): Use PKGVERSION.
32343         (usage): Use REPORT_BUGS_TO.
32344         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32345         (top level): Use PKGVERSION.
32346         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32347         (print_version): Use PKGVERSION.
32348         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32349         (print_version): Use PKGVERSION.
32350         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32351         (print_version): Use PKGVERSION.
32352         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32353         (print_version): Use PKGVERSION.
32354         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32355         (print_version): Use PKGVERSION.
32356         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32357         (print_version): Use PKGVERSION.
32358         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32359         and BUGURL.
32360         ($(objpfx)memusage): Likewise.
32361         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32362         (do_version): Use PKGVERSION.
32363         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32364         (print_version): Use PKGVERSION.
32365         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32366         ($PKGVERSION): New variable.
32367         ($REPORT_BUGS_TO): Likewise.
32368         (usage): Use $REPORT_BUGS_TO.
32369         (top level): Use $PKGVERSION.
32370         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32371         ($(objpfx)pkgvers.texi): New rule.
32372         ($(objpfx)stamp-pkgvers): Likewise.
32373         * manual/install.texi: Include pkgvers.texi.
32374         (--with-pkgversion): Document new configure option.
32375         (--with-bugurl): Likewise.
32376         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32377         than necessarily for this particular distribution.  Use
32378         REPORT_BUGS_TO for where to report bugs.
32379         * INSTALL: Regenerated.
32380         * manual/libc.texinfo: Include pkgvers.texi.
32381         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32382         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32383         (print_version): Use PKGVERSION.
32384         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32385         (print_version): Use PKGVERSION.
32386         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32387         (print_version): Use PKGVERSION.
32388         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32389         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32390         macro.
32391         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32392         (print_version): Use PKGVERSION.
32393         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32394         (print_version): Use PKGVERSION.
32395         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32396         and PKGVERSION.
32397
32398         * timezone/checktab.awk: Update from tzcode 2012i.
32399         * timezone/ialloc.c: Likewise.
32400         * timezone/private.h: Likewise.
32401         * timezone/scheck.c: Likewise.
32402         * timezone/tzfile.h: Likewise.
32403         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32404         (TZVERSION): Hardcode tzcode version number.
32405         * timezone/zdump.c: Update from tzcode 2012i.
32406         * timezone/zic.c: Likewise.
32407         * timezone/version.h: New file.
32408         * timezone/README: Describe version.h.  Update upstream location.
32409
32410         [BZ #14824]
32411         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32412         (mktemp): Enable declaration.
32413         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32414         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32415         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32416         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32417         Likewise.
32418         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32419         Likewise.
32420         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32421         Likewise.
32422         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32423         Likewise.
32424         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32425         Likewise.
32426         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32427         Likewise.
32428
32429         [BZ #14821]
32430         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32431         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32432         for copies of such integer values.
32433         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32434         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32435
32436 2012-11-09  Andreas Jaeger  <aj@suse.de>
32437
32438         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32439         definitions and declarations that are provided by
32440         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32441
32442 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32443
32444         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32445         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32446         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32447         definition.
32448
32449 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32450
32451         * elf/elf.h: Update comment before AArch64 relocations.
32452
32453 2012-11-07  David S. Miller  <davem@davemloft.net>
32454
32455         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32456         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32457         (__start_context): Declare.
32458         (__makecontext_ret): Delete.
32459         (__makecontext): Hook up __start_context instead of
32460         __makecontext_ret.
32461         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32462         (sysdep_routines): Add __start_context when in stdlib.
32463
32464 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32465
32466         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32467         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32468         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32469         hardcoded "nm".
32470         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32471         (READELF): New variable.  Use it instead of hardcoded "readelf".
32472
32473 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32474
32475         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32476         * sysdeps/x86/Makefile: Here.
32477         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32478         * sysdeps/x86/tst-xmmymm.sh: This.
32479
32480 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32481
32482         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32483         expectations.
32484         [UNIX98] (pthread_barrier_t): Do not expect.
32485         [UNIX98] (pthread_barrierattr_t): Likewise.
32486         [UNIX98] (pthread_spinlock_t): Likewise.
32487         [UNIX98] (pthread_barrier_destroy): Likewise.
32488         [UNIX98] (pthread_barrier_init): Likewise.
32489         [UNIX98] (pthread_barrier_wait): Likewise.
32490         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32491         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32492         [UNIX98] (pthread_barrierattr_init): Likewise.
32493         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32494         [UNIX98] (pthread_getcpuclockid): Likewise.
32495         [UNIX98] (pthread_mutex_timedlock): Likewise.
32496         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32497         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32498         [UNIX98] (pthread_sigmask): Likewise.
32499         [UNIX98] (pthread_spin_destroy): Likewise.
32500         [UNIX98] (pthread_spin_init): Likewise.
32501         [UNIX98] (pthread_spin_lock): Likewise.
32502         [UNIX98] (pthread_spin_trylock): Likewise.
32503         [UNIX98] (pthread_spin_unlock): Likewise.
32504         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32505         Do not expect.
32506         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32507         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32508         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32509         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32510         [XPG3 || XPG4] (pthread_key_t): Likewise.
32511         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32512         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32513         [XPG3 || XPG4] (pthread_once_t): Likewise.
32514         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32515         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32516         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32517         [XPG3 || XPG4] (pthread_t): Likewise.
32518
32519         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32520         not expect.
32521         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32522
32523         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32524         Change function return type to int.
32525
32526         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32527         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32528         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32529         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32530         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32531         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32532         [!POSIX] (posix_madvise): Likewise.
32533         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32534         && !UNIX98].
32535         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32536         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32537         (mode_t): Likewise.
32538         (posix_mem_offset): Likewise.
32539         (posix_typed_mem_get_info): Likewise.
32540         (posix_typed_mem_open): Likewise.
32541
32542         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32543         Change condition to [XOPEN2K8].
32544
32545         * conform/conformtest.pl: Preprocess allow-header data with -x c
32546         instead of from stdin.
32547         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32548         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32549         [C99-based standards] (cerfc): Likewise.
32550         [C99-based standards] (cexp2): Likewise.
32551         [C99-based standards] (cexpm1): Likewise.
32552         [C99-based standards] (clog10): Likewise.
32553         [C99-based standards] (clog1p): Likewise.
32554         [C99-based standards] (clog2): Likewise.
32555         [C99-based standards] (clgamma): Likewise.
32556         [C99-based standards] (ctgamma): Likewise.
32557         [C99-based standards] (cerff): Likewise.
32558         [C99-based standards] (cerfcf): Likewise.
32559         [C99-based standards] (cexp2f): Likewise.
32560         [C99-based standards] (cexpm1f): Likewise.
32561         [C99-based standards] (clog10f): Likewise.
32562         [C99-based standards] (clog1pf): Likewise.
32563         [C99-based standards] (clog2f): Likewise.
32564         [C99-based standards] (clgammaf): Likewise.
32565         [C99-based standards] (ctgammaf): Likewise.
32566         [C99-based standards] (cerfl): Likewise.
32567         [C99-based standards] (cerfcl): Likewise.
32568         [C99-based standards] (cexp2l): Likewise.
32569         [C99-based standards] (cexpm1l): Likewise.
32570         [C99-based standards] (clog10l): Likewise.
32571         [C99-based standards] (clog1pl): Likewise.
32572         [C99-based standards] (clog2l): Likewise.
32573         [C99-based standards] (clgammal): Likewise.
32574         [C99-based standards] (ctgammal): Likewise.
32575         * conform/data/inttypes.h-data [C99-based standards]: Include
32576         stdint.h-data.  Remove all expectations for stdint.h contents.
32577         [C99-based standards] (PRI*): Do not allow.
32578         [C99-based standards] (SCN*): Likewise.
32579         [C99-based standards] (*_t): Likewise.
32580         [C99-based-standards] (PRId8): Expect macro.
32581         [C99-based-standards] (PRIi8): Likewise.
32582         [C99-based-standards] (PRIo8): Likewise.
32583         [C99-based-standards] (PRIu8): Likewise.
32584         [C99-based-standards] (PRIx8): Likewise.
32585         [C99-based-standards] (PRIX8): Likewise.
32586         [C99-based-standards] (SCNd8): Likewise.
32587         [C99-based-standards] (SCNi8): Likewise.
32588         [C99-based-standards] (SCNo8): Likewise.
32589         [C99-based-standards] (SCNu8): Likewise.
32590         [C99-based-standards] (SCNx8): Likewise.
32591         [C99-based-standards] (PRIdLEAST8): Likewise.
32592         [C99-based-standards] (PRIiLEAST8): Likewise.
32593         [C99-based-standards] (PRIoLEAST8): Likewise.
32594         [C99-based-standards] (PRIuLEAST8): Likewise.
32595         [C99-based-standards] (PRIxLEAST8): Likewise.
32596         [C99-based-standards] (PRIXLEAST8): Likewise.
32597         [C99-based-standards] (SCNdLEAST8): Likewise.
32598         [C99-based-standards] (SCNiLEAST8): Likewise.
32599         [C99-based-standards] (SCNoLEAST8): Likewise.
32600         [C99-based-standards] (SCNuLEAST8): Likewise.
32601         [C99-based-standards] (SCNxLEAST8): Likewise.
32602         [C99-based-standards] (PRIdFAST8): Likewise.
32603         [C99-based-standards] (PRIiFAST8): Likewise.
32604         [C99-based-standards] (PRIoFAST8): Likewise.
32605         [C99-based-standards] (PRIuFAST8): Likewise.
32606         [C99-based-standards] (PRIxFAST8): Likewise.
32607         [C99-based-standards] (PRIXFAST8): Likewise.
32608         [C99-based-standards] (SCNdFAST8): Likewise.
32609         [C99-based-standards] (SCNiFAST8): Likewise.
32610         [C99-based-standards] (SCNoFAST8): Likewise.
32611         [C99-based-standards] (SCNuFAST8): Likewise.
32612         [C99-based-standards] (SCNxFAST8): Likewise.
32613         [C99-based-standards] (PRId16): Likewise.
32614         [C99-based-standards] (PRIi16): Likewise.
32615         [C99-based-standards] (PRIo16): Likewise.
32616         [C99-based-standards] (PRIu16): Likewise.
32617         [C99-based-standards] (PRIx16): Likewise.
32618         [C99-based-standards] (PRIX16): Likewise.
32619         [C99-based-standards] (SCNd16): Likewise.
32620         [C99-based-standards] (SCNi16): Likewise.
32621         [C99-based-standards] (SCNo16): Likewise.
32622         [C99-based-standards] (SCNu16): Likewise.
32623         [C99-based-standards] (SCNx16): Likewise.
32624         [C99-based-standards] (PRIdLEAST16): Likewise.
32625         [C99-based-standards] (PRIiLEAST16): Likewise.
32626         [C99-based-standards] (PRIoLEAST16): Likewise.
32627         [C99-based-standards] (PRIuLEAST16): Likewise.
32628         [C99-based-standards] (PRIxLEAST16): Likewise.
32629         [C99-based-standards] (PRIXLEAST16): Likewise.
32630         [C99-based-standards] (SCNdLEAST16): Likewise.
32631         [C99-based-standards] (SCNiLEAST16): Likewise.
32632         [C99-based-standards] (SCNoLEAST16): Likewise.
32633         [C99-based-standards] (SCNuLEAST16): Likewise.
32634         [C99-based-standards] (SCNxLEAST16): Likewise.
32635         [C99-based-standards] (PRIdFAST16): Likewise.
32636         [C99-based-standards] (PRIiFAST16): Likewise.
32637         [C99-based-standards] (PRIoFAST16): Likewise.
32638         [C99-based-standards] (PRIuFAST16): Likewise.
32639         [C99-based-standards] (PRIxFAST16): Likewise.
32640         [C99-based-standards] (PRIXFAST16): Likewise.
32641         [C99-based-standards] (SCNdFAST16): Likewise.
32642         [C99-based-standards] (SCNiFAST16): Likewise.
32643         [C99-based-standards] (SCNoFAST16): Likewise.
32644         [C99-based-standards] (SCNuFAST16): Likewise.
32645         [C99-based-standards] (SCNxFAST16): Likewise.
32646         [C99-based-standards] (PRId32): Likewise.
32647         [C99-based-standards] (PRIi32): Likewise.
32648         [C99-based-standards] (PRIo32): Likewise.
32649         [C99-based-standards] (PRIu32): Likewise.
32650         [C99-based-standards] (PRIx32): Likewise.
32651         [C99-based-standards] (PRIX32): Likewise.
32652         [C99-based-standards] (SCNd32): Likewise.
32653         [C99-based-standards] (SCNi32): Likewise.
32654         [C99-based-standards] (SCNo32): Likewise.
32655         [C99-based-standards] (SCNu32): Likewise.
32656         [C99-based-standards] (SCNx32): Likewise.
32657         [C99-based-standards] (PRIdLEAST32): Likewise.
32658         [C99-based-standards] (PRIiLEAST32): Likewise.
32659         [C99-based-standards] (PRIoLEAST32): Likewise.
32660         [C99-based-standards] (PRIuLEAST32): Likewise.
32661         [C99-based-standards] (PRIxLEAST32): Likewise.
32662         [C99-based-standards] (PRIXLEAST32): Likewise.
32663         [C99-based-standards] (SCNdLEAST32): Likewise.
32664         [C99-based-standards] (SCNiLEAST32): Likewise.
32665         [C99-based-standards] (SCNoLEAST32): Likewise.
32666         [C99-based-standards] (SCNuLEAST32): Likewise.
32667         [C99-based-standards] (SCNxLEAST32): Likewise.
32668         [C99-based-standards] (PRIdFAST32): Likewise.
32669         [C99-based-standards] (PRIiFAST32): Likewise.
32670         [C99-based-standards] (PRIoFAST32): Likewise.
32671         [C99-based-standards] (PRIuFAST32): Likewise.
32672         [C99-based-standards] (PRIxFAST32): Likewise.
32673         [C99-based-standards] (PRIXFAST32): Likewise.
32674         [C99-based-standards] (SCNdFAST32): Likewise.
32675         [C99-based-standards] (SCNiFAST32): Likewise.
32676         [C99-based-standards] (SCNoFAST32): Likewise.
32677         [C99-based-standards] (SCNuFAST32): Likewise.
32678         [C99-based-standards] (SCNxFAST32): Likewise.
32679         [C99-based-standards] (PRId64): Likewise.
32680         [C99-based-standards] (PRIi64): Likewise.
32681         [C99-based-standards] (PRIo64): Likewise.
32682         [C99-based-standards] (PRIu64): Likewise.
32683         [C99-based-standards] (PRIx64): Likewise.
32684         [C99-based-standards] (PRIX64): Likewise.
32685         [C99-based-standards] (SCNd64): Likewise.
32686         [C99-based-standards] (SCNi64): Likewise.
32687         [C99-based-standards] (SCNo64): Likewise.
32688         [C99-based-standards] (SCNu64): Likewise.
32689         [C99-based-standards] (SCNx64): Likewise.
32690         [C99-based-standards] (PRIdLEAST64): Likewise.
32691         [C99-based-standards] (PRIiLEAST64): Likewise.
32692         [C99-based-standards] (PRIoLEAST64): Likewise.
32693         [C99-based-standards] (PRIuLEAST64): Likewise.
32694         [C99-based-standards] (PRIxLEAST64): Likewise.
32695         [C99-based-standards] (PRIXLEAST64): Likewise.
32696         [C99-based-standards] (SCNdLEAST64): Likewise.
32697         [C99-based-standards] (SCNiLEAST64): Likewise.
32698         [C99-based-standards] (SCNoLEAST64): Likewise.
32699         [C99-based-standards] (SCNuLEAST64): Likewise.
32700         [C99-based-standards] (SCNxLEAST64): Likewise.
32701         [C99-based-standards] (PRIdFAST64): Likewise.
32702         [C99-based-standards] (PRIiFAST64): Likewise.
32703         [C99-based-standards] (PRIoFAST64): Likewise.
32704         [C99-based-standards] (PRIuFAST64): Likewise.
32705         [C99-based-standards] (PRIxFAST64): Likewise.
32706         [C99-based-standards] (PRIXFAST64): Likewise.
32707         [C99-based-standards] (SCNdFAST64): Likewise.
32708         [C99-based-standards] (SCNiFAST64): Likewise.
32709         [C99-based-standards] (SCNoFAST64): Likewise.
32710         [C99-based-standards] (SCNuFAST64): Likewise.
32711         [C99-based-standards] (SCNxFAST64): Likewise.
32712         [C99-based-standards] (PRIdMAX): Likewise.
32713         [C99-based-standards] (PRIiMAX): Likewise.
32714         [C99-based-standards] (PRIoMAX): Likewise.
32715         [C99-based-standards] (PRIuMAX): Likewise.
32716         [C99-based-standards] (PRIxMAX): Likewise.
32717         [C99-based-standards] (PRIXMAX): Likewise.
32718         [C99-based-standards] (SCNdMAX): Likewise.
32719         [C99-based-standards] (SCNiMAX): Likewise.
32720         [C99-based-standards] (SCNoMAX): Likewise.
32721         [C99-based-standards] (SCNuMAX): Likewise.
32722         [C99-based-standards] (SCNxMAX): Likewise.
32723         [C99-based-standards] (PRIdPTR): Likewise.
32724         [C99-based-standards] (PRIiPTR): Likewise.
32725         [C99-based-standards] (PRIoPTR): Likewise.
32726         [C99-based-standards] (PRIuPTR): Likewise.
32727         [C99-based-standards] (PRIxPTR): Likewise.
32728         [C99-based-standards] (PRIXPTR): Likewise.
32729         [C99-based-standards] (SCNdPTR): Likewise.
32730         [C99-based-standards] (SCNiPTR): Likewise.
32731         [C99-based-standards] (SCNoPTR): Likewise.
32732         [C99-based-standards] (SCNuPTR): Likewise.
32733         [C99-based-standards] (SCNxPTR): Likewise.
32734         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32735         allow.
32736         * conform/data/stdint.h-data: Update comments to clarify
32737         requirements.
32738         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32739         type.
32740         [C99-based standards] (INT8_MAX): Likewise.
32741         [C99-based standards] (INT16_MIN): Likewise.
32742         [C99-based standards] (INT16_MAX): Likewise.
32743         [C99-based standards] (INT32_MIN): Likewise.
32744         [C99-based standards] (INT32_MAX): Likewise.
32745         [C99-based standards] (INT64_MIN): Likewise.
32746         [C99-based standards] (INT64_MAX): Likewise.
32747         [C99-based standards] (UINT8_MAX): Likewise.
32748         [C99-based standards] (UINT16_MAX): Likewise.
32749         [C99-based standards] (UINT32_MAX): Likewise.
32750         [C99-based standards] (UINT64_MAX): Likewise.
32751         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32752         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32753         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32754         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32755         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32756         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32757         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32758         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32759         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32760         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32761         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32762         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32763         [C99-based standards] (INT_FAST8_MIN): Likewise.
32764         [C99-based standards] (INT_FAST8_MAX): Likewise.
32765         [C99-based standards] (INT_FAST16_MIN): Likewise.
32766         [C99-based standards] (INT_FAST16_MAX): Likewise.
32767         [C99-based standards] (INT_FAST32_MIN): Likewise.
32768         [C99-based standards] (INT_FAST32_MAX): Likewise.
32769         [C99-based standards] (INT_FAST64_MIN): Likewise.
32770         [C99-based standards] (INT_FAST64_MAX): Likewise.
32771         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32772         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32773         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32774         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32775         [C99-based standards] (INTPTR_MIN): Likewise.
32776         [C99-based standards] (INTPTR_MAX): Likewise.
32777         [C99-based standards] (UINTPTR_MAX): Likewise.
32778         [C99-based standards] (INTMAX_MIN): Likewise.
32779         [C99-based standards] (INTMAX_MAX): Likewise.
32780         [C99-based standards] (UINTMAX_MAX): Likewise.
32781         [C99-based standards] (PTRDIFF_MIN): Likewise.
32782         [C99-based standards] (PTRDIFF_MAX): Likewise.
32783         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32784         [C99-based standards] (SIZE_MAX): Likewise.
32785         [C99-based standards] (WCHAR_MAX): Likewise.
32786         [C99-based standards] (WINT_MAX): Likewise.
32787         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32788         constraint on value.
32789         [C99-based standards] (WCHAR_MIN): Likewise.
32790         [C99-based standards] (WINT_MIN): Likewise.
32791         [C99-based standards] (*_t): Allow.
32792         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32793         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32794         Include math.h-data and complex.h-data.  Remove all expectations
32795         of math.h and complex.h contents.
32796         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32797         at end of line.
32798         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32799         (struct tm): Expect tag.
32800         [C99-based-standards] (wcstof): Expect function.
32801         [C99-based-standards] (wcstold): Likewise.
32802         [C99-based-standards] (wcstoll): Likewise.
32803         [C99-based-standards] (wcstoull): Likewise.
32804         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32805         macro-int-constant.  Specify type.
32806         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32807         constraint on value.
32808         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32809         Specify type.
32810         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32811         Specify value.
32812         [ISO C standards]: Do not allow headers.
32813         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32814         wcs[abcdefghijklmnopqrstuvwxyz]*.
32815         [ISO C standards] (*_t): Do not allow.
32816         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32817         Expect function.
32818         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32819         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32820         Specify type.
32821         [ISO C standards]: Do not allow headers.
32822         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32823         is[abcdefghijklmnopqrstuvwxyz]*.
32824         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32825         to[abcdefghijklmnopqrstuvwxyz]*.
32826         [ISO C standards] (*_t): Do not allow.
32827         * conform/data/stdalign.h-data: New file.
32828         * conform/data/stdbool.h-data: Likewise.
32829         * conform/data/stdnoreturn.h-data: Likewise.
32830
32831 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32832
32833         [BZ #14815]
32834         * manual/filesys.texi (Directory Entries): Typo fix.
32835         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32836
32837 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32838
32839         * elf/elf.h (EM_AARCH64): New macro.
32840         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32841         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32842         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32843         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32844         (R_AARCH64_TLSDESC): Likewise.
32845         (NT_ARM_TLS): Likewise.
32846         (NT_ARM_HW_BREAK): Likewise.
32847         (NT_ARM_HW_WATCH): Likewise.
32848
32849 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32850
32851         [BZ #14811]
32852         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32853         (__ieee754_powl): Saturate nonzero exponents with absolute value
32854         below 0x1p-79 to +/- 0x1p-79.
32855         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32856         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32857         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32858         nonzero exponents with absolute value below 0x1p-32 to +/-
32859         0x1p-32.
32860         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32861         (__ieee754_powl): Saturate nonzero exponents with absolute value
32862         below 0x1p-79 to +/- 0x1p-79.
32863         * math/libm-test.inc (pow_test): Add more tests.
32864
32865 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32866
32867         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32868         _dl_s390_cap_flags with kernel. Increase string length.
32869         (_dl_s390_platforms): Add z196 and zEC12.
32870
32871 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32872
32873         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32874         Change XOPEN21K to XOPEN2K.
32875
32876 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32877
32878         * string/memmove.c: Use memcpy when possible.
32879
32880 2012-11-06  Andreas Jaeger  <aj@suse.de>
32881
32882         * po/eo.po: Update from translation team.
32883
32884 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32885
32886         [BZ #14793]
32887         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32888         exponent and small x and y exponents, scale x or y up.  Increase
32889         by 2 the exponent used in scaling up.
32890         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32891         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32892         * math/libm-test.inc (fma_test): Add more tests.
32893         (fma_test_towardzero): Likewise.
32894         (fma_test_downward): Likewise.
32895         (fma_test_upward): Likewise.
32896
32897 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32898
32899         [BZ #14805]
32900         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32901         fenv_t *.
32902
32903         [BZ #14801]
32904         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32905         namespace for names of struct fields.
32906         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32907         fenv_t fields.
32908         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32909         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32910
32911 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32912
32913         [BZ #3665]
32914         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32915
32916 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32917
32918         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32919         PTR_DEMANGLE.
32920
32921         [BZ #5246]
32922         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32923         PTR_DEMANGLE.
32924
32925 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32926
32927         [BZ #14797]
32928         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32929         definitely overflow as x * y not x * y + z.
32930         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32931         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32932         * math/libm-test.inc (fma_test): Add more tests.
32933         (fma_test_towardzero): Likewise.
32934         (fma_test_downward): Likewise.
32935         (fma_test_upward): Likewise.
32936
32937 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32938
32939         [BZ #157]
32940
32941         * include/stub-tag.h: Remove file.
32942         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32943         '#include' of it.
32944         * manual/maint.texi (Porting): Don't reference it.
32945         * Makerules ($(objpfx)stubs): Likewise.
32946         * dirent/closedir.c: Don't include <stub-tag.h>.
32947         * dirent/dirfd.c: Likewise.
32948         * dirent/fdopendir.c: Likewise.
32949         * dirent/getdents.c: Likewise.
32950         * dirent/getdents64.c: Likewise.
32951         * dirent/opendir.c: Likewise.
32952         * dirent/readdir.c: Likewise.
32953         * dirent/readdir64.c: Likewise.
32954         * dirent/readdir64_r.c: Likewise.
32955         * dirent/readdir_r.c: Likewise.
32956         * dirent/rewinddir.c: Likewise.
32957         * dirent/seekdir.c: Likewise.
32958         * dirent/telldir.c: Likewise.
32959         * gmon/profil.c: Likewise.
32960         * grp/setgroups.c: Likewise.
32961         * inet/if_index.c: Likewise.
32962         * io/access.c: Likewise.
32963         * io/chdir.c: Likewise.
32964         * io/chmod.c: Likewise.
32965         * io/chown.c: Likewise.
32966         * io/close.c: Likewise.
32967         * io/dup.c: Likewise.
32968         * io/dup2.c: Likewise.
32969         * io/dup3.c: Likewise.
32970         * io/euidaccess.c: Likewise.
32971         * io/faccessat.c: Likewise.
32972         * io/fchdir.c: Likewise.
32973         * io/fchmod.c: Likewise.
32974         * io/fchmodat.c: Likewise.
32975         * io/fchown.c: Likewise.
32976         * io/fchownat.c: Likewise.
32977         * io/fcntl.c: Likewise.
32978         * io/flock.c: Likewise.
32979         * io/fstatfs.c: Likewise.
32980         * io/fstatfs64.c: Likewise.
32981         * io/fstatvfs.c: Likewise.
32982         * io/fstatvfs64.c: Likewise.
32983         * io/futimens.c: Likewise.
32984         * io/fxstat.c: Likewise.
32985         * io/fxstat64.c: Likewise.
32986         * io/fxstatat.c: Likewise.
32987         * io/fxstatat64.c: Likewise.
32988         * io/getcwd.c: Likewise.
32989         * io/isatty.c: Likewise.
32990         * io/lchmod.c: Likewise.
32991         * io/lchown.c: Likewise.
32992         * io/link.c: Likewise.
32993         * io/linkat.c: Likewise.
32994         * io/lseek.c: Likewise.
32995         * io/lseek64.c: Likewise.
32996         * io/lxstat64.c: Likewise.
32997         * io/mkdir.c: Likewise.
32998         * io/mkdirat.c: Likewise.
32999         * io/mkfifo.c: Likewise.
33000         * io/mkfifoat.c: Likewise.
33001         * io/open.c: Likewise.
33002         * io/open64.c: Likewise.
33003         * io/openat.c: Likewise.
33004         * io/openat64.c: Likewise.
33005         * io/pipe.c: Likewise.
33006         * io/pipe2.c: Likewise.
33007         * io/poll.c: Likewise.
33008         * io/posix_fadvise.c: Likewise.
33009         * io/posix_fadvise64.c: Likewise.
33010         * io/posix_fallocate.c: Likewise.
33011         * io/posix_fallocate64.c: Likewise.
33012         * io/read.c: Likewise.
33013         * io/readlink.c: Likewise.
33014         * io/readlinkat.c: Likewise.
33015         * io/rmdir.c: Likewise.
33016         * io/sendfile.c: Likewise.
33017         * io/sendfile64.c: Likewise.
33018         * io/statfs.c: Likewise.
33019         * io/statfs64.c: Likewise.
33020         * io/statvfs.c: Likewise.
33021         * io/statvfs64.c: Likewise.
33022         * io/symlink.c: Likewise.
33023         * io/symlinkat.c: Likewise.
33024         * io/ttyname.c: Likewise.
33025         * io/ttyname_r.c: Likewise.
33026         * io/umask.c: Likewise.
33027         * io/unlink.c: Likewise.
33028         * io/unlinkat.c: Likewise.
33029         * io/utime.c: Likewise.
33030         * io/utimensat.c: Likewise.
33031         * io/write.c: Likewise.
33032         * io/xmknod.c: Likewise.
33033         * io/xmknodat.c: Likewise.
33034         * io/xstat.c: Likewise.
33035         * io/xstat64.c: Likewise.
33036         * login/getpt.c: Likewise.
33037         * login/grantpt.c: Likewise.
33038         * login/unlockpt.c: Likewise.
33039         * math/e_acoshl.c: Likewise.
33040         * math/e_acosl.c: Likewise.
33041         * math/e_asinl.c: Likewise.
33042         * math/e_atan2l.c: Likewise.
33043         * math/e_atanhl.c: Likewise.
33044         * math/e_coshl.c: Likewise.
33045         * math/e_expl.c: Likewise.
33046         * math/e_fmodl.c: Likewise.
33047         * math/e_gammal_r.c: Likewise.
33048         * math/e_hypotl.c: Likewise.
33049         * math/e_j0l.c: Likewise.
33050         * math/e_j1l.c: Likewise.
33051         * math/e_jnl.c: Likewise.
33052         * math/e_lgammal_r.c: Likewise.
33053         * math/e_log10l.c: Likewise.
33054         * math/e_log2l.c: Likewise.
33055         * math/e_logl.c: Likewise.
33056         * math/e_powl.c: Likewise.
33057         * math/e_rem_pio2l.c: Likewise.
33058         * math/e_sinhl.c: Likewise.
33059         * math/e_sqrtl.c: Likewise.
33060         * math/fclrexcpt.c: Likewise.
33061         * math/fedisblxcpt.c: Likewise.
33062         * math/feenablxcpt.c: Likewise.
33063         * math/fegetenv.c: Likewise.
33064         * math/fegetexcept.c: Likewise.
33065         * math/fegetround.c: Likewise.
33066         * math/feholdexcpt.c: Likewise.
33067         * math/fesetenv.c: Likewise.
33068         * math/fesetround.c: Likewise.
33069         * math/feupdateenv.c: Likewise.
33070         * math/fgetexcptflg.c: Likewise.
33071         * math/fraiseexcpt.c: Likewise.
33072         * math/fsetexcptflg.c: Likewise.
33073         * math/ftestexcept.c: Likewise.
33074         * math/k_cosl.c: Likewise.
33075         * math/k_rem_pio2l.c: Likewise.
33076         * math/k_sinl.c: Likewise.
33077         * math/k_tanl.c: Likewise.
33078         * math/s_asinhl.c: Likewise.
33079         * math/s_atanl.c: Likewise.
33080         * math/s_cbrtl.c: Likewise.
33081         * math/s_erfl.c: Likewise.
33082         * math/s_expm1l.c: Likewise.
33083         * math/s_log1pl.c: Likewise.
33084         * math/s_tanhl.c: Likewise.
33085         * misc/acct.c: Likewise.
33086         * misc/brk.c: Likewise.
33087         * misc/chflags.c: Likewise.
33088         * misc/chroot.c: Likewise.
33089         * misc/fchflags.c: Likewise.
33090         * misc/fgetxattr.c: Likewise.
33091         * misc/flistxattr.c: Likewise.
33092         * misc/fremovexattr.c: Likewise.
33093         * misc/fsetxattr.c: Likewise.
33094         * misc/fsync.c: Likewise.
33095         * misc/ftruncate.c: Likewise.
33096         * misc/futimes.c: Likewise.
33097         * misc/futimesat.c: Likewise.
33098         * misc/getdomain.c: Likewise.
33099         * misc/getdtsz.c: Likewise.
33100         * misc/gethostid.c: Likewise.
33101         * misc/gethostname.c: Likewise.
33102         * misc/getloadavg.c: Likewise.
33103         * misc/getpagesize.c: Likewise.
33104         * misc/getsysstats.c: Likewise.
33105         * misc/getxattr.c: Likewise.
33106         * misc/gtty.c: Likewise.
33107         * misc/ioctl.c: Likewise.
33108         * misc/lgetxattr.c: Likewise.
33109         * misc/listxattr.c: Likewise.
33110         * misc/llistxattr.c: Likewise.
33111         * misc/lremovexattr.c: Likewise.
33112         * misc/lsetxattr.c: Likewise.
33113         * misc/lutimes.c: Likewise.
33114         * misc/madvise.c: Likewise.
33115         * misc/mincore.c: Likewise.
33116         * misc/mlock.c: Likewise.
33117         * misc/mlockall.c: Likewise.
33118         * misc/mmap.c: Likewise.
33119         * misc/mprotect.c: Likewise.
33120         * misc/msync.c: Likewise.
33121         * misc/munlock.c: Likewise.
33122         * misc/munlockall.c: Likewise.
33123         * misc/munmap.c: Likewise.
33124         * misc/preadv.c: Likewise.
33125         * misc/preadv64.c: Likewise.
33126         * misc/ptrace.c: Likewise.
33127         * misc/pwritev.c: Likewise.
33128         * misc/pwritev64.c: Likewise.
33129         * misc/readv.c: Likewise.
33130         * misc/reboot.c: Likewise.
33131         * misc/remap_file_pages.c: Likewise.
33132         * misc/removexattr.c: Likewise.
33133         * misc/revoke.c: Likewise.
33134         * misc/select.c: Likewise.
33135         * misc/setdomain.c: Likewise.
33136         * misc/setegid.c: Likewise.
33137         * misc/seteuid.c: Likewise.
33138         * misc/sethostid.c: Likewise.
33139         * misc/sethostname.c: Likewise.
33140         * misc/setregid.c: Likewise.
33141         * misc/setreuid.c: Likewise.
33142         * misc/setxattr.c: Likewise.
33143         * misc/sstk.c: Likewise.
33144         * misc/stty.c: Likewise.
33145         * misc/swapoff.c: Likewise.
33146         * misc/swapon.c: Likewise.
33147         * misc/sync.c: Likewise.
33148         * misc/syncfs.c: Likewise.
33149         * misc/syscall.c: Likewise.
33150         * misc/truncate.c: Likewise.
33151         * misc/ualarm.c: Likewise.
33152         * misc/usleep.c: Likewise.
33153         * misc/ustat.c: Likewise.
33154         * misc/utimes.c: Likewise.
33155         * misc/vhangup.c: Likewise.
33156         * misc/writev.c: Likewise.
33157         * posix/_exit.c: Likewise.
33158         * posix/alarm.c: Likewise.
33159         * posix/execve.c: Likewise.
33160         * posix/fexecve.c: Likewise.
33161         * posix/fork.c: Likewise.
33162         * posix/fpathconf.c: Likewise.
33163         * posix/getaddrinfo.c: Likewise.
33164         * posix/getegid.c: Likewise.
33165         * posix/geteuid.c: Likewise.
33166         * posix/getgid.c: Likewise.
33167         * posix/getgroups.c: Likewise.
33168         * posix/getlogin.c: Likewise.
33169         * posix/getlogin_r.c: Likewise.
33170         * posix/getpgid.c: Likewise.
33171         * posix/getpid.c: Likewise.
33172         * posix/getppid.c: Likewise.
33173         * posix/getresgid.c: Likewise.
33174         * posix/getresuid.c: Likewise.
33175         * posix/getsid.c: Likewise.
33176         * posix/getuid.c: Likewise.
33177         * posix/glob64.c: Likewise.
33178         * posix/nanosleep.c: Likewise.
33179         * posix/pathconf.c: Likewise.
33180         * posix/pause.c: Likewise.
33181         * posix/posix_madvise.c: Likewise.
33182         * posix/pread.c: Likewise.
33183         * posix/pread64.c: Likewise.
33184         * posix/pwrite.c: Likewise.
33185         * posix/pwrite64.c: Likewise.
33186         * posix/sched_getaffinity.c: Likewise.
33187         * posix/sched_getp.c: Likewise.
33188         * posix/sched_gets.c: Likewise.
33189         * posix/sched_primax.c: Likewise.
33190         * posix/sched_primin.c: Likewise.
33191         * posix/sched_rr_gi.c: Likewise.
33192         * posix/sched_setaffinity.c: Likewise.
33193         * posix/sched_setp.c: Likewise.
33194         * posix/sched_sets.c: Likewise.
33195         * posix/sched_yield.c: Likewise.
33196         * posix/setgid.c: Likewise.
33197         * posix/setlogin.c: Likewise.
33198         * posix/setpgid.c: Likewise.
33199         * posix/setresgid.c: Likewise.
33200         * posix/setresuid.c: Likewise.
33201         * posix/setsid.c: Likewise.
33202         * posix/setuid.c: Likewise.
33203         * posix/sleep.c: Likewise.
33204         * posix/spawni.c: Likewise.
33205         * posix/sysconf.c: Likewise.
33206         * posix/times.c: Likewise.
33207         * posix/wait.c: Likewise.
33208         * posix/wait3.c: Likewise.
33209         * posix/wait4.c: Likewise.
33210         * posix/waitpid.c: Likewise.
33211         * resolv/gai_sigqueue.c: Likewise.
33212         * resource/getpriority.c: Likewise.
33213         * resource/getrlimit.c: Likewise.
33214         * resource/getrusage.c: Likewise.
33215         * resource/nice.c: Likewise.
33216         * resource/setpriority.c: Likewise.
33217         * resource/setrlimit.c: Likewise.
33218         * resource/ulimit.c: Likewise.
33219         * rt/aio_cancel.c: Likewise.
33220         * rt/aio_fsync.c: Likewise.
33221         * rt/aio_read.c: Likewise.
33222         * rt/aio_sigqueue.c: Likewise.
33223         * rt/aio_suspend.c: Likewise.
33224         * rt/aio_write.c: Likewise.
33225         * rt/clock_getres.c: Likewise.
33226         * rt/clock_gettime.c: Likewise.
33227         * rt/clock_nanosleep.c: Likewise.
33228         * rt/clock_settime.c: Likewise.
33229         * rt/lio_listio.c: Likewise.
33230         * rt/mq_close.c: Likewise.
33231         * rt/mq_getattr.c: Likewise.
33232         * rt/mq_notify.c: Likewise.
33233         * rt/mq_open.c: Likewise.
33234         * rt/mq_receive.c: Likewise.
33235         * rt/mq_send.c: Likewise.
33236         * rt/mq_setattr.c: Likewise.
33237         * rt/mq_timedreceive.c: Likewise.
33238         * rt/mq_timedsend.c: Likewise.
33239         * rt/mq_unlink.c: Likewise.
33240         * rt/shm_open.c: Likewise.
33241         * rt/shm_unlink.c: Likewise.
33242         * rt/timer_create.c: Likewise.
33243         * rt/timer_delete.c: Likewise.
33244         * rt/timer_getoverr.c: Likewise.
33245         * rt/timer_gettime.c: Likewise.
33246         * rt/timer_settime.c: Likewise.
33247         * setjmp/__longjmp.c: Likewise.
33248         * setjmp/setjmp.c: Likewise.
33249         * signal/kill.c: Likewise.
33250         * signal/killpg.c: Likewise.
33251         * signal/raise.c: Likewise.
33252         * signal/sigaction.c: Likewise.
33253         * signal/sigaltstack.c: Likewise.
33254         * signal/sigblock.c: Likewise.
33255         * signal/sigignore.c: Likewise.
33256         * signal/sigintr.c: Likewise.
33257         * signal/signal.c: Likewise.
33258         * signal/sigpause.c: Likewise.
33259         * signal/sigpending.c: Likewise.
33260         * signal/sigqueue.c: Likewise.
33261         * signal/sigreturn.c: Likewise.
33262         * signal/sigset.c: Likewise.
33263         * signal/sigsetmask.c: Likewise.
33264         * signal/sigstack.c: Likewise.
33265         * signal/sigsuspend.c: Likewise.
33266         * signal/sigtimedwait.c: Likewise.
33267         * signal/sigvec.c: Likewise.
33268         * signal/sigwait.c: Likewise.
33269         * signal/sigwaitinfo.c: Likewise.
33270         * signal/sysv_signal.c: Likewise.
33271         * socket/accept.c: Likewise.
33272         * socket/accept4.c: Likewise.
33273         * socket/bind.c: Likewise.
33274         * socket/connect.c: Likewise.
33275         * socket/getpeername.c: Likewise.
33276         * socket/getsockname.c: Likewise.
33277         * socket/getsockopt.c: Likewise.
33278         * socket/isfdtype.c: Likewise.
33279         * socket/listen.c: Likewise.
33280         * socket/recv.c: Likewise.
33281         * socket/recvfrom.c: Likewise.
33282         * socket/recvmsg.c: Likewise.
33283         * socket/send.c: Likewise.
33284         * socket/sendmsg.c: Likewise.
33285         * socket/sendto.c: Likewise.
33286         * socket/setsockopt.c: Likewise.
33287         * socket/shutdown.c: Likewise.
33288         * socket/sockatmark.c: Likewise.
33289         * socket/socket.c: Likewise.
33290         * socket/socketpair.c: Likewise.
33291         * stdio-common/ctermid.c: Likewise.
33292         * stdio-common/cuserid.c: Likewise.
33293         * stdio-common/remove.c: Likewise.
33294         * stdio-common/rename.c: Likewise.
33295         * stdio-common/renameat.c: Likewise.
33296         * stdio-common/tempname.c: Likewise.
33297         * stdlib/getcontext.c: Likewise.
33298         * stdlib/makecontext.c: Likewise.
33299         * stdlib/setcontext.c: Likewise.
33300         * stdlib/swapcontext.c: Likewise.
33301         * stdlib/system.c: Likewise.
33302         * streams/fattach.c: Likewise.
33303         * streams/fdetach.c: Likewise.
33304         * streams/getmsg.c: Likewise.
33305         * streams/getpmsg.c: Likewise.
33306         * streams/putmsg.c: Likewise.
33307         * streams/putpmsg.c: Likewise.
33308         * sysdeps/unix/bsd/getpt.c: Likewise.
33309         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33310         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33311         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33313         Likewise.
33314         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33315         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33316         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33317         * sysvipc/msgctl.c: Likewise.
33318         * sysvipc/msgget.c: Likewise.
33319         * sysvipc/msgrcv.c: Likewise.
33320         * sysvipc/msgsnd.c: Likewise.
33321         * sysvipc/semctl.c: Likewise.
33322         * sysvipc/semget.c: Likewise.
33323         * sysvipc/semop.c: Likewise.
33324         * sysvipc/semtimedop.c: Likewise.
33325         * sysvipc/shmat.c: Likewise.
33326         * sysvipc/shmctl.c: Likewise.
33327         * sysvipc/shmdt.c: Likewise.
33328         * sysvipc/shmget.c: Likewise.
33329         * termios/tcdrain.c: Likewise.
33330         * termios/tcflow.c: Likewise.
33331         * termios/tcflush.c: Likewise.
33332         * termios/tcgetattr.c: Likewise.
33333         * termios/tcgetpgrp.c: Likewise.
33334         * termios/tcsendbrk.c: Likewise.
33335         * termios/tcsetattr.c: Likewise.
33336         * termios/tcsetpgrp.c: Likewise.
33337         * time/adjtime.c: Likewise.
33338         * time/clock.c: Likewise.
33339         * time/getitimer.c: Likewise.
33340         * time/gettimeofday.c: Likewise.
33341         * time/setitimer.c: Likewise.
33342         * time/settimeofday.c: Likewise.
33343         * time/stime.c: Likewise.
33344         * time/time.c: Likewise.
33345
33346 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33347
33348         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33349         /usr/old/bin.
33350
33351         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33352         instead of spaces.
33353         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33354
33355 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33356
33357         [BZ #14796]
33358         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33359         FE_TONEAREST before applying Dekker multiplication and Knuth
33360         addition.  Clear inexact exceptions and check for exact zero
33361         results afterwards.
33362         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33363         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33364         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33365         * math/libm-test.inc (fma_test): Add more tests.
33366         (fma_test_towardzero): Likewise.
33367         (fma_test_downward): Likewise.
33368         (fma_test_upward): Likewise.
33369         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33370         function.
33371         (libc_fesetround): New macro.
33372         (libc_fesetroundf): Likewise.
33373         (libc_fesetroundl): Likewise.
33374         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33375         function.
33376         (libc_fesetround_387): Likewise.
33377         (libc_fesetroundf): New macro.
33378         (libc_fesetround): Likewise.
33379         (libc_fesetroundl): Likewise.
33380         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33381         function.
33382         (libc_fesetroundf): New macro.
33383         (libc_fesetround): Likewise.
33384         (libc_fesetroundl): Likewise.
33385         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33386         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33387         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33388         libm_hidden_ver.
33389         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33390         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33391         libm_hidden_def.
33392         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33393         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33394         libm_hidden_ver.
33395         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33396         libm_hidden_def.
33397
33398         [BZ #3439]
33399         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33400         integer constant usable in #if and use that to give value to enum
33401         constant.
33402         (FE_DIVBYZERO): Likewise.
33403         (FE_UNDERFLOW): Likewise.
33404         (FE_OVERFLOW): Likewise.
33405         (FE_INVALID): Likewise.
33406         (FE_INVALID_SNAN): Likewise.
33407         (FE_INVALID_ISI): Likewise.
33408         (FE_INVALID_IDI): Likewise.
33409         (FE_INVALID_ZDZ): Likewise.
33410         (FE_INVALID_IMZ): Likewise.
33411         (FE_INVALID_COMPARE): Likewise.
33412         (FE_INVALID_SOFTWARE): Likewise.
33413         (FE_INVALID_SQRT): Likewise.
33414         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33415         (FE_TONEAREST): Likewise.
33416         (FE_TOWARDZERO): Likewise.
33417         (FE_UPWARD): Likewise.
33418         (FE_DOWNWARD): Likewise.
33419         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33420         (FE_DIVBYZERO): Likewise.
33421         (FE_OVERFLOW): Likewise.
33422         (FE_UNDERFLOW): Likewise.
33423         (FE_INEXACT): Likewise.
33424         (FE_TONEAREST): Likewise.
33425         (FE_DOWNWARD): Likewise.
33426         (FE_UPWARD): Likewise.
33427         (FE_TOWARDZERO): Likewise.
33428         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33429         (FE_UNDERFLOW): Likewise.
33430         (FE_OVERFLOW): Likewise.
33431         (FE_DIVBYZERO): Likewise.
33432         (FE_INVALID): Likewise.
33433         (FE_TONEAREST): Likewise.
33434         (FE_TOWARDZERO): Likewise.
33435         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33436         (FE_OVERFLOW): Likewise.
33437         (FE_UNDERFLOW): Likewise.
33438         (FE_DIVBYZERO): Likewise.
33439         (FE_INEXACT): Likewise.
33440         (FE_TONEAREST): Likewise.
33441         (FE_TOWARDZERO): Likewise.
33442         (FE_UPWARD): Likewise.
33443         (FE_DOWNWARD): Likewise.
33444         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33445         (FE_DIVBYZERO): Likewise.
33446         (FE_OVERFLOW): Likewise.
33447         (FE_UNDERFLOW): Likewise.
33448         (FE_INEXACT): Likewise.
33449         (FE_TONEAREST): Likewise.
33450         (FE_DOWNWARD): Likewise.
33451         (FE_UPWARD): Likewise.
33452         (FE_TOWARDZERO): Likewise.
33453
33454 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33455
33456         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33457
33458 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33459
33460         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33461         commands.  Quote $PWD.
33462         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33463         -x" by "export".
33464         (remove_newlines): Remove.
33465
33466 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33467
33468         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33469         * stdlib/stdlib.h (atof): Moved to ...
33470         * include/bits/stdlib-float.h: Here.  New file.
33471         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33472         * stdlib/bits/stdlib-float.h: New file.
33473         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33474         -mno-sse -mno-mmx.
33475         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33476         <xmmintrin.h>.
33477
33478 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33479
33480         * conform/conformtest.pl (@headers): Add fenv.h.
33481         * conform/data/fenv.h-data: New file.
33482         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33483         include of <math/fenv.h>.
33484
33485         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33486         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33487         && !UNIX98].  Enables tests for XOPEN2K8.
33488         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33489         POSIX2008]: Likewise.
33490
33491         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33492         (struct rusage): Do not expect type or its members.
33493
33494         [BZ #3439]
33495         * math/math.h (FP_NAN): Define macro to integer constant usable in
33496         #if and use that to give value to enum constant.
33497         (FP_INFINITE): Likewise.
33498         (FP_ZERO): Likewise.
33499         (FP_SUBNORMAL): Likewise.
33500         (FP_NORMAL): Likewise.
33501
33502 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33503
33504         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33505         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33506         arguments.
33507
33508 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33509
33510         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33511         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33512         autoconf-time if not.
33513         * configure.in: Remove AC_PREREQ.
33514
33515 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33516
33517         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33518         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33519         of the internal implementation.
33520
33521 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33522
33523         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33524         except include of <misc/sys/syslog.h>.
33525
33526 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33527
33528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33529         function returns with a NULL context exit with zero.
33530
33531 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33532
33533         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33534
33535 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33536
33537         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33538         (run_program_cmd): This.
33539         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33540         (tst_langinfo): New variable.  Use it.
33541
33542 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33543
33544         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33545         floating point opcodes.
33546
33547 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33548
33549         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33550         variable.
33551
33552         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33553
33554         * sysdeps/mach/hurd/powerpc: Remove directory.
33555         * sysdeps/mach/powerpc: Likewise.
33556
33557 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33558
33559         * scripts/check-local-headers.sh: Ignore c++ headers.
33560
33561 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33562
33563         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33564         __libc_cleanup_region_start argument.
33565
33566 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33567
33568         [BZ #14784]
33569         [BZ #14785]
33570         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33571         x * y using scaling, not as x * y + z.
33572         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33573         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33574         * math/libm-test.inc (fma_test): Add more tests.
33575         (fma_test_towardzero): Likewise.
33576         (fma_test_downward): Likewise.
33577         (fma_test_upward): Likewise.
33578
33579 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33580
33581         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33582
33583 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33584
33585         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33586         New variable.
33587
33588 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33589
33590         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33591
33592 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33593
33594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33595         Fix sort order.
33596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33597         Likewise.
33598
33599 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33600
33601         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33602         Fix the order of the list for glibc 2.17.
33603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33604         Likewise.
33605
33606 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33607
33608         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33609
33610 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33611
33612         [BZ #14610]
33613         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33614         for low part of x being zero before using __atanl (y).
33615         * math/libm-test.inc (atan2_test): Add another test.
33616
33617         * manual/install.texi (Configuring and compiling): Document
33618         general use of test-wrapper and test-wrapper-env.
33619         * INSTALL: Regenerated.
33620
33621         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33622         (__fma): 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-128/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         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33630         (__fmal): Do not extract and scale down low bits on after-rounding
33631         systems when result rounded to normal precision would have normal
33632         exponent.
33633         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33634         macro.
33635         (fma_test): Add more tests.
33636         (fma_test_towardzero): Likewise.
33637         (fma_test_downward): Likewise.
33638         (fma_test_upward): Likewise.
33639
33640 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33641
33642         * sysdeps/i386/tininess.h: Renamed to ...
33643         * sysdeps/x86/tininess.h: This.
33644         * sysdeps/x86_64/tininess.h: Removed.
33645
33646 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33647
33648         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33649         input.  Use $(build-program-cmd).
33650         ($(objpfx)tst-array1-static.out): Likewise.
33651         ($(objpfx)tst-array2.out): Likewise.
33652         ($(objpfx)tst-array3.out): Likewise.
33653         ($(objpfx)tst-array4.out): Likewise.
33654         ($(objpfx)tst-array5.out): Likewise.
33655         ($(objpfx)tst-array5-static.out): Likewise.
33656
33657 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33658
33659         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33660         if defined.
33661
33662         * nss/nsswitch.h (nss_interface_function): Provide new
33663         macro for use with NSS functions.
33664         * grp/initgroups.c: Use new macro.
33665         * nss/getXXbyYY.c: Likewise.
33666         * nss/getXXbyYY_r.c: Likewise.
33667         * nss/getXXent.c: Likewise.
33668         * nss/getXXent_r.c: Likewise.
33669         * sysdeps/posix/getaddrinfo.c: Likewise.
33670
33671 2012-10-30  Andreas Jaeger  <aj@suse.de>
33672
33673         * po/ru.po: Update Russion translation from translation project.
33674
33675 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33676
33677         [BZ #14152]
33678         [BZ #14783]
33679         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33680         result and shift together with sticky bit instead of replicating
33681         round-to-nearest rounding.
33682         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33683         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33684         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33685         missing underflow exceptions.
33686         (fma_test_towardzero): Add more tests.
33687         (fma_test_downward): Likewise.
33688         (fma_test_upward): Likewise.
33689
33690         [BZ #14047]
33691         * sysdeps/generic/tininess.h: New file.
33692         * sysdeps/i386/tininess.h: Likewise.
33693         * sysdeps/sh/tininess.h: Likewise.
33694         * sysdeps/x86_64/tininess.h: Likewise.
33695         * stdlib/tst-strtod-underflow.c: Likewise.
33696         * stdlib/tst-tininess.c: Likewise.
33697         * stdlib/strtod_l.c: Include <tininess.h>.
33698         (round_and_return): Do not set errno for exact underflow cases.
33699         Force an underflow exception when setting errno for underflow.
33700         Determine underflow based on rounding to normal precision if
33701         TININESS_AFTER_ROUNDING.
33702         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33703         ERANGE for exact underflow cases.
33704         * stdlib/Makefile (tests): Add tst-tininess and
33705         tst-strtod-underflow.
33706         ($(objpfx)tst-tininess): Use $(link-libm).
33707         ($(objpfx)tst-strtod-underflow): Likewise.
33708
33709 2012-10-30  Andreas Jaeger  <aj@suse.de>
33710
33711         [BZ#14767]
33712         * elf/Makefile (tests): Remove conditional for have-initfini-array
33713         since this is now always required and the variable does not exist
33714         anymore.
33715         (tests-static): Likewise.
33716         (modules-names): Likewise.
33717
33718         * po/eo.po: Add Esperanto translation from translation project.
33719
33720         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33721         merged with constructor/destructor.
33722         (init_array): Likewise.
33723         * elf/tst-array2dep.c (fini_array): Likewise.
33724         (init_array): Likewise.
33725
33726 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33727
33728         * manual/message.texi: Delete @cartouche tags.
33729
33730 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33731
33732         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33733         EOPNOTSUPP.
33734         * sysdeps/mach/hurd/fsync.c: Likewise.
33735
33736         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33737         [_POSIX_REALTIME_SIGNALS]: Change condition to
33738         [_POSIX_REALTIME_SIGNALS > 0].
33739
33740 2012-10-27  Andreas Jaeger  <aj@suse.de>
33741
33742         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33743         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33744         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33745         [__WORDSIZE != 64]: Likewise.
33746
33747 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33748
33749         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33750         *  iconvdata/tst-tables.sh: Likewise.
33751
33752 2012-10-25  David S. Miller  <davem@davemloft.net>
33753
33754         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33755         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33756         of strtoull.
33757
33758         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33759         ifunc-impl-list.c
33760         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33761         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33762         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33763         file.
33764
33765 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33766
33767         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33768         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33769         __getdirentries.
33770
33771 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33772             Jim Blandy  <jimb@codesourcery.com>
33773
33774         * scripts/cross-test-ssh.sh: New file.
33775         * manual/install.texi (Configuring and compiling): Document use of
33776         cross-test-ssh.sh.
33777         * INSTALL: Regenerated.
33778
33779 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33780
33781         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33782         EOPNOTSUPP.
33783
33784 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33785
33786         * Makeconfig (run-program-prefix): Fix comment.
33787
33788 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33789             Jim Blandy  <jimb@codesourcery.com>
33790
33791         * Makeconfig (test-wrapper): New variable,
33792         (test-wrapper-env): Likewise.
33793         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33794         (run-built-tests): Define to yes.
33795         (run-program-prefix): Use $(test-wrapper).
33796         (built-program-cmd): Likewise.
33797         * Rules (make-test-out): Use $(test-wrapper-env) and
33798         $(host-built-program-cmd).
33799         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33800         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33801         tst-pathopt.sh.
33802         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33803         $(test-wrapper-env) to tst-rtld-load-self.sh.
33804         ($(objpfx)order2.out): Use $(test-wrapper).
33805         ($(objpfx)tst-initorder.out): Likewise.
33806         ($(objpfx)tst-initorder2.out): Likewise.
33807         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33808         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33809         (test_wrapper_env): New variable.  Use it to run ld.so.
33810         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33811         Use it to run ld.so.
33812         (test_wrapper_env): Likewise.
33813         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33814         $(test-wrapper) to run-iconv-test.sh.
33815         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33816         (ICONV): Use $test_wrapper.
33817         * posix/Makefile ($(objpfx)globtest.out): Pass
33818         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33819         globtest.sh, not $(run-program-prefix).
33820         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33821         (test_wrapper): Likewise.
33822         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33823         set together with run_via_rtld_prefix.
33824         (run_program_prefix): Define in terms of test_wrapper and
33825         run_via_rtld_prefix.
33826
33827 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33828
33829         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33830         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33831         Targets removed.
33832
33833         [BZ #14743]
33834         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33835         Declare __clock_getres, __clock_gettime, __clock_settime,
33836         __clock_nanosleep, and __clock_getcpuclockid.
33837         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33838         Remove librt_hidden_def (clock_gettime).
33839         * sysdeps/unix/clock_gettime.c: Likewise.
33840         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33841         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33842         * rt/clock_getres.c: Define __clock_getres as an alias.
33843         * sysdeps/posix/clock_getres.c: Likewise.
33844         * rt/clock_settime.c: Define __clock_settime as an alias.
33845         * sysdeps/unix/clock_settime.c: Likewise.
33846         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33847         * sysdeps/unix/clock_nanosleep.c: Likewise.
33848         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33849         * rt/clock-compat.c: New file.
33850         * rt/Makefile (librt-routines): Add clock-compat and move
33851         $(clock-routines) to ...
33852         (routines): ... here, new variable.
33853         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33854         Don't add get_clockfreq here.
33855         * rt/Versions (libc: GLIBC_2.17): New version set.
33856         Add clock_* symbols here.
33857         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33858         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33859         (GLIBC_2.17): Add clock_* symbols.
33860         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33861         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33862         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33864         Likewise.
33865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33866         Likewise.
33867         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33868         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33869         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33870         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33871         * NEWS: Mention the move.
33872
33873         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33874         Use __open, __read, __close rather than their public counterparts.
33875         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33876         (__get_clockfreq_via_cpuinfo): Likewise.
33877         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33878         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33879
33880         * config.h.in (HAVE_IFUNC): New #undef.
33881         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33882         was successful.
33883         * configure: Regenerated.
33884
33885 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33886
33887         * configure.in: Move READELF check to start of file.
33888         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33889         libc_cv_asm_gnu_indirect_function in the process.
33890         * configure: Regenerated.
33891
33892 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33893
33894         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33895         send the output to /dev/null.
33896         (libc_cv_cc_with_libunwind): Likewise.
33897         (libc_cv_as_noexecstack): Likewise.
33898         * configure: Regenerate.
33899
33900 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33901
33902         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33903
33904         * posix/globtest.sh (TMPDIR): Do not set.
33905         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33906         (testout): Likewise.
33907
33908 2012-10-24  Andreas Jaeger  <aj@suse.de>
33909
33910         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33911         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33912         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33913         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33914         posix_fadvise64, posix_fallocate64.
33915
33916         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33917         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33918         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33919         Likewise.
33920         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33921         Likewise.
33922         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33923
33924         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33925         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33926         <bits/fcntl-linux.h>.
33927         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33928
33929         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33930         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33931         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33932         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33933         [__WORDSIZE != 64]: Likewise.
33934
33935 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33936
33937         * Makeconfig (run-built-tests): New variable.
33938         * Rules [$(cross-compiling) = yes]: Change condition to
33939         [$(run-built-tests) = no].
33940         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33941         to [$(run-built-tests) = yes].
33942         * elf/Makefile [$(cross-compiling) = no]: Likewise
33943         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33944         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33945         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33946         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33947         * io/Makefile [$(cross-compiling) = no]: Likewise.
33948         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33949         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33950         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33951         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33952         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33953         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33954         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33955         * string/Makefile [$(cross-compiling) = no]: Likewise.
33956
33957         * posix/Makefile ($(objpfx)globtest.out): Pass
33958         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33959         $(rtld-installed-name).
33960         * posix/globtest.sh (elf_objpfx): Remove variable.
33961         (rtld_installed_name): Likewise.
33962         (library_path): Likewise.
33963         (run_program_prefix): New variable.  Use for running globtest
33964         binary.
33965
33966 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33967             Joseph Myers  <joseph@codesourcery.com>
33968
33969         * Makeconfig (host-built-program-cmd): New variable.
33970         * elf/Makefile (tst-stackguard1-ARGS): Use
33971         $(host-built-program-cmd).
33972         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33973         (tst-spawn-ARGS): Likewise.
33974         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33975
33976 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33977             Jim Blandy  <jimb@codesourcery.com>
33978
33979         * Makeconfig (run-via-rtld-prefix): New variable.
33980         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33981         (built-program-cmd): Likewise.
33982
33983 2012-10-22  Andreas Jaeger  <aj@suse.de>
33984
33985         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33986         __O_RSYNC if it exists, otherwise to O_SYNC.
33987
33988 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33989             Joseph Myers  <joseph@codesourcery.com>
33990
33991         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33992         /dev/null.
33993         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33994         from /dev/null
33995         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33996         /dev/null.
33997
33998 2012-10-22  Andreas Jaeger  <aj@suse.de>
33999
34000         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
34001         Define always.
34002         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
34003
34004         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34005         bits/fcntl-linux.h.
34006
34007         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
34008         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
34009
34010         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
34011         to __O_LARGEFILE.
34012         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
34013         to __O_LARGEFILE.
34014
34015 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
34016             Joseph Myers  <joseph@codesourcery.com>
34017
34018         * config.make.in (NM): New variable.
34019
34020 2012-10-21  Andreas Jaeger  <aj@suse.de>
34021
34022         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
34023         definitions and declarations that are provided by
34024         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34025
34026 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34027
34028         [BZ #14683]
34029         * elf/Makefile (tests-static): Add tst-leaks1-static.
34030         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
34031         ($(objpfx)tst-leaks1-static): New rule.
34032         ($(objpfx)tst-leaks1-static-mem): Likewise.
34033         (tst-leaks1-static-ENV): New macro.
34034         * elf/dl-open.c (dl_open_worker): Check the main application
34035         only if SHARED is defined.
34036         * elf/tst-leaks1-static.c: New file.
34037
34038 2012-10-20  Andreas Jaeger  <aj@suse.de>
34039
34040         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
34041         generic values for Linux.
34042         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
34043         and declarations that are provided by <bits/fcntl-linux.h> and
34044         include <bits/fcntl-linux.h>.
34045         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34046         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34047
34048 2012-10-20  Roland McGrath  <roland@hack.frob.com>
34049
34050         * io/fcntl.h: Move include of <bits/types.h> to the top and
34051         include it unconditionally.
34052
34053 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34054
34055         * wcsmbs/Makefile (tests-ifunc): New variable.
34056         (tests): Add $(tests-ifunc).
34057         * wcsmbs/test-wcschr-ifunc.c: New file.
34058         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
34059         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
34060         * wcsmbs/test-wcslen-ifunc.c: Likewise.
34061         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
34062         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
34063
34064         * string/Makefile (tests-ifunc): New variable.
34065         (tests): Add $(tests-ifunc).
34066         * string/test-memccpy.c (TEST_NAME): New macro.
34067         * string/test-memchr.c (TEST_NAME): Likewise.
34068         * string/test-memcmp.c (TEST_NAME): Likewise.
34069         * string/test-memcpy.c (TEST_NAME): Likewise.
34070         * string/test-memmem.c (TEST_NAME): Likewise.
34071         * string/test-memmove.c (TEST_NAME): Likewise.
34072         * string/test-memset.c (TEST_NAME): Likewise.
34073         * string/test-rawmemchr.c (TEST_NAME): Likewise.
34074         * string/test-stpcpy.c (TEST_NAME): Likewise.
34075         * string/test-stpncpy.c (TEST_NAME): Likewise.
34076         * string/test-strcasecmp.c (TEST_NAME): Likewise.
34077         * string/test-strcasestr.c (TEST_NAME): Likewise.
34078         * string/test-strcat.c (TEST_NAME): Likewise.
34079         * string/test-strchr.c (TEST_NAME): Likewise.
34080         * string/test-strcmp.c(TEST_NAME): Likewise.
34081         * string/test-strcpy.c (TEST_NAME): Likewise.
34082         * string/test-strcspn.c (TEST_NAME): Likewise.
34083         * string/test-strlen.c (TEST_NAME): Likewise.
34084         * string/test-strncasecmp.c (TEST_NAME): Likewise.
34085         * string/test-strncmp.c (TEST_NAME): Likewise.
34086         * string/test-strncpy.c (TEST_NAME): Likewise.
34087         * string/test-strnlen.c (TEST_NAME): Likewise.
34088         * string/test-strpbrk.c (TEST_NAME): Likewise.
34089         * string/test-strrchr.c (TEST_NAME): Likewise.
34090         * string/test-strspn.c (TEST_NAME): Likewise.
34091         * string/test-strstr.c (TEST_NAME): Likewise.
34092         * string/test-bcopy-ifunc.c: New file.
34093         * string/test-bzero-ifunc.c: Likewise.
34094         * string/test-memccpy-ifunc.c: Likewise.
34095         * string/test-memchr-ifunc.c: Likewise.
34096         * string/test-memcmp-ifunc.c: Likewise.
34097         * string/test-memcpy-ifunc.c: Likewise.
34098         * string/test-memmem-ifunc.c: Likewise.
34099         * string/test-memmove-ifunc.c: Likewise.
34100         * string/test-mempcpy-ifunc.c: Likewise.
34101         * string/test-memset-ifunc.c: Likewise.
34102         * string/test-rawmemchr-ifunc.c: Likewise.
34103         * string/test-stpcpy-ifunc.c: Likewise.
34104         * string/test-stpncpy-ifunc.c: Likewise.
34105         * string/test-strcasecmp-ifunc.c: Likewise.
34106         * string/test-strcasestr-ifunc.c: Likewise.
34107         * string/test-strcat-ifunc.c: Likewise.
34108         * string/test-strchr-ifunc.c: Likewise.
34109         * string/test-strchrnul-ifunc.c: Likewise.
34110         * string/test-strcmp-ifunc.c: Likewise.
34111         * string/test-strcpy-ifunc.c: Likewise.
34112         * string/test-strcspn-ifunc.c: Likewise.
34113         * string/test-strlen-ifunc.c: Likewise.
34114         * string/test-strncasecmp-ifunc.c: Likewise.
34115         * string/test-strncat-ifunc.c: Likewise.
34116         * string/test-strncmp-ifunc.c: Likewise.
34117         * string/test-strncpy-ifunc.c: Likewise.
34118         * string/test-strnlen-ifunc.c: Likewise.
34119         * string/test-strpbrk-ifunc.c: Likewise.
34120         * string/test-strrchr-ifunc.c: Likewise.
34121         * string/test-strspn-ifunc.c: Likewise.
34122         * string/test-strstr-ifunc.c: Likewise.
34123
34124         * debug/Makefile (tests-ifunc): New variable.
34125         (tests): Add $(tests-ifunc).
34126         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34127         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34128         * debug/test-stpcpy_chk-ifunc.c: New file.
34129         * debug/test-strcpy_chk-ifunc.c: Likewise.
34130
34131 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
34132
34133         [BZ #13601]
34134         * elf/dl-load.c (open_verify): Retry read if the entire ELF
34135         header is not read in.
34136
34137 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
34138
34139         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
34140         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
34141         directly.  Pass built executable to script as
34142         $(built-program-cmd).
34143         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
34144         $testprogram without using LD_LIBRARY_PATH and $ldso.
34145
34146         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34147         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34148         $(rtld-installed-name).
34149         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34150         (rtld_installed_name): Likewise.
34151         (library_path): Likewise.
34152         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
34153         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34154         $(run-program-prefix) to tst-tables.sh.
34155         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
34156         it to run tst-table-from and tst-table-to.
34157         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34158         Pass it to tst-table.sh.
34159         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34160         $(run-program-prefix) to tst-gettext.sh.
34161         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34162         tst-translit.sh.
34163         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34164         tst-gettext2.sh.
34165         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
34166         to run tst-gettext.
34167         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
34168         to run tst-gettext2.
34169         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
34170         to run tst-translit.
34171         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34172         $(run-program-prefix) to tst-mtrace.sh.
34173         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
34174         to run tst-mtrace.
34175         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34176         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34177         $(rtld-installed-name).
34178         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34179         (rtld_installed_name): Likewise.
34180         (run_program_prefix): New variable.  Use it to run wordexp-test.
34181
34182         * Makeconfig (ARCH): Remove all definitions.
34183         (machine): Likewise.
34184         [ARCH]: Remove conditional code.
34185         [!objdir]: Give error.
34186         [!objdir] (objpfx): Remove.
34187         [!objdir] (common-objpfx): Likewise.
34188         [!objdir] (common-objdir): Likewise.
34189         * configure.in (config_makefile): Remove.  Hardcode Makefile in
34190         AC_CONFIG_FILES call.
34191         * configure: Regenerated.
34192
34193         [BZ #13888]
34194         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34195         or TMPDIR.
34196         (testout): Likewise.
34197
34198         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34199         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34200         $(rtld-installed-name).
34201         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34202         (rtld_installed_name): Likwise.
34203         (runit): Remove function.
34204         (run_getconf): New variable,  Use it for running getconf binary.
34205
34206 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
34207
34208         [BZ #14716]
34209         * string/test-memmem.c (check_result): New function.
34210         (do_one_test): Use it.
34211         (check1): New function.
34212         (test_main): Use it.
34213
34214 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
34215
34216         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34217
34218 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
34219
34220         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34221         (_G_LSEEK64): Likewise.
34222         (_G_MMAP64): Likewise.
34223         (_G_FSTAT64): Likewise.
34224         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34225         (_G_LSEEK64): Likewise.
34226         (_G_MMAP64): Likewise.
34227         (_G_FSTAT64): Likewise.
34228         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34229         unconditional.  Call __mmap64 directly.
34230         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34231         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
34232         __lseek64 directly.
34233         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34234         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
34235         __mmap64 directly.
34236         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34237         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34238         __lseek64 directly.
34239         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34240         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34241         __lseek64 directly.
34242         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34243         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34244         __lseek64 directly.
34245         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34246         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34247         __fxstat64 directly.
34248         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34249         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34250         unconditional.
34251         (freopen64) [!_G_OPEN64]: Remove conditional code.
34252         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34253         unconditional.
34254         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34255         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34256         unconditional.
34257         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34258         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34259         unconditional.
34260         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34261         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34262         unconditional.
34263         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34264         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34265         unconditional.
34266         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34267         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34268         unconditional.
34269         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34270         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34271         unconditional.
34272         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34273
34274 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34275
34276         [BZ #12140]
34277         * manual/memory.texi (Malloc Tunable Parameters): Add note
34278         about free list pointers overwriting some perturb bytes.
34279         Wording suggested by Roland McGrath.
34280
34281 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34282
34283         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34284         (lgamma_test): Likewise.
34285         (tgamma_test): Likewise.
34286
34287 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34288
34289         [BZ #14700]
34290         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34291         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34292
34293 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34294
34295         * NEWS: Mention BZ #14716.
34296         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34297         when removing AVAILABLE1_USES_J macro.
34298
34299 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34300
34301         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34302         (__bswap_64): __uint64_t for unsigned 64-bit int.
34303
34304 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34305
34306         * include/string.h (memmem): Declare libc hidden alias.
34307         * string/memmem.c (memmem): Define libc hidden alias.
34308         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34309         __read, __close instead of open, read, close.
34310
34311 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34312
34313         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34314         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34315         global and hidden.
34316         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34317         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34318         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34319         Likewise.
34320         (__rawmemchr_sse2): Likewise.
34321         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34322         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34323         (__strchr_sse2): Likewise.
34324         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34325         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34326         (__strcasecmp_sse2): Likewise.
34327         (__strncasecmp_sse2): Likewise.
34328         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34329         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34330         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34331         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34332         (__strrchr_sse2): Likewise.
34333         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34334         ifunc-impl-list.c.
34335         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34336         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34337         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34338         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34339         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34340         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34341         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34342         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34343         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34344         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34345         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34346         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34347         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34348         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34349         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34350         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34351         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34352         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34353         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34354         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34355         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34356         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34357         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34358         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34359         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34360         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34361         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34362         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34363         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34364         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34365
34366         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34367         global and hidden.
34368         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34369         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34370         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34371         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34372         Likewise.
34373         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34374         Likewise.
34375         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34376         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34377         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34378         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34379         ifunc-impl-list.c.
34380         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34381         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34382         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34383         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34384         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34385         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34386         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34387         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34388         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34389         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34390         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34391         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34392         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34393         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34394         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34395         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34396         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34397         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34398         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34399         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34400         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34401         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34402         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34403         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34404         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34405         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34406         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34407         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34408         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34409         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34410         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34411         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34412         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34413         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34414         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34415         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34416         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34417         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34418         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34419         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34420         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34421
34422         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34423         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34424         * include/ifunc-impl-list.h: New file.
34425         * misc/ifunc-impl-list.c: Likewise.
34426         * misc/Makefile (routines): Add ifunc-impl-list.
34427         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34428         * string/test-string.h: Include <ifunc-impl-list.h>.
34429         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34430         TEST_NAME]: New variables.
34431         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34432         are defined.
34433         (test_init): Call __libc_ifunc_impl_list to initialize
34434         func_list if TEST_IFUNC and TEST_NAME are defined.
34435
34436         * string/Makefile (strop-tests): Add bcopy and bzero.
34437         * string/test-bcopy.c: New file.
34438         * string/test-bzero.c: Likewise.
34439         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34440         defined.
34441         * string/test-memset.c: Support bzero test if TEST_BZERO is
34442         defined.
34443         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34444         __libc_memmove.
34445         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34446         __libc_memset.
34447         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34448         of memset.
34449
34450 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34451
34452         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34453         * configure: Regenerated.
34454
34455         * Makeconfig (+link-static-before-libc): Don't include
34456         $(link-static-libc).
34457
34458         * libio/libio.h (_IO_pos_t): Remove.
34459
34460 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34461
34462         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34463         McGrath.
34464
34465 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34466
34467         * crypt/crypt-entry.c: Include fips-private.h.
34468         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34469         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34470         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34471         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34472
34473 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34474
34475         * crypt/crypt-private.h: Include stdbool.h.
34476         (_ufc_setup_salt_r): Return bool.
34477         * crypt/crypt-entry.c: Include errno.h.
34478         (__crypt_r): Return NULL with EINVAL for bad salt.
34479         * crypt/crypt_util.c (bad_for_salt): New.
34480         (_ufc_setup_salt_r): Check that salt is long enough and within
34481         the specified alphabet.
34482         * crypt/badsalttest.c: New file.
34483         * crypt/Makefile (tests): Add it.
34484         ($(objpfx)badsalttest): New.
34485
34486 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34487
34488         * NEWS: Add entry for BZ #14602.
34489
34490 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34491
34492         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34493         type-generic.
34494         * math/libm-test.inc: Update comment listing what functions and
34495         macros are tested.
34496         (isgreater_test): New function.
34497         (isgreaterequal_test): Likewise.
34498         (isless_test): Likewise.
34499         (islessequal_test): Likewise.
34500         (islessgreater_test): Likewise.
34501         (isunordered_test): Likewise.
34502         (main): Call the new functions.
34503
34504 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34505
34506         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34507         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34508         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34509         * sysdeps/i386/configure: Regenerated.
34510         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34511         * sysdeps/mach/configure: Regenerated.
34512         * sysdeps/mach/hurd/configure: Regenerated.
34513         * sysdeps/powerpc/configure: Regenerated.
34514         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34515         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34516         * sysdeps/s390/s390-32/configure: Regenerated.
34517         * sysdeps/s390/s390-64/configure: Regenerated.
34518         * sysdeps/sh/configure: Regenerated.
34519         * sysdeps/sparc/configure: Regenerated.
34520         * sysdeps/unix/sysv/linux/configure: Regenerated.
34521         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34522         * sysdeps/x86_64/configure: Regenerated.
34523
34524         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34525         defined.  Don't check if MAP is NULL.
34526
34527 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34528
34529         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34530         (_G_stat64): Likewise.
34531         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34532         (_G_stat64): Likewise.
34533         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34534         instead of struct _G_stat64.
34535         * libio/fileops.c (mmap_remap_check): Likewise.
34536         (decide_maybe_mmap): Likewise.
34537         (_IO_new_file_seekoff): Likewise.
34538         (_IO_file_stat): Likewise.
34539         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34540         _G_off64_t.
34541         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34542         instead of struct _G_stat64.
34543         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34544
34545 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34546
34547         [BZ #14602]
34548         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34549         Replace with ...
34550         (CHECK_EOL): New macro.
34551         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34552         CHECK_EOL.
34553         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34554         Replace with CHECK_EOL.
34555         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34556         Replace with CHECK_EOL.
34557
34558 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34559
34560         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34561         type-generic.
34562         * math/libm-test.inc: Update comment listing what functions and
34563         macros are tested.
34564         (finite_test): New function.
34565         (isinf_test): Likewise.
34566         (isnan_test): Likewise.
34567         (fpclassify_test): Test subnormal input.
34568         (isfinite_test): Likewise.
34569         (isnormal_test): Likewise.
34570         (main): Call the new functions.
34571
34572 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34573
34574         [BZ #14660]
34575         * Makerules (%.dynsym): Force C locale when running
34576         $(OBJDUMP) --dynamic-syms.
34577
34578 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34579
34580         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34581         <stdint.h>.
34582
34583 2012-10-06  David S. Miller  <davem@davemloft.net>
34584
34585         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34586         upper 32-bits of the length value in %o2 since we use branch-on-register
34587         tests which consider the entire 64-bit register.
34588
34589 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34590
34591         * string/test-strstr.c (check2): Add a test for page boundary.
34592
34593 2012-10-05  David S. Miller  <davem@davemloft.net>
34594
34595         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34596         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34597         file.
34598         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34599         sysdep_routines.
34600         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34601         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34602         and bzero when HWCAP_SPARC_CRYPTO is present.
34603
34604 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34605
34606         [BZ #14602]
34607         * string/test-strstr.c (check2): New function.
34608         (test_main): Call check2.
34609
34610         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34611         and bug-strchr1.
34612         * string/bug-strcasestr1.c (do_test): Moved to ...
34613         * string/test-strcasestr.c (check1): Here.  New function.
34614         (do_one_test): Break out result checking code into ...
34615         (check_result): This.  New function.
34616         (do_one_test): Call check_result.
34617         (test_main): Call check1.
34618         * string/bug-strchr1.c (do_test): Moved to ...
34619         * string/test-strchr.c (check1): Here.  New function.
34620         (do_one_test): Break out result checking code into ...
34621         (check_result): This.  New function.
34622         (do_one_test): Call check_result.
34623         (test_main): Call check1.
34624         * string/bug-strstr1.c (main): Moved to ...
34625         * string/test-strstr.c (check1): Here.  New function.
34626         (do_one_test): Break out result checking code into ...
34627         (check_result): This.  New function.
34628         (do_one_test): Call check_result.
34629         (test_main): Call check1.
34630         * string/bug-strcasestr1.c: Removed.
34631         * string/bug-strchr1.c: Likewise.
34632         * string/bug-strstr1.c: Likewise.
34633
34634         * elf/Makefile (dl-routines): Add hwcaps.
34635         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34636         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34637         (_dl_important_hwcaps): Moved to ...
34638         * elf/dl-hwcaps.c: Here.  New file.
34639         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34640
34641         [BZ #14557]
34642         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34643         if IS_IN_rtld isn't defined.
34644
34645         * elf/dl-support.c (_dl_sysinfo_map): New.
34646         Include "get-dynamic-info.h" and "setup-vdso.h".
34647         (_dl_non_dynamic_init): Call setup_vdso.
34648         * elf/dynamic-link.h: Don't include <assert.h>.
34649         (elf_get_dynamic_info): Moved to ...
34650         * elf/get-dynamic-info.h: Here.  New file.
34651         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34652         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34653         * elf/setup-vdso.h: Here.  New file.
34654         * elf/rtld.c: Include "setup-vdso.h".
34655         (dl_main): Call setup_vdso.
34656
34657 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34658
34659         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34660         creal in comment listing functions tested.  List finite, isinf,
34661         isnan, isless, islessequal, isgreater, isgreaterequal,
34662         islessgreater, isunordered, lgamma_r and pow10 as functions and
34663         macros not tested.  Mention which functions not tested are aliases
34664         for other functions.  Fix typo.  Note that signs of NaNs are not
34665         tested.
34666
34667         * scripts/config.guess: Update from config.git.
34668         * scripts/config.sub: Likewise.
34669
34670 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34671
34672         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34673         * misc/madvise.c (madvise): Renamed to __madvise.
34674         Make madvise a weak alias.
34675         * include/sys/mman.h: Declare __madvise.
34676         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34677         * sysdeps/unix/syscalls.list
34678         (madvise): Make __madvise the strong name, and madvise a weak alias.
34679         * sysdeps/unix/sysv/linux/syscalls.list
34680         (madvise, mmap): Remove redundant entries.
34681         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34682         * malloc/malloc.c (mtrim): Likewise.
34683         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34684
34685 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34686
34687         * sysdeps/mach/hurd/dl-cache.c: File removed.
34688         * config.h.in (USE_LDCONFIG): New #undef.
34689         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34690         * configure: Regenerated.
34691         * elf/Makefile (dl-routines): Add dl-cache only under
34692         [$(use-ldconfig) = yes].
34693         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34694         cache on [USE_LDCONFIG].
34695         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34696         [USE_LDCONFIG].
34697         * elf/rtld.c (dl_main): Likewise.
34698
34699 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34700
34701         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34702         _SC_LEVEL4_CACHE_LINESIZE.
34703
34704 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34705
34706         * sysdeps/unix/bsd/confstr.h: File removed.
34707
34708 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34709
34710         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34711         sys/sdt-config.h.
34712
34713 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34714
34715         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34716         Make 'mapoff' field ElfW(Off) rather than off_t.
34717
34718 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34719
34720         * nscd/Makefile: Remove nscd-cflags and all its users.
34721         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34722         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34723
34724         [BZ #10631]
34725         * malloc.c (malloc_printerr): Clarify error message.
34726
34727 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34728
34729         [BZ #14648]
34730         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34731         Set bit_FMA_Usable if FMA is supported.
34732         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34733         macro.
34734         (bit_FMA4_Usable): Updated.
34735         (index_FMA_Usable): New macro.
34736         (CPUID_FMA): Likewise
34737         (HAS_FMA): Defined with bit_FMA_Usable.
34738
34739 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34740
34741         * bits/types.h (__swblk_t): Type removed.
34742         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34743         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34744         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34745         (__SWBLK_T_TYPE): Likewise.
34746         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34747         (__SWBLK_T_TYPE): Likewise.
34748         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34749         (__SWBLK_T_TYPE): Likewise.
34750         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34751         (__SWBLK_T_TYPE): Likewise.
34752
34753 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34754             Honza Horak <hhorak@redhat.com>
34755
34756         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34757         (xdr_mapname): Use YPMAXMAP as maxsize.
34758         (xdr_peername): Use YPMAXPEER as maxsize.
34759         (xdr_keydat): Use YPAXRECORD as maxsize.
34760         (xdr_valdat): Use YPMAXRECORD as maxsize.
34761
34762 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34763
34764         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34765
34766         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34767         * csu/init-first.c: ... here.
34768         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34769         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34770         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34771         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34772         * sysdeps/i386/init-first.c: File removed.
34773         * sysdeps/sh/init-first.c: File removed.
34774
34775 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34776
34777         [BZ #14645]
34778         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34779         if x * y might underflow to zero and z is zero.
34780         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34781         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34782         * math/libm-test.inc (min_subnorm_value): New variable.
34783         (fma_test): Add more tests.
34784         (fma_test_towardzero): Likewise.
34785         (fma_test_downward): Likewise
34786         (fma_test_upward): Likewise.
34787         (initialize): Set min_subnorm_value.
34788
34789 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34790
34791         [BZ #14638]
34792         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34793         0 + 0.
34794         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34795         mode for addition resulting in exact zero.
34796         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34797         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34798         exact 0 + 0.
34799         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34800         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34801         * math/libm-test.inc (fma_test): Add more tests.
34802         (fma_test_towardzero): New function.
34803         (fma_test_downward): Likewise.
34804         (fma_test_upward): Likewise.
34805         (main): Call the new functions.
34806
34807 2012-09-28  David S. Miller  <davem@davemloft.net>
34808
34809         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34810
34811 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34812
34813         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34814         instead of SIGALRM.
34815
34816         * sysdeps/gnu/_G_config.h: Moved to ...
34817         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34818         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34819         * sysdeps/generic/_G_config.h: ... here.
34820
34821         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34822
34823         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34824
34825         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34826         Conditionalize target on [libnss_test1.so-version].
34827
34828         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34829
34830         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34831         (elfobjdir): Move out of conditionals.
34832
34833         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34834         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34835         (__nss_lookup_function): Conditionalize label remove_from_tree on
34836         [!DO_STATIC_NSS || SHARED], matching its only use.
34837
34838 2012-09-28  David S. Miller  <davem@davemloft.net>
34839
34840         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34841         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34842         file.
34843         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34844         sysdep_routines.
34845         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34846         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34847         when HWCAP_SPARC_CRYPTO is present.
34848
34849 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34850
34851         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34852
34853 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34854
34855         [BZ #6530]
34856         * stdio-common/vfprintf.c (process_string_arg): Revert
34857         2000-07-22 change.
34858
34859 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34860
34861         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34862         for testcase.
34863         * stdio-common/tst-sprintf.c: Include <locale.h>
34864         (main): Test sprintf's handling of incomplete multibyte
34865         characters.
34866
34867 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34868
34869         * elf/dl-runtime.c (VERSYMIDX): Removed.
34870         * elf/dl-version.c (VERSYMIDX): Likewise.
34871         * elf/do-rel.h (VERSYMIDX): Likewise.
34872         (VALIDX): Likewise.
34873         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34874         * elf/rtld.c (VALIDX): Likewise.
34875         (ADDRIDX): Likewise.
34876         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34877         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34878         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34879         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34880         (VALIDX): Likewise.
34881         (ADDRIDX): Likewise.
34882
34883 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34884
34885         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34886
34887 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34888
34889         [BZ #11438]
34890         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34891         to global scope.
34892         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34893         addresses are in the same scope as 192.0.2/24.
34894         * posix/gai.conf: Document new scope table defaults.
34895
34896 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34897
34898         [BZ #5298]
34899         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34900         for ftell.  Compute offsets from write pointers instead.
34901         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34902
34903 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34904
34905         [BZ #14543]
34906         * libio/Makefile (tests): New test case tst-fseek.
34907         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34908         combination works in wide mode.
34909         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34910         state when the external buffer state changes.
34911
34912 2012-09-27  David S. Miller  <davem@davemloft.net>
34913
34914         [BZ #14376]
34915         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34916         pass reloc->r_addend in as the 'high' argument to
34917         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34918
34919         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34920
34921 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34922
34923         * rt/tst-aio2.c: Include <pthread.h>.
34924         * rt/tst-aio3.c: Likewise.
34925
34926 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34927
34928         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34929
34930 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34931
34932         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34933         contents on [SHARED].
34934
34935 2012-09-26  Marek Polacek  <polacek@redhat.com>
34936
34937         [BZ #14530]
34938         [BZ #13741]
34939         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34940         for C++ and GCC <4.3 as well as for non GCC compilers.
34941
34942 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34943
34944         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34945
34946 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34947
34948         * Makefile.in (all, install): Declare with .PHONY.
34949         Reported by Michael Hope <michael.hope@linaro.org>.
34950
34951 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34952
34953         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34954         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34955         system header.
34956         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34957         Likewise.
34958         (sydep_routines): Add the new and the internal functions.
34959         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34960         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34962         (GLIBC_2.17): Add the new function.
34963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34964         (GLIBC_2.17): Likewise.
34965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34966         (GLIBC_2.17): Likewise.
34967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34968         (GLIBC_2.17): Likewise.
34969         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34970
34971 2012-09-25  Alan Modra  <amodra@gmail.com>
34972
34973         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34974         Add release barrier before setting once_control to say
34975         initialisation is done.  Add hints on lwarx.  Use macro in
34976         place of isync.
34977         (clear_once_control): Add release barrier.
34978
34979 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34980
34981         [BZ #13629]
34982         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34983         specially.
34984         * math/s_clog10.c (__clog10): Likewise.
34985         * math/s_clog10f.c (__clog10f): Likewise.
34986         * math/s_clog10l.c (__clog10l): Likewise.
34987         * math/s_clogf.c (__clogf): Likewise.
34988         * math/s_clogl.c (__clogl): Likewise.
34989         * math/Makefile (libm-calls): Add x2y2m1.
34990         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34991         (__x2y2m1): Likewise.
34992         (__x2y2m1l): Likewise.
34993         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34994         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34995         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34996         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34997         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34998         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34999         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
35000         * sysdeps/i386/fpu/libm-test-ulps: Update.
35001         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35002
35003         [BZ #14621]
35004         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
35005         int as type of variable DEPTH.
35006         (glob): Use size_t instead of int as type of variables NEWCOUNT
35007         and OLD_PATHC.
35008
35009 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35010
35011         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35012         Add s_sincosf-sse2.
35013         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
35014         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
35015         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
35016         macros for using routine as __sincosf_ia32.
35017         Use macro for function declaration and weak_alias.
35018         * sysdeps/i386/fpu/libm-test-ulps: Update.
35019
35020         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
35021         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35022
35023         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
35024         subnormal argument.
35025         * math/s_cexpf.c (__cexpf): Likewise.
35026         * math/s_csinf.c (__csinf): Likewise.
35027         * math/s_csinhf.c (__csinhf): Likewise.
35028         * math/s_ctanf.c (__ctanf): Likewise.
35029         * math/s_ctanhf.c (__ctanhf): Likewise.
35030         * math/s_ccosh.c (__ccoshf): Likewise.
35031         * math/s_cexp.c (__cexpl): Likewise.
35032         * math/s_csin.c (__csin): Likewise.
35033         * math/s_csinh.c (__csinh): Likewise.
35034         * math/s_ctan.c (__ctan): Likewise.
35035         * math/s_ctanh.c (ctanh): Likewise.
35036         * math/s_ccoshl.c (__ccoshl): Likewise.
35037         * math/s_cexpl.c (__cexpl): Likewise.
35038         * math/s_csinl.c (__csinl): Likewise.
35039         * math/s_csinhl.c (__csinhl): Likewise.
35040         * math/s_ctanl.c (__ctanl): Likewise.
35041         * math/s_ctanhl.c (__ctanhl): Likewise.
35042
35043 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
35044
35045         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
35046         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
35047         (_IO_off_t): Define to __off_t, not _G_off_t.
35048         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
35049         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
35050         (_IO_wint_t): Define to wint_t, not _G_wint_t.
35051         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
35052         type of __dummy and __dummy2 fields.
35053         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
35054         (_G_ssize_t): Likewise.
35055         (_G_off_t): Likewise.
35056         (_G_pid_t): Likewise.
35057         (_G_uid_t): Likewise.
35058         (_G_wchar_t): Likewise.
35059         (_G_wint_t): Likewise.
35060         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
35061         (_G_ssize_t): Likewise.
35062         (_G_off_t): Likewise.
35063         (_G_pid_t): Likewise.
35064         (_G_uid_t): Likewise.
35065         (_G_wchar_t): Likewise.
35066         (_G_wint_t): Likewise.
35067         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
35068         (_G_ssize_t): Likewise.
35069         (_G_off_t): Likewise.
35070         (_G_pid_t): Likewise.
35071         (_G_uid_t): Likewise.
35072         (_G_wchar_t): Likewise.
35073         (_G_wint_t): Likewise.
35074
35075 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35076
35077         * malloc/arena.c: Include malloc-sysdep.h.
35078         (shrink_heap): Use check_may_shrink_heap to decide if madvise
35079         is sufficient to shrink the heap or an unmap is needed.
35080         * sysdeps/generic/malloc-sysdep.h: New file.  Define
35081         new function check_may_shrink_heap.
35082         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
35083         new function check_may_shrink_heap.
35084
35085 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35086
35087         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
35088         comments.
35089
35090 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
35091
35092         * catgets/test-gencat.sh: Add "set -e".
35093         * elf/tst-pathopt.sh: Likewise.
35094         * grp/tst_fgetgrent.sh: Likewise.
35095         * iconvdata/run-iconv-test.sh: Likewise.
35096         * intl/tst-gettext.sh: Likewise.
35097         * intl/tst-gettext2.sh: Likewise.
35098         * intl/tst-gettext4.sh: Likewise.
35099         * intl/tst-gettext6.sh: Likewise.
35100         * intl/tst-translit.sh: Likewise.
35101         * io/ftwtest-sh: Likewise.
35102         * libio/test-freopen.sh: Likewise.
35103         * malloc/tst-mtrace.sh: Likewise.
35104         * posix/globtest.sh: Likewise.
35105         * posix/tst-getconf.sh: Likewise.
35106         * posix/wordexp-tst.sh: Likewise.
35107         * stdio-common/tst-printf.sh: Likewise.
35108         * stdio-common/tst-unbputc.sh: Likewise.
35109         * stdlib/tst-fmtmsg.sh: Likewise.
35110         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35111         * catgets/Makefile: Do not specify -e option when running
35112         testsuite shell scripts.
35113         * elf/Makefile: Likewise.
35114         * grp/Makefile: Likewise.
35115         * iconvdata/Makefile: Likewise.
35116         * intl/Makefile: Likewise.
35117         * io/Makefile: Likewise.
35118         * libio/Makefile: Likewise.
35119         * malloc/Makefile: Likewise.
35120         * posix/Makefile: Likewise.
35121         * stdio-common/Makefile: Likewise.
35122         * stdlib/Makefile: Likewise.
35123         * sysdeps/x86_64/Makefile: Likewise.
35124
35125         * io/ftwtest-sh: Add copyright header.
35126         * posix/globtest.sh: Likewise.
35127         * posix/tst-getconf.sh: Likewise.
35128         * posix/wordexp-tst.sh: Likewise.
35129         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35130
35131 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
35132
35133         [BZ #13679]
35134         * Makeconfig (+link): Defined as $(+link-static) if
35135         $(build-shared) isn't yes.
35136         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35137         isn't yes.
35138         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35139
35140         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35141
35142         [BZ #14562]
35143         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35144         new chunk size with MALLOC_ALIGN_MASK.
35145
35146 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
35147
35148         [BZ #5044]
35149         * stdio-common/printf_fphex.c: Include <stdbool.h> and
35150         <rounding-mode.h>.
35151         (__printf_fphex): Determine rounding using get_rounding_mode and
35152         round_away.
35153         * stdio-common/tst-printf-round.c (struct hex_test): New
35154         structure.
35155         (hex_tests): New variable.
35156         (test_hex_in_one_mode): New function.
35157         (do_test): Also run tests for hex float output.
35158
35159 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
35160
35161         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35162         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35163         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35164         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35165         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35166         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35167         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35168         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35169
35170 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
35171
35172         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35173         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35174         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35175         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35176
35177 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
35178
35179         [BZ #14579]
35180         * elf/rtld.c (dl_main): Limit the check for self loading to normal
35181         mode only.
35182         * elf/tst-rtld-load-self.sh: New test.
35183         * elf/Makefile: Run it.
35184
35185 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
35186
35187         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35188         (tst-writev-ENV): Remove.
35189         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35190
35191 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
35192
35193         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35194
35195 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
35196
35197         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35198         unconditional.
35199         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35200         Likewise.
35201         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35202         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35203         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35204         Likewise.
35205
35206 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
35207
35208         [BZ #14587]
35209         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35210         * config.make.in (have-cpp-asm-debuginfo): Removed.
35211         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35212         * configure: Regenerated.
35213
35214 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
35215
35216         [BZ #5044]
35217         * stdio-common/printf_fp.c: Include <stdbool.h> and
35218         <rounding-mode.h>.
35219         (___printf_fp): Determine rounding using get_rounding_mode and
35220         round_away.
35221         * stdio-common/tst-printf-round.c: New file.
35222         * stdio-common/Makefile (tests): Add tst-printf-round.
35223         (link-libm): New variable.
35224         ($(objpfx)tst-printf-round): Depend in $(link-libm).
35225
35226 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
35227
35228         [BZ #14576]
35229         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35230         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35231         Likewise.
35232         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35233         Likewise.
35234
35235 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
35236
35237         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35238         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35239         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35240         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35241
35242 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35243
35244         [BZ #14518]
35245         * include/rounding-mode.h: New file.
35246         * sysdeps/generic/get-rounding-mode.h: Likewise.
35247         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35248         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35249         (MAX_VALUE): New macro.
35250         (MIN_VALUE): Likewise.
35251         (overflow_value): New function.
35252         (underflow_value): Likewise.
35253         (round_and_return): Use overflow_value and underflow_value to
35254         determine return values in overflow and underflow cases.  Use
35255         round_away to determine rounding depending on rounding mode.
35256         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35257         determine return values in overflow and underflow cases.
35258         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35259         (struct test_results): New structure.
35260         (struct test): Use struct test_results to store expected results
35261         for all rounding modes.
35262         (TEST): Include expected results for all rounding modes.
35263         (test_in_one_mode): New function.
35264         (do_test): Use test_in_one_mode to compute and check results.
35265         Check results for all rounding modes.
35266         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35267         $(link-libm).
35268
35269 2012-12-09  Allan McRae  <allan@archlinux.org>
35270
35271         * sysdeps/i386/fpu/libm-test-ulps: Update
35272
35273 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35274
35275         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35276         (_G_int32_t): Likewise.
35277         (_G_uint16_t): Likewise.
35278         (_G_uint32_t): Likewise.
35279         (_G_HAVE_BOOL): Likewise.
35280         (_G_HAVE_ATEXIT): Likewise.
35281         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35282         (_G_HAVE_IO_FILE_OPEN): Likewise.
35283         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35284         (_G_int32_t): Likewise.
35285         (_G_uint16_t): Likewise.
35286         (_G_uint32_t): Likewise.
35287         (_G_HAVE_BOOL): Likewise.
35288         (_G_HAVE_ATEXIT): Likewise.
35289         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35290         (_G_HAVE_IO_FILE_OPEN): Likewise.
35291         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35292         (_G_int32_t): Likewise.
35293         (_G_uint16_t): Likewise.
35294         (_G_uint32_t): Likewise.
35295         (_G_HAVE_BOOL): Likewise.
35296         (_G_HAVE_ATEXIT): Likewise.
35297         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35298         (_G_HAVE_IO_FILE_OPEN): Likewise.
35299
35300 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35301
35302         * csu/libc-tls.c: Update copyright years.
35303
35304 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35305
35306         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35307         [!_G_USING_THUNKS]: Remove conditional code.
35308         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35309         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35310
35311         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35312         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35313         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35314         (_G_VTABLE_LABEL_PREFIX): Likewise.
35315         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35316         * sysdeps/gnu/_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         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35321         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35322         (_G_VTABLE_LABEL_PREFIX): Likewise.
35323         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35324
35325 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35326
35327         * libio/Makefile: Include ../Makeconfig before tests.
35328         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35329         only if $(build-shared) is yes.
35330
35331         * iconv/gconv_db.c: Update copyright years.
35332
35333 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35334
35335         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35336         unwind info if defined PIC. Fix special cases description.
35337         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35338
35339         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35340         DP_HI_MASK entry.
35341         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35342
35343 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35344
35345         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35346
35347         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35348         is NULL.
35349
35350         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35351         (LDLIBS-tst-chk4): This.
35352         (LDFLAGS-tst-chk5): Renamed to ...
35353         (LDLIBS-tst-chk5): This.
35354         (LDFLAGS-tst-chk6): Renamed to ...
35355         (LDLIBS-tst-chk6): This.
35356         (LDFLAGS-tst-lfschk4): Renamed to ...
35357         (LDLIBS-tst-lfschk4): This.
35358         (LDFLAGS-tst-lfschk5): Renamed to ...
35359         (LDLIBS-tst-lfschk5): This.
35360         (LDFLAGS-tst-lfschk6): Renamed to ...
35361         (LDLIBS-tst-lfschk6): This.
35362
35363         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35364         on $(common-objpfx)soversions.mk.
35365
35366 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35367
35368         [BZ #10014]
35369         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35370         example host name.
35371
35372 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35373
35374         * malloc/arena.c (arena_get_retry): New function that gets
35375         another arena for the caller to try its request on.
35376         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35377         current arena cannot fulfill the request.
35378         (__libc_memalign): Likewise.
35379         (__libc_memalign): Likewise.
35380         (__libc_pvalloc): Likewise.
35381         (__libc_calloc): Likewise.
35382
35383 2012-09-05  John Tobey  <john.tobey@gmail.com>
35384
35385         [BZ #13542]
35386         * manual/arith.texi (Operations on Complex): Fix description
35387         of carg branch cut.
35388
35389 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35390
35391         [BZ #10014]
35392         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35393         host name.
35394
35395         [BZ #10038]
35396         * manual/memory.texi (Memory): Make order of menu items match
35397         order of sections.
35398
35399 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35400
35401         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35402         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35403         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35404
35405 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35406
35407         * csu/libc-tls.c (static_dtv): Renamed to ...
35408         (_dl_static_dtv): This.  Make it global.
35409         (_dl_initial_dtv): Removed.
35410         (__libc_setup_tls): Updated.
35411         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35412         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35413         DL_INITIAL_DTV.
35414
35415 2012-09-06  Petr Machata  <pmachata@redhat.com>
35416
35417         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35418         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35419         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35420         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35421
35422 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35423
35424         [BZ #14545]
35425         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35426         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35427         freeing dtv[-1].
35428
35429 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35430
35431         [BZ #14544]
35432         * Makeconfig (link-static-before-libc): Replace $(+prector)
35433         with $(+prectorT).
35434         (link-static-after-libc): Replace $(+postctor) with
35435         $(+postctorT).
35436         (link-bounded): Replace $(+prector)/$(+postctor) with
35437         $(+prectorT)/$(+postctorT).
35438         (+prectorT): New macro.
35439         (+postctorT): Likewise.
35440
35441 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35442
35443         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35444         (round_str): Handle values above the maximum for IBM long double
35445         as inexact.
35446         * stdlib/tst-strtod-round.c (tests): Regenerated.
35447
35448 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35449
35450         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35451         assembler flag.
35452         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35453         zarch_nohighgprs around the zarch optimized routines.
35454         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35455         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35456         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35457         for zarch.
35458
35459 2012-09-05  David S. Miller  <davem@davemloft.net>
35460
35461         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35462
35463         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35464         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35465         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35466         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35467         entries.
35468
35469 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35470
35471         * malloc/arena.c: Fold copyright years.
35472         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35473
35474 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35475
35476         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35477
35478 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35479
35480         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35481
35482 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35483
35484         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35485         change internal state upon failure.
35486
35487 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35488
35489         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35490         * malloc/memusage.c (mmap): Likewise.
35491         (mmap64, mremap): Likewise.  Adjust name in comment.
35492
35493 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35494
35495         * libio/fileops.c: Fix typos in comments.
35496         * libio/oldfileops.c: Likewise.
35497         * libio/wfileops.c: Likewise.
35498
35499 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35500
35501         [BZ #1349]
35502         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35503         (tst-malloc-usable-ENV): Set environment for test case.
35504         * malloc/hooks.c (malloc_check_get_size): New function to get
35505         requested size.
35506         * malloc/malloc.c (musable): Use malloc_check_get_size.
35507         * malloc/tst-malloc-usable.c: New test case.
35508
35509 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35510
35511         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35512
35513 2012-09-05  Allan McRae  <allan@archlinux.org>
35514
35515         [BZ #13966]
35516         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35517         determine header location.
35518         * configure: Regenerated.
35519
35520 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35521
35522         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35523         float format.
35524         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35525         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35526         format.
35527         (test): Regenerate.
35528
35529 2012-09-04  David S. Miller  <davem@davemloft.net>
35530
35531         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35532         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35533         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35534
35535 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35536
35537         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35538         failures.
35539
35540         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35541
35542 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35543
35544         [BZ #9914]
35545         * libio/iogetdelim.c: Include <limits.h>.
35546         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35547         + len + 1 would overflow.
35548
35549 2012-09-03  Andreas Jaeger  <aj@suse.de>
35550
35551         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35552         * sysdeps/i386/fpu/libm-test-ulps: Update.
35553
35554 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35555
35556         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35557         Add s_sinf-sse2, s_conf-sse2.
35558
35559         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35560         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35561         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35562         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35563
35564         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35565         for using routine as __sinf_ia32.
35566         Use macro for function declaration and weak_alias.
35567         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35568         for using routine as __cosf_ia32.
35569         Use macro for function declaration and weak_alias.
35570
35571         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35572         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35573
35574         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35575         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35576         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35577
35578         * math/libm-test.inc (cos_test): Add more test cases.
35579         (sin_test): Likewise.
35580         (sincos_test): Likewise.
35581
35582 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35583
35584         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35585         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35586         hidden.
35587         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35588
35589 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35590
35591         [BZ #14538]
35592         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35593         first element of the GOT.
35594         (elf_machine_load_address): Return the difference between
35595         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35596
35597 2012-09-01  Allan McRae  <allan@archlinux.org>
35598
35599         [BZ #13412]
35600         * configure.in (AWK): Require gawk version 3.0 or later.
35601         * configure: Regenerated.
35602
35603 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35604
35605         * sysdeps/unix/sysv/linux/kernel-features.h
35606         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35607         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35608         [__NR_clock_getres]: Make code unconditional.
35609         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35610         (clock_getcpuclockid): Remove code left unreachable by removal of
35611         conditionals.
35612         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35613         code unconditional.
35614         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35615         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35616         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35617         Make code unconditional.
35618         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35619         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35620         * sysdeps/unix/sysv/linux/clock_settime.c
35621         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35622         conditional code.
35623         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35624         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35625
35626 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35627
35628         [BZ #14476]
35629         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35630         scripts/test-installation.pl.
35631
35632         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35633         and $ld_so_version if it is set.
35634
35635 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35636
35637         [BZ #14516]
35638         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35639         failure if reading from procfs failed.
35640         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35641
35642 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35643
35644         * sysdeps/unix/sysv/linux/kernel-features.h
35645         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35646         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35647         Remove conditional code.
35648         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35649         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35650         Remove conditional code.
35651         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35652         * sysdeps/unix/sysv/linux/i386/fxstat.c
35653         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35654         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35655         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35656         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35657         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35658         * sysdeps/unix/sysv/linux/i386/lxstat.c
35659         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35660         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35661         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35662         Remove conditional code.
35663         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35664         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35665         Remove conditional code.
35666         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35667         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35668         <kernel-features.h>.
35669         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35670         Remove.
35671         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35672         Remove conditional code.
35673         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35674         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35675         Remove conditional.
35676
35677 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35678
35679         [BZ #5400]
35680         * NEWS: Add fixed bug number.
35681
35682 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35683
35684         [BZ #14519]
35685         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35686         underflowing exponent in case of negative sign.
35687         * stdlib/tst-strtod-round-data: Add more tests.
35688         * stdlib/tst-strtod-round.c (tests): Regenerated.
35689
35690         [BZ #3479]
35691         * stdlib/strtod_l.c (NDIG): Remove.
35692         (HEXNDIG): Likewise.
35693         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35694         smallest representable value.
35695         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35696         lie within an exact representation of 1/2 ulp of the result.
35697         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35698         unconditionally.
35699         (TENS_P9_IDX): Define unconditionally.
35700         (TENS_P9_SIZE): Likewise.
35701         (TENS_P10_IDX): Likewise.
35702         (TENS_P10_SIZE): Likewise.
35703         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35704         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35705         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35706         entries for 10^2^13 and 10^2^14.
35707         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35708         (TENS_P13_IDX): Define.
35709         (TENS_P13_SIZE): Likewise.
35710         (TENS_P14_IDX): Likewise.
35711         (TENS_P14_SIZE): Likewise.
35712         (_fpioconst_pow10): Change array size to
35713         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35714         unconditional.
35715         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35716         1024]: Add entries for 10^2^13 and 10^2^14.
35717         [LAST_POW10 > _LAST_POW10]: Remove #error.
35718         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35719         (_fpioconst_pow10): Change array size to
35720         FPIOCONST_POW10_ARRAY_SIZE.
35721         * stdlib/gen-fpioconst.c: New file.
35722         * stdlib/gen-tst-strtod-round.c: Likewise.
35723         * stdlib/tst-strtod-round-data: Likewise.
35724         * stdlib/tst-strtod-round.c: Likewise.
35725         * stdlib/Makefile (tests): Add tst-strtod-round.
35726
35727         [BZ #14459]
35728         * stdlib/strtod_l.c: Include <stdint.h>.
35729         (NDEBUG): Do not define.
35730         (round_and_return): Change EXPONENT parameter to type intmax_t.
35731         Rearrange calculations to avoid internal overflow possibilities.
35732         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35733         Rearrange calculations to avoid internal overflow possibilities.
35734         Assert that number fits inside MPNSIZE limbs.
35735         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35736         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35737         calculations and add assertions to avoid internal overflow
35738         possibilities.  Add casts to avoid signed/unsigned operations.
35739         * stdlib/tst-strtod-overflow.c: New file.
35740         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35741
35742 2012-08-25  Marek Polacek  <polacek@redhat.com>
35743
35744         * time/time.h: Fix some typos in comments.
35745
35746 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35747
35748         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35749         * posix/tst-rfc3484-2.c: Likewise.
35750         * posix/tst-rfc3484-3.c: Likewise.
35751
35752 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35753
35754         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35755         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35756
35757 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35758
35759         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35760         #include of fxstatat64.c.
35761
35762 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35763
35764         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35765         * shadow/getspent_r.c: Likewise.
35766         * shadow/getspnam.c: Likewise.
35767         * shadow/getspnam_r.c: Likewise.
35768         * gshadow/getsgent.c: Likewise.
35769         * gshadow/getsgent_r.c: Likewise.
35770         * gshadow/getsgnam.c: Likewise.
35771         * gshadow/getsgnam_r.c: Likewise.
35772         * inet/getnetbyad.c: Likewise.
35773         * inet/getnetbyad_r.c: Likewise.
35774         * inet/getnetbynm.c: Likewise.
35775         * inet/getnetbynm_r.c: Likewise.
35776         * inet/getnetent.c: Likewise.
35777         * inet/getnetent_r.c: Likewise.
35778         * inet/getproto.c: Likewise.
35779         * inet/getproto_r.c: Likewise.
35780         * inet/getprtent.c: Likewise.
35781         * inet/getprtent_r.c: Likewise.
35782         * inet/getprtname.c: Likewise.
35783         * inet/getprtname_r.c: Likewise.
35784         * inet/getrpcbyname.c: Likewise.
35785         * inet/getrpcbyname_r.c: Likewise.
35786         * inet/getrpcbynumber.c: Likewise.
35787         * inet/getrpcbynumber_r.c: Likewise.
35788         * inet/getrpcent.c: Likewise.
35789         * inet/getrpcent_r.c: Likewise.
35790         * inet/getaliasent.c: Likewise.
35791         * inet/getaliasent_r.c: Likewise.
35792         * inet/getaliasname.c: Likewise.
35793         * inet/getaliasname_r.c: Likewise.
35794         * nscd/getgrgid_r.c: Likewise.
35795         * nscd/getgrnam_r.c: Likewise.
35796         * nscd/gethstbyad_r.c: Likewise.
35797         * nscd/gethstbynm3_r.c: Likewise.
35798         * nscd/getpwnam_r.c: Likewise.
35799         * nscd/getpwuid_r.c: Likewise.
35800         * nscd/getsrvbynm_r.c: Likewise.
35801         * nscd/getsrvbypt_r.c: Likewise.
35802         * nscd/gai.c: Likewise.
35803
35804         * configure.in (build_nscd): New substituted variable, set
35805         by --disable-build-nscd and defaults to $use_nscd.
35806         * configure: Regenerated.
35807         * config.make.in (build-nscd): New substituted variable.
35808         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35809         Change conditional to require [$(build-nscd) = yes] as well.
35810         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35811
35812         [BZ# 13696]
35813         * configure.in (use_nscd): New substituted variable, set by
35814         --disable-nscd.  If enabled, define USE_NSCD.
35815         * configure: Regenerated.
35816         * config.h.in: Add USE_NSCD.
35817         * config.make.in (use-nscd): New substituted variable.
35818         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35819         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35820         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35821         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35822         (CFLAGS-getgrnam_r.c): Likewise.
35823         (CFLAGS-initgroups.c): Likewise.
35824         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35825         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35826         Variables removed.
35827         * inet/getnetgrent_r.c
35828         (nscd_setnetgrent): New function, broken out of ...
35829         (setnetgrent): ... here.  Call it.
35830         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35831         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35832         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35833         * nscd/Makefile (routines, aux): Move definitions after include of
35834         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35835         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35836         Conditionalize on [USE_NSCD].
35837         (is_nscd, nscd_init_cb): Likewise.
35838         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35839         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35840         * nss/nss_db/db-init.c: Likewise.
35841         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35842         [USE_NSCD].
35843         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35844         (make_request): Use it.
35845         (cache_valid_p): New function.
35846         (__check_pf): Use it.
35847         * NEWS: Add item for --disable-nscd.
35848
35849 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35850
35851         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35852         to support sed >= 4.2.1-20-ga9bf076.
35853         * configure: Regenerated.
35854
35855 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35856
35857         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35858         Conditionalize whole body on [IREL].
35859
35860 2012-08-22  Jeff Law <law@redhat.com>
35861
35862         [BZ #14505]
35863         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35864         if the family is PF_UNSPEC.
35865
35866 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35867
35868         * Makerules (lib-version): Rename from V.
35869         (install-lib-nosubdir): Change V to lib-version.
35870
35871 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35872
35873         [BZ #14252]
35874         * powerpc32/power6/wcschr.c: New file.
35875         * powerpc32/power6/wcscpy.c: New file.
35876         * powerpc32/power6/wcsrchr.c: New file.
35877         * powerpc64/power6/wcschr.c: New file.
35878         * powerpc64/power6/wcscpy.c: New file.
35879         * powerpc64/power6/wcsrchr.c: New file.
35880
35881 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35882
35883         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35884         (two_way_short_needle): Use it.
35885         * string/strstr.c (AVAILABLE1_USES_J): Define.
35886         * string/strcasestr.c: Likewise.
35887
35888         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35889         array references.
35890         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35891
35892         [BZ #11607]
35893         * NEWS: Add an entry.
35894         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35895         define their defaults.
35896         (two_way_short_needle): Detect end-of-string on-the-fly.
35897         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35898         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35899         * string/bug-strcasestr1.c: New test.
35900         * string/Makefile: Run it.
35901
35902 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35903
35904         [BZ #11607]
35905         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35906         the first character.
35907
35908 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35909
35910         * csu/elf-init.c (__libc_csu_irel): Function removed.
35911         * csu/libc-start.c (apply_irel): New function.
35912         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35913
35914 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35915
35916         * sysdeps/unix/sysv/linux/kernel-features.h
35917         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35918         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35919         <kernel-features.h>.
35920         [__NR_fadvise64_64]: Make code unconditional.
35921         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35922         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35923         !__NR_fadvise64_64)]: Likewise.
35924         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35925         !__NR_fadvise64_64))]: Likewise.
35926         [__NR_fadvise64]: Make code unconditional.
35927         [!__NR_fadvise64]: Remove conditional code.
35928         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35929         <kernel-features.h>.
35930         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35931         unconditional.
35932         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35933         conditional code.
35934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35935         not include <kernel-features.h>.
35936         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35937         unconditional.
35938         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35939         conditional code.
35940         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35941         include <kernel-features.h>.
35942         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35943         unconditional.
35944         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35945         conditional code.
35946
35947 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35948
35949         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35950         slight instruction rearrangements per scrollpipe analysis.
35951         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35952
35953 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35954
35955         * manual/syslog.texi (syslog; vsyslog, closelog):
35956         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35957         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35958
35959         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35960         DSOCAPS to match condition on defining it.
35961
35962 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35963
35964         * sysdeps/unix/sysv/linux/kernel-features.h
35965         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35967         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35968         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35970         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35971         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35973         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35974         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35975
35976         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35977         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35978
35979         * sysdeps/unix/sysv/linux/kernel-features.h
35980         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35981         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35982         unconditional.
35983         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35984         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35985         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35986         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35987         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35988         Make code unconditional.
35989         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35990         (__mmap64) [!__NR_mmap2]: Likewise.
35991         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35992         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35993         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35994         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35995         [__NR_mmap2]: Make code unconditional.
35996         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35997         (__mmap64) [!__NR_mmap2]: Likewise.
35998
35999 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36000
36001         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
36002
36003 2012-08-18  Andreas Jaeger  <aj@suse.de>
36004
36005         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
36006
36007 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
36008
36009         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
36010         * include/unistd.h (__have_sock_cloexec): Likewise.
36011         (__have_pipe2): Likewise.
36012         (__have_dup3): Likewise.
36013
36014 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
36015
36016         [BZ #9685]
36017         * include/unistd.h (__have_pipe2): Change define into an extern int.
36018         (__have_dup3): Likewise.
36019         * socket/have_sock_cloexec.c: Include fcntl.h.
36020         (__have_pipe2): New variable.
36021         (__have_dup3): Likewise.
36022
36023 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
36024
36025         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
36026
36027 2012-08-17  Marek Polacek  <polacek@redhat.com>
36028
36029         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
36030         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
36031
36032 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36033
36034         * configure.in: Add AC_SUBST for sysheaders.
36035         * configure: Regenerated.
36036         * config.make.in (sysheaders): New substituted variable.
36037
36038         * sysdeps/unix/mkfifo.c: Moved ...
36039         * sysdeps/posix/mkfifo.c: ... here.
36040         * sysdeps/unix/mkfifoat.c: Moved ...
36041         * sysdeps/posix/mkfifoat.c: ... here.
36042
36043         * sysdeps/unix/utime.c: Moved ...
36044         * sysdeps/posix/utime.c: ... here.
36045
36046         * sysdeps/unix/time.c: Moved ...
36047         * sysdeps/posix/time.c: ... here.
36048         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
36049         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
36050
36051         * sysdeps/unix/nice.c: Moved ...
36052         * sysdeps/posix/nice.c: ... here.
36053
36054         * sysdeps/unix/alarm.c: Moved ...
36055         * sysdeps/posix/alarm.c: ... here.
36056
36057         * intl/Makefile ($(codeset_mo)): Depend on the input file.
36058
36059 2012-08-17  Jeff Law <law@redhat.com>
36060
36061         * intl/Makefile (codeset_mo): New variable.
36062         ($(codeset_mo)): New target.
36063         (tst-codeset.out): Depend on that.  Remove explicit rule.
36064         (tst-gettext3.out, tst-gettext5.out): Likewise.
36065         (LOCPATH-ENV, tst-codeset-ENV): New variables.
36066         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
36067         * intl/tst-codeset.sh: Remove.
36068         * intl/tst-gettext3.sh: Likewise.
36069         * intl/tst-gettext5.sh: Likewise.
36070
36071 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36072
36073         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
36074         * sysdeps/unix/syscalls.list: ... here.
36075
36076         * sysdeps/posix/getaddrinfo.c
36077         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
36078         (gaiconf_init, gaiconf_reload): Use them.
36079         [!_STATBUF_ST_NSEC]
36080         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
36081         Define using time_t rather than struct timespec.
36082
36083         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
36084         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
36085         Macros removed.
36086         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
36087         [!NO_THREADS].
36088         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
36089         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
36090         Likewise.
36091
36092         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
36093         __libc_cleanup_push argument.
36094
36095         * bits/param.h: New file.
36096         * misc/sys/param.h: New file.
36097         * include/sys/param.h: New file.
36098         * misc/Makefile (headers): Add bits/param.h.
36099         * sysdeps/generic/sys/param.h: File removed.
36100         * sysdeps/unix/sysv/linux/bits/param.h: New file.
36101         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
36102         * sysdeps/mach/hurd/bits/param.h: New file.
36103         * sysdeps/mach/hurd/sys/param.h: File removed.
36104
36105         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
36106         last change.
36107
36108         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
36109         [_IO_MTSAFE_IO].
36110         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
36111         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
36112         New macros.
36113
36114         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
36115         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
36116         rather than -D_IO_MTSAFE_IO conditionally.
36117         * stdio-common/Makefile (CPPFLAGS): Likewise.
36118         * wcsmbs/Makefile (CPPFLAGS): Likewise.
36119         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
36120         Use $(libio-mtsafe).
36121         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
36122         of -D_IO_MTSAFE_IO.
36123         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
36124         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
36125         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36126         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36127         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36128         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36129         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36130         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36131         (CFLAGS-fread_u_chk.c): Likewise.
36132         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36133         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36134         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36135         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36136         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36137         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36138         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36139         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36140         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36141
36142         * libio/Makefile: Test [$(libc-reentrant) = yes]
36143         instead of [$(filter %REENTRANT, $(defines)) nonempty].
36144
36145         * Makeconfig
36146         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36147         * sysdeps/pthread/configure: File removed.
36148         * sysdeps/pthread/Makeconfig: New file.
36149         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36150         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36151
36152 2012-08-16  Gary Benson  <gbenson@redhat.com>
36153
36154         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36155         unmapping the first object in a namespace.
36156
36157 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36158
36159         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36160         (__internal_setnetgrent): ... this.  Add internal_function to
36161         definition.  Add libc_hidden_def.
36162         (setnetgrent): Update caller.
36163         (internal_endnetgrent): Renamed to ...
36164         (__internal_endnetgrent): ... this.  Add internal_function to
36165         definition.  Add libc_hidden_def.
36166         (endnetgrent): Update caller.
36167         (internal_getnetgrent_r): Renamed to ...
36168         (__internal_getnetgrent_r): ... this.  Add internal_function to
36169         definition.  Add libc_hidden_def.
36170         (__getnetgrent_r): Update caller.
36171         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
36172
36173 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36174
36175         * stdlib/longlong.h: Update from GCC.
36176
36177 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36178
36179         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36180         on _QL, which is set by umul_ppmm but never used.
36181         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36182         variables, which are set by GMP macros but never used.
36183         * stdio-common/_itowa.c (_itowa): Likewise.
36184         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36185         * stdlib/mod_1.c (mpn_mod_1): Likewise.
36186
36187 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
36188
36189         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36190         struct La_sh_regs is not constant.
36191         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36192         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36193         and struct La_sparc64_regs are not constant.
36194
36195 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36196
36197         * sysdeps/unix/sysv/linux/kernel-features.h
36198         (__ASSUME_POSIX_TIMERS): Remove.
36199         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36200         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36201         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36202         Make code unconditional.
36203         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36204         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36205         Make code unconditional.
36206         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36207         * sysdeps/unix/sysv/linux/clock_nanosleep.c
36208         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36209         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36210         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36211         Make code unconditional.
36212         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36213         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36214         (__libc_missing_posix_timers): Remove.
36215
36216 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36217
36218         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36219         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36220
36221         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36222
36223         * elf/dl-sym.c: Include <stdlib.h>.
36224
36225         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36226         constants, which avoids warnings in 32-bit builds.
36227
36228         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36229         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36230
36231         * misc/lseek.c: File moved to ...
36232         * io/lseek.c: ... here.
36233
36234         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36235
36236         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36237         shifting LEN more than 31 bits at once.
36238
36239 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36240
36241         [BZ #14195]
36242         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36243         segmentation fault for a case of two empty input strings.
36244         * string/test-strncasecmp.c (check1): Renamed to...
36245         (bz12205): ...this.
36246         (bz14195): Add new testcase for two empty input strings and N > 0.
36247         (test_main): Call new testcase, adapt for renamed function.
36248
36249 2012-08-15  Andreas Jaeger  <aj@suse.de>
36250
36251         [BZ #14090]
36252         * crypt/md5test2.c: New test, based on test supplied by Serge
36253         Belyshev <belyshev@depni.sinp.msu.ru>.
36254         * crypt/Makefile (xtests): Add md5test-giant..
36255         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36256
36257 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36258
36259         [BZ #14090]
36260         * crypt/md5.c (md5_process_block): Don't assume the buffer
36261         length is less than 2**32.
36262         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36263         length is less than 2**64.
36264
36265 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36266
36267         * string/str-two-way.h: Include <sys/param.h>.
36268         (MAX): Macro removed.
36269
36270         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36271         Move #define and #undef of memmove to just before and after
36272         including <string.h>.
36273
36274         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36275         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36276         and after including <string.h>.  Move declarations of
36277         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36278         to before #include "string/memmove.c".
36279
36280         * include/dirent.h: Declare __getdirentries.
36281
36282         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36283         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36284
36285 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36286
36287         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36288         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36289         * sysdeps/i386/configure: Regenerated.
36290         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36291         STABS_CURRENT_FILE, and STABS_FUN.
36292         (END): Remove call to STABS_FUN_END.
36293         (STABS_CURRENT_FILE1): Delete.
36294         (STABS_CURRENT_FILE): Likewise.
36295         (STABS_FUN): Likewise.
36296         (STABS_FUN_END): Likewise.
36297         (STABS_FUN2): Likewise.
36298         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36299         * sysdeps/x86_64/configure: Regenerated.
36300
36301 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36302
36303         * elf/dl-open.c: Include <atomic.h>.
36304         * elf/dl-lookup.c: Likewise.
36305
36306 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36307
36308         * sysdeps/unix/sysv/linux/kernel-features.h
36309         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36310         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36311         unconditionally.
36312         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36313         unconditionally.
36314         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36315         condition on __ASSUME_CLONE_THREAD_FLAGS.
36316
36317 2012-08-14  Andreas Jaeger  <aj@suse.de>
36318
36319         * sysdeps/i386/fpu/libm-test-ulps: Update.
36320
36321 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36322
36323         * include/atomic.h (atomic_exchange_and_add): Split into ...
36324         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36325         New atomic macros.
36326
36327 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36328
36329         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36330
36331 2012-08-13  Jeff Law <law@redhat.com>
36332
36333         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36334         null byte in the output string.
36335
36336 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36337
36338         * sysdeps/unix/sysv/linux/kernel-features.h
36339         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36340         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36341         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36342         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36343         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36344         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36345         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36346
36347 2012-08-09  Jeff Law <law@redhat.com>
36348
36349         [BZ #13939]
36350         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36351         When avoid_arena is set, don't retry in the that arena.  Pick the
36352         next one, whatever it might be.
36353         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36354         (arena_lock): Pass in new parameter to arena_get2.
36355         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36356         arena_get2.
36357         (__libc_malloc): Unify retrying after main arena failure with
36358         __libc_memalign version.
36359         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36360
36361 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36362
36363         [BZ #14166]
36364         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36365         to __redirect_strstr.
36366         (__strstr_sse42): Use typeof __redirect_strstr.
36367         (__strstr_ia32): Likewise.
36368         (__libc_strstr): New prototype.
36369         (strstr): Renamed to ...
36370         (__libc_strstr): This.
36371         (strstr): New strong alias of __libc_strstr.
36372         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36373         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36374         __redirect_time.
36375         Include <time.h>.
36376         (__libc_time): New prototype.
36377         (time_ifunc): Replace time with __libc_time.
36378         (time): New strong alias and hidden definition of __libc_time.
36379         (__GI_time): Remove strong alias.
36380         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36381         Include <stddef.h>.
36382         (memmove): Redefined to __redirect_memmove.
36383         (__memmove_sse2): Use typeof __redirect_memmove.
36384         (__memmove_ssse3): Likewise.
36385         (__memmove_ssse3_back): Likewise.
36386         (__libc_memmove): New prototype.
36387         (memmove): Renamed to ...
36388         (__libc_memmove): This.
36389         (memmove): New strong alias of __libc_memmove.
36390
36391 2012-08-08  Mark Salter  <msalter@redhat.com>
36392
36393         * elf/elf.h
36394         (R_MN10300_TLS_GD): Define.
36395         (R_MN10300_TLS_LD): Likewise.
36396         (R_MN10300_TLS_LDO): Likewise.
36397         (R_MN10300_TLS_GOTIE): Likewise.
36398         (R_MN10300_TLS_IE): Likewise.
36399         (R_MN10300_TLS_LE): Likewise.
36400         (R_MN10300_TLS_DTPMOD): Likewise.
36401         (R_MN10300_TLS_DTPOFF): Likewise.
36402         (R_MN10300_TLS_TPOFF): Likewise.
36403         (R_MN10300_SYM_DIFF): Likewise.
36404         (R_MN10300_ALIGN): Likewise.
36405         (R_MN10300_NUM): Update.
36406
36407 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36408
36409         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36410         Remove.
36411
36412 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36413
36414         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36415
36416         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36417         sysdeps/unix -> sysdeps/posix move.
36418         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36419
36420 2012-08-07      Allan McRae     <allan@archlinux.org>
36421
36422         [BZ #14303]
36423         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36424         (SUNOS_CPP): Likewise.
36425         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36426         not found.
36427         (open_input): Call CPP using execvp.
36428
36429 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36430
36431         * sysdeps/unix/sysv/linux/kernel-features.h
36432         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36433         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36434         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36435         (__ASSUME_WAITID_SYSCALL): Likewise.
36436         * sysdeps/unix/sysv/linux/dl-execstack.c
36437         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36438         code unconditional.
36439         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36440         conditional code.
36441         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36442         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36443         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36444         code.
36445         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36446         unconditional.
36447         [__ASSUME_WAITID_SYSCALL]: Likewise.
36448         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36449
36450 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36451
36452         * sysdeps/unix/closedir.c: Renamed to ...
36453         * sysdeps/posix/closedir.c: ... here.
36454         * sysdeps/unix/dirfd.c: Renamed to ...
36455         * sysdeps/posix/dirfd.c: ... here.
36456         * sysdeps/unix/dirstream.h: Renamed to ...
36457         * sysdeps/posix/dirstream.h: ... here.
36458         * sysdeps/unix/fdopendir.c: Renamed to ...
36459         * sysdeps/posix/fdopendir.c: ... here.
36460         * sysdeps/unix/opendir.c: Renamed to ...
36461         * sysdeps/posix/opendir.c: ... here.
36462         * sysdeps/unix/readdir.c: Renamed to ...
36463         * sysdeps/posix/readdir.c: ... here.
36464         * sysdeps/unix/readdir_r.c: Renamed to ...
36465         * sysdeps/posix/readdir_r.c: ... here.
36466         * sysdeps/unix/rewinddir.c: Renamed to ...
36467         * sysdeps/posix/rewinddir.c: ... here.
36468         * sysdeps/unix/seekdir.c: Renamed to ...
36469         * sysdeps/posix/seekdir.c: ... here.
36470         * sysdeps/unix/telldir.c: Renamed to ...
36471         * sysdeps/posix/telldir.c: ... here.
36472         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36473         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36474         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36475         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36476
36477         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36478         * bits/fcntl.h: ... here.
36479
36480         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36481         not 0.
36482         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36483         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36484         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36485         (struct flock): Move l_start, l_len to the beginning.
36486         Use __pid_t for l_pid.
36487         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36488         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36489         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36490         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36491         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36492         [__USE_LARGEFILE64] (struct flock64): New type.
36493         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36494
36495         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36496         * bits/dirent.h: ... here.
36497
36498         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36499         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36500
36501 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36502
36503         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36504         Change from 2.6.0 to 2.6.16.
36505         * sysdeps/unix/sysv/linux/configure: Regenerated.
36506         * sysdeps/unix/sysv/linux/kernel-features.h
36507         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36508         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36509         version.
36510         (__ASSUME_UTIMES): Likewise.
36511         (__ASSUME_CLONE_STOPPED): Remove.
36512         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36513         architectures, not kernel version.
36514         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36515         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36516         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36517         (__ASSUME_WAITID_SYSCALL): Likewise.
36518         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36519         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36520         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36521         refer to older versions.
36522
36523 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36524
36525         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36526         Define alphasort64 as an alias.
36527         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36528         Define versionsort64 as an alias.
36529         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36530         Define scandir64 as an alias.
36531         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36532         Define scandirat64 as an alias.
36533         * dirent/alphasort64.c (alphasort64):
36534         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36535         * dirent/versionsort64.c: Likewise.
36536         * dirent/scandir64.c: Likewise.
36537         * dirent/scandirat64.c: Likewise.
36538         * sysdeps/wordsize-64/alphasort.c: File removed.
36539         * sysdeps/wordsize-64/alphasort64.c: File removed.
36540         * sysdeps/wordsize-64/scandir.c: File removed.
36541         * sysdeps/wordsize-64/scandir64.c: File removed.
36542         * sysdeps/wordsize-64/scandirat.c: File removed.
36543         * sysdeps/wordsize-64/scandirat64.c: File removed.
36544         * sysdeps/wordsize-64/versionsort.c: File removed.
36545         * sysdeps/wordsize-64/versionsort64.c: File removed.
36546         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36547         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36548         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36549         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36550         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36551         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36552         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36553         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36554
36555         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36556         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36557         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36558         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36559         [defined __arch64__ || defined __sparcv9]
36560         (__INO_T_MATCHES_INO64_T): New macro.
36561         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36562         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36563         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36564         * sysdeps/unix/sysv/linux/bits/dirent.h
36565         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36566         (_DIRENT_MATCHES_DIRENT64): New macro.
36567
36568         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36569         Define lockf64 as an alias.
36570         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36571         Define fseeko64 as an alias.
36572         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36573         Define ftello64 as an alias.
36574         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36575         Define _IO_fgetpos64 and fgetpos64 as aliases.
36576         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36577         Define _IO_fsetpos64 and fsetpos64 as aliases.
36578         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36579         Conditionalize body on this.
36580         * libio/fseeko64.c: Likewise.
36581         * libio/ftello64.c: Likewise.
36582         * libio/iofgetpos64.c: Likewise.
36583         * libio/iofsetpos64.c: Likewise.
36584         * sysdeps/wordsize-64/lockf.c: File removed.
36585         * sysdeps/wordsize-64/lockf64.c: File removed.
36586         * sysdeps/wordsize-64/fseeko.c: File removed.
36587         * sysdeps/wordsize-64/fseeko64.c: File removed.
36588         * sysdeps/wordsize-64/ftello.c: File removed.
36589         * sysdeps/wordsize-64/ftello64.c: File removed.
36590         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36591         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36592         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36593         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36594         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36595         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36596         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36597         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36598         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36599         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36600         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36601         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36602         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36603         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36604
36605         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36606         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36607         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36608         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36609         [defined __arch64__ || defined __sparcv9]
36610         (__OFF_T_MATCHES_OFF64_T): New macro.
36611         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36612         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36613         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36614         (__OFF_T_MATCHES_OFF64_T): New macro.
36615
36616 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36617
36618         * stdlib/secure-getenv.c (__secure_getenv): Replace
36619         GLIBC_2_16 with GLIBC_2_17.
36620
36621 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36622
36623         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36624         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36625
36626 2012-08-03  David S. Miller  <davem@davemloft.net>
36627
36628         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36629
36630 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36631
36632         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36633         Remove.
36634         (__ASSUME_CORRECT_SI_PID): Likewise.
36635         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36636         (__ASSUME_TMPFS_NAME): Likewise.
36637         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36638         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36639         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36640         (HAVE_AUX_SECURE): Make definition unconditional.
36641         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36642         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36643
36644 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36645
36646         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36647         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36648         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36649         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36650         __eloop_threshold instead of SYMLOOP_MAX.
36651
36652         * sysdeps/generic/eloop-threshold.h: New file.
36653         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36654         of MAXSYMLINKS.
36655         * elf/chroot_canon.c (chroot_canon): Likewise.
36656
36657 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36658
36659         [BZ #13717]
36660         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36661         Change to 2.6.0 everywhere.
36662         * sysdeps/unix/sysv/linux/configure: Regenerated.
36663         * sysdeps/unix/sysv/linux/kernel-features.h
36664         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36665         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36666         kernel versions.
36667         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36668         (__ASSUME_FUTEX_REQUEUE): Remove.
36669         (__ASSUME_STATFS64): Define unconditionally.
36670         (__ASSUME_AT_SECURE): Likewise.
36671         (__ASSUME_CORRECT_SI_PID): Likewise.
36672         (__ASSUME_TGKILL): Define without depending on kernel version for
36673         i386.
36674         (__ASSUME_UTIMES): Likewise.
36675         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36676         kernel version.
36677         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36678         (__ASSUME_TMPFS_NAME): Likewise.
36679         * README: Update reference to Linux kernel versions.
36680
36681 2012-08-02  Marek Polacek  <polacek@redhat.com>
36682
36683         [BZ# 14150]
36684         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36685         libc_cv_asm_type_prefix with %.
36686         * configure: Regenerated.
36687         * include/libc-symbols.h: Remove comment about
36688         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36689         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36690         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36691         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36692         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36693         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36694         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36695         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36696         * elf/tst-unique2mod1.c: Likewise.
36697         * elf/tst-unique1mod2.c: Likewise.
36698         * elf/tst-unique1mod1.c: Likewise.
36699         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36700         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36701         Replace ASM_TYPE_DIRECTIVE with .type.
36702         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36703         * sysdeps/i386/sysdep.h: Likewise.
36704         * sysdeps/x86_64/sysdep.h: Likewise.
36705         * sysdeps/sh/sysdep.h: Likewise.
36706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36707         Do not define ASM_TYPE_DIRECTIVE.
36708         * sysdeps/powerpc/sysdep.h: Likewise.
36709         * sysdeps/powerpc/powerpc32/sysdep.h:
36710         Replace ASM_TYPE_DIRECTIVE with .type.
36711         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36712         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36713         * sysdeps/i386/fpu/e_powf.S: Likewise.
36714         * sysdeps/i386/fpu/e_expl.S: Likewise.
36715         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36716         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36717         * sysdeps/i386/fpu/e_pow.S: Likewise.
36718         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36719         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36720         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36721         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36722         * sysdeps/i386/fpu/e_log2.S: Likewise.
36723         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36724         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36725         * sysdeps/i386/fpu/e_powl.S: Likewise.
36726         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36727         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36728         * sysdeps/i386/fpu/e_logl.S: Likewise.
36729         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36730         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36731         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36732         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36733         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36734         * sysdeps/i386/fpu/e_log.S: Likewise.
36735         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36736         * sysdeps/i386/fpu/e_logf.S: Likewise.
36737         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36738         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36739         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36740         * sysdeps/i386/fpu/e_log10.S: Likewise.
36741         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36742         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36743         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36744         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36745         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36746         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36747         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36748         * sysdeps/i386/i686/strtok.S: Likewise.
36749         * sysdeps/i386/i386-mcount.S: Likewise.
36750         * sysdeps/i386/strtok.S: Likewise.
36751         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36752         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36753         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36754         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36755         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36756         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36757         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36758         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36759         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36760         * sysdeps/x86_64/_mcount.S: Likewise.
36761         * sysdeps/x86_64/strtok.S: Likewise.
36762         * sysdeps/sh/_mcount.S: Likewise.
36763
36764 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36765
36766         * libio/iofopen.c: Include <fcntl.h>.
36767         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36768         (_IO_fopen64, fopen64): Define as aliases.
36769         * libio/iofopen64.c: Include <fcntl.h>.
36770         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36771         Conditionalize body on this.
36772         * sysdeps/wordsize-64/iofopen.c: File removed.
36773         * sysdeps/wordsize-64/iofopen64.c: File removed.
36774
36775 2012-08-01  Marek Polacek  <polacek@redhat.com>
36776
36777         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36778         Use dlfcn directly instead of a variable.
36779         (binfmt-subdir): Do not define.
36780         (dlfcn): Likewise.
36781
36782 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36783
36784         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36785         Remove all definitions.
36786         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36787         <kernel-features.h>.
36788         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36789         (miss_F_GETOWN_EX): Remove all definitions.
36790         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36791         macro definition.
36792         [!__ASSUME_FCNTL64]: Remove conditional code.
36793         [__ASSUME_FCNTL64]: Make code unconditional.
36794         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36795         <kernel-features.h>.
36796         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36797         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36798         (lockf64) [__NR_fcntl64]: Make code unconditional.
36799         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36800
36801         * sysdeps/unix/sysv/linux/kernel-features.h
36802         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36803         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36804         Make code unconditional.
36805         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36806         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36808         [__NR_vfork]: Make code unconditional.
36809         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36810         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36811         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36812         [__NR_vfork]: Make code unconditional.
36813         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36814         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36815
36816 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36817
36818         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36819         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36820
36821         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36822         Define mkstemp64 as an alias.
36823         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36824         Define mkstemps64 as an alias.
36825         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36826         Define mkostemp64 as an alias.
36827         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36828         Define mkostemps64 as an alias.
36829         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36830         Conditionalize body on this.
36831         * misc/mkostemp64.c: Likewise.
36832         * misc/mkostemps64.c: Likewise.
36833         * misc/mkstemps64.c: Likewise.
36834         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36835         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36836         * sysdeps/wordsize-64/mkostemp.c: File removed.
36837         * sysdeps/wordsize-64/mkstemp.c: File removed.
36838         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36839         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36840         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36841         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36842
36843         [BZ #14138]
36844         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36845         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36846         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36847         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36848
36849         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36850         compat_symbol macros from <shlib-compat.h> rather than the underlying
36851         default_symbol_version and symbol_version macros, so that DEFAULT
36852         lines in shlib-versions are respected.
36853         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36854
36855 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36856
36857         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36858         Declare with warn_unused_result.
36859         (setgid, setregid, setegid, setresgid): Likewise.
36860         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36861         Likewise.
36862         * WUR-REPORT: Remove set*id functions.
36863
36864 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36865
36866         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36867
36868 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36869
36870         [BZ #10191]
36871         * include/sys/socket.h (__libc_accept, __libc_accept4):
36872         Add attribute_hidden.
36873         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36874
36875         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36876         use of PTR_MANGLE.
36877         * inet/getnetgrent_r.c (setup): Likewise.
36878
36879         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36880
36881 2012-07-31  David S. Miller  <davem@davemloft.net>
36882
36883         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36884
36885 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36886
36887         [BZ #13629]
36888         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36889         value between 1.0 and 2.0 and smaller part has absolute value less
36890         than 1.0.
36891         * math/s_clog10.c (__clog10): Likewise.
36892         * math/s_clog10f.c (__clog10f): Likewise.
36893         * math/s_clog10l.c (__clog10l): Likewise.
36894         * math/s_clogf.c (__clogf): Likewise.
36895         * math/s_clogl.c (__clogl): Likewise.
36896         * math/libm-test.inc (clog_test): Add more tests.
36897         (clog10_test): Likewise.
36898         * sysdeps/i386/fpu/libm-test-ulps: Update.
36899         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36900
36901 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36902
36903         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36904         Exit with zero in case no suitable GID is found, and write a
36905         message to standard error.
36906
36907 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36908
36909         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36910         rather than to 1.
36911         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36912         (MAXPATHLEN): Removed.
36913         (NOGROUP, NODEV): New macros.
36914         (setbit, clrbit, isset, isclr): New macros.
36915         (howmany, roundup, powerof2): New macros.
36916         (DEV_BSIZE): New macro.
36917
36918         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36919         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36920
36921         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36922         definition on [!__NO_LONG_DOUBLE_MATH].
36923
36924         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36925         PTR_MANGLE and PTR_DEMANGLE.
36926
36927         * socket/accept4.c (accept4): Rename to __libc_accept4.
36928         Define accept4 as a weak alias.
36929
36930         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36931         on [_DIRENT_HAVE_D_TYPE].
36932         * io/ftw.c (ftw_dir): Likewise.
36933
36934         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36935
36936         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36937
36938         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36939         Use the BSD numbers rather than the arbitrary ones we had.
36940         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36941         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36942         (SIGXCPU, SIGXFSZ): New macros.
36943         (_NSIG): Now 32.
36944
36945         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36946         initializer on [_LIBC_REENTRANT].
36947
36948         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36949         definitions inside [_POSIX_MAPPED_FILES].
36950
36951         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36952
36953         * dirent/opendir.c: Include <fcntl.h>.
36954
36955         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36956         (__libc_getspecific): Likewise.
36957         (__libc_key_create): Likewise.
36958
36959         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36960         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36961         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36962         (tmpfile64): Define as alias.
36963         * sysdeps/wordsize-64/tmpfile.c: File removed.
36964         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36965         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36966         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36967
36968         * stdio-common/vfscanf.c: Include <stdbool.h>.
36969         * nss/makedb.c: Likewise.
36970         * stdio-common/_i18n_number.h: Likewise.
36971         * argp/argp-help.c: Likewise.
36972         * posix/wordexp.c: Likewise.
36973         * sysdeps/posix/spawni.c: Likewise.
36974         * nss/nss_files/files-initgroups.c: Likewise.
36975         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36976         * nss/nss_files/files-initgroups.c: Likewise.
36977         * nss/nss_db/db-netgrp.c: Likewise.
36978         * nss/nss_db/db-initgroups.c: Likewise.
36979         * io/fchmodat.c: Include <sys/stat.h>.
36980
36981         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36982         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36983
36984         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36985         [HAVE_MMAP].
36986
36987         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36988         Add multiple inclusion protection.
36989
36990 2012-07-27  David S. Miller  <davem@davemloft.net>
36991
36992         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36993
36994 2012-07-27  Gary Benson  <gbenson@redhat.com>
36995
36996         [BZ #14298]
36997         * elf/rtld.c: Include <stap-probe.h>.
36998         (dl_main): Added static probes "init_start" and "init_complete".
36999         * elf/dl-load.c: Include <stap-probe.h>.
37000         (lose): Take new parameter "nsid".
37001         Added static probe "map_failed".
37002         (_dl_map_object_from_fd): Pass namespace id to lose.
37003         Added static probe "map_start".
37004         (open_verify): Pass namespace id to lose.
37005         * elf/dl-open.c: Include <stap-probe.h>.
37006         (dl_open_worker) Added static probes "map_complete", "reloc_start"
37007         and "reloc_complete".
37008         * elf/dl-close.c: Include <stap-probe.h>.
37009         (_dl_close_worker): Added static probes "unmap_start" and
37010         "unmap_complete".
37011         * elf/rtld-debugger-interface.txt: New file documenting the above.
37012
37013 2012-07-26  Roland McGrath  <roland@hack.frob.com>
37014
37015         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
37016         rather than a string variable.
37017         * sunrpc/rpc_main.c (h_output): Likewise.
37018         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
37019
37020 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
37021
37022         * inet/check_native.c: New file.
37023
37024 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
37025
37026         [BZ #13629]
37027         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
37028         if larger part has absolute value 1.0.
37029         * math/s_clog10.c (__clog10): Likewise.
37030         * math/s_clog10f.c (__clog10f): Likewise.
37031         * math/s_clog10l.c (__clog10l): Likewise.
37032         * math/s_clogf.c (__clogf): Likewise.
37033         * math/s_clogl.c (__clogl): Likewise.
37034         * math/libm-test.inc (clog_test): Add more tests.
37035         (clog10_test): Likewise.
37036         * sysdeps/i386/fpu/libm-test-ulps: Update.
37037         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37038
37039         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
37040         (pltexit): Likewise.
37041         (La_regs): Likewise.
37042         (La_retval): Likewise.
37043         (int_retval): Likewise.
37044         Update #error for removed macros to refer only to definitions in
37045         tst-audit.h.
37046         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
37047         macro.
37048         (pltexit): Likewise.
37049         (La_regs): Likewise.
37050         (La_retval): Likewise.
37051         (int_retval): Likewise.
37052         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
37053         macro.
37054         (pltexit): Likewise.
37055         (La_regs): Likewise.
37056         (La_retval): Likewise.
37057         (int_retval): Likewise.
37058         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
37059         macro.
37060         (pltexit): Likewise.
37061         (La_regs): Likewise.
37062         (La_retval): Likewise.
37063         (int_retval): Likewise.
37064         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
37065         macro.
37066         (pltexit): Likewise.
37067         (La_regs): Likewise.
37068         (La_retval): Likewise.
37069         (int_retval): Likewise.
37070         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
37071         macro.
37072         (pltexit): Likewise.
37073         (La_regs): Likewise.
37074         (La_retval): Likewise.
37075         (int_retval): Likewise.
37076         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
37077         macro.
37078         (pltexit): Likewise.
37079         (La_regs): Likewise.
37080         (La_retval): Likewise.
37081         (int_retval): Likewise.
37082         * sysdeps/generic/tst-audit.h: Update comment to refer only to
37083         macro definitions in tst-audit.h.
37084         * sysdeps/i386/tst-audit.h: New file.
37085         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
37086         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
37087         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
37088         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
37089         * sysdeps/sh/tst-audit.h: Likewise.
37090         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
37091         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
37092         * sysdeps/x86_64/tst-audit.h: Likewise.
37093
37094 2012-07-26  Andreas Jaeger  <aj@suse.de>
37095
37096         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
37097         ptrace.
37098
37099         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
37100         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
37101         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
37102         PTRACE_O_MASK.
37103         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
37104         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
37105         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
37106
37107         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
37108         value.
37109
37110         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
37111         _sigsys.
37112         (si_call_addr, si_syscall, si_arch): Define new macro.
37113         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
37114         _sigsys.
37115         (si_call_addr, si_syscall, si_arch): Define new marcro.
37116         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
37117         _sigsys.
37118         (si_call_addr, si_syscall, si_arch): Define new macro.
37119         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
37120         _sigsys.
37121         (si_call_addr, si_syscall, si_arch): Define new macro.
37122
37123 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37124
37125         [BZ #13717]
37126         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37127         Change to 2.4.21 where previously 2.4.1.
37128         * sysdeps/unix/sysv/linux/configure: Regenerated.
37129         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37130         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37131         Linux kernel version.
37132         (__ASSUME_STD_AUXV): Remove.
37133         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37134         kernel version.
37135         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37136         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37137         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37138         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37139         (__ASSUME_NETLINK_SUPPORT): Likewise.
37140         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37141         (__no_netlink_support): Remove conditional definition.
37142         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37143         Remove.
37144         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37145         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37146         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37147         (if_nameindex_ioctl): Remove.
37148         (if_nameindex_netlink): Do not handle __no_netlink_support.
37149         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37150         code.
37151         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37152         Remove conditional code.
37153         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37154         code.
37155         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37156         unconditional.
37157         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37158         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37159         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37160         Remove.
37161         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37162         [!__ASSUME_STD_AUXV]: Remove conditional code.
37163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37164         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37165         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37167         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37168         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37169         code.
37170         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37172         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37173         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37174         conditional code.
37175         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37177         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37178         code.
37179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37180         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37181         conditional code.
37182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37183         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37184         code unconditional.
37185         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37186         conditional code.
37187         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37188         unconditional.
37189         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37190         conditional code.
37191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37192         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37193         unconditional.
37194         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37195         conditional code.
37196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37197         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37198         code unconditional.
37199         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37200         conditional code.
37201         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37202         unconditional.
37203         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37204         conditional code.
37205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37206         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37207         code unconditional.
37208         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37209         conditional code.
37210         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37211         unconditional.
37212         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37213         conditional code.
37214
37215 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
37216
37217         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37218         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37219         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37220         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37221         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37222         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37223         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37224         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37225         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37226         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37227         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37228         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37229         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37230         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37231         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37232         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37233         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37234         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37235         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37236         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37237         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37238         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37239         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37240
37241 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37242
37243         * Versions.def: Add GLIBC_2.17.
37244         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37245         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37246         Introduce __libc_secure_getenv.
37247         * stdlib/Versions (2.17): Add secure_getenv
37248         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37249         * stdlib/secure-getenv.c: Rename __secure_getenv to
37250         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37251         symbol __secure_getenv for GLIBC_2.0.
37252         * stdlib/tst-secure-getenv.c: New.
37253         * stdlib/Makefile (tests): Add testcase.
37254         * manual/startup.texi (Environment Access): Document
37255         secure_getenv.
37256         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37257         __libc_secure_getenv.
37258         * inet/ruserpass.c (ruserpass): Likewise.
37259         * malloc/mtrace.c (mtrace): Likewise.
37260         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37261         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37262         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37263         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37264         HAVE_SECURE_GETENV.
37265         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37266         __secure_getenv to __libc_secure_getenv.
37267         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37269         Likewise.
37270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37271         Likewise.
37272         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37273         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37274         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37275         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37276         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37277         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37278         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37279
37280 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37281
37282         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37283         (struct La_i86_retval): Likewise.
37284         (struct La_x86_64_regs): Likewise.
37285         (struct La_x86_64_retval): Likewise.
37286         (struct La_x32_regs): Likewise.
37287         (struct La_x32_retval): Likewise.
37288         (struct La_ppc32_regs): Likewise.
37289         (struct La_ppc32_retval): Likewise.
37290         (struct La_ppc64_regs): Likewise.
37291         (struct La_ppc64_retval): Likewise.
37292         (struct La_sh_regs): Likewise.
37293         (struct La_sh_retval): Likewise.
37294         (struct La_s390_32_regs): Likewise.
37295         (struct La_s390_32_retval): Likewise.
37296         (struct La_s390_64_regs): Likewise.
37297         (struct La_s390_64_retval): Likewise.
37298         (struct La_sparc32_regs): Likewise.
37299         (struct La_sparc32_retval): Likewise.
37300         (struct La_sparc64_regs): Likewise.
37301         (struct La_sparc64_retval): Likewise.
37302         (struct audit_ifaces): Remove architecture-specific pltenter and
37303         pltexit members.
37304         * sysdeps/i386/ldsodefs.h: New file.
37305         * sysdeps/powerpc/ldsodefs.h: Likewise.
37306         * sysdeps/s390/ldsodefs.h: Likewise.
37307         * sysdeps/sh/ldsodefs.h: Likewise.
37308         * sysdeps/sparc/ldsodefs.h: Likewise.
37309         * sysdeps/x86_64/ldsodefs.h: Likewise.
37310
37311 2012-07-25  Marek Polacek  <polacek@redhat.com>
37312
37313         [BZ #6808]
37314         * math/libm-test.inc (yn_test): Add another test.
37315         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37316         to ERANGE when the result is +-Inf.
37317         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37318         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37319         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37320         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37321
37322 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37323
37324         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37325         equal to 0.
37326         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37327         clock_t.
37328         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37329
37330 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37331
37332         * configure.in <sysdeps resolving>: Correct printing
37333         Implies_before.
37334         * configure: Regenerate.
37335
37336 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37337
37338         * math/w_ilogb.c: Include <limits.h>.
37339         * math/w_ilogbl.c: Likewise.
37340
37341 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37342
37343         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37344         va_copy.  Document allowing for unavailable va_copy only as
37345         pre-C99 compatibility.
37346         * manual/string.texi (Copying and Concatenation): Use va_copy
37347         instead of __va_copy in concat example.
37348
37349 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37350
37351         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37352         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37353         it if not null.
37354
37355         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37356         with O_NOLINK passed to __file_name_lookup.
37357
37358         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37359         with O_NOLINK passed to __file_name_lookup.
37360
37361         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37362         negative N or less than NGIDS.
37363
37364         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37365         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37366         enough.  Use memcpy instead of strncpy.
37367
37368 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37369
37370         * elf/Makefile (check-data): Remove.
37371         (localplt.data): New vpath directive.
37372         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37373         instead of $(check-data).
37374         * scripts/data/localplt-generic.data: Move to ...
37375         * sysdeps/generic/localplt.data: ... here.
37376         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37377         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37378         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37380         ... here.
37381         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37383         ... here.
37384         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37385         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37386         ... here.
37387         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37388         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37389         ... here.
37390         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37391         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37392         ... here.
37393         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37394         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37395         ... here.
37396
37397 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37398
37399         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37400         PPC32 and PPC64 files.
37401         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37402         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37403
37404 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37405
37406         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37407         __makecontext_ret to ...
37408         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37409         ... here and call exit if uc_link is NULL.  New file.
37410         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37411         __makecontext_ret.S.
37412         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37413         __makecontext_ret to ...
37414         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37415         ... here and call exit if uc_link is NULL.  New file.
37416         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37417         __makecontext_ret.S.
37418
37419 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37420
37421         * elf/elf.h (R_390_IRELATIVE): New definition.
37422         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37423         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37424         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37425         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37426         (elf_machine_lazy_rel): Likewise.
37427         * sysdeps/s390/dl-irel.h: New file.
37428         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37429         * sysdeps/s390/s390-64/memset.S: New asm code.
37430         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37431         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37432         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37433         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37434         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37435         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37436         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37437         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37438         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37439         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37440         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37441         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37442         * sysdeps/s390/s390-32/memset.S: New asm code.
37443         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37444
37445 2012-07-17  Marek Polacek  <polacek@redhat.com>
37446
37447         [BZ #14349]
37448         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37449         * sysdeps/s390/s390-64/configure.in: Likewise.
37450         * sysdeps/sparc/configure.in: Likewise.
37451         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37452         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37453         * sysdeps/i386/configure.in: Likewise.
37454         * sysdeps/x86_64/configure.in: Likewise.
37455         * sysdeps/sh/configure.in: Likewise.
37456         * sysdeps/s390/s390-32/configure: Regenerated.
37457         * sysdeps/s390/s390-64/configure: Likewise.
37458         * sysdeps/x86_64/configure: Likewise.
37459         * sysdeps/sh/configure: Likewise.
37460         * sysdeps/powerpc/powerpc64/configure: Likewise.
37461         * sysdeps/powerpc/powerpc32/configure: Likewise.
37462         * sysdeps/sparc/configure: Likwise.
37463         * sysdeps/i386/configure: Likewise.
37464
37465         * elf/dl-open.c: Comment fixes.
37466
37467 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37468
37469         * Makefile [CXX] (check-data): Remove.
37470         [CXX] (c++-types.data): New vpath directive.
37471         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37472         vpath.  Do not allow for C++ type data being missing.
37473         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37474         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37475         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37476         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37477         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37478         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37479         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37481         ... here.
37482         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37484         ... here.
37485         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37486         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37487         ... here.
37488         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37489         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37490         ... here.
37491         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37492         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37493         ... here.
37494         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37495         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37496         ... here.
37497         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37498         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37499         ... here.
37500         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37501         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37502
37503         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37504         definitions to architecture-specific files.
37505         (TLS_IE): Likewise.
37506         (TLS_LD): Likewise.
37507         (TLS_GD): Likewise.
37508         * sysdeps/i386/tls-macros.h: New file.
37509         * sysdeps/powerpc/tls-macros.h: Likewise.
37510         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37511         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37512         * sysdeps/sh/tls-macros.h: Likewise.
37513         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37514         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37515         * sysdeps/x86_64/tls-macros.h: Likewise.
37516
37517 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37518
37519         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37520         zero value for regular exit case.
37521
37522         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37523         (__start_context): Preserve zero value for regular exit case.
37524
37525 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37526             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37527
37528         * manual/setjmp.texi (setcontext): Clarify normal process
37529         termination when uc_link is the null pointer.
37530         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37531         exit call.
37532
37533 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37534
37535         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37536         preprocessor.  Test for each exception mask separately.
37537
37538 2012-07-16  Andreas Jaeger  <aj@suse.de>
37539
37540         * po/ru.po: Update from translation team.
37541
37542 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37543
37544         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37545         equal to 0.
37546         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37547         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37548         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37549         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37550         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37551
37552 2012-07-13  Andreas Jaeger  <aj@suse.de>
37553
37554         * po/fr.po: Update from translation team.
37555
37556 2012-07-12  Marek Polacek  <polacek@redhat.com>
37557
37558         [BZ #14173]
37559         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37560         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37561         loop condition.
37562
37563 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37564
37565         [BZ #13717]
37566         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37567         Change to 2.4.1 where previously 2.4.0.
37568         * sysdeps/unix/sysv/linux/configure: Regenerated.
37569         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37570         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37571         version.
37572         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37573         (__ASSUME_AT_CLKTCK): Remove.
37574         (__ASSUME_AT_PAGESIZE): Likewise.
37575         (__ASSUME_AT_XID): Likewise.
37576         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37577         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37578         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37579         unconditionally.
37580         (HAVE_AUX_PAGESIZE): Likewise.
37581         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37582         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37583         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37584
37585 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37586
37587         [BZ #14307]
37588         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37589         the temporary buffer used to invoke __gethostbyname2_r,
37590         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37591         host_data / struct gaih_addrtuple.
37592         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37593         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37594         header file nss/nsswitch.h.
37595         * nss/nsswitch.h (global scope): Add definition of implementation
37596         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37597         resolv/nss_dns/dns-host.c).
37598
37599 2012-07-11  Andreas Jaeger  <aj@suse.de>
37600
37601         * po/fr.po: Update from translation team.
37602
37603         * po/sv.po: Update from translation team
37604         * po/fr.po: Another update from translation team.
37605
37606 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37607
37608         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37609         for subnormals or multiply small sinh result by itself.
37610         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37611         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37612
37613 2012-07-11  David S. Miller  <davem@davemloft.net>
37614
37615         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37616
37617 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37618
37619         [BZ #14347]
37620         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37621         (INTERNAL_MARK): Shift it here.
37622
37623 2012-07-10  Marek Polacek  <polacek@redhat.com>
37624
37625         [BZ #14151]
37626         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37627         libc_cv_asm_global_directive with .globl.
37628         * configure: Regenerated.
37629         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37630         with .globl.
37631         * sysdeps/i386/configure: Regenerated.
37632         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37633         with .globl.
37634         * sysdeps/x86_64/configure: Regenerated.
37635         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37636         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37637         * elf/tst-unique2mod2.c: Likewise.
37638         * elf/tst-unique2mod1.c: Likewise.
37639         * elf/tst-unique1mod2.c: Likewise.
37640         * elf/tst-unique1mod1.c: Likewise.
37641         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37642         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37643         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37644         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37645         * sysdeps/mach/sysdep.h: Likewise.
37646         * sysdeps/i386/sysdep.h: Likewise.
37647         * sysdeps/i386/i386-mcount.S: Likewise.
37648         * sysdeps/x86_64/_mcount.S: Likewise.
37649         * sysdeps/x86_64/sysdep.h: Likewise.
37650         * sysdeps/sh/_mcount.S: Likewise.
37651         * sysdeps/sh/sysdep.h: Likewise.
37652         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37653         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37654         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37655         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37656         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37657         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37658         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37659         * locale/localeinfo.h: Likewise.
37660         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37661         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37662
37663 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37664
37665         [BZ #14336]
37666         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37667         system".
37668         * manual/message.texi (The Uniforum approach): Likewise.
37669         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37670         (glibc iconv Implementation): Likewise.
37671
37672 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37673
37674         [BZ #14337]
37675         * math/s_clog.c (__clog): Avoid scaling a value down where that
37676         could result in underflow.
37677         * math/s_clog10.c (__clog10): Likewise.
37678         * math/s_clog10f.c (__clog10f): Likewise.
37679         * math/s_clog10l.c (__clog10l): Likewise.
37680         * math/s_clogf.c (__clogf): Likewise.
37681         * math/s_clogl.c (__clogl): Likewise.
37682         * math/libm-test.inc (clog_test): Add more tests.
37683         (clog10_test): Likewise.
37684         * sysdeps/i386/fpu/libm-test-ulps: Update.
37685         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37686
37687 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37688
37689         [BZ #14283]
37690         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37691         by 7 not 8 to examine high bit of fractional part.
37692
37693         [BZ #14042]
37694         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37695         for call to __mcount_internal.
37696         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37697         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37698         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37699
37700 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37701
37702         [BZ #14154]
37703         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37704         approximation for values within 0x1p-13f of an odd multiple of
37705         pi/4.
37706         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37707         exception.  Add more tests.
37708         * sysdeps/i386/fpu/libm-test-ulps: Update.
37709
37710         [BZ #6778]
37711         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37712         inputs and return -1 for them.  Do not check for +Inf in case not
37713         reachable for +Inf.
37714         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37715         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37716         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37717         and return -1 for them.  Do not check for +Inf in case not
37718         reachable for +Inf.
37719         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37720         define.
37721         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37722         and return -1 for them.  Do not check for +Inf in case not
37723         reachable for +Inf.
37724         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37725         spurious underflow.
37726         * sysdeps/i386/fpu/libm-test-ulps: Update.
37727         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37728
37729 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37730
37731         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37732
37733 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37734
37735         [BZ #14157]
37736         [BZ #14331]
37737         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37738         could result in spurious underflow.  Scale down values above
37739         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37740         * math/s_csqrtf.c (__csqrtf): Likewise.
37741         * math/s_csqrtl.c (__csqrtl): Likewise.
37742         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37743         spurious underflow.
37744         * sysdeps/i386/fpu/libm-test-ulps: Update.
37745         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37746
37747 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37748
37749         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37750         xopen-msg.sed.
37751         * catgets/xopen-msg.awk: New file.
37752         * catgets/xopen-msg.sed: Removed.
37753
37754         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37755         po2text.sed.
37756         * intl/po2test.awk: New file.
37757         * intl/po2test.sed: Removed.
37758
37759 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37760
37761         [BZ #14328]
37762         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37763         or multiply small sinh result by itself.
37764         * math/s_ctanf.c (__ctanf): Likewise.
37765         * math/s_ctanh.c (__ctanh): Likewise.
37766         * math/s_ctanhf.c (__ctanhf): Likewise.
37767         * math/s_ctanhl.c (__ctanhl): Likewise.
37768         * math/s_ctanl.c (__ctanl): Likewise.
37769         * math/libm-test.inc (ctan_test_tonearest): New function.
37770         (ctan_test_towardzero): Likewise.
37771         (ctan_test_downward): Likewise.
37772         (ctan_test_upward): Likewise.
37773         (ctanh_test_tonearest): Likewise.
37774         (ctanh_test_towardzero): Likewise.
37775         (ctanh_test_downward): Likewise.
37776         (ctanh_test_upward): Likewise.
37777         (main): Call these new functions.
37778         * sysdeps/i386/fpu/libm-test-ulps: Update.
37779         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37780
37781 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37782
37783         * .gitignore: Delete /ports entry.
37784
37785 2012-07-03  Andreas Jaeger  <aj@suse.de>
37786
37787         * po/bg.po: Update from translation team.
37788         * po/cs.po: Likewise.
37789         * po/de.po: Likewise.
37790         * po/hr.po: Likewise.
37791         * po/nl.pl: Likewise.
37792         * po/pl.po: Likewise.
37793         * po/vi.po: Likewise.
37794
37795 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37796
37797         * Makeconfig [!+link] (+link-before-libc): New variable.
37798         [!+link] (+link-after-libc): Likewise.
37799         [!+link] (+link-tests): Likewise.
37800         [!+link] (+link): Define in terms of $(+link-before-libc) and
37801         $(+link-after-libc).
37802         [!+link-static] (+link-static-before-libc): New variable.
37803         [!+link-static] (+link-static-after-libc): Likewise.
37804         [!+link-static] (+link-static-tests): Likewise.
37805         [!+link-static] (+link-static): Define in terms of
37806         $(+link-static-before-libc) and $(+link-static-after-libc).
37807         [build-shared] (link-libc-before-gnulib): New variable.
37808         [build-shared] (link-libc-tests): Likewise.
37809         [build-shared] (link-libc): Define in terms of
37810         $(link-libc-before-gnulib).
37811         [!build-shared] (link-libc-tests): New variable.
37812         (link-libc-static-tests): New variable.
37813         [!gnulib] (gnulib-arch): New variable.
37814         [!gnulib] (gnulib-tests): Likewise.
37815         [!gnulib] (static-gnulib-arch): Likewise.
37816         [!gnulib] (static-gnulib-tests): Likewise.
37817         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37818         Define with "=" instead of ":=".
37819         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37820         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37821         * Rules (binaries-all-notests): New variable.
37822         (binaries-all-tests): Likewise.
37823         (binaries-static-notests): Likewise.
37824         (binaries-static-tests): Likewise.
37825         (binaries-all): Define using $(binaries-all-notests) and
37826         $(binaries-all-tests).
37827         (binaries-static): Define using $(binaries-static-notests) and
37828         $(binaries-static-tests).
37829         (binaries-shared-tests): New variable.
37830         (binaries-shared-notests): Likewise.
37831         (binaries-shared): Remove variable.
37832         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37833         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37834         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37835         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37836         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37837         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37838         * elf/Makefile (sln-modules): New variable.
37839         (extra-objs): Add $(sln-modules:=.o).
37840         (ldconfig-modules): Add static-stubs.
37841         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37842         * elf/static-stubs.c: New file.
37843
37844         [BZ #14283]
37845         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37846         by 7 not 8 to examine high bit of fractional part.  Use volatile
37847         variables when splitting into final array of floats if
37848         __FLT_EVAL_METHOD__ != 0.
37849         * math/libm-test.inc (cos_test): Add another test.
37850         (sin_test): Likewise.
37851         * sysdeps/i386/fpu/libm-test-ulps: Update.
37852
37853         [BZ #14273]
37854         * math/libm-test.inc (cosh_test): Add more tests.
37855
37856         * version.h (RELEASE): Set to "development".
37857         (VERSION): Set to "2.16.90".
37858
37859 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37860
37861         * NEWS: Update copyright. Remove last-updated date.
37862         Mention math library bug fixes and timezone data changes.
37863         * README: Mention GNU/Hurd, x32, and HPPA support status.
37864
37865 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37866
37867         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37868
37869 2012-06-27  Andreas Jaeger  <aj@suse.de>
37870
37871         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37872
37873 2012-06-25  Andreas Jaeger  <aj@suse.de>
37874
37875         * sysdeps/s390/fpu/libm-test-ulps: Update.
37876
37877 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37878             Thomas Schwinge  <thomas@codesourcery.com>
37879
37880         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37881         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37882         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37883         fanotify_mark.
37884
37885 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37886
37887         * sysdeps/mach/start.c: Remove file.
37888         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37889         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37890         * sysdeps/sh/init-first.c: Likewise.
37891
37892         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37893         registers for frame unwinding purposes, add CFI directives.
37894         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37895         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37896         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37897         Likewise.
37898
37899         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37900         __fortify_fail returning.
37901         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37902
37903         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37904         sysdeps/sh/____longjmp_chk.S.
37905         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37906         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37907         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37908         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37909
37910         * sysdeps/sh/abort-instr.h: New file.
37911         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37912         process in case exit returns.
37913
37914         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37915         initialize the GOT register before use.
37916
37917         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37918         calculation of ARGC > 4.
37919
37920         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37921         meaningful names to some local labels.
37922
37923 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37924             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37925
37926         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37927         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37928         (__arch_compare_and_exchange_val_16_acq): Likewise.
37929         (__arch_compare_and_exchange_val_32_acq): Likewise.
37930         (atomic_exchange_and_add): Fix gUSA sequence.
37931         (atomic_add): Likewise.
37932         (atomic_add_negative): Likewise.
37933         (atomic_add_zero): Likewise.
37934         (atomic_bit_test_set): Likewise.
37935
37936 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37937
37938         [BZ #13579]
37939         * include/link.h (struct link_map): Add l_free_initfini.
37940         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37941         l_initfini.
37942         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37943         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37944         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37945         set.
37946
37947 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37948
37949         * configure.in: Use AC_LANG_SOURCE.
37950         * configure: Regenerate.
37951
37952 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37953
37954         * configure.in (libc_cv_localstatedir): New substituted variable.
37955         * configure: Regenerated.
37956         * config.make.in (localstatedir): New variable, substituted from
37957         libc_cv_localstatedir.
37958         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37959         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37960         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37961         * sysdeps/gnu/configure: Regenerated.
37962
37963 2012-06-21  Jeff Law  <law@redhat.com>
37964
37965         [BZ #14277]
37966         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37967         free.  Simplify list management for _LIBC case.
37968
37969 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37970
37971         [BZ #14273]
37972         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37973         Clear sign bit of 64-bit integer value before comparing against
37974         overflow value.
37975
37976         * sysdeps/mach/configure: Regenerated.
37977
37978 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37979
37980         [BZ #14278]
37981         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37982
37983 2012-06-21  Jeff Law  <law@redhat.com>
37984
37985         [BZ #13882]
37986         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37987         uint16_t for elements in the "seen" array to avoid char overflows.
37988         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37989         * elf/dl-open.c (dl_open_worker): Likewise.
37990
37991 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37992
37993         * scripts/list-sources.sh: Scan PORTS for translations.
37994         * po/libc.pot: Regenerated.
37995
37996 2012-06-21  Andreas Jaeger  <aj@suse.de>
37997
37998         [BZ #12194]
37999         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
38000         warning.
38001         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
38002         * bits/byteswap-16.h (__bswap_16): Likewise.
38003         * bits/byteswap.h (__bswap_constant_16): Likewise.
38004
38005 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
38006
38007         [BZ #14117]
38008         * sysdeps/i386/fpu_control.h: Removed.
38009         * sysdeps/x86_64/fpu_control.h: Moved to ...
38010         * sysdeps/x86/fpu_control.h: Here.
38011
38012         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
38013         (_FPU_SETCW): Likewise.
38014
38015 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
38016
38017         [BZ #14117]
38018         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
38019         * sysdeps/x86/fpu/bits/mathinline.h: This.
38020         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
38021
38022         [BZ #14050]
38023         [BZ #14117]
38024         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
38025         functions if __x86_64__ is defined.
38026
38027 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
38028
38029         * string/endian.h: Add !__ASSEMBLER__ condition for including
38030         conversion interfaces.
38031
38032 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
38033
38034         [BZ #14241]
38035         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
38036         of ABS(x) in calculating zero to negative powers other than odd
38037         integers.
38038         * math/libm-test.inc (pow_test): Add more tests.
38039
38040 2012-06-15  Andreas Jaeger  <aj@suse.de>
38041
38042         * manual/contrib.texi (Contributors): Update entry of Liubov
38043         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
38044         Machado Filho.
38045
38046 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
38047
38048         * string/string.h: Add __wur to GNU version of strerror_r.
38049
38050 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
38051
38052         [BZ #14229]
38053         * string/Makefile (tests): Add tst-strtok_r.
38054         * string/tst-strtok_r.c: New file.
38055         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
38056         RAX_LP/RDX_LP on SAVE_PTR.
38057
38058 2012-06-14  Roland McGrath  <roland@hack.frob.com>
38059
38060         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
38061
38062 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
38063
38064         * libm_test.inc (csqrt_test): Allow more spurious underflow
38065         exceptions.
38066         (j0_test): Likewise.
38067         (j1_test): Likewise.
38068         (y0_test): Likewise.
38069         (y1_test): Likewise.
38070
38071 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
38072
38073         * po/Makefile (libc.pot): Use UTF-8 charset.
38074
38075 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
38076
38077         [BZ #14210]
38078         Suppress sign-conversion warning from FD_SET.
38079         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
38080         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
38081         not unsigned long int.
38082         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
38083
38084 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
38085
38086         [BZ #14050]
38087         [BZ #14117]
38088         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
38089         __extern_always_inline instead of __extern_inline.
38090         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
38091         (__signbit): Likewise.
38092         (__signbitl): Support C++ namespace.
38093         (lrintf): New inline function.
38094         (lrint): Likewise.
38095         (llrintf): Likewise.
38096         (llrint): Likewise.
38097         (fmaxf): Likewise.
38098         (fmax): Likewise.
38099         (fminf): Likewise.
38100         (fmin): Likewise.
38101         (rint): Likewise.
38102         (rintf): Likewise.
38103         (ceil): Likewise.
38104         (ceilf): Likewise.
38105         (floor): Likewise.
38106         (floorf): Likewise.
38107         (nearbyint): Likewise.
38108         (nearbyintf): Likewise.
38109
38110 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
38111
38112         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
38113         non-default versions.
38114
38115 2012-06-11  Roland McGrath  <roland@hack.frob.com>
38116
38117         [BZ #14218]
38118         * manual/argp.texi (Argp): Reword argp_parse description slightly.
38119
38120 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
38121
38122         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
38123         (FE_UPWARD, FE_DOWNWARD): Don't define.
38124         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
38125         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38126
38127         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38128         reading it.
38129         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38130         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38131
38132 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38133
38134         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38135         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38136         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38137         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38138
38139 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
38140
38141         [BZ #14117]
38142         * sysdeps/i386/fpu/bits/fenv.h: Removed.
38143         * sysdeps/i386/fpu/Implies: New file.
38144         * sysdeps/x86_64/fpu/Implies: Likewise.
38145         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38146         * sysdeps/x86/fpu/bits/fenv.h: This.
38147
38148         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38149         __SSE_MATH__.
38150
38151 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
38152
38153         [BZ #14134]
38154         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38155         character 0xffff that matches the last element of the
38156         conversion table.
38157
38158 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38159
38160         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38161         fmodl commit.
38162
38163 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38164
38165         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38166         values higher than 25.6283.
38167
38168 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38169
38170         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38171         subnormal exponent extraction and add some __builtin_expect.
38172         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38173         Fix for subnormal mantissa calculation.
38174
38175 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
38176
38177         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38178         cpu2 is -1 and errno is not ENOSYS.
38179
38180 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
38181
38182         [BZ #14117]
38183         * sysdeps/i386/i486/bits/string.h: Renamed to ...
38184         * sysdeps/x86/bits/string.h: This.
38185         * sysdeps/x86_64/bits/string.h: Removed.
38186
38187         * sysdeps/i386/i486/bits/string.h: Define inline functions only
38188         if not compiling for x86-64, but compiling for >= i486.
38189
38190         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38191         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38192
38193         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38194         New macro from Linux kernel 3.4.0.
38195         (FP_XSTATE_MAGIC2): Likewise.
38196         (FP_XSTATE_MAGIC2_SIZE): Likewise.
38197         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38198         (struct _fpx_sw_bytes): New struct.
38199         (struct _xsave_hdr): Likewise.
38200         (struct _ymmh_state): Likewise.
38201         (struct _xstate): Likewise.
38202
38203         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38204         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38205         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38206         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38207         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38208         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38209
38210         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38211         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38212         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38213         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38214         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38215         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38216
38217 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38218
38219         [BZ #13743]
38220         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38221         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38222         (sysdep_headers): Include sys/platform/ppc.h.
38223         * sysdeps/powerpc/test-gettimebase.c: Test for
38224         __ppc_get_timebase() to catch future ISA opcode/insn changes.
38225         * manual/Makefile (appendices): Include platform.texi.
38226         * manual/contrib.texi (Contributors): Update @node pointers.
38227         * manual/maint.texi (Maintenance): Likewise.
38228         (Platform): New node.
38229         * manual/platform.texi: New file.  Document the new features.
38230
38231 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38232             Jakub Jelinek  <jakub@redhat.com>
38233
38234         [BZ #14188]
38235         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38236         where __builtin_expect is unavailable.
38237
38238 2012-06-03  David S. Miller  <davem@davemloft.net>
38239
38240         * stdlib/longlong.h: Updated from GCC.
38241
38242 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38243
38244         [BZ #14042]
38245         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38246         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38247         __mcount_internal.
38248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38249         (GLIBC_2.16): Likewise.
38250
38251 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38252
38253         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38254
38255 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38256
38257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38258         (default-abi): New variable.
38259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38260         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38261         variable.
38262         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38263         Likewise.
38264         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38265         Likewise.
38266         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38267         Likewise.
38268
38269         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38270         definition.  Document in comment.
38271
38272 2012-06-01  David S. Miller  <davem@davemloft.net>
38273
38274         * stdlib/longlong.h: Updated from GCC.
38275
38276 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38277
38278         [BZ #14117]
38279         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38280         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38281         sys/debugreg.h sys/io.h here.
38282         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38283         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38284         sys/io.h.
38285         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38286         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38287         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38288         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38289         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38290         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38291
38292         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38293         Define only if __x86_64__ is defined.
38294
38295 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38296
38297         [BZ #14048]
38298         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38299         Use int64_t for variable i.
38300         * math/libm-test.inc (fmod_test): Add more tests.
38301
38302         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38303         z computation is not scheduled after fetestexcept.
38304         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38305         Use math_force_eval instead of asm to ensure calculation scheduled
38306         before exception test.
38307         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38308         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38309
38310 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38311
38312         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38313         computation is not scheduled after fetestexcept.
38314
38315 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38316
38317         [BZ #14117]
38318         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38319         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38320
38321 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38322
38323         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38324         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38325
38326 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38327
38328         [BZ #14117]
38329         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38330         <bits/wordsize.h>.
38331         (__WCHAR_MIN): Support __WORDSIZE == 64.
38332         (__WCHAR_MAX): Likewise.
38333
38334         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38335         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38336
38337         [BZ #14183]
38338         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38339         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38340
38341         [BZ #14117]
38342         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38343         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38344
38345         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38346         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38347
38348         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38349         Defined to 1 if __x86_64__ isn't defined.
38350         (_STAT_VER_LINUX_OLD): New.
38351         (st_atime): Remove duplicate.
38352         (st_mtime): Likewise.
38353         (st_ctime): Likewise.
38354
38355 2012-05-31  David S. Miller  <davem@davemloft.net>
38356
38357         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38358         entries.
38359
38360 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38361
38362         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38363         gen-libm-test.pl.
38364
38365         [BZ #14132]
38366         * elf/dl-reloc.c: Include <_itoa.h>.
38367         (_dl_reloc_bad_type): Remove use of INTUSE.
38368         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38369         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38370         * stdio-common/psiginfo.c (psiginfo): Likewise.
38371         * stdio-common/psignal.c (psignal): Likewise.
38372         * string/strsignal.c (strsignal): Likewise.
38373         * include/signal.h (_sys_siglist): Declare hidden proto.
38374         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38375         INTVARDEF with libc_hidden_data_def.
38376         * stdio-common/itoa-udigits.c: Likewise.
38377         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38378         (_itoa_lower_digits_internal): Remove declaration.
38379         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38380         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38381         (_sys_sigabbrev_internal): Remove aliases.
38382         (_sys_siglist): Define hidden alias.
38383
38384 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38385
38386         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38387         bits/sysctl.h.
38388
38389 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38390
38391         [BZ #14117]
38392         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38393         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38394
38395         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38396         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38397         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38398         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38399         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38400         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38401
38402         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38403         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38404         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38405
38406         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38407         with __addr.
38408         (insw): Likewise.
38409         (insl): Likewise.
38410         (outsb): Likewise.
38411         (outsw): Likewise.
38412         (outsl): Likewise.
38413
38414         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38415         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38416         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38417
38418         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38419         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38420         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38421         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38422         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38423         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38424
38425         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38426         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38427
38428         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38429         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38430
38431         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38432         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38433         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38434
38435         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38436         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38437         to ...
38438         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38439
38440         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38441         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38442         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38443
38444         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38445         for x86-64.
38446         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38447
38448 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38449
38450         * math/math.h (M_El): Use two more decimal places.
38451         (M_LOG2El): Likewise.
38452         (M_LOG10El): Likewise.
38453         (M_LN2l): Likewise.
38454         (M_LN10l): Likewise.
38455         (M_PIl): Likewise.
38456         (M_PI_2l): Likewise.
38457         (M_PI_4l): Likewise.
38458         (M_1_PIl): Likewise.
38459         (M_2_PIl): Likewise.
38460         (M_2_SQRTPIl): Likewise.
38461         (M_SQRT2l): Likewise.
38462         (M_SQRT1_2l): Likewise.
38463
38464 2012-05-31  David S. Miller  <davem@davemloft.net>
38465
38466         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38467         values between float registers.
38468         * sysdeps/sparc/sparc64/memset.S: Likewise.
38469         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38470
38471 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38472
38473         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38474         -D_FORTIFY_SOURCE=1.
38475         (CPPFLAGS-tst-longjmp_chk.c): Define.
38476         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38477         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38478         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38479         CFLAGS-tst-wchar-h.c.
38480
38481 2012-05-31  Marek Polacek  <polacek@redhat.com>
38482
38483         [BZ #14132]
38484         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38485         __endmntent_internal): Remove declaration.
38486         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38487         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38488         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38489
38490 2012-05-30  David S. Miller  <davem@davemloft.net>
38491
38492         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38493         (___Q_simulate_exceptions): Use real FP ops rather than writing
38494         into the %fsr.
38495         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38496         Likewise.
38497
38498 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38499
38500         [BZ #14117]
38501         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38502         * sysdeps/x86/bits/xtitypes.h: This.
38503
38504         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38505         * sysdeps/x86/bits/wordsize.h: This.
38506
38507         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38508         * sysdeps/x86/bits/huge_vall.h: This.
38509
38510         * sysdeps/i386/bits/select.h: Removed.
38511         * sysdeps/x86_64/bits/select.h: Renamed to ...
38512         * sysdeps/x86/bits/select.h: This.
38513
38514         * sysdeps/i386/bits/setjmp.h: Removed.
38515         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38516         * sysdeps/x86/bits/setjmp.h: This.
38517
38518         * sysdeps/i386/bits/mathdef.h: Removed.
38519         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38520         * sysdeps/x86/bits/mathdef.h: This.
38521
38522 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38523
38524         [BZ #14132]
38525         * include/sys/socket.h (__connect_internal)
38526         (__libc_sa_len_internal): Remove declaration.
38527         (__connect, __libc_sa_len): Declare hidden_proto.
38528         (SA_LEN): Remove use of INTUSE.
38529         * socket/connect.c: Add libc_hidden_def.
38530         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38531         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38532         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38533         alias.
38534         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38535         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38536         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38537         of adding _internal alias.
38538
38539 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38540
38541         [BZ #14117]
38542         * sysdeps/i386/bits/link.h: Removed.
38543         * sysdeps/i386/bits/linkmap.h: Likewise.
38544         * sysdeps/x86_64/bits/link.h: Renamed to ...
38545         * sysdeps/x86/bits/link.h: This.
38546         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38547         * sysdeps/x86/bits/linkmap.h: This.
38548
38549         * sysdeps/i386/bits/endian.h: Removed.
38550         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38551         * sysdeps/x86/bits/endian.h: This.
38552
38553         * sysdeps/i386/bits/byteswap.h: Removed.
38554         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38555         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38556         * sysdeps/x86/bits/byteswap.h: This.
38557         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38558         * sysdeps/x86/bits/byteswap-16.h: This.
38559         * sysdeps/i386/Implies: Add x86.
38560         * sysdeps/x86_64/Implies: Likewise.
38561
38562 2012-05-30  David S. Miller  <davem@davemloft.net>
38563
38564         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38565         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38566         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38567         (FP_TRAPPING_EXCEPTIONS): Define.
38568         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38569         (FP_TRAPPING_EXCEPTIONS): Define.
38570         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38571         subnormals only when inexact has been signalled or underflow
38572         exceptions are enabled.
38573         (_FP_PACK_CANONICAL): Likewise.
38574
38575 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38576
38577         [BZ #14183]
38578         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38579         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38580
38581 2012-05-30  Richard Henderson  <rth@twiddle.net>
38582
38583         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38584         with #ifndef NOT_IN_libc.
38585
38586         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38587         marked to avoid plt entry.
38588
38589 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38590
38591         [BZ #14112]
38592         * Makeconfig (default-abi): New macro.
38593         (abi-includes): Likewise.
38594         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38595         $(abi-$(default-abi)-lib-soname) for soname if defined.
38596         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38597         abi-variants.
38598         * Makefile (installed-stubs): Likewise.
38599         * include/stubs-biarch.h: Removed.
38600         * scripts/lib-names.awk: Only handle one library at a time.
38601         * scripts/soversions.awk: Remove WORDSIZE support.
38602         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38603         entries.
38604         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38605         Removed.
38606         (syscall-list-default-condition): Likewise.
38607         (syscall-list-default-condition): Likewise.
38608         (syscall-list-includes): Likewise.
38609         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38610         syscall-list-* with abi-*.  Handle undefined abi-variants.
38611         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38612         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38613         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38614         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38615         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38616         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38617         Removed.
38618         (syscall-list-32-options): Likewise.
38619         (syscall-list-32-condition): Likewise.
38620         (syscall-list-64-options): Likewise.
38621         (syscall-list-64-condition): Likewise.
38622         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38623         macro.
38624         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38625         Renamed to ...
38626         (abi-*): This.
38627         (abi-64-ld-soname): New macro.
38628         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38629         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38630         Renamed to ...
38631         (abi-*): This.
38632         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38633         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38634
38635 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38636
38637         * sysdeps/unix/sysv/linux/kernel-features.h
38638         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38639         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38640         include <kernel-features.h>.
38641         [!__NR_ftruncate64]: Remove conditional code.
38642         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38643         [__NR_ftruncate64]: Make code unconditional.
38644         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38645         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38646         include <kernel-features.h>.
38647         [!__NR_ftruncate64]: Remove conditional code.
38648         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38649         [__NR_ftruncate64]: Make code unconditional.
38650         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38651         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38652         include <kernel-features.h>.
38653         [!__NR_ftruncate64]: Remove conditional code.
38654         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38655         [__NR_ftruncate64]: Make code unconditional.
38656         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38658         include <kernel-features.h>.
38659         [!__NR_ftruncate64]: Remove conditional code.
38660         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38661         [__NR_ftruncate64]: Make code unconditional.
38662         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38663
38664         * configure.in (libc_cv_fpie): Weaken to a compile test using
38665         LIBC_TRY_CC_OPTION.
38666         * configure: Regenerated.
38667
38668 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38669
38670         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38671         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38672         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38673         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38674         Refreshed.
38675         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38676         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38677         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38678         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38679         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38680         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38681         Refreshed.
38682
38683 2012-05-27  David S. Miller  <davem@davemloft.net>
38684
38685         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38686         (___Q_zero): New.
38687         (__Q_simulate_exceptions): Return void.  Change to simulate
38688         exceptions by writing into the %fsr.
38689         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38690         (__Qp_handle_exceptions): Likewise.
38691         (numbers): Delete.
38692         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38693         __Qp_handle_exceptions.
38694         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38695         __Qp_handle_exceptions.
38696         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38697         as unused and give dummy FP_RND_NEAREST initializer.
38698         (FP_INHIBIT_RESULTS): Define.
38699         (___Q_simulate_exceptions): Update declaration.
38700         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38701         formatting.
38702         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38703         as unused and give dummy FP_RND_NEAREST initializer.
38704         (__Qp_handle_exceptions): Update declaration.
38705         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38706         formatting.
38707
38708 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38709
38710         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38711         the temporary FPU control word.
38712         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38713         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38714         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38715         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38716         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38717         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38718         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38719         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38720         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38721         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38722         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38723
38724 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38725
38726         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38727         fields.
38728
38729 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38730
38731         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38732         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38733         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38734         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38735         Likewise.
38736         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38737         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38738         Likewise.
38739
38740 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38741
38742         * po/h.po: Update from translation team.
38743
38744 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38745
38746         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38747
38748         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38749         handling of denormals.
38750         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38751         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38752         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38753         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38754         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38755         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38756         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38757         Likewise.
38758
38759 2012-05-26  Marek Polacek  <polacek@redhat.com>
38760
38761         [BZ #14152]
38762         * math/libm-test.inc (fma_test): Don't always expect underflow
38763         exception.
38764
38765 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38766
38767         [BZ #12416]
38768         * elf/tst-execstack.c: Include stackinfo.h.
38769         (do_test): Adjust test case to ensure that pthread_getattr_np
38770         behaviour remains the same after marking stack executable.
38771
38772 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38773
38774         * sysdeps/unix/sysv/linux/kernel-features.h
38775         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38776         * sysdeps/unix/sysv/linux/i386/getrlimit.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         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38781         kernel-features.h.
38782         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38783         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38784
38785 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38786
38787         * configure.in: Define the default includes to being none.
38788         * configure: Regenerated.
38789
38790 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38791
38792         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38793         * sysdeps/x86_64/setjmp.S: Likewise.
38794         * sysdeps/i386/bsd-setjmp.S: Likewise.
38795         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38796         * sysdeps/i386/setjmp.S: Likewise.
38797         * sysdeps/i386/__longjmp.S: Likewise.
38798         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38799         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38800
38801         * include/stap-probe.h: New file.
38802         * configure.in: Handle --enable-systemtap.
38803         * configure: Regenerated.
38804         * config.h.in (USE_STAP_PROBE): New #undef.
38805         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38806         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38807         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38808
38809 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38810
38811         [BZ #13717]
38812         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38813         to 2.4.0 where earlier.
38814         * sysdeps/unix/sysv/linux/configure: Regenerated.
38815         * sysdeps/unix/sysv/linux/i386/chown.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/fchown.c: Do not include
38820         <kernel-features.h>.
38821         [__ASSUME_32BITUIDS]: Make code unconditional.
38822         [!__ASSUME_32BITUIDS]: Remove conditional code.
38823         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38824         [__ASSUME_32BITUIDS]: Make code unconditional.
38825         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38826         * sysdeps/unix/sysv/linux/i386/getegid.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/geteuid.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/getgid.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/getgroups.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/getresgid.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/getresuid.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/getuid.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/lchown.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/msgctl.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/semctl.c: Do not include
38863         <kernel-features.h>.
38864         [__ASSUME_32BITUIDS]: Make code unconditional.
38865         [!__ASSUME_32BITUIDS]: Remove conditional code.
38866         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38867         <kernel-features.h>.
38868         [__NR_setresgid] (__setresgid): Do not declare.
38869         [__ASSUME_32BITUIDS]: Make code unconditional.
38870         [!__ASSUME_32BITUIDS]: Remove conditional code.
38871         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38872         <kernel-features.h>.
38873         [__NR_setresuid] (__setresuid): Do not declare.
38874         [__ASSUME_32BITUIDS]: Make code unconditional.
38875         [!__ASSUME_32BITUIDS]: Remove conditional code.
38876         * sysdeps/unix/sysv/linux/i386/setfsgid.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/setfsuid.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/setgid.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/setgroups.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/setregid.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/setresgid.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/setresuid.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/setreuid.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/setuid.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/i386/shmctl.c: Do not include
38913         <kernel-features.h>.
38914         [__ASSUME_32BITUIDS]: Make code unconditional.
38915         [!__ASSUME_32BITUIDS]: Remove conditional code.
38916         * sysdeps/unix/sysv/linux/kernel-features.h
38917         (__ASSUME_SETRESUID_SYSCALL): Remove.
38918         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38919         (__ASSUME_32BITUIDS): Likewise.
38920         (__ASSUME_LDT_WORKS): Likewise.
38921         (__ASSUME_O_DIRECTORY): Likewise.
38922         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38923         architecture but not kernel version.
38924         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38925         (__ASSUME_MMAP2_SYSCALL): Likewise.
38926         (__ASSUME_STAT64_SYSCALL): Likewise.
38927         (__ASSUME_IPC64): Likewise.
38928         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38929         <kernel-features.h>.
38930         [__ASSUME_32BITUIDS]: Make code unconditional.
38931         [!__ASSUME_32BITUIDS]: Remove conditional code.
38932         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38933         <kernel-features.h>.
38934         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38935         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38936         132096]: Remove conditional code.
38937         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38938         * sysdeps/unix/sysv/linux/s390/s390-32/chown.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/s390/s390-32/lchown.c: Do not include
38943         <kernel-features.h>.
38944         [__ASSUME_32BITUIDS]: Make code unconditional.
38945         [!__ASSUME_32BITUIDS]: Remove conditional code.
38946         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38947         <kernel-features.h>.
38948         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38949         unconditional.
38950         (__setresgid): Do not declare.
38951         [__ASSUME_32BITUIDS]: Make code unconditional.
38952         [!__ASSUME_32BITUIDS]: Remove conditional code.
38953         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38954         <kernel-features.h>.
38955         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38956         unconditional.
38957         (__setresuid): Do not declare.
38958         [__ASSUME_32BITUIDS]: Make code unconditional.
38959         [!__ASSUME_32BITUIDS]: Remove conditional code.
38960         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38961         <kernel-features.h>.
38962         [__ASSUME_32BITUIDS]: Make code unconditional.
38963         [!__ASSUME_32BITUIDS]: Remove conditional code.
38964         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38965         <kernel-features.h>.
38966         [__ASSUME_32BITUIDS]: Make code unconditional.
38967         [!__ASSUME_32BITUIDS]: Remove conditional code.
38968
38969 2012-05-25  Richard Henderson  <rth@twiddle.net>
38970
38971         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38972         dl_hwcap to ifunc resolver.
38973         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38974         elf_ifunc_invoke.
38975         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38976         dl_hwcap to ifunc resolver.
38977         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38978
38979 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38980
38981         [BZ #14153]
38982         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38983         for |x| <= 2**-26, not 2**-57.
38984         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38985         exception.
38986
38987 2012-05-24  Jeff Law  <law@redhat.com>
38988
38989         * stdio-common/Makefile (tests): Add bug25.
38990         * stdio-common/bug25.c: New test.
38991
38992 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38993
38994         [BZ #13576]
38995         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38996         multiple of MALLOC_ALIGNMENT in size.
38997         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38998
38999 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39000
39001         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
39002         Require >= 256.
39003         (FILENAME_MAX): Use macro-int-constant.
39004         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
39005         (_IOFBF): Use macro-int-constant.
39006         (_IOLBF): Likewise.
39007         (_IONBF): Likewise.
39008         (SEEK_CUR): Likewise.
39009         (SEEK_END): Likewise.
39010         (SEEK_SET): Likewise.
39011         (TMP_MAX): Likewise.
39012         (EOF): Use macro-int-constant.  Require < 0.
39013         (NULL): Use macro-constant.  Require == 0.
39014         (stdin): Require type to be FILE *.
39015         (stdout): Likewise.
39016         (stderr): Likewise.
39017         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
39018         macro-int-constant.
39019         (EXIT_SUCCESS): Likewise.
39020         (NULL): Use macro-constant.  Require == 0.
39021         (RAND_MAX): Use macro-int-constant.
39022         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
39023         [C99-based standards] (strtof): Require function.
39024         [C99-based standards] (strtold): Likewise.
39025         [C99-based standards] (strtoll): Likewise.
39026         [C99-based standards] (strtoull): Likewise.
39027         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39028         [ISO || ISO99 || ISO11] (limits.h): Likewise.
39029         [ISO || ISO99 || ISO11] (math.h): Likewise.
39030         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
39031         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39032         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39033
39034 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
39035
39036         [BZ #14132]
39037         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
39038         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
39039         * intl/dgettext.c (DCGETTEXT): Likewise.
39040         * intl/gettext.c (DCGETTEXT): Likewise.
39041         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
39042         * posix/regex_internal.h (gettext): Likewise.
39043         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
39044         Remove declaration.
39045         * include/argz.h (__argz_count_internal)
39046         (__argz_stringify_internal): Remove declaration.
39047         (__argz_count, __argz_stringify): Declare hidden proto.
39048         * intl/dcgettext.c: Remove use of INTDEF.
39049         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
39050         * string/argz-stringify.c: Likewise.
39051         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39052         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39053         Declare hidden proto.
39054         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39055         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39056         Declare hidden proto.
39057         * include/stdio.h (__asprintf_internal): Don't declare.
39058         (__asprintf): Don't define as macro.  Declare hidden proto.
39059         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
39060         (__fsetlocking): Declare hidden proto.
39061         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
39062         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
39063         hidden proto.
39064         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
39065         (_IO_setlinebuf): Remove use of INTUSE.
39066         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
39067         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
39068         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
39069         Remove declaration.
39070         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
39071         (_IO_do_flush): Remove use of INTUSE.
39072         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
39073         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
39074         (_IO_adjust_column, _IO_least_wmarker)
39075         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
39076         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
39077         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
39078         (_IO_default_doallocate, _IO_wdefault_doallocate)
39079         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
39080         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
39081         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
39082         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
39083         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
39084         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
39085         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
39086         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
39087         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
39088         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
39089         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
39090         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
39091         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
39092         proto.
39093         (_IO_flush_all_internal, _IO_adjust_column_internal)
39094         (_IO_default_uflow_internal, _IO_default_finish_internal)
39095         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
39096         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
39097         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
39098         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
39099         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
39100         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
39101         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
39102         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
39103         (_IO_file_close_internal, _IO_file_close_it_internal)
39104         (_IO_file_underflow_internal, _IO_file_overflow_internal)
39105         (_IO_file_init_internal, _IO_file_attach_internal)
39106         (_IO_file_fopen_internal, _IO_file_read_internal)
39107         (_IO_file_sync_internal, _IO_file_seek_internal)
39108         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
39109         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
39110         (_IO_str_underflow_internal, _IO_str_overflow_internal)
39111         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
39112         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
39113         (_IO_list_all_internal, _IO_link_in_internal)
39114         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
39115         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
39116         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
39117         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
39118         (_IO_do_write_internal, _IO_padn_internal)
39119         (_IO_getline_info_internal, _IO_getline_internal)
39120         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
39121         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
39122         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
39123         (_IO_vfscanf_internal, _IO_vfprintf_internal)
39124         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
39125         (_IO_init_internal, _IO_un_link_internal): Don't declare.
39126         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39127         with libc_hidden_ver, remove use of INTUSE.
39128         * libio/genops.c: Likewise.
39129         * libio/freopen.c: Likewise.
39130         * libio/freopen64.c: Likewise.
39131         * libio/iofclose.c: Likewise.
39132         * libio/iofdopen.c: Likewise.
39133         * libio/iofflush.c: Likewise.
39134         * libio/iofflush_u.c: Likewise.
39135         * libio/iofgets.c: Likewise.
39136         * libio/iofgets_u.c: Likewise.
39137         * libio/iofopen.c: Likewise.
39138         * libio/iofopncook.c: Likewise.
39139         * libio/iofread.c: Likewise.
39140         * libio/iofread_u.c: Likewise.
39141         * libio/ioftell.c: Likewise.
39142         * libio/iofwrite.c: Likewise.
39143         * libio/iogetline.c: Likewise.
39144         * libio/iogets.c: Likewise.
39145         * libio/iogetwline.c: Likewise.
39146         * libio/iopadn.c: Likewise.
39147         * libio/iopopen.c: Likewise.
39148         * libio/ioseekoff.c: Likewise.
39149         * libio/ioseekpos.c: Likewise.
39150         * libio/iosetbuffer.c: Likewise.
39151         * libio/iosetvbuf.c: Likewise.
39152         * libio/ioungetc.c: Likewise.
39153         * libio/ioungetwc.c: Likewise.
39154         * libio/iovdprintf.c: Likewise.
39155         * libio/iovsprintf.c: Likewise.
39156         * libio/iovsscanf.c: Likewise.
39157         * libio/memstream.c: Likewise.
39158         * libio/obprintf.c: Likewise.
39159         * libio/oldfileops.c: Likewise.
39160         * libio/oldiofclose.c: Likewise.
39161         * libio/oldiofdopen.c: Likewise.
39162         * libio/oldiofopen.c: Likewise.
39163         * libio/oldiopopen.c: Likewise.
39164         * libio/oldstdfiles.c: Likewise.
39165         * libio/putc.c: Likewise.
39166         * libio/setbuf.c: Likewise.
39167         * libio/setlinebuf.c: Likewise.
39168         * libio/stdfiles.c: Likewise.
39169         * libio/strops.c: Likewise.
39170         * libio/vasprintf.c: Likewise.
39171         * libio/vscanf.c: Likewise.
39172         * libio/vsnprintf.c: Likewise.
39173         * libio/vswprintf.c: Likewise.
39174         * libio/wfiledoalloc.c: Likewise.
39175         * libio/wfileops.c: Likewise.
39176         * libio/wgenops.c: Likewise.
39177         * libio/wmemstream.c: Likewise.
39178         * libio/wstrops.c: Likewise.
39179         * libio/__fpurge.c: Likewise.
39180         * libio/__fsetlocking.c: Likewise.
39181         * assert/assert.c: Likewise.
39182         * debug/fgets_chk.c: Likewise.
39183         * debug/fgets_u_chk.c: Likewise.
39184         * debug/fread_chk.c: Likewise.
39185         * debug/fread_u_chk.c: Likewise.
39186         * debug/gets_chk.c: Likewise.
39187         * debug/obprintf_chk.c: Likewise.
39188         * debug/vasprintf_chk.c: Likewise.
39189         * debug/vdprintf_chk.c: Likewise.
39190         * debug/vsnprintf_chk.c: Likewise.
39191         * debug/vsprintf_chk.c: Likewise.
39192         * malloc/mtrace.c: Likewise.
39193         * misc/error.c: Likewise.
39194         * misc/syslog.c: Likewise.
39195         * stdio-common/asprintf.c: Likewise.
39196         * stdio-common/fxprintf.c: Likewise.
39197         * stdio-common/getw.c: Likewise.
39198         * stdio-common/isoc99_fscanf.c: Likewise.
39199         * stdio-common/isoc99_scanf.c: Likewise.
39200         * stdio-common/isoc99_vfscanf.c: Likewise.
39201         * stdio-common/isoc99_vscanf.c: Likewise.
39202         * stdio-common/isoc99_vsscanf.c: Likewise.
39203         * stdio-common/printf-prs.c: Likewise.
39204         * stdio-common/printf_fp.c: Likewise.
39205         * stdio-common/printf_fphex.c: Likewise.
39206         * stdio-common/printf_size.c: Likewise.
39207         * stdio-common/putw.c: Likewise.
39208         * stdio-common/scanf.c: Likewise.
39209         * stdio-common/sprintf.c: Likewise.
39210         * stdio-common/tmpfile.c: Likewise.
39211         * stdio-common/vfprintf.c: Likewise.
39212         * stdio-common/vfscanf.c: Likewise.
39213         * stdlib/strfmon_l.c: Likewise.
39214         * sunrpc/openchild.c: Likewise.
39215         * sunrpc/xdr_stdio.c: Likewise.
39216         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39217         * sysdeps/mach/hurd/tmpfile.c: Likewise.
39218
39219 2012-05-24  Roland McGrath  <roland@hack.frob.com>
39220
39221         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39222
39223         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39224         in the third column, to generate for the shared library an IFUNC
39225         that uses _dl_vdso_vsym.
39226         * Makerules (COMPILE.c, compile-stdin.c): New variables.
39227         * Makeconfig (object-suffixes-noshared): New variable.
39228
39229         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39230         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39231         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39232         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39233
39234         [BZ #14132]
39235         * include/sys/time.h (__gettimeofday): Remove macro.
39236         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39237         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39238         Remove INTDEF.
39239         (__gettimeofday): Add libc_hidden_def.
39240         (gettimeofday): Add libc_hidden_weak.
39241         * sysdeps/mach/gettimeofday.c: Likewise.
39242         * sysdeps/posix/gettimeofday.c: Likewise.
39243         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39244         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39245         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39246         (__gettimeofday_internal): Remove strong_alias.
39247         (__gettimeofday): Add libc_hidden_def.
39248         (gettimeofday): Add libc_hidden_weak.
39249         * sysdeps/unix/syscalls.list (gettimeofday):
39250         Remove __gettimeofday_internal alias.
39251
39252 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39253             H.J. Lu  <hongjiu.lu@intel.com>
39254
39255         [BZ #12495]
39256         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39257         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39258         (largebin_index_32_big): New.
39259         (largebin_index): Use it for 16-byte alignment.
39260         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39261         correction with front_misalign.
39262
39263 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39264
39265         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39266         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39267         Likewise.
39268         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39269         Likewise.
39270         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39271         Likewise.
39272         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39273         Likewise.
39274         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39275         Likewise.
39276         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39277         Likewise.
39278         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39279         Likewise.
39280         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39281         Likewise.
39282         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39283         Likewise.
39284         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39285         Likewise.
39286         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39287         Likewise.
39288         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39289         Likewise.
39290
39291         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39292         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39293
39294 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39295
39296         [BZ #10846]
39297         [BZ #14036]
39298         * math/libm-test.inc (exp_test): Add test from bug 14036.
39299         (pow_test): Add test from bug 10846.
39300
39301         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39302         and other flags.
39303         (special_function): Do not include flags in test name.
39304         (parse_args): Likewise.
39305         * sysdeps/i386/fpu/libm-test-ulps: Update.
39306         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39307         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39308         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39309         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39310
39311         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39312         exceptions.
39313         * math/libm-test.inc ("Philosophy"): Update comment about
39314         exception testing.
39315         (UNDERFLOW_EXCEPTION): New macro.
39316         (UNDERFLOW_EXCEPTION_OK): Likewise.
39317         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39318         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39319         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39320         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39321         (INVALID_EXCEPTION_OK): Update value.
39322         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39323         (OVERFLOW_EXCEPTION_OK): Likewise.
39324         (IGNORE_ZERO_INF_SIGN): Likewise.
39325         (test_exceptions): Handle underflow exceptions.
39326         (acos_test): Update for underflow exception expectations.
39327         (cexp_test): Likewise.
39328         (clog_test): Likewise.
39329         (clog10_test): Likewise.
39330         (csqrt_test): Likewise.
39331         (ctan_test): Likewise.
39332         (ctanh_test): Likewise.
39333         (exp_test): Likewise.
39334         (exp10_test): Likewise.
39335         (exp2_test): Likewise.
39336         (expm1_test): Likewise.
39337         (fma_test): Likewise.
39338         (j0_test): Likewise.
39339         (jn_test): Likewise.
39340         (nexttoward_test): Likewise.
39341         (pow_test): Likewise.
39342         (scalbn_test): Likewise.
39343         (scalbln_test): Likewise.
39344         (tan_test): Likewise.
39345         (y1_test): Likewise.
39346         * sysdeps/i386/fpu/libm-test-ulps: Update.
39347         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39348
39349 2012-05-23  David S. Miller  <davem@davemloft.net>
39350
39351         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39352         (__libc_sigaction): Remove unused local variables.
39353
39354 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39355
39356         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39357
39358 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39359
39360         mktime: avoid signed integer overflow
39361         * time/mktime.c (__mktime_internal): Do not mishandle the case
39362         where diff == INT_MIN.
39363
39364         mktime: simplify computation of average
39365         * time/mktime.c (ranged_convert): Use new time_t_avg function
39366         instead of rolling our own (probably-slower) code.
39367
39368         mktime: do not assume signed right shift propagates sign bit
39369         * time/mktime.c (isdst_differ): New static function.
39370         (__mktime_internal): No need to normalize tm_isdst now.
39371         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39372         tm_isdst values.
39373
39374         mktime: merge another wrapv change from gnulib
39375         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39376         from some compilers.
39377
39378         mktime: remove incorrect attempt at unusual arithmetics
39379         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39380         The code didn't really work on such machines anyway.
39381         (TYPE_MINIMUM): Assume two's complement.
39382         (twos_complement_arithmetic): Verify that long_int and time_t
39383         are two's complement (or unsigned, in the latter case).
39384
39385         mktime: check signed shifts on long_int and time_t, too
39386         * time/mktime.c (SHR): Check that shifts work as desired
39387         on the types long_int and time_t too, as SHR is used on
39388         such types.
39389
39390         mktime: do not assume 'long' is wide enough
39391         * time/mktime.c (verify): Move decl up.
39392         (long_int): New type.
39393         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39394         to remove assumption in the code that 'long' is wide enough to
39395         store year values.  This assumption is not true on x32 and on
39396         some non-glibc platforms.
39397
39398         mktime: merge wrapv change from gnulib
39399         * time/mktime.c (WRAPV): New macro.
39400         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39401         (guess_time_tm, __mktime_internal): Do not assume that signed
39402         integer overflow wraps around; modern compilers generate code
39403         where this assumption is no longer valid.
39404
39405 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39406
39407         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39408         Replace "jmp L(pseudo_end)" with "ret".
39409         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39410         Likewise.
39411
39412 2012-05-23  Andreas Jaeger  <aj@suse.de>
39413
39414         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39415         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39416
39417 2012-05-23  Andreas Jaeger  <aj@suse.de>
39418             Maximilian Attems  <max@stro.at>
39419
39420         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39421         New macros.
39422
39423 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39424
39425         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39426         code so that pseudo_end is just ret and the stack pointer is
39427         correct also for static library in error case.
39428
39429 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39430
39431         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39432         move to syscalls.list.
39433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39437
39438         * manual/install.texi (Running make install): Do not mention Linux
39439         kernel version for which pt_chown is not needed.
39440         (Linux): Do not mention problems with nscd with 2.0 kernels.
39441         * INSTALL: Regenerated.
39442
39443 2012-05-23  Andreas Jaeger  <aj@suse.de>
39444
39445         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39446         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39447         macro.
39448         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39449         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39450         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39451         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39452         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39453         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39454         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39455         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39456         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39457         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39458         * sysdeps/unix/sysv/linux/bits/in.h
39459         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39460
39461 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39462
39463         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39464         (PREPARE_VERSION): Just use assert instead, it will be elided
39465         under [NDEBUG] anyway.
39466
39467 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39468
39469         * sysdeps/unix/sysv/linux/Makefile: Include
39470         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39471         (sysdep_routines): Remove sysctl.
39472         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39473         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39474         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39475         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39476         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39477
39478 2012-05-22  Andreas Jaeger  <aj@suse.de>
39479
39480         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39481         that pseudo_end is just ret and the stack pointer is correct also
39482         for static library in error case.
39483
39484 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39485
39486         [BZ #14122]
39487         * nss/nsswitch.c (defconfig_entries): New variable.
39488         (__nss_database_lookup): Don't leak defconfig entries.
39489         (nss_parse_service_list): Don't leak on error paths.
39490         (free_database_entries): New function.
39491         (free_defconfig): New function.
39492         (free_mem): Move common code to free_database_entries.
39493
39494 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39495
39496         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39497         Add arch_prctl.
39498         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39499
39500         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39501         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39502         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39503         New macro.
39504         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39505         (INTERNAL_SYSCALL_TYPES): Likewise.
39506         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39507         (LOAD_REGS_TYPES_[1-6]): Likewise.
39508         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39509         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39510
39511 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39512
39513         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39514         copysignl for GLIBC_2_0.
39515         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39516         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39517         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39518         logbl for GLIBC_2_0.
39519         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39520         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39521
39522 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39523
39524         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39525         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39526
39527         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39528         Use "neg %eax".
39529
39530         * time/mktime.c: Update copyright years.
39531
39532 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39533
39534         mktime: merge comment-quoting-style change from gnulib
39535         * time/mktime.c: Quote 'like this' in comments.
39536         The GNU coding standards suggest that we no longer quote `like this',
39537         as "`" and "'" are typically rendered asymmetrically nowadays.
39538         The typical gnulib style is to quote 'like this' when quoting
39539         code, and "like this" when quoting English.
39540
39541         * time/mktime.c (compile-command): Add "-I.".
39542
39543         mktime: merge mktime-internal.h change from gnulib
39544         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39545
39546         mktime: merge time_r change from gnulib
39547         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39548
39549         mktime: merge DEBUG change from gnulib
39550         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39551         case system <time.h> has a #define.
39552
39553         mktime: merge <sys/types.h> change from gnulib
39554         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39555         since <time.t> is now guaranteed to define time_t.
39556
39557         mktime: merge HAVE_CONFIG_H change from gnulib
39558         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39559
39560 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39561
39562         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39563         Use "neg %eax".
39564
39565         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39566         __rlim_t cast.
39567         (struct rusage): Use anonymous union to pad each field to
39568         __syscall_slong_t.
39569
39570 2012-05-21  David S. Miller  <davem@davemloft.net>
39571
39572         * Makefules (o-iterator): Remove .s cases.
39573         (compile-command.s): Delete.
39574         (COMPILE.s): Delete.
39575         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39576
39577 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39578
39579         * configure.in (libc_cv_predef_stack_protector): Only consider
39580         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39581         * configure: Regenerated.
39582
39583 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39584
39585         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39586         New macro.  Use R*LP on int and pointer.
39587         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39588         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39589         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39590         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39591
39592         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39593         [__WORDSIZE_TIME64_COMPAT32] instead of
39594         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39595         (struct utmp): Likewise.
39596         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39597         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39598         Renamed to ...
39599         (__WORDSIZE_TIME64_COMPAT32): This.
39600         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39601         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39602         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39603         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39604         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39605         (__WORDSIZE_TIME64_COMPAT32): New macro.
39606
39607 2012-05-21  Andreas Jaeger  <aj@suse.de>
39608
39609         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39610         only if [SHARED]. Add prototype for __wcschr_ia32.
39611
39612 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39613
39614         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39615         of %rbp unmolested in the jmp_buf while mangling the low bits.
39616         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39617         unmolested high bits of %rbp while demangling the low bits.
39618         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39619
39620 2012-05-21  Andreas Jaeger  <aj@suse.de>
39621
39622         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39623         * sunrpc/svc_simple.c: Use it for registerrpc.
39624         * sunrpc/xcrypt.c: Use it for passwd2des.
39625
39626         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39627
39628 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39629
39630         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39631         Don't define if [__SYSCALL_WORDSIZE != 32].
39632         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39633         New macro.
39634
39635 2012-05-21  Bruno Haible  <bruno@clisp.org>
39636             Andreas Jaeger  <aj@suse.de>
39637
39638         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39639         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39640         inptr and inend for must_buffer_ch.
39641         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39642         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39643         * stdio-common/Makefile (tests): Remove bug15.
39644         (bug15-ENV): Remove macro.
39645         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39646         anymore.
39647
39648 2012-05-19  Andreas Jaeger  <aj@suse.de>
39649             Roland McGrath  <roland@hack.frob.com>
39650
39651         * manual/contrib.texi: Completely rewritten. It contains now an
39652         alphabetical list of contributors and their contributions.
39653
39654 2012-05-21  Richard Henderson  <rth@twiddle.net>
39655
39656         * misc/getauxval.c (__getauxval): Use unsigned long int.
39657         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39658         (getauxval): Use unsigned long int.
39659
39660 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39661
39662         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39663
39664 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39665
39666         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39667         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39668         __alignof__ (long double).
39669
39670 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39671
39672         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39673
39674 2012-05-20  Richard Henderson  <rth@twiddle.net>
39675
39676         * misc/getauxval.c: New file.
39677         * misc/sys/auxv.h: New file.
39678         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39679         (routines): Add getauxval.
39680         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39681         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39682         * elf/dl-sysdep.c (_dl_auxv): Remove.
39683         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39684         * elf/dl-support.c (_dl_auxv): New variable.
39685         (_dl_aux_init): Initialize it.
39686         * manual/startup.texi (Auxiliary Vector): New node.
39687         * sysdeps/generic/bits/hwcap.h: New file.
39688         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39689         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39690         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39691         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39692         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39693         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39695         Update.
39696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39697         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39698         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39699         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39700         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39701         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39702         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39703         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39704
39705 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39706
39707         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39708
39709 2012-05-19  David S. Miller  <davem@davemloft.net>
39710
39711         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39712
39713 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39714
39715         [BZ #14123]
39716         * math/s_ccosh.c: Include <float.h>
39717         (__ccosh): Avoid internal overflow calculating sinh and cosh
39718         values before multiplying by sin and cos values.
39719         * math/s_ccoshf.c: Likewise.
39720         * math/s_ccoshl.c: Likewise.
39721         * math/s_csin.c: Likewise.
39722         * math/s_csinf.c: Likewise.
39723         * math/s_csinl.c: Likewise.
39724         * math/s_csinh.c: Likewise.
39725         * math/s_csinhf.c: Likewise.
39726         * math/s_csinhl.c: Likewise.
39727         * math/libm-test.inc (ccos_test): Add more tests.
39728         (ccosh_test): Likewise.
39729         (csin_test): Likewise.
39730         (csinh_test): Likewise.
39731         * sysdeps/i386/fpu/libm-test-ulps: Update.
39732         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39733
39734 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39735
39736         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39737         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39738
39739         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39740
39741 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39742
39743         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39744         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39745         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39746         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39747         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39748         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39749         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39750         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39751         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39752         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39753         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39754         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39755         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39756         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39757         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39758         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39759         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39760         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39761         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39762         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39763         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39764         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39765         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39766         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39767         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39768         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39769         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39770         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39771         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39772         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39773         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39774
39775 2012-05-18  Andreas Jaeger  <aj@suse.de>
39776
39777         * csu/.gitignore: Delete.
39778
39779 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39780
39781         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39782         (timex): Use __syscall_slong_t.
39783
39784 2012-05-18  Andreas Jaeger  <aj@suse.de>
39785             Carlos O'Donell  <carlos_odonell@mentor.com>
39786
39787         * manual/install.texi (Configuring and compiling): Update
39788         description about files modified in the source directory.
39789         * INSTALL: Regenerated.
39790
39791 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39792
39793         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39794         value.  Use "or" to set return value to -1.
39795         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39796         negate return value.
39797
39798 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39799
39800         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39801         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39802         failure if the compiler has Graphite support disabled.
39803         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39804         Likewise.
39805         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39806         (CFLAGS-memmove.c): Likewise.
39807         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39808         Likewise.
39809
39810 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39811
39812         * sysdeps/x86_64/x32/_itoa.h: New file.
39813
39814         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39815         getdents system call only if kernel and user dirents have the
39816         same d_ino and d_off.
39817
39818         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39819         LLONG_MAX != LONG_MAX.
39820         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39821         (_fitoa_word): Likewise.
39822
39823         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39824         years.
39825         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39826         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39827         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39828
39829         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39830         include <bits/wordsize.h>.  Check __x86_64__ instead of
39831         __WORDSIZE.
39832         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39833         if __x86_64__ is defined.  Use anonymous union on fpstate.
39834
39835         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39836         anonymous union.
39837
39838 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39839
39840         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39841         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39842         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39843         Refer to _rtld_local_ro instead of _rtld_global_ro.
39844         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39845         Likewise.
39846         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39847         Likewise.
39848         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39849         Likewise.
39850         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39851         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39852         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39853
39854         * sysdeps/powerpc/powerpc32/dl-machine.c
39855         (__elf_machine_runtime_setup) [PROF]: Don't reference
39856         _dl_prof_resolve.
39857
39858 2012-05-18  Andreas Jaeger  <aj@suse.de>
39859
39860         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39861         function only available for GCCs before 3.4 since GCC 3.4
39862         introduced a builtin.
39863         (lrint): Likewise.
39864         (llrintf): Likewise.
39865         (llrint): Likewise.
39866         (fmaxf): Likewise.
39867         (fmax): Likewise.
39868         (fminf): Likewise.
39869         (fmin): Likewise.
39870         (rint): Likewise.
39871         (rintf): Likewise.
39872         (nearbyint): Likewise.
39873         (nearbyintf): Likewise.
39874         (ceil): Likewise.
39875         (ceilf): Likewise.
39876         (floor): Likewise.
39877         (floorf): Likewise.
39878
39879 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39880
39881         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39882         on both fields and cast pointer to __syscall_ulong_t.
39883
39884         * bits/types.h (__fsword_t): New type.
39885         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39886         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39887         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39888         (__FSWORD_T_TYPE): Likewise.
39889         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39890         (__FSWORD_T_TYPE): Likewise.
39891         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39892         (__FSWORD_T_TYPE): Likewise.
39893         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39894         (__FSWORD_T_TYPE): Likewise.
39895         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39896         __SWORD_TYPE with __fsword_t.
39897         (statfs64): Likewise.
39898
39899 2012-05-17  David S. Miller  <davem@davemloft.net>
39900
39901         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39902
39903 2012-05-17  Andreas Jaeger  <aj@suse.de>
39904
39905         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39906         warning.
39907
39908 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39909
39910         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39911
39912 2012-05-17  Andreas Jaeger  <aj@suse.de>
39913
39914         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39915         when it is used.
39916
39917 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39918
39919         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39920
39921 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39922
39923         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39924         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39925
39926 2012-05-17  Andreas Jaeger  <aj@suse.de>
39927             Carlos O'Donell  <carlos_odonell@mentor.com>
39928
39929         [BZ #14059]
39930         * sysdeps/x86_64/multiarch/init-arch.h
39931         (bit_YMM_Usable): Rename to...
39932         (bit_AVX_Usable): ... this.
39933         (bit_FMA4_Usable): New macro.
39934         (bit_XMM_state): New macro.
39935         (bit_YMM_state): New macro.
39936         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39937         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39938         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39939         (CPUID_OSXSAVE): New macro.
39940         (CPUID_AVX): New macro.
39941         (CPUID_FMA4): New macro.
39942         (index_YMM_Usable): Rename to...
39943         (index_AVX_Usable): ... this.
39944         (HAS_AVX): Use HAS_ARCH_FEATURE.
39945         (HAS_FMA4): Likewise.
39946         (HAS_YMM_USABLE): Remove.
39947         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39948         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39949         are present.
39950         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39951         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39952         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39953         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39954         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39955
39956 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39957
39958         * math/libm-test.c: Support platforms without multiple rounding modes.
39959         * math/bug-nextafter.c: Support platforms without FP exceptions.
39960         * math/bug-nexttoward.c: Likewise.
39961         * math/test-fenv.c: Likewise.
39962         * math/test-misc.c: Likewise.
39963         * stdlib/bug-getcontext.c: Likewise.
39964
39965 2012-05-17  Andreas Jaeger  <aj@suse.de>
39966
39967         * manual/examples/search.c (critter_cmp): Change signature to
39968         avoid warnings.
39969         * manual/string.texi (Collation Functions): Likewise.
39970
39971 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39972
39973         * bits/types.h: Fold copyright years.
39974         * bits/typesizes.h: Likewise.
39975         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39976         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39977         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39978         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39979         * time/time.h: Likewise.
39980
39981 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39982
39983         [BZ #208]
39984         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39985         in instead of returning them.  Return void.
39986         (__libc_mallinfo): Accumulate over all arenas.
39987         (__malloc_stats): Adjust for change in int_mallinfo interface.
39988
39989 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39990
39991         [BZ #10375]
39992         * configure.in (NM): Add AC_CHECK_TOOL for it.
39993         (libc_extra_cflags): New substituted variable.
39994         Check for -fstack-protector being used implicitly.
39995         * configure: Regenerated.
39996         * config.make.in (config-extra-cflags): New variable,
39997         gets @libc_extra_cflags@.
39998         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39999
40000         [BZ #10375]
40001         * configure.in: Check for _FORTIFY_SOURCE being predefined.
40002         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
40003         * configure: Regenerated.
40004         * config.make.in (CPPUNDEFS): New substituted variable.
40005         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
40006         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
40007         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
40008
40009 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40010
40011         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
40012         (mq_attr): Use __syscall_slong_t.
40013
40014 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40015
40016         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
40017         Check __x86_64__ instead of __WORDSIZE.
40018         (_STAT_VER_LINUX): Likewise.
40019         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
40020         __syscall_ulong_t and __syscall_slong_t.
40021         (stat64): Likewise.
40022
40023 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40024
40025         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
40026
40027 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40028
40029         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
40030
40031 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40032
40033         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
40034         __syscall_ulong_t.
40035
40036         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
40037         include <bits/wordsize.h>.  Check __x86_64__ instead of
40038         __WORDSIZE.
40039         (greg_t): Use "__extension__ long long int" if __x86_64__ is
40040         defined.
40041         (mcontext_t): Replace "unsigned long" with "unsigned long long".
40042
40043         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
40044         include <bits/wordsize.h>.  Check __x86_64__ instead of
40045         __WORDSIZE.
40046         (user_regs_struct): Use "__extension__ unsigned long long"
40047         instead of "unsigned long" if __x86_64__ is defined.
40048         (user): Likewise.  Pad after pointer field if __ILP32__ is
40049         defined.
40050
40051 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
40052
40053         * configure.in (makeinfo): Require version 4.5 or later.  Allow
40054         versions 5 to 9.
40055         * configure: Regenerated.
40056         * manual/install.texi (texinfo): Increase version requirement to
40057         4.5 or later.
40058         * INSTALL: Regenerated.
40059
40060         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
40061
40062 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40063
40064         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
40065
40066         * sysdeps/x86_64/x32/ffs.c: New file.
40067
40068         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
40069         __syscall_ulong_t.
40070         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
40071         defined.  Use __syscall_ulong_t.
40072         (shminfo): Use __syscall_ulong_t.
40073         (shm_info): Likewise.
40074
40075         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
40076         __syscall_ulong_t.
40077
40078         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
40079         <bits/wordsize.h>.
40080         (msgqnum_t): Use __syscall_ulong_t.
40081         (msglen_t): Likewise.
40082         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
40083         __syscall_ulong_t.
40084
40085         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
40086         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40087
40088         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
40089
40090         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
40091         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
40092
40093         * sysvipc/sys/msg.h (msgbuf): Replace long int with
40094         __syscall_slong_t.
40095
40096         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
40097         include <bits/wordsize.h>.  Check __x86_64__ instead of
40098         __WORDSIZE.
40099
40100         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
40101         "unsigned long long int" if __x86_64__ is defined.
40102         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
40103
40104         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
40105         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40106         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
40107
40108         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
40109         <stdint.h>.
40110         (GET_PC): Cast to uintptr_t first.
40111         (GET_FRAME): Likewise.
40112         (GET_STACK): Likewise.
40113
40114         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
40115         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
40116         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
40117         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
40118         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
40119         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
40120         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
40121         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
40122         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
40123         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
40124         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
40125         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40126         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40127         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40128         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40129         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40130         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40131         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40132         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40133         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40134         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40135         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40136         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40137         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40138         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40139         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40140         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40141         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40142         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40143
40144 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
40145
40146         * Makerules (+depfiles): Also collect depfiles from .oS in
40147         $(extra-objs).
40148         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40149         .oS, $(libnldbl-routines)).
40150
40151         * Makerules (native-compile-mkdep-flags): Define.
40152         * sunrpc/Makefile (extra-objs): Add $(addprefix
40153         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40154         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40155         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
40156         calling $(make-target-directory).
40157
40158 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40159
40160         * bits/types.h (__snseconds_t): Removed.
40161         * time/time.h (struct timespec): Replace __snseconds_t with
40162         __syscall_slong_t.
40163         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40164         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40165         Likewise.
40166         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40167         (__SNSECONDS_T_TYPE): Likewise.
40168         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40169         (__SNSECONDS_T_TYPE): Likewise.
40170         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40171         (__SNSECONDS_T_TYPE): Likewise.
40172
40173 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40174
40175         * sysdeps/mach/hurd/bits/typesizes.h
40176         (__SYSCALL_SLONG_TYPE): New macro.
40177         (__SYSCALL_ULONG_TYPE): Likewise.
40178
40179 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40180
40181         * bits/types.h (__syscall_slong_t): New type.
40182         (__syscall_ulong_t): Likewise.
40183
40184         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40185         (__SYSCALL_ULONG_TYPE): Likewise.
40186         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40187         (__SYSCALL_SLONG_TYPE): Likewise.
40188         (__SYSCALL_ULONG_TYPE): Likewise.
40189         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40190         (__SYSCALL_SLONG_TYPE): Likewise.
40191         (__SYSCALL_ULONG_TYPE): Likewise.
40192         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40193         (__SYSCALL_SLONG_TYPE): Likewise.
40194         (__SYSCALL_ULONG_TYPE): Likewise.
40195
40196 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40197
40198         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40199         Add sigaltstack-offsets.sym.
40200         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40201         <sigaltstack-offsets.h>.
40202         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
40203         longjmp_msg pointer.
40204         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
40205         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40206         signal stack.
40207         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40208
40209 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40210
40211         * elf/stackguard-macros.h: Remove file.
40212         * sysdeps/generic/stackguard-macros.h: New file.
40213         * sysdeps/i386/stackguard-macros.h: Likewise.
40214         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40215         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40216         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40217         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40218         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40219         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40220         * sysdeps/x86_64/stackguard-macros.h: Likewise.
40221         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40222         <elf/stackguard-macros.h>.
40223
40224         [BZ #14109]
40225         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40226         __aligned__ in attribute.
40227         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40228         (gregset_t): Likewise.
40229
40230 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40231
40232         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40233         * sysdeps/x86_64/64/Implies-after: Here.  New file.
40234         * sysdeps/x86_64/x32/Implies-after: New file.
40235
40236 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40237
40238         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40239         and access return value for _dl_profile_fixup.  Use R10_LP to
40240         load frame size.
40241
40242 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40243
40244         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40245
40246 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40247
40248         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40249         * sysdeps/x86_64/x32/sysdep.h: New file.
40250
40251 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40252
40253         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40254         * sysdeps/x86_64/setjmp.S: Likewise.
40255
40256 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40257
40258         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40259         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40260         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40261         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40262         remove unused global constant.
40263
40264 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40265
40266         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40267         include of <not-cancel.h>.
40268
40269 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40270
40271         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40272
40273 2012-05-15  Jeff Law  <law@redhat.com>
40274             Andreas Jaeger  <aj@suse.de>
40275
40276         [BZ #13594]
40277         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40278         out from...
40279         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40280         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40281         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40282         code changing __hst_map_handle.map.
40283
40284 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40285
40286         * configure.in (sysnames): Look for Implies-before and Implies-after
40287         files.
40288         * configure: Regenerated.
40289
40290 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40291
40292         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40293         8-byte data alignment with LP_SIZE alignment.
40294
40295 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40296
40297         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40298         into R10_LP.
40299
40300 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40301
40302         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40303
40304 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40305
40306         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40307         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40308         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40309         Likewise.
40310         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40311
40312 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40313
40314         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40315         (stackinfo_sub_sp): Likewise.
40316
40317 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40318
40319         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40320         RAX_LP.
40321
40322 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40323
40324         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40325         into R*_LP.
40326
40327 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40328
40329         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40330         sizes into R*_LP.
40331
40332 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40333
40334         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40335
40336 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40337
40338         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40339         into R11_LP and load __x86_64_shared_cache_size_half into
40340         R8_LP.
40341
40342 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40343
40344         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40345         R8_LP.
40346
40347 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40348
40349         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40350         logb for POWER7.
40351         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40352         logbf for POWER7.
40353         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40354         logbl for POWER7.
40355         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40356         powerpc32/power7/fpu/s_logb.c via #include.
40357         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40358         powerpc32/power7/fpu/s_logbf.c via #include.
40359         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40360         powerpc32/power7/fpu/s_logbl.c via #include.
40361
40362 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40363
40364         * README.libm: Remove file.
40365
40366 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40367
40368         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40369         count for x32.  Use R*_LP and omit operand-size suffix.
40370
40371 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40372
40373         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40374         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40375         * sysdeps/x86_64/x32/shlib-versions: New file.
40376
40377 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40378
40379         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40380         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40381         Use _dl_fatal_printf instead.
40382
40383 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40384
40385         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40386         set if not set by the user.  Do not allow for being unset.
40387         * sysdeps/unix/sysv/linux/configure: Regenerated.
40388
40389 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40390
40391         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40392         the `q' suffix from lea and replace .quad with ASM_ADDR.
40393
40394 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40395
40396         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40397         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40398         instead of $17.
40399         (PTR_DEMANGLE): Likewise.
40400
40401 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40402
40403         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40404         (LP_OP): Likewise.
40405         (ASM_ADDR): Likewise.
40406         (RAX_LP): Likewise.
40407         (RBP_LP): Likewise.
40408         (RBX_LP): Likewise.
40409         (RCX_LP): Likewise.
40410         (RDI_LP): Likewise.
40411         (RSI_LP): Likewise.
40412         (RSP_LP): Likewise.
40413         (R8_LP): Likewise.
40414         (R9_LP): Likewise.
40415         (R10_LP): Likewise.
40416         (R10_LP): Likewise.
40417         (R11_LP): Likewise.
40418         (R12_LP): Likewise.
40419         (R13_LP): Likewise.
40420         (R14_LP): Likewise.
40421         (R15_LP): Likewise.
40422
40423 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40424
40425         * sysdeps/x86_64/x32/dl-machine.h: New file.
40426
40427 2012-05-14  Andreas Jaeger  <aj@suse.de>
40428
40429         * manual/Makefile (subdir): Remove export of subdir.
40430         (all): Remove target.
40431         (.PHONY): Remove all from list.
40432         (mkinstalldirs): Remove.
40433         (.PHONY): Remove installdirs from list.
40434         ($(inst_infodir)/libc.info): Use make-target-directory.
40435         (installdirs): Remove.
40436         (subdir_%): Remove.
40437         (glibc-targets): Remove.
40438         (lib): Remove.
40439         (stubs): Remove.
40440         ($(objpfx)stubs ../po/manual.pot): Remove.
40441         ($(objpfx)stamp%): Remove.
40442         (make-target-directory): Remove.
40443         (subdir_install): Remove.
40444         (routines): Remove.
40445         (aux): Remove.
40446         (sources): Remove.
40447         (objects): Remove.
40448         (headers): Remove.
40449
40450         [BZ #13750]
40451         * manual/.gitignore: Remove, it's not needed anymore.
40452         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40453         all files in it.
40454         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40455         directory.
40456         (texis): Renamed to $(objpfx)texis.
40457         (texis-path): New, contains path to generated files.
40458         (chapters.%): Use texis-path for complete path, add extra argument
40459         libc-texinfo.sh.
40460         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40461         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40462         (summary,texi, stamp-summary): Use complete path of
40463         files. Generate files in build dir.
40464         (dir-add.texi): Build in build dir.
40465         (libm-err.texi,stamp-libm-err): Likewise.
40466         (version.texi, stamp-version): Likewise.
40467         (.%c.texi): Likewise.
40468         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40469         (mostlyclean): Remove target.
40470         (realclean): Remove target.
40471         (generated): Add new variable with contents from mostlyclean and
40472         realclean, remove entries duplicated in common-mostlyclean, add
40473         stamp-libm-err and stamp-version.
40474         (generated-dirs): Add libc directory.
40475         ($(inst_infodir)/libc.info): Install files from build dir.
40476
40477         * manual/install.texi (Configuring and compiling): Adjust since
40478         the info files are not part of the tar ball anymore.
40479
40480 2012-05-14  Andreas Jaeger  <aj@suse.de>
40481
40482         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40483         variable.
40484
40485 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40486
40487         [BZ #13717]
40488         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40489         to 2.2.0 where earlier.
40490         * sysdeps/unix/sysv/linux/configure: Regenerated.
40491         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40492         Remove conditional code.
40493         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40494         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40495         Remove conditional code.
40496         [!__NR_lchown]: Likewise.
40497         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40498         [__NR_lchown]: Likewise.
40499         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40500         comment referencing __ASSUME_LCHOWN_SYSCALL.
40501         * sysdeps/unix/sysv/linux/i386/sigaction.c
40502         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40503         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40504         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40505         Remove conditional code.
40506         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40507         (__protocol_available): Remove #if 0 code.
40508         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40509         conditional code.
40510         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40511         * sysdeps/unix/sysv/linux/kernel-features.h
40512         (__ASSUME_GETCWD_SYSCALL): Don't define.
40513         (__ASSUME_REALTIME_SIGNALS): Likewise.
40514         (__ASSUME_PREAD_SYSCALL): Likewise.
40515         (__ASSUME_PWRITE_SYSCALL): Likewise.
40516         (__ASSUME_POLL_SYSCALL): Likewise.
40517         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40518         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40519         non-SPARC.
40520         (__ASSUME_SIOCGIFNAME): Don't define.
40521         (__ASSUME_MSG_NOSIGNAL): Likewise.
40522         (__ASSUME_SENDFILE): Define unconditionally.
40523         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40524         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40525         conditional code.
40526         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40527         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40528         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40529         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40530         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40531         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40532         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40534         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40535         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40537         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40538         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40540         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40541         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40543         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40544         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40546         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40547         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40549         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40550         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40552         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40553         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40555         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40556         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40557         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40558         Remove conditional code.
40559         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40560         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40561         Remove conditional code.
40562         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40563         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40564         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40565         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40566         Remove conditional code.
40567         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40568         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40569         Remove conditional code.
40570         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40571         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40572         Remove conditional code.
40573         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40574         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40575         Remove conditional code.
40576         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40577         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40578         Remove conditional code.
40579         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40580         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40581         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40582         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40583         * sysdeps/unix/sysv/linux/sigaction.c
40584         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40585         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40586         * sysdeps/unix/sysv/linux/sigpending.c
40587         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40588         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40589         * sysdeps/unix/sysv/linux/sigprocmask.c
40590         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40591         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40592         * sysdeps/unix/sysv/linux/sigsuspend.c
40593         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40594         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40595         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40596         (__libc_missing_rt_sigs): Remove.
40597         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40598         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40599         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40600         Remove conditional code.
40601         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40602         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40603         return 1.
40604         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40605         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40606         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40607         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40608
40609 2012-05-14  Andreas Jaeger  <aj@suse.de>
40610
40611         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40612         it's not used in glibc.
40613         (__coshm1): Likewise.
40614         (__acosh1p): Likewise.
40615         (__sgn): Likewise.
40616
40617         * manual/string.texi (Copying and Concatenation): Add missing
40618         variable in concat example.
40619         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40620
40621 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40622
40623         [BZ #14103]
40624         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40625         __builtin_clzl with __builtin_clzll.
40626
40627 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40628
40629         [BZ #14104]
40630         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40631         libc_freeres_ptr.
40632
40633 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40634
40635         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40636         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40637         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40638         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40639
40640 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40641
40642         * NEWS: Update ia64 info.
40643
40644 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40645
40646         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40647         used as bcopy.
40648
40649 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40650
40651         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40652         * sysdeps/unix/syscalls.list (dup3): Likewise.
40653         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40654         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40655
40656 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40657
40658         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40659         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40660
40661 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40662
40663         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40664         thread pointer.
40665         (TLS_IE): Use mov/add instead of movq/addq to load thread
40666         pointer.
40667         (TLS_GD_PREFIX): New.
40668         (TLS_GD): Use it.
40669
40670 2012-05-11  David S. Miller  <davem@davemloft.net>
40671
40672         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40673         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40674         (_FPU_SETCW): Likewise.
40675
40676 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40677
40678         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40679         is 32-byte aligned.
40680
40681 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40682
40683         [BZ #11837]
40684         * iconvdata/gb18030.c: Update tables.
40685         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40686         characters specially.
40687         (BODY for TO_LOOP): Add encoding of missing ranges.
40688
40689 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40690
40691         [BZ #13673]
40692         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40693         * sysdeps/mach/hurd/dup3.c: Likewise.
40694         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40695         * sysdeps/powerpc/memmove.c:: Likewise.
40696
40697 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40698
40699         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40700         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40701
40702 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40703
40704         * elf/elf.h (R_X86_64_RELATIVE64): New.
40705         (R_X86_64_NUM): Updated.
40706         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40707         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40708         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40709         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40710         tst-quad1pie tst-quad2pie
40711         (modules-names): Add tst-quadmod1 tst-quadmod2.
40712         ($(objpfx)tst-quad1): New dependency.
40713         ($(objpfx)tst-quad2): Likewise.
40714         ($(objpfx)tst-quad1pie): Likewise.
40715         ($(objpfx)tst-quad2pie): Likewise.
40716         * sysdeps/x86_64/tst-quad1.c: New file.
40717         * sysdeps/x86_64/tst-quad1pie.c: New file.
40718         * sysdeps/x86_64/tst-quad2.c: Likewise.
40719         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40720         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40721         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40722         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40723         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40724
40725 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40726
40727         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40728         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40729         * streams/stropts.h (t_scalar_t): Define type.
40730
40731         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40732         (_PATH_PRESERVE): Set to "/var/lib".
40733         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40734
40735         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40736         instead of int.
40737
40738         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40739         if __dir_mkfile succeeded.
40740
40741         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40742         checking for _hurd_dtablesize.  Unlock it right after having
40743         finished _hurd_dtable allocation.
40744
40745 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40746
40747         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40748         * sysdeps/mach/hurd/configure: Regenerated.
40749         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40750         special-casing to...
40751         * sysdeps/gnu/configure.in: ... this new file.
40752         * sysdeps/unix/sysv/linux/configure: Regenerated.
40753         * sysdeps/gnu/configure: New generated file.
40754
40755         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40756         for Linux: use nsec instead of usec, as well as:
40757         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40758         members of type struct timespec.
40759         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40760         New macros.
40761         (struct stat64): Likewise.
40762         (_STATBUF_ST_NSEC): New macro.
40763         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40764
40765         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40766         __strtoul_internal rather than strtoul.
40767
40768 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40769
40770         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40771         and reject them.
40772
40773 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40774
40775         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40776         which preserves existing values.
40777         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40778
40779 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40780
40781         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40782         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40783         greater than FD_SETSIZE.
40784
40785 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40786
40787         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40788         allocated, call __vm_protect to finish enabling the existing space, and
40789         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40790         allocate the remainder.
40791
40792 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40793
40794         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40795         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40796
40797 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40798
40799         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40800         sysdeps/mach/hurd/readlink.c.
40801
40802         * posix/tst-sysconf.c (posix_options): Only use
40803         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40804         _POSIX_SYNCHRONIZED_IO when they are defined
40805         * sysdeps/mach/hurd/bits/posix_opt.h:
40806         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40807         (_XOPEN_REALTIME): Undefine macro.
40808         (_XOPEN_REALTIME_THREADS): Undefine macro.
40809         (_XOPEN_SHM): Undefine macro.
40810         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40811         macro to -1.
40812         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40813         macro to -1.
40814         (_POSIX_ASYNC_IO): Undefine macro.
40815         (_POSIX_PRIORITIZED_IO): Undefine macro.
40816         (_POSIX_SPIN_LOCKS): Define macro to -1.
40817
40818         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40819         SA_NODEFER, SA_RESETHAND.
40820         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40821         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40822         F_DUPFD_CLOEXEC.
40823
40824 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40825
40826         * elf/Makefile (pldd-modules): Define unconditionally.
40827
40828 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40829
40830         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40831
40832 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40833
40834         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40835         Return ENOENT when name is empty.
40836         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40837
40838 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40839
40840         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40841
40842         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40843
40844 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40845
40846         Fix mlock in all cases except non-readable pages.
40847         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40848         instead of VM_PROT_ALL as parameter to __vm_wire function.
40849
40850         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40851         (__mkdir): When path is `/', just fail with EEXIST.
40852         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40853
40854 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40855
40856         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40857         <sys/uio.h> (for writev).
40858         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40859         and <sys/param.h> (for MIN).
40860
40861 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40862
40863         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40864         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40865         if interrupted.
40866
40867 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40868
40869         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40870         Depend on against $(link-rpcuserlibs).
40871
40872 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40873
40874         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40875         (__libc_stack_end): Do not use attribute_relro.
40876         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40877         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40878         to libthread-provided value.
40879         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40880         attribute_relro.
40881
40882 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40883
40884         [BZ #3748]
40885         * bits/libc-lock.h (__libc_once_get): New macro.
40886         * sysdeps/mach/bits/libc-lock.h: Likewise.
40887         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40888         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40889         instead of using implementation details.
40890
40891         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40892         * libio/freopen.c: Likewise.
40893         * libio/freopen64.c: Likewise.
40894         * misc/syslog.c: Likewise.
40895         * nscd/connections.c: Likewise.
40896         * nscd/netgroupcache.c: Likewise.
40897         * sysdeps/posix/getcwd.c: Likewise.
40898
40899 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40900
40901         * math/w_ilogbf.c: Add #include <limits.h>.
40902
40903 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40904
40905         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40906         path instead of returning without unlocking.
40907
40908         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40909         immediate-write ioctls.
40910         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40911
40912 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40913
40914         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40915         __builtin_frame_address instead of making assumptions about the
40916         location of the return address relative to DATA.  Force early load of
40917         the return address.
40918         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40919         __builtin_frame_address.
40920
40921         dup3 for GNU Hurd.
40922         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40923         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40924         implement dup3 and do some further code clean-ups.
40925         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40926         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40927
40928 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40929
40930         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40931
40932         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40933         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40934         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40935         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40936         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40937         d->port.lock.
40938
40939         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40940         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40941         when handler == SIG_ERR, not when handler != SIG_ERR.
40942
40943 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40944
40945         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40946         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40947         definitions.
40948
40949         accept4 for GNU Hurd.
40950         * include/sys/socket.h (__libc_accept4): New prototype.
40951         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40952         to implement __libc_accept4.
40953         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40954         __libc_accept4.
40955         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40956
40957         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40958         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40959         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40960         signal-defines.sym.
40961
40962 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40963
40964         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40965
40966 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40967
40968         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40969         assertion on O_CLOEXEC flag.
40970         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40971         * hurd/intern-fd.c: Likewise.
40972         * hurd/port2fd.c: Likewise.
40973
40974 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40975
40976         [BZ #3906]
40977         * bits/in.h (IPV6_PKTINFO): Define new macro.
40978         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40979
40980 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40981
40982         [BZ #13954]
40983         [BZ #13955]
40984         [BZ #13956]
40985         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40986         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40987         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40988         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40989         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40990         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40991         * math/libm-test.inc (logb_test) : Additional logb tests.
40992
40993 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40994             Andreas Jaeger  <aj@suse.de>
40995
40996         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40997         * configure: Regenerated.
40998         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40999         * config.make.in (link-obsolete-rpc): New substituted variable.
41000         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
41001         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
41002         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41003         (shared-only-routines): Don't set it under [link-obsolete-rpc],
41004         so that libc.a contains the symbols.
41005         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41006         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
41007         * sunrpc/auth_none.c: Likewise.
41008         * sunrpc/auth_unix.c: Likewise.
41009         * sunrpc/authdes_prot.c: Likewise.
41010         * sunrpc/authuxprot.c: Likewise.
41011         * sunrpc/clnt_gen.c: Likewise.
41012         * sunrpc/clnt_perr.c: Likewise.
41013         * sunrpc/clnt_raw.c: Likewise.
41014         * sunrpc/clnt_simp.c: Likewise.
41015         * sunrpc/clnt_tcp.c: Likewise.
41016         * sunrpc/clnt_udp.c: Likewise.
41017         * sunrpc/clnt_unix.c: Likewise.
41018         * sunrpc/des_crypt.c: Likewise.
41019         * sunrpc/des_soft.c: Likewise.
41020         * sunrpc/get_myaddr.c: Likewise.
41021         * sunrpc/key_call.c: Likewise.
41022         * sunrpc/key_prot.c: Likewise.
41023         * sunrpc/netname.c: Likewise.
41024         * sunrpc/pm_getmaps.c: Likewise.
41025         * sunrpc/pm_getport.c: Likewise.
41026         * sunrpc/pmap_clnt.c: Likewise.
41027         * sunrpc/pmap_prot.c: Likewise.
41028         * sunrpc/pmap_prot2.c: Likewise.
41029         * sunrpc/pmap_rmt.c: Likewise.
41030         * sunrpc/publickey.c: Likewise.
41031         * sunrpc/rpc_cmsg.c: Likewise.
41032         * sunrpc/rpc_common.c: Likewise.
41033         * sunrpc/rpc_dtable.c: Likewise.
41034         * sunrpc/rpc_prot.c: Likewise.
41035         * sunrpc/rpc_thread.c: Likewise.
41036         * sunrpc/rtime.c: Likewise.
41037         * sunrpc/svc.c: Likewise.
41038         * sunrpc/svc_auth.c: Likewise.
41039         * sunrpc/svc_raw.c: Likewise.
41040         * sunrpc/svc_run.c: Likewise.
41041         * sunrpc/svc_tcp.c: Likewise.
41042         * sunrpc/svc_udp.c: Likewise.
41043         * sunrpc/svc_unix.c: Likewise.
41044         * sunrpc/svcauth_des.c: Likewise.
41045         * sunrpc/xcrypt.c: Likewise.
41046         * sunrpc/xdr.c: Likewise.
41047         * sunrpc/xdr_array.c: Likewise.
41048         * sunrpc/xdr_float.c: Likewise.
41049         * sunrpc/xdr_intXX_t.c: Likewise.
41050         * sunrpc/xdr_mem.c: Likewise.
41051         * sunrpc/xdr_rec.c: Likewise.
41052         * sunrpc/xdr_ref.c: Likewise.
41053         * sunrpc/xdr_sizeof.c: Likewise.
41054         * sunrpc/xdr_stdio.c: Likewise.
41055
41056 2012-05-10  Roland McGrath  <roland@hack.frob.com>
41057
41058         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
41059         change.  Update copyright years.
41060
41061 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41062
41063         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
41064
41065 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
41066             Joseph Myers  <joseph@codesourcery.com>
41067             Paul Pluzhnikov  <ppluzhnikov@google.com>
41068
41069         [BZ #14012]
41070         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
41071         requiring rpcgen.
41072         [cross-compiling] (extra-libs): Likewise.
41073         [cross-compiling] (extra-libs-others): Likewise.
41074         [cross-compiling] (librpcsvc-routines): Likewise.
41075         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
41076         [cross-compiling] (omit-deps): Likewise.
41077         (sunrpc-CPPFLAGS): New variable.
41078         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
41079         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
41080         (cross-rpcgen-objs): New variable.
41081         (extra-objs): Append $(cross-rpcgen-objs).
41082         ($(cross-rpcgen-objs)): New rule.
41083         ($(objpfx)cross-rpcgen): Likewise.
41084         (rpcgen-cmd): Define to use $(built-program-file).  Expand
41085         comment.
41086         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
41087         ($(objpfx)x%.stmp): Likewise.
41088         * sunrpc/proto.h [IS_IN_build] (_): Define.
41089         [IS_IN_build] (_libc_intl_domainname): Likewise.
41090
41091 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41092
41093         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
41094         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
41095         and R_X86_64_TPOFF64.
41096
41097 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41098
41099         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
41100         sysdeps/unix/sysv/syscalls.list.
41101         (stime): Likewise.
41102         (utime): Likewise.
41103         * sysdeps/unix/sysv/syscalls.list: Remove file.
41104
41105 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
41106
41107         [BZ #3440]
41108         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
41109         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
41110         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
41111         (__LC_IDENTIFICATION): Make these macros useful in #if
41112         expressions, as required by C99.
41113
41114 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
41115
41116         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
41117         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
41118         after this.
41119
41120 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
41121
41122         * stdlib/longlong.h: Updated from GCC.
41123
41124 2012-05-09  Andreas Jaeger  <aj@suse.de>
41125
41126         * nscd/nscd.c (run_modes): Make named enum, reorder so that
41127         default is first entry.
41128         (run_mode): Set type.
41129         (main): Remove informal message about syslog.
41130         (options): Fix typo.
41131
41132         [BZ #14053]
41133         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
41134         to asm.
41135         (lrint): Likewise.
41136         (llrintf): Likewise.
41137         (llrint): Likewise.
41138         (rint): Likewise.
41139         (rintf): Likewise.
41140         (nearbyint): Likewise.
41141         (nearbyintf): Likewise.
41142
41143 2012-05-09  Andreas Jaeger  <aj@suse.de>
41144             Pedro Alves  <palves@redhat.com>
41145
41146         * nscd/nscd.c (run_mode): Use enum.
41147         (main): Cleanup coding style issue.
41148
41149 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
41150             Andreas Jaeger  <aj@suse.de>
41151
41152         * nscd/nscd.c (go_background): Replaced with...
41153         (run_mode): ... this.
41154         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
41155         (options): Add -F --foreground.
41156         (main): Implement it.
41157         (parse_opt): Parse it.
41158
41159 2012-05-09  Andreas Jaeger  <aj@suse.de>
41160
41161         [BZ #14083]
41162         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41163         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41164         -Wconversion warning.
41165         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41166         Likewise.
41167
41168 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
41169
41170         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
41171         == 0.
41172         (LC_ALL): Use macro-int-constant.
41173         (LC_COLLATE): Likewise.
41174         (LC_CTYPE): Likewise.
41175         (LC_MESSAGES): Likewise.
41176         (LC_MONETARY): Likewise.
41177         (LC_NUMERIC): Likewise.
41178         (LC_TIME): Likewise.
41179         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41180         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41181         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41182         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41183         Specify type.
41184         [C99-based standards] (float_t): Expect type.
41185         [C99-based standards] (double_t): Expect type.
41186         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
41187         type.
41188         [C99-based standards] (HUGE_VALL): Likewise.
41189         [C99-based standards] (INFINITY): Likewise.
41190         [C99-based standards] (NAN): Likewise.
41191         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41192         [C99-based standards] (FP_NAN): Likewise.
41193         [C99-based standards] (FP_NORMAL): Likewise.
41194         [C99-based standards] (FP_SUBNORMAL): Likewise.
41195         [C99-based standards] (FP_ZERO): Likewise.
41196         [C99-based standards] (FP_FAST_FMA): Use
41197         optional-macro-int-constant.  Specify type.  Require == 1.
41198         [C99-based standards] (FP_FAST_FMAF): Likewise.
41199         [C99-based standards] (FP_FAST_FMAL): Likewise.
41200         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41201         [C99-based standards] (FP_ILOGBNAN): Likewise.
41202         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41203         Specify type.
41204         [C99-based standards] (MATH_ERREXCEPT): Likewise.
41205         [C99-based standards] (math_errhandling): Specify type.
41206         [ISO99 || ISO11] (signgam): Do not allow.
41207         [non-C99-based standards] (copysignf): Do not allow.
41208         [non-C99-based standards] (exp2f): Likewise.
41209         [non-C99-based standards] (log2f): Likewise.
41210         [non-C99-based standards] (modff): Allow.
41211         [non-C99-based standards] (erff): Do not allow.
41212         [non-C99-based standards] (erfcf): Likewise.
41213         [non-C99-based standards] (gammaf): Likewise.
41214         [non-C99-based standards] (hypotf): Likewise.
41215         [non-C99-based standards] (j0f): Likewise.
41216         [non-C99-based standards] (j1f): Likewise.
41217         [non-C99-based standards] (jnf): Likewise.
41218         [non-C99-based standards] (lgammaf): Likewise.
41219         [non-C99-based standards] (tgammaf): Likewise.
41220         [non-C99-based standards] (y0f): Likewise.
41221         [non-C99-based standards] (y1f): Likewise.
41222         [non-C99-based standards] (ynf): Likewise.
41223         [non-C99-based standards] (isnanf): Likewise.
41224         [non-C99-based standards] (acoshf): Likewise.
41225         [non-C99-based standards] (asinhf): Likewise.
41226         [non-C99-based standards] (atanhf): Likewise.
41227         [non-C99-based standards] (cbrtf): Likewise.
41228         [non-C99-based standards] (expm1f): Likewise.
41229         [non-C99-based standards] (ilogbf): Likewise.
41230         [non-C99-based standards] (log1pf): Likewise.
41231         [non-C99-based standards] (logbf): Likewise.
41232         [non-C99-based standards] (nextafterf): Likewise.
41233         [non-C99-based standards] (remainderf): Likewise.
41234         [non-C99-based standards] (rintf): Likewise.
41235         [non-C99-based standards] (scalbf): Likewise.
41236         [non-C99-based standards] (copysignl): Likewise.
41237         [non-C99-based standards] (exp2l): Likewise.
41238         [non-C99-based standards] (log2l): Likewise.
41239         [non-C99-based standards] (modfl): Allow.
41240         [non-C99-based standards] (erfl): Do not allow.
41241         [non-C99-based standards] (erfcl): Likewise.
41242         [non-C99-based standards] (gammal): Likewise.
41243         [non-C99-based standards] (hypotl): Likewise.
41244         [non-C99-based standards] (j0l): Likewise.
41245         [non-C99-based standards] (j1l): Likewise.
41246         [non-C99-based standards] (jnl): Likewise.
41247         [non-C99-based standards] (lgammal): Likewise.
41248         [non-C99-based standards] (tgammal): Likewise.
41249         [non-C99-based standards] (y0l): Likewise.
41250         [non-C99-based standards] (y1l): Likewise.
41251         [non-C99-based standards] (ynl): Likewise.
41252         [non-C99-based standards] (isnanl): Likewise.
41253         [non-C99-based standards] (acoshl): Likewise.
41254         [non-C99-based standards] (asinhl): Likewise.
41255         [non-C99-based standards] (atanhl): Likewise.
41256         [non-C99-based standards] (cbrtl): Likewise.
41257         [non-C99-based standards] (expm1l): Likewise.
41258         [non-C99-based standards] (ilogbl): Likewise.
41259         [non-C99-based standards] (log1pl): Likewise.
41260         [non-C99-based standards] (logbl): Likewise.
41261         [non-C99-based standards] (nextafterl): Likewise.
41262         [non-C99-based standards] (remainderl): Likewise.
41263         [non-C99-based standards] (rintl): Likewise.
41264         [non-C99-based standards] (scalbl): Likewise.
41265         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41266         [non-C99-based standards] (FP_*): Do not allow.
41267         [C99-based standards] (FP_*): Change to
41268         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41269         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41270         allow.
41271         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41272         (SIG_ERR): Likewise.
41273         [X/Open-based standards] (SIG_HOLD): Likewise.
41274         (SIG_IGN): Likewise.
41275         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41276         positive value.
41277         (SIGFPE): Likewise.
41278         (SIGILL): Likewise.
41279         (SIGINT): Likewise.
41280         (SIGSEGV): Likewise.
41281         (SIGTER): Likewise.
41282         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41283         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41284         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41285         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41286         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41287         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41288         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41289         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41290         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41291         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41292         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41293         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41294         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41295         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41296         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41297         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41298         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41299         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41300         [X/Open-based standards] (SIGTRAP): Likewise.
41301         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41302         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41303         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41304         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41305         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41306         allow.
41307
41308 2012-05-08  Ian Wienand  <ianw@vmware.com>
41309
41310         [BZ #14080]
41311         * time/tzset.c (__tzset_parse_tz): Update default rules for
41312         daylight time changes in the Energy Policy Act of 2005.
41313
41314 2012-05-09  Andreas Jaeger  <aj@suse.de>
41315
41316         [BZ #13983]
41317         * elf/ldconfig.c (parse_conf): Change string to make clear that
41318         ldconfig only issued a warning if ld.so.conf does not exist.
41319
41320 2012-05-08  David S. Miller  <davem@davemloft.net>
41321
41322         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41323         movxtod instead of popping the value on the stack.
41324
41325         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41326
41327 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41328
41329         * config.h.in: Add HAVE_ARM_PCS_VFP.
41330
41331 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41332
41333         [BZ #13979]
41334         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41335         checking but the checks are disabled for any reason.
41336
41337 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41338
41339         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41340         and ELF64_R_TYPE with ELFW(R_TYPE).
41341
41342 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41343
41344         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41345         (ulimit): Likewise.
41346
41347         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41348         (settimeofday): Likewise.
41349
41350 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41351
41352         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41353         a struct th_u2 inside the union, and move tu_block/tu_code into
41354         a new th_u3 union of tu_block/tu_code inside of that.  Move
41355         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41356         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41357         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41358         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41359         (th_stuff): Change to th_u1.tu_stuff.
41360         (th_data): Define.
41361         (th_msg): Change to th_u1.th_u2.tu_data.
41362
41363 2012-05-07  David S. Miller  <davem@davemloft.net>
41364
41365         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41366
41367         [BZ #14074]
41368         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41369         (SETUP_PIC_REG): Use it.
41370         (SETUP_PIC_REG_LEAF): Use it.
41371
41372 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41373
41374         [BZ #13885]
41375         [BZ #13923]
41376         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41377         USE_AS_EXPM1L.
41378         (EXPL_FINITE): Likewise.
41379         (FLDLOG): Likewise.
41380         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41381         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41382         e_expl.S.
41383         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41384         USE_AS_EXPM1L.
41385         (EXPL_FINITE): Likewise.
41386         (FLDLOG): Likewise.
41387         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41388         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41389         e_expl.S.
41390         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41391         test of -max_value argument for long double.
41392         * sysdeps/i386/fpu/libm-test-ulps: Update.
41393         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41394
41395 2012-05-06  David S. Miller  <davem@davemloft.net>
41396
41397         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41398         quad soft-float symbols whose references which are compiler
41399         generated.
41400         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41401
41402 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41403
41404         [BZ #13884]
41405         [BZ #13914]
41406         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41407         USE_AS_EXP10L.
41408         (EXPL_FINITE): Likewise.
41409         (FLDLOG): Likewise.
41410         (c0): Likewise.
41411         (c1): Likewise.
41412         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41413         Adjust comments for base varying.
41414         (__expl_finite): Change alias to EXPL_FINITE.
41415         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41416         e_expl.S.
41417         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41418         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41419         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41420         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41421         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41422         USE_AS_EXP10L.
41423         (EXPL_FINITE): Likewise.
41424         (FLDLOG): Likewise.
41425         (c0): Likewise.
41426         (c1): Likewise.
41427         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41428         Adjust comments for base varying.
41429         (__expl_finite): Change alias to EXPL_FINITE.
41430         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41431         tests for bugs.
41432         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41433
41434         [BZ #14064]
41435         * math/libm-test.inc (check_float_internal): Correct ulp
41436         calculation for subnormal expected results.
41437
41438 2012-05-06  Andreas Jaeger  <aj@suse.de>
41439
41440         * Makeconfig (+math-flags): New, set to -frounding-math.
41441         (+cflags): Add +math-flags so that all of glibc gets compiled with
41442         it.
41443
41444         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41445
41446 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41447
41448         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41449         Disable one test.
41450
41451         [BZ #13787]
41452         [BZ #13922]
41453         [BZ #14036]
41454         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41455         (__ieee754_expl): Allow for and saturate large arguments.
41456         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41457         (u_threshold): Likewise.
41458         (__exp): Call __ieee754_exp before checking for overflow and
41459         underflow.
41460         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41461         (u_threshold): Likewise.
41462         (__expf): Call __ieee754_expf before checking for overflow and
41463         underflow.
41464         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41465         (u_threshold): Likewise.
41466         (__expl): Call __ieee754_expl before checking for overflow and
41467         underflow.
41468         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41469         (__ieee754_expl): Allow for and saturate large arguments.
41470         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41471         missing overflow exception on overflow.
41472         (expm1_test): Do not allow missing overflow exception on overflow.
41473
41474         * sysdeps/i386/fpu/e_expl.c: Move to ...
41475         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41476         rather than using inline asm.
41477         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41478         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41479         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41480
41481         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41482         (nice): Likewise.
41483         (poll): Likewise.
41484         (signal): Likewise.
41485         (time): Likewise.
41486         (times): Likewise.
41487
41488 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41489
41490         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41491         sysdeps/unix/common/syscalls.list.
41492         (fchmod): Likewise.
41493         (fchown): Likewise.
41494         (ftruncate): Likewise.
41495         (getrusage): Likewise.
41496         (gettimeofday): Likewise.
41497         (setpgid): Likewise.
41498         (setregid): Likewise.
41499         (setreuid): Likewise.
41500         (sigaction): Likewise.
41501         (truncate): Likewise.
41502         (vhangup): Likewise.
41503         * sysdeps/unix/common/syscalls.list: Remove file.
41504         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41505         * sysdeps/unix/sysv/linux/Implies: Likewise.
41506
41507 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41508
41509         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41510         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41511         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41512         Moved to ...
41513         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41514         Here.
41515         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41516         to ...
41517         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41518         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41519         to ...
41520         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41521         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41522         to ...
41523         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41524         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41525         to ...
41526         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41527         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41528         to ...
41529         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41530         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41531         to ...
41532         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41533         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41534         to ...
41535         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41536         Here.
41537         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41538         to ...
41539         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41540         Here.
41541         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41542         to ...
41543         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41544         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41545         Moved to ...
41546         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41547         Here.
41548         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41549         to ...
41550         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41551
41552 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41553
41554         * sysdeps/unix/common/bits/dirent.h: Remove file.
41555         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41556
41557         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41558         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41559         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41560         * sysdeps/unix/bsd/isatty.c: Likewise.
41561         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41562         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41563         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41564
41565 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41566
41567         [BZ #13563]
41568         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41569         long double comparison inaccuracies.
41570         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41571         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41572
41573 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41574
41575         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41576         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41577
41578 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41579
41580         [BZ #14049]
41581         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41582         nonzero digits before rounding a hex value.
41583         * stdlib/tst-strtod.c (tests): Add another test.
41584
41585 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41586
41587         * sysdeps/s390/fpu/libm-test-ulps: Update.
41588
41589 2012-05-03  Andreas Jaeger  <aj@suse.de>
41590
41591         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41592         does not get optimized out.
41593         (malloc_opt_barrier): New.
41594
41595 2012-05-03  Andreas Jaeger  <aj@suse.de>
41596             Roland McGrath  <roland@hack.frob.com>
41597
41598         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41599         intermediate file deletion.
41600         (generated): Add .symlist files.
41601
41602 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41603
41604         [BZ #13775]
41605         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41606         Redirect under this condition.
41607         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41608         [__USE_GNU] (__dprintf_chk): Not under this condition.
41609         [__USE_GNU] (__vdprintf_chk): Likewise.
41610         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41611         under this condition.
41612         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41613         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41614         [__USE_XOPEN2K8] (vdprintf): Likewise.
41615         [__USE_GNU] (__dprintf_chk): Not under this condition.
41616         [__USE_GNU] (__vdprintf_chk): Likewise.
41617         [__USE_GNU] (dprintf): Likewise.
41618         [__USE_GNU] (vdprintf): Likewise.
41619
41620 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41621
41622         * elf/Makefile (common-generated): Set this instead of generated for
41623         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41624         $(all-built-dso)-derived lists.
41625
41626 2012-05-03  Andreas Jaeger  <aj@suse.de>
41627
41628         * sysdeps/i386/fpu/libm-test-ulps: Update.
41629
41630         * FAQ: Removed.
41631         * FAQ.in: Likewise.
41632         * scripts/gen-FAQ.pl: Likewise.
41633         * manual/install.texi (Installation): Point to online location of
41634         FAQ.
41635         * Makefile (files-for-dist): Remove FAQ.
41636         (FAQ): Remove.
41637
41638 2012-05-02  Allan McRae  <allan@archlinux.org>
41639
41640         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41641         (LDFLAGS-reldepmod5.so): Likewise.
41642         (LDFLAGS-reldep6mod1.so): Likewise.
41643         (LDFLAGS-reldep6mod4.so): Likewise.
41644         (LDFLAGS-reldep8mod3.so): Likewise.
41645         (LDFLAGS-unload4mod1.so): Likewise.
41646         (LDFLAGS-unload4mod2.so): Likewise.
41647         (LDFLAGS-tst-initorder): Likewise.
41648         (LDFLAGS-tst-initordera2.so): Likewise.
41649         (LDFLAGS-tst-initordera3.so): Likewise.
41650         (LDFLAGS-tst-initordera4.so): Likewise.
41651         (LDFLAGS-tst-initorderb2.so): Likewise.
41652         (LDFLAGS-noload): Likewise.
41653         (LDFLAGS-next): Likewise.
41654         (LDFLAGS-order2mod1.so): Likewise.
41655         (LDFLAGS-order2mod2.so): Likewise.
41656         (LDFLAGS-tst-initorder2): Likewise.
41657         (LDFLAGS-tst-initorder2a.so): Likewise.
41658         (LDFLAGS-tst-initorder2b.so): Likewise.
41659         (LDFLAGS-tst-initorder2c.so): Likewise.
41660         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41661
41662 2012-05-02  David S. Miller  <davem@davemloft.net>
41663
41664         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41665
41666 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41667
41668         [BZ #14055]
41669         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41670
41671 2012-05-02  Andreas Jaeger  <aj@suse.de>
41672
41673         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41674         since we manipulate rounding mode.
41675         (CPPFLAGS-test-idouble.c): Likewise.
41676         (CPPFLAGS-test-ifloat.c): Likewise.
41677         (CFLAGS-test-ldouble.c): Likewise.
41678         (CFLAGS-test-double.c): Likewise.
41679         (CFLAGS-test-float.c): Likewise.
41680         (CFLAGS-test-misc.c): Likewise.
41681         (CFLAGS-test-test-fenv.c): Likewise.
41682
41683 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41684
41685         [BZ #2550]
41686         [BZ #2570]
41687         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41688         comparisons to determine direction to adjust input.
41689
41690 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41691
41692         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41693         output to the target.
41694
41695         * scripts/localplt.awk: New file.
41696         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41697         (check-localplt-CFLAGS): Variable removed.
41698         ($(all-built-dso:=.jmprel)): New static pattern rule.
41699         (generated): Add those targets.
41700         (localplt-built-dso): New variable.
41701         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41702
41703         * elf/check-localplt.c: File removed.
41704
41705         * scripts/check-execstack.awk: New file.
41706         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41707         (check-execstack-CFLAGS): Variable removed.
41708         ($(objpfx)check-execstack.h): Target removed.
41709         ($(objpfx)execstack-default): New target.
41710         (generated): Add that instead of check-execstack.h.
41711         ($(all-built-dso:=.phdr)): New static pattern rule.
41712         (generated): Add those targets.
41713         * elf/check-execstack.c: File removed.
41714
41715         * scripts/check-textrel.awk: New file.
41716         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41717         (check-textrel-CFLAGS): Variable removed.
41718         (all-built-dso): Use := to define.o
41719         ($(all-built-dso:=.dyn)): New static pattern rule.
41720         (generated): Add those targets.
41721         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41722         * config.make.in (READELF): New substituted variable.
41723         * elf/check-textrel.c: File removed.
41724
41725 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41726
41727         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41728         allow.
41729         * conform/data/ctype.h-data [C99-based standards] (isblank):
41730         Expect function.
41731         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41732         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41733         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41734         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41735         Specify type.  Require positive value.
41736         (EILSEQ): Likewise.
41737         (ERANGE): Likewise.
41738         [ISO || POSIX] (EILSEQ): Do not expect.
41739         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41740         Specify type.  Require positive value.
41741         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41742         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41743         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41744         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41745         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41746         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41747         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41748         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41749         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41750         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41751         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41752         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41753         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41754         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41755         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41756         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41757         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41758         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41759         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41760         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41761         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41762         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41763         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41764         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41765         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41766         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41767         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41768         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41769         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41770         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41771         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41772         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41773         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41774         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41775         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41776         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41777         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41778         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41779         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41780         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41781         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41782         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41783         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41784         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41785         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41786         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41787         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41788         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41789         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41790         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41791         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41792         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41793         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41794         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41795         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41796         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41797         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41798         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41799         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41800         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41801         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41802         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41803         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41804         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41805         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41806         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41807         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41808         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41809         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41810         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41811         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41812         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41813         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41814         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41815         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41816         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41817         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41818         Require >= 2.
41819         (FLT_ROUNDS): Expect as macro, not constant.
41820         (FLT_MANT_DIG): Use macro-int-constant.
41821         (DBL_MANT_DIG): Likewise.
41822         (LDBL_MANT_DIG): Likewise.
41823         (FLT_DIG): Likewise.
41824         (DBL_DIG): Likewise.
41825         (LDBL_DIG): Likewise.
41826         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41827         (DBL_MIN_EXP): Likewise.
41828         (LDBL_MIN_EXP): Likewise.
41829         (FLT_MAX_EXP): Use macro-int-constant.
41830         (DBL_MAX_EXP): Likewise.
41831         (LDBL_MAX_EXP): Likewise.
41832         (FLT_MAX_10_EXP): Likewise.
41833         (DBL_MAX_10_EXP): Likewise.
41834         (LDBL_MAX_10_EXP): Likewise.
41835         (FLT_MAX): Use macro-constant.
41836         (DBL_MAX): Likewise.
41837         (LDBL_MAX): Likewise.
41838         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41839         (DBL_EPSILON): Likewise.
41840         (LDBL_EPSILON): Likewise.
41841         (FLT_MIN): Likewise.
41842         (DBL_MIN): Likewise.
41843         (LDBL_MIN): Likewise.
41844         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41845         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41846         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41847         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41848         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41849         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41850         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41851         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41852         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41853         [ISO11] (FLT_TRUE_MIN): Likewise.
41854         [ISO11] (LDBL_TRUE_MIN): Likewise.
41855         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41856         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41857         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41858         (SCHAR_MAX): Likewise.
41859         (UCHAR_MAX): Likewise.
41860         (CHAR_MIN): Likewise.
41861         (CHAR_MAX): Likewise.
41862         (MB_LEN_MAX): Use macro-int-constant.
41863         (SHRT_MIN): Use macro-int-constant.  Specify type.
41864         (SHRT_MAX): Likewise.
41865         (USHRT_MAX): Likewise.
41866         (INT_MAX): Likewise.
41867         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41868         bound negative.
41869         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41870         bound with "U".
41871         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41872         bound with "L".
41873         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41874         bound negative.  Suffix upper bound with "L".
41875         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41876         bound with "UL".
41877         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41878         Specify type.
41879         [C99-based standards] (LLONG_MAX): Likewise.
41880         [C99-based standards] (ULLONG_MAX): Likewise.
41881         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41882         == 0.
41883         [ISO11] (max_align_t): Require type.
41884         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41885
41886         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41887         from $CFLAGS, without defining away __attribute__ calls.
41888         (checknamespace): Use $CFLAGS_namespace.
41889
41890         * conform/conformtest.pl (@keywords): Only include C99 keywords
41891         for standards based on C99 or C11.
41892
41893         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41894         Disable tests.
41895         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41896         UNIX98]: Likewise.
41897
41898         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41899         usability of symbols in #if.
41900
41901         * conform/conformtest.pl: If macro or constant types start
41902         "promoted:", expect the symbol to be of the following type
41903         promoted by the integer promotions.
41904
41905         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41906         in one place.  Also handle "macro-constant".
41907
41908         * conform/conformtest.pl: Only accept expected macro values with
41909         "==".  Parse all "macro" lines in one place.
41910         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41911
41912         * conform/conformtest.pl: Handle braced types on "constant" lines
41913         instead of handling "typed-constant".
41914         * conform/data/signal.h-data: Use "constant" instead of
41915         "typed-constant".
41916
41917         * conform/conformtest.pl: Handle "optional-" at start of lines in
41918         one place rather than duplicating several cases.  Handle each
41919         format of "macro" line with initial "optional-".
41920
41921         * conform/conformtest.pl: Only accept expected constant or
41922         optional-constant values with "==".  Parse all "constant" lines in
41923         one place.  Parse all "optional-constant" lines in one place.
41924         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41925         * conform/data/fmtmsg.h-data: Likewise.
41926         * conform/data/netinet/in.h-data: Likewise.
41927         * conform/data/tar.h-data: Likewise.
41928         * conform/data/limits.h-data: Use "==" form on "constant" and
41929         "optional-constant" lines.
41930
41931         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41932         Use -std=c99 for XOPEN2K.
41933         (@knownproblems): Remove.
41934         (newtoken): Don't check %isknown.
41935
41936         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41937         Do not expect macro.
41938         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41939         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41940         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41941         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41942         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41943         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41944         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41945         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41946         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41947         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41948         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41949         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41950         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41951         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41952         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41953         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41954         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41955         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41956         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41957         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41958         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41959         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41960         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41961         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41962         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41963         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41964         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41965         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41966         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41967         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41968         [XPG3] (acosh): Likewise.
41969         [XPG3] (asinh): Likewise.
41970         [XPG3] (atanh): Likewise.
41971         [XPG3] (cbrt): Likewise.
41972         [XPG3] (expm1): Likewise.
41973         [XPG3] (ilogb): Likewise.
41974         [XPG3] (log1p): Likewise.
41975         [XPG3] (logb): Likewise.
41976         [XPG3] (nextafter): Likewise.
41977         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41978         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41979         [XPG3] (remainder): Likewise.
41980         [XPG3] (rint): Likewise.
41981         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41982         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41983         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41984         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41985         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41986         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41987         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41988         [UNIX98 || XOPEN2K] (scalb): Expect.
41989         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41990         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41991         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41992         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41993         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41994         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41995         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41996         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41997         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41998         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41999         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
42000         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
42001         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
42002         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
42003         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
42004         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
42005         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
42006         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
42007         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
42008         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
42009         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
42010         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
42011         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
42012         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
42013         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
42014         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
42015         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
42016         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
42017         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
42018         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
42019         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
42020         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
42021         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
42022         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
42023         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
42024         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
42025         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
42026         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
42027         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
42028         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
42029         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
42030         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
42031         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
42032         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
42033         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
42034         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
42035         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
42036         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
42037         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
42038         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
42039         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
42040         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
42041         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
42042         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
42043         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
42044         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
42045         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
42046         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
42047         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
42048         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
42049         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
42050         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
42051         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
42052         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
42053         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
42054         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
42055         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
42056         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
42057         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
42058         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
42059         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
42060         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
42061         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
42062         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
42063         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
42064         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
42065         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
42066         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
42067         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
42068         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
42069         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
42070         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
42071         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
42072         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
42073         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
42074         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
42075         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
42076         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
42077         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
42078         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
42079         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
42080         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
42081         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
42082         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
42083         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
42084         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
42085         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
42086         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
42087         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
42088         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
42089         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
42090         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
42091         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
42092         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
42093         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
42094         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
42095         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
42096         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
42097         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
42098         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
42099         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
42100         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
42101         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
42102         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
42103         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
42104         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
42105         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
42106         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
42107         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
42108         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
42109         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
42110         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
42111         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
42112         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
42113         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
42114         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
42115         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
42116         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
42117         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
42118         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
42119         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
42120         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
42121         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
42122         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
42123         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
42124         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
42125         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42126
42127         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42128         _XOPEN_SOURCE_EXTENDED for XPG4.
42129
42130         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42131
42132         * Makeconfig (localtime): Remove variable.
42133         (inst_localtime-file): Likewise.
42134
42135 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42136
42137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42138         Update.
42139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42140         Update.
42141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42142         Update.
42143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42144         Update.
42145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42146         Update.
42147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42148         Update.
42149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42150         Update.
42151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42152         Update.
42153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42154         Update.
42155
42156 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42157
42158         [BZ #2550]
42159         [BZ #2570]
42160         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42161         comparisons to determine direction to adjust input.
42162         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42163         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42164         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42165         Likewise.
42166         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42167         Likewise.
42168         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42169         Likewise.
42170         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42171         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42172         Likewise.
42173         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42174         Likewise.
42175         * math/libm-test.inc (nexttoward_test): Add more tests.
42176
42177 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42178
42179         [BZ #14040]
42180         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42181         in version GLIBC_2.1, not GLIBC_2.0.
42182         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42183         Likewise.
42184
42185 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
42186
42187         [BZ #13942]
42188         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42189         (1 - x) * (1 + x).
42190         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42191         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42192         * math/libm-test.inc (acos_test): Add more tests.
42193         (asin_test): Likewise.
42194         * sysdeps/i386/fpu/libm-test-ulps: Update.
42195         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42196
42197         [BZ #14034]
42198         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42199         of square root.
42200         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42201         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42202         * math/libm-test.inc (acos_test_tonearest): New function.
42203         (acos_test_towardzero): Likewise.
42204         (acos_test_downward): Likewise.
42205         (acos_test_upward): Likewise.
42206         (asin_test_tonearest): Likewise.
42207         (asin_test_towardzero): Likewise.
42208         (asin_test_downward): Likewise.
42209         (asin_test_upward): Likewise.
42210         (main): Call the new functions.
42211         * sysdeps/i386/fpu/libm-test-ulps: Update.
42212         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42213
42214         [BZ #13884]
42215         [BZ #13924]
42216         * math/e_exp10.c: Include <float.h>.
42217         (__ieee754_exp10): Handle underflow here rather than multiplying
42218         large negative argument by M_LN10.
42219         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42220         of __ieee754_expf.
42221         * math/e_exp10l.c: Include <float.h>.
42222         (__ieee754_exp10l): Handle underflow here rather than multiplying
42223         large negative argument by M_LN10l.
42224         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
42225         spurious overflow exception on underflow.
42226
42227 2012-04-29  Marek Polacek  <polacek@redhat.com>
42228
42229         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42230         (__fortify_function): New macro.
42231         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42232         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42233         __extern_always_inline.
42234         * libio/bits/stdio2.h: Likewise.
42235         * libio/bits/stdio.h: Likewise.
42236         * string/string.h: Likewise.
42237         * string/bits/string3.h: Likewise.
42238         * include/stdio.h: Likewise.
42239         * stdlib/bits/stdlib.h: Likewise.
42240         * stdlib/stdlib.h: Likewise.
42241         * rt/bits/mqueue2.h: Likewise.
42242         * rt/mqueue.h: Likewise.
42243         * posix/bits/unistd.h: Likewise.
42244         * posix/unistd.h: Likewise.
42245         * io/bits/poll2.h: Likewise.
42246         * io/bits/fcntl2.h: Likewise.
42247         * io/fcntl.h: Likewise.
42248         * io/sys/poll.h: Likewise.
42249         * misc/bits/syslog.h: Likewise.
42250         * misc/bits/syslog-ldbl.h: Likewise.
42251         * misc/sys/syslog.h: Likewise.
42252         * socket/bits/socket2.h: Likewise.
42253         * socket/sys/socket.h: Likewise.
42254         * debug/tst-chk1.c: Likewise.
42255         * wcsmbs/bits/wchar2.h: Likewise.
42256         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42257         * wcsmbs/wchar.h: Likewise.
42258
42259 2012-04-29  Andreas Jaeger  <aj@suse.de>
42260
42261         * Makerules (tests): Remove enable-check-abi protection.
42262         (check-abi-warn): Remove.
42263         (check-abi-%): Remove check-abi-warn usage.
42264
42265         * configure.in: Remove check-abi configure option.
42266         * configure: Regenerated.
42267         * config.make.in (enable-check-abi): Remove.
42268
42269 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42270
42271         [BZ #14033]
42272         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42273         double functions to double *_finite functions.
42274
42275         [BZ #13941]
42276         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42277         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42278         LDBL_MIN_EXP.
42279         * stdio-common/Makefile (tests): Add tst-sprintf3.
42280         * stdio-common/tst-sprintf3.c: New file.
42281
42282         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42283         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42284
42285 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42286
42287         * conform/conformtest.pl: Remove duplicate typed-constant
42288         handling.
42289
42290 2012-04-28  David S. Miller  <davem@davemloft.net>
42291
42292         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42293         (check-abi-%): Remove AWK script prerequisite and explicit
42294         abilist directory.
42295         (check-abi): Rewrite to just diff the symlist with the abilist.
42296         (config-tls, config-abi-config): Delete, no longer used.
42297         (update-abi-%): Remove AWK script and explicit abilist directory.
42298         (update-abi): Rewrite to simply compare and conditionally copy the
42299         symlist and the sysdep abilist file.  Remove update-abi-config
42300         checks.
42301         * abilist/ld.abilist: Remove.
42302         * abilist/libBrokenLocale.abilist: Remove.
42303         * abilist/libanl.abilist: Remove.
42304         * abilist/libcrypt.abilist: Remove.
42305         * abilist/libdl.abilist: Remove.
42306         * abilist/librt.abilist: Remove.
42307         * abilist/libthread_db.abilist: Remove.
42308         * abilist/libutil.abilist: Remove.
42309         * scripts/extract-abilist.awk: Remove.
42310         * scripts/merge-abilist.awk: Remove.
42311         * sysdeps/generic/libcidn.abilist: New file.
42312         * sysdeps/generic/libnss_compat.abilist: New file.
42313         * sysdeps/generic/libnss_db.abilist: New file.
42314         * sysdeps/generic/libnss_dns.abilist: New file.
42315         * sysdeps/generic/libnss_files.abilist: New file.
42316         * sysdeps/generic/libnss_hesiod.abilist: New file.
42317         * sysdeps/generic/libnss_nis.abilist: New file.
42318         * sysdeps/generic/libnss_nisplus.abilist: New file.
42319         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42320         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42321         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42322         file.
42323         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42324         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42325         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42326         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42327         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42328         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42329         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42330         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42331         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42332         file.
42333         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42334         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42335         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42336         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42337         file.
42338         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42339         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42340         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42341         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42342         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42343         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42344         file.
42345         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42346         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42347         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42348         file.
42349         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42350         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42351         New file.
42352         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42353         New file.
42354         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42355         New file.
42356         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42357         New file.
42358         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42359         New file.
42360         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42361         New file.
42362         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42363         New file.
42364         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42365         New file.
42366         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42367         New file.
42368         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42369         New file.
42370         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42371         New file.
42372         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42373         New file.
42374         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42375         New file.
42376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42377         file.
42378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42379         New file.
42380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42381         New file.
42382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42383         file.
42384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42385         New file.
42386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42387         New file.
42388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42389         file.
42390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42391         New file.
42392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42393         New file.
42394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42395         New file.
42396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42397         New file.
42398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42399         New file.
42400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42401         New file.
42402         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42403         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42404         file.
42405         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42406         New file.
42407         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42408         file.
42409         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42410         file.
42411         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42412         file.
42413         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42414         file.
42415         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42416         file.
42417         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42418         New file.
42419         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42420         file.
42421         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42422         file.
42423         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42424         New file.
42425         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42426         file.
42427         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42428         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42429         file.
42430         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42431         New file.
42432         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42433         file.
42434         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42435         file.
42436         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42437         file.
42438         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42439         file.
42440         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42441         file.
42442         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42443         New file.
42444         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42445         file.
42446         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42447         file.
42448         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42449         New file.
42450         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42451         file.
42452         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42453         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42454         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42455         file.
42456         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42457         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42458         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42459         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42460         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42461         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42462         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42463         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42464         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42465         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42466         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42467         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42468         file.
42469         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42470         New file.
42471         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42472         file.
42473         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42474         file.
42475         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42476         file.
42477         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42478         file.
42479         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42480         file.
42481         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42482         New file.
42483         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42484         New file.
42485         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42486         file.
42487         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42488         New file.
42489         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42490         file.
42491         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42492         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42493         file.
42494         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42495         New file.
42496         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42497         file.
42498         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42499         file.
42500         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42501         file.
42502         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42503         file.
42504         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42505         file.
42506         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42507         New file.
42508         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42509         New file.
42510         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42511         file.
42512         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42513         New file.
42514         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42515         file.
42516
42517 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42518
42519         * conform/conformtest.pl: Fix typo in handling typed-constant from
42520         allow-header.
42521
42522 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42523
42524         * README: Cut down references to pre-2.6 Linux kernels and
42525         Linuxthreads.  Update lists of configurations in libc and ports
42526         and sort alphabetically.  Say "or newer" with Linux kernel version
42527         requirements.
42528
42529         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42530
42531 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42532
42533         [BZ #887]
42534         * math/libm-test.inc (logb_test_downward): New test to expose
42535         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42536         rounding mode.
42537
42538 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42539
42540         [BZ #14027]
42541         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42542         to be done.
42543         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42544         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42545
42546 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42547
42548         * sysdeps/unix/i386/brk.S: Remove file.
42549         * sysdeps/unix/i386/dl-brk.S: Likewise.
42550         * sysdeps/unix/i386/pipe.S: Likewise.
42551         * sysdeps/unix/i386/sigreturn.S: Likewise.
42552         * sysdeps/unix/i386/syscall.S: Likewise.
42553         * sysdeps/unix/i386/vfork.S: Likewise.
42554         * sysdeps/unix/i386/wait.S: Likewise.
42555
42556         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42557         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42558
42559         * configure.in (arm*-none*): Do not allow without
42560         --enable-hacker-mode.
42561         (netbsd*): Remove case setting base_os.
42562         (386bsd*): Likewise.
42563         (freebsd*): Likewise.
42564         (bsdi*): Likewise.
42565         (osf*): Likewise.
42566         (sunos*): Likewise.
42567         (ultrix*): Likewise.
42568         (newsos*): Likewise.
42569         (dynix*): Likewise.
42570         (*bsd*): Likewise.
42571         (sysv*): Likewise.
42572         (isc*): Likewise.
42573         (esix*): Likewise.
42574         (sco*): Likewise.
42575         (minix*): Likewise.
42576         (irix4*): Likewise.
42577         (irix6*): Likewise.
42578         (solaris[2-9]*): Likewise.
42579         (none): Likewise.
42580         * configure: Regenerated.
42581
42582 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42583
42584         [BZ #11521]
42585         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42586         overflow or cancellation in calculating denominator.
42587         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42588         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42589         down expression to avoid unexpected rounding in newer GCCs.
42590         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42591
42592 2012-04-26  David S. Miller  <davem@davemloft.net>
42593
42594         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42595         long-double compat symbols.
42596         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42597         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42598         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42599         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42600         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42601         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42602         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42603         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42604         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42605         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42606         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42607         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42608         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42609
42610 2012-04-25  David S. Miller  <davem@davemloft.net>
42611
42612         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42613         HWCAP_* values only after the memory barriers have been defined.
42614         (atomic_full_barrier): Define.
42615         (atomic_read_barrier): Define.
42616         (atomic_write_barrier): Define.
42617
42618 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42619
42620         * shlib-versions: Add libgcc_s version information.
42621         * sysdeps/generic/libgcc_s.h: Remove.
42622         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42623         libgcc_s.h.
42624         * sysdeps/gnu/unwind-resume.c: Likewise.
42625         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42626
42627 2012-04-25  David S. Miller  <davem@davemloft.net>
42628
42629         * sysdeps/unix/sparc/brk.S: Delete.
42630         * sysdeps/unix/sparc/dl-brk.S: Delete.
42631         * sysdeps/unix/sparc/pipe.S: Delete.
42632         * sysdeps/unix/sparc/sysdep.S: Delete.
42633         * sysdeps/unix/sparc/sysdep.h: Delete.
42634         * sysdeps/unix/sparc/vfork.S: Delete.
42635         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42636         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42637         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42638         (ret_ERRVAL, r0, r1, MOVE): Define.
42639         (JUMPTARGET): Remove.
42640         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42641         sysdeps/unix/sparc/sysdep.h
42642         (ENTRY, END): Remove.
42643         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42644
42645 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42646
42647         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42648         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42649         -DIS_IN_build.
42650
42651         * timezone/README: Update upstream location and email address for
42652         tzcode and tzdata.
42653         * timezone/zdump.c: Update from tzcode 2012b.
42654         * timezone/zic.c: Likewise.
42655
42656         * configure.in (libc_cv_as_needed): Remove test.
42657         * configure: Regenerated.
42658         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42659         conditional definition.
42660         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42661         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42662         * config.make.in (have-as-needed): Remove variable.
42663
42664 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42665             Paul Pluzhnikov  <ppluzhnikov@google.com>
42666
42667         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42668         strings correctly.
42669
42670 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42671
42672         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42673         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42674         * sysdeps/sh/strlen.S: Likewise.
42675
42676 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42677
42678         * sysdeps/unix/fork.S: Remove file.
42679         * sysdeps/unix/i386/fork.S: Likewise.
42680         * sysdeps/unix/sparc/fork.S: Likewise.
42681
42682         * sysdeps/unix/system.c: Remove file.
42683         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42684
42685         * sysdeps/unix/getegid.S: Remove file.
42686         * sysdeps/unix/geteuid.S: Likewise.
42687
42688 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42689
42690         * scripts/check-localplt.awk: New file.
42691         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42692         of diff.
42693         * scripts/data/localplt-generic.data: Add a comment.
42694
42695         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42696         NODE when __dir_mkfile failed.
42697         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42698         Reported by Ludovic Courtès <ludo@gnu.org>.
42699
42700 2012-04-24  Andreas Jaeger  <aj@suse.de>
42701
42702         * Makerules (common-clean): Also remove gen-as-const-headers
42703         files.
42704
42705 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42706
42707         * Makerules (native-compile): Do not change working directory for
42708         build.  Use $(OUTPUT_OPTION) in command.
42709         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42710
42711 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42712
42713         [BZ #13886]
42714         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42715         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42716         * math/libm-test.inc (floor_test): Add more tests.
42717         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42718
42719 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42720
42721         * sysdeps/unix/getdents.c: Remove file.
42722         * sysdeps/unix/sysv/getdents.c: Likewise.
42723         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42724
42725         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42726         sysdeps/unix/mman/syscalls.list.
42727         (mmap): Likewise.
42728         (mprotect): Likewise.
42729         (msync): Likewise.
42730         (munmap): Likewise.
42731         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42732         * sysdeps/unix/mman/syscalls.list: Remove.
42733         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42734
42735         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42736         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42737         * configure: Regenerated.
42738         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42739         $(libgcc_s_suffix).
42740         * config.make.in (libgcc_s_suffix): Remove variable.
42741
42742 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42743
42744         * sysdeps/unix/sysv/gethostname.c: Move to ...
42745         * sysdeps/posix/gethostname.c: ... here.
42746
42747         * sysdeps/unix/execve.S: Remove file.
42748
42749         * sysdeps/unix/_exit.S: Remove file.
42750
42751 2012-04-23  Andreas Jaeger  <aj@suse.de>
42752
42753         [BZ #13739]
42754         * manual/Makefile: Remove make dist support, there's no
42755         need for a stand-alone documentation tar ball.
42756         (TEXI2DVI): Define always, it's not in Makeconfig.
42757         (dist): Removed.
42758         (tar-it): Removed.
42759         (edition): Removed.
42760         (glibc-doc-$(edition).tar): Removed
42761         (%.Z): Removed.
42762         (%.gz): Removed.
42763         (%.uu): Removed.
42764         (ETAGS): Remove, it's in Makeconfig.
42765         (move-if-change): Remove, it's in Makeconfig.
42766
42767 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42768
42769         [BZ #13970]
42770         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42771         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42772         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42773         (strtod_l, strtof_l, strtold_l): Remove __wur.
42774         It is not necessarily an error to ignore strtol's return value.
42775         One can reliably look at the stored endptr to decide whether
42776         the number had valid syntax.
42777
42778 2012-04-21  Andreas Jaeger  <aj@suse.de>
42779
42780         [BZ #13739]
42781         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42782
42783 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42784
42785         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42786         * sysdeps/unix/sysv/Versions: Remove file.
42787
42788 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42789
42790         [BZ #13927]
42791         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42792
42793 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42794
42795         [BZ #7064]
42796         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42797         version from __vm86.
42798
42799 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42800
42801         * sysdeps/unix/common/lxstat.c: Remove file.
42802         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42803
42804         * sysdeps/unix/sysv/Makefile: Remove file.
42805
42806         * sysdeps/unix/sysv/direct.h: Remove file.
42807
42808         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42809         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42810         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42811         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42812         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42813         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42814         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42815
42816         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42817
42818         * sysdeps/unix/xmknod.c: Remove file.
42819         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42820
42821         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42822
42823         * sysdeps/unix/sysv/i386/time.S: Remove file.
42824
42825         * sysdeps/unix/fxstat.c: Remove file.
42826         * sysdeps/unix/xstat.c: Likewise.
42827         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42828
42829         * sysdeps/unix/sysv/sigaction.c: Remove file.
42830
42831         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42832         (sysdep_headers): Remove variable.
42833         [termio.h not in sysdep_headers] (generated): Likewise.
42834         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42835         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42836         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42837         * sysdeps/unix/sysv/tcflow.c: Likewise.
42838         * sysdeps/unix/sysv/tcflush.c: Likewise.
42839         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42840         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42841         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42842         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42843         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42844
42845         * sysdeps/unix/siglist.c: Remove file.
42846
42847         * sysdeps/unix/getppid.S: Remove file.
42848
42849         * sysdeps/unix/mkdir.c: Remove file.
42850         * sysdeps/unix/rmdir.c: Likewise.
42851
42852 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42853
42854         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42855         ERR_MAX value.
42856         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42857         errlist-compat value.
42858
42859 2012-04-18  David S. Miller  <davem@davemloft.net>
42860
42861         * sysdeps/generic/memcopy.h (reg_char): Delete.
42862         * debug/strcat_chk.c: Use char, not reg_char.
42863         * debug/strcpy_chk.c: Likewise.
42864         * debug/strncat_chk.c: Likewise.
42865         * debug/strncpy_chk.c: Likewise.
42866         * string/memchr.c: Likewise.
42867         * string/memrchr.c: Likewise.
42868         * string/rawmemchr.c: Likewise.
42869         * string/strcat.c: Likewise.
42870         * string/strchr.c: Likewise.
42871         * string/strchrnul.c: Likewise.
42872         * string/strcmp.c: Likewise.
42873         * string/strcpy.c: Likewise.
42874         * string/strncat.c: Likewise.
42875         * string/strncmp.c: Likewise.
42876         * string/strncpy.c: Likewise.
42877
42878 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42879
42880         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42881         __builtin_memcopy is called when src and dest ranges are known to not
42882         overlap.
42883
42884 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42885
42886         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42887         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42888         fwd_align_merge macro call.
42889         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42890         bwd_align_merge macro call.
42891         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42892
42893 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42894
42895         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42896         bwd_align_merge macros.
42897         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42898         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42899         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42900
42901 2012-04-18  David S. Miller  <davem@davemloft.net>
42902
42903         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42904
42905 2012-04-18  Andreas Jaeger  <aj@suse.de>
42906
42907         [BZ# 6794]
42908         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42909         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42910         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42911
42912         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42913         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42914         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42915
42916         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42917         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42918         Adjust for changed ldbl-128 files.
42919
42920         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42921         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42922         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42923
42924 2012-04-17  David S. Miller  <davem@davemloft.net>
42925
42926         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42927
42928 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42929
42930         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42931         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42932         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42933         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42934         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42935         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42936
42937 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42938
42939         [BZ #6794]
42940         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42941         * math/libm-test.inc: Add ilogb errno and exception tests.
42942         * math/w_ilogb.c: New file: ilogb wrapper.
42943         * math/w_ilogbf.c: New file: ilogbf wrapper.
42944         * math/w_ilogbl.c: New file: ilogbl wrapper.
42945         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42946         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42947         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42948         exception being thrown with 0.0 as argument.
42949         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42950         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42951         exception being thrown with 0.0 as argument.
42952         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42953         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42954         exception being thrown with 0.0 as argument.
42955         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42956         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42957         exception being thrown with 0.0 as argument.
42958         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42959         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42960         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42961         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42962         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42963         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42964         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42965         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42966         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42967
42968 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42969
42970         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42971         with altivec.
42972
42973 2012-04-16  Marek Polacek  <polacek@redhat.com>
42974
42975         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42976
42977 2012-04-16  Marek Polacek  <polacek@redhat.com>
42978
42979         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42980         operands of fdivp instruction.
42981
42982 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42983
42984         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42985         * elf/tst-auditmod3b.c: Likewise.
42986         * elf/tst-auditmod4b.c: Likewise.
42987         * elf/tst-auditmod5b.c: Likewise.
42988         * elf/tst-auditmod6b.c: Likewise.
42989         * elf/tst-auditmod6c.c: Likewise.
42990         * elf/tst-auditmod7b.c: Likewise.
42991         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42992         * sysdeps/x86_64/preconfigure.in: Likewise.
42993         * sysdeps/x86_64/preconfigure: Regenerated.
42994
42995 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42996
42997         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42998         __ILP32__.
42999
43000 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
43001
43002         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
43003         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
43004
43005 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
43006
43007         [BZ #13973]
43008         * locale/iso-639.def: Fix gl language name. Spotted by
43009         Yaron Shahrabani.
43010
43011 2012-04-12  Roland McGrath  <roland@hack.frob.com>
43012
43013         [BZ #2074]
43014         * libio/libio.h (__io_write_fn): Update comment.
43015
43016 2012-04-12  Petr Baudis  <pasky@ucw.cz>
43017
43018         [BZ #2074]
43019         * stdio.texi (Hook Functions): The user provided writer function
43020         is not allowed to return -1.
43021
43022 2012-04-11  David S. Miller  <davem@davemloft.net>
43023
43024         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43025
43026 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
43027
43028         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
43029         Add a leading slash to rtkaio.
43030
43031 2012-04-11  Jim Meyering  <meyering@redhat.com>
43032
43033         [BZ #11959]
43034         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
43035         It is not necessarily an error to ignore fwrite's return
43036         value.  One can reliably use ferror to test for errors after
43037         the fact.
43038
43039 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43040
43041         * bits/types.h (__snseconds_t): New type.
43042         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
43043
43044         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
43045         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43046         (__SNSECONDS_T_TYPE): Likewise.
43047         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43048         (__SNSECONDS_T_TYPE): Likewise.
43049         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43050         (__SNSECONDS_T_TYPE): Likewise.
43051
43052 2012-04-10  Andreas Jaeger  <aj@suse.de>
43053
43054         [BZ #2636]
43055         * manual/time.texi (Processor Time): Return type of times is
43056         elapsed real time since an arbitrary point in the past.
43057         (CPU Time): Move CLK_TCK from here...
43058         (Processor Time): ...to here.  Correct description.
43059         * manual/conf.texi (Constants for Sysconf): Correct description of
43060         _SC_CLK_TCK.
43061
43062 2012-04-10  David S. Miller  <davem@davemloft.net>
43063
43064         [BZ #13967]
43065         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
43066         where the is a gap between DT_REL(A) and DT_JMPREL.
43067
43068 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43069
43070         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
43071         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43072         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43073
43074 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
43075
43076         * elf/dl-support.c (_dl_inhibit_cache): New variable.
43077         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
43078         (dl_main): Handle --inhibit-cache.
43079         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
43080         _dl_inhibit_cache.
43081         * elf/dl-load.c (_dl_map_object): Use it.
43082         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
43083
43084 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43085
43086         [BZ #13872]
43087         * sysdeps/i386/fpu/e_powl.S (p78): New object.
43088         (__ieee754_powl): Saturate large exponents rather than testing for
43089         overflow of y*log2(x).
43090         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43091         * math/libm-test.inc (pow_test): Do not permit spurious overflow
43092         exceptions.
43093
43094         [BZ #11521]
43095         * math/s_ctan.c: Include <float.h>.
43096         (__ctan): Avoid internal overflow or cancellation in calculating
43097         denominator.
43098         * math/s_ctanf.c: Likewise.
43099         * math/s_ctanl.c: Likewise.
43100         * math/s_ctanh.c: Likewise.
43101         * math/s_ctanhf.c: Likewise.
43102         * math/s_ctanhl.c: Likewise.
43103         * math/libm-test.inc (ctan_test): Add more tests.
43104         (ctanh_test): Likewise.
43105         * sysdeps/i386/fpu/libm-test-ulps: Update.
43106         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43107
43108 2012-04-09  Andreas Jaeger  <aj@suse.de>
43109
43110         [BZ #6894]
43111         * manual/filesys.texi (Directory Entries): Mention that d_namlen
43112         is an optional BSD extension.
43113
43114         [BZ #10254]
43115         * manual/stdio.texi (Opening Streams): Document additional fopen
43116         parameters.
43117
43118 2012-04-09  Roland McGrath  <roland@hack.frob.com>
43119
43120         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
43121         %eax without telling the compiler.
43122
43123 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
43124
43125         [BZ # 13963]
43126         * manual/install.texi: Use sourceware.org.
43127
43128 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43129
43130         [BZ #13873]
43131         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43132         (__ieee754_pow): Generate overflow and underflow using huge*huge
43133         and tiny*tiny rather than just returning constant infinity or zero
43134         for large exponents.
43135         * math/libm-test.inc (pow_test): Require overflow exceptions for
43136         applicable cases of large exponents.
43137
43138         [BZ #706]
43139         * sysdeps/i386/fpu/e_pow.S (p10): New object.
43140         (__ieee754_pow): Use iterative multiplication algorithm only for
43141         integer exponents with absolute value below 1024.  Check for odd
43142         integer exponents when using algorithm for real exponents.
43143         * math/libm-test.inc (pow_test): Add more tests.
43144         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43145
43146 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
43147
43148         [BZ #13705]
43149         * math/libm-test.inc (exp_test): Do not allow overflow exception
43150         on underflow test.
43151
43152 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
43153
43154         [BZ #13705]
43155         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43156         instead of __kernel_standard_f.
43157
43158 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
43159
43160         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43161         * sysdeps/x86_64/memset_chk.S: Likewise.
43162
43163 2012-04-08  Andreas Jaeger  <aj@suse.de>
43164
43165         [BZ #10153]
43166         * manual/startup.texi (Environment Access): Describe return value
43167         for putenv and setenv.
43168
43169         [BZ #6895]
43170         * manual/filesys.texi (Directory Entries): Add description for
43171         DT_LNK.
43172
43173         [BZ #6890]
43174         * manual/filesys.texi (Directory Entries): Clarify that it's file
43175         system not operating system in the description of DT_UNKNOWN.
43176
43177         [BZ #6578]
43178         * manual/syslog.texi (closelog): Fix reference, it's openlog.
43179
43180 2012-04-08  Stephen Compall  <s11@member.fsf.org>
43181
43182         [BZ #6649]
43183         * manual/llio.texi (Opening and Closing Files): Add cross
43184         reference to explain mode argument.
43185
43186 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
43187
43188         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43189         * sysdeps/x86_64/memset_chk.S: Likewise.
43190
43191 2012-04-07  David S. Miller  <davem@davemloft.net>
43192
43193         * elf/elf.h (R_SPARC_WDISP10): Define.
43194         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43195         R_SPARC_SIZE32.
43196         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43197         R_SPARC_SIZE64 and R_SPARC_H34.
43198
43199 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
43200
43201         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43202         conditions and remove no longer applicable assertion.
43203
43204 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43205
43206         * bits/byteswap.h: Include <features.h>.
43207         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43208         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43209
43210 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43211
43212         * bits/byteswap.h (__bswap_16): Removed.
43213         Include <bits/byteswap-16.h> to get __bswap_16.
43214         * sysdeps/i386/bits/byteswap.h: Likewise.
43215         * sysdeps/s390/bits/byteswap.h: Likewise.
43216         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43217         * bits/byteswap-16.h: New file.
43218         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43219         * sysdeps/s390/bits/byteswap-16.h: Likewise.
43220         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43221         * string/Makefile (headers): Add bits/byteswap-16.h.
43222
43223 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
43224
43225         [BZ #13895]
43226         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43227         extra indirection.
43228         * nss/Makefile (tests-static, tests): Add tst-nss-static.
43229         * nss/tst-nss-static.c: New.
43230
43231 2012-04-06  Robert Millan  <rmh@gnu.org>
43232
43233         [BZ #6486]
43234         * manual/llio.texi (File Position Primitive): lseek
43235         refers to WHENCE when it really means OFFSET.
43236
43237 2012-04-06  Andreas Jaeger  <aj@suse.de>
43238
43239         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43240         strncmp declarations.
43241
43242         * abilist/libc.abilist: Add __poll and __ppoll.
43243
43244 2012-04-05  David S. Miller  <davem@davemloft.net>
43245
43246         * scripts/check-local-headers.sh: Accept a host triplet in the
43247         path matched by the exclude regexp.
43248
43249         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43250         definition.
43251         * sysdeps/powerpc/powerpc32/dl-machine.h
43252         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43253         * sysdeps/s390/s390-32/dl-machine.h
43254         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43255         * sysdeps/sparc/sparc32/dl-machine.h
43256         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43257         * sysdeps/sparc/sparc64/dl-machine.h
43258         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43259
43260         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43261         lazy binding.
43262         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43263         undefined symbol errors.
43264
43265         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43266         DT_NEEDED entries.
43267
43268 2012-04-05  Michael Matz  <matz@suse.de>
43269
43270         [BZ #13592]
43271         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43272
43273 2012-04-05  Andreas Jaeger  <aj@suse.de>
43274
43275         [BZ #13908]
43276         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43277         comment.
43278
43279 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43280
43281         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43282         which ROUND is no valid rounding mode.
43283
43284 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43285
43286         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43287         read again.
43288         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43289
43290 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43291
43292         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43293         an exception using FPU order intentionally.
43294
43295 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43296
43297         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43298         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43299         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43300         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43301
43302 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43303
43304         [BZ #12340]
43305         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43306         EINVAL when BUFLEN is too smal.
43307
43308 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43309
43310         [BZ #13553]
43311         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43312         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43313
43314 2012-04-03  Andreas Jaeger  <aj@suse.de>
43315
43316         [BZ #13938]
43317         * manual/setjmp.texi (System V contexts): Fix sentence.
43318
43319         [BZ #13926]
43320         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43321         New macro for this case.
43322         [!__GNUC__] (__bswap_64): New inline function for this case.
43323         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43324         * bits/byteswap.h: Likewise.
43325         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43326         ull, guard with __GLIBC_HAVE_LONG_LONG.
43327
43328         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43329         __GLIBC_HAVE_LONG_LONG.
43330
43331         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43332         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43333
43334 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43335
43336         [BZ #13691]
43337         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43338         inptr and inend, rather than using last_ch.
43339
43340 2012-04-02  David S. Miller  <davem@davemloft.net>
43341
43342         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43343         * stdio-common/printf-parse.h (read_int): Change return type to
43344         'int', return -1 on INT_MAX overflow.
43345         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43346         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43347         overflows INT_MAX.  Check for overflow of in-format-string precision
43348         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43349         SIZE_MAX not INT_MAX for integer overflow test.
43350         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43351         skip the construct in the format string but do not record anything.
43352         * stdio-common/bug22.c: Adjust to test both width/prevision
43353         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43354         explicitly for proper errno values.
43355
43356 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43357
43358         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43359         CHAR_MAX.
43360         * string/test-strcmp.c [! WIDE]: Likewise.
43361         * time/tst-mktime2.c: Likewise for INT_MAX.
43362         * string/test-string.h: #include <sys/param.h> for MIN.
43363
43364         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43365         * sysdeps/i386/init-first.c (init): Likewise.
43366         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43367         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43368         * sysdeps/sh/init-first.c (init): Likewise.
43369
43370 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43371
43372         * po/ru.po: Update from translation team.
43373         * po/vi.po: Likewise.
43374
43375 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43376
43377         * resolv/nss_dns/dns-host.c: Merge copyright years.
43378
43379 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43380
43381         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43382         Optimize memcpy with prefetch if
43383         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43384         src, dst pointers have unequal 16 byte alignments.
43385
43386 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43387
43388         [BZ #13928]
43389         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43390         from a CNAME entry and return the minimum ttl for the query.
43391         (gaih_getanswer_slice): Likewise.
43392
43393 2012-03-30  Jeff Law  <law@redhat.com>
43394
43395         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43396         due to long keys.
43397         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43398         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43399
43400         * resolv/nss_dns/dns-host.c: Update copyright year.
43401
43402 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43403
43404         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43405         requests to save a system call.  Fix check that all bytes are sent.
43406
43407         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43408         comments for sendmmsg.
43409
43410 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43411
43412         [BZ #13691]
43413         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43414         with only 1 character between 0x0041 and 0x01b0.
43415         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43416         * wcsmbs/tst-mbsnrtowcs.c: New file.
43417
43418 2012-03-29  David S. Miller  <davem@davemloft.net>
43419
43420         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43421         small copies by hand.
43422
43423 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43424
43425         [BZ #13761]
43426         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43427         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43428         group memberships.
43429
43430 2012-03-28  David S. Miller  <davem@davemloft.net>
43431
43432         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43433         that branches into memcpy.
43434         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43435         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43436         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43437         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43438         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43439         bits.
43440         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43441         implementation too.
43442         * sysdeps/sparc/mempcpy.S: New file.
43443
43444         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43445         the IFUNC routine in the libc case.
43446         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43447
43448         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43449         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43450         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43451         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43452         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43453         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43454         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43455         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43456
43457         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43458         loop to 256 bytes instead of 64 bytes and fix test signedness.
43459
43460         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43461         * sysdeps/sparc/sparc32/Makefile: rather than here...
43462         * sysdeps/sparc/sparc64/Makefile: and here.
43463
43464 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43465
43466         * malloc/mallocbug.c: Avoid warnings about unused variables.
43467
43468 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43469
43470         [BZ #13760]
43471         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43472         in the right place. Discard and retry query if response is
43473         larger than input buffer size.
43474
43475 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43476
43477         [BZ #369]
43478         [BZ #2678]
43479         [BZ #3866]
43480         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43481         x for large integer exponent.
43482         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43483         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43484         sign of result as needed afterwards.
43485         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43486         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43487         result for underflowing pow the same as for overflow.
43488         (__kernel_standard_l): Handle powl overflow and underflow here
43489         rather than calling __kernel_standard.
43490         * math/libm-test.inc (pow_test): Add more tests.
43491
43492         [BZ #3868]
43493         [BZ #13879]
43494         [BZ #13910]
43495         [BZ #13911]
43496         [BZ #13912]
43497         [BZ #13913]
43498         [BZ #13915]
43499         [BZ #13916]
43500         [BZ #13917]
43501         [BZ #13918]
43502         [BZ #13919]
43503         [BZ #13920]
43504         [BZ #13921]
43505         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43506         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43507         (__kernel_standard_l): New function.
43508         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43509         __kernel_standard.
43510         * math/w_acosl.c (__acosl): Likewise.
43511         * math/w_asinl.c (__asinl): Likewise.
43512         * math/w_atan2l.c (__atan2l): Likewise.
43513         * math/w_atanhl.c (__atanhl): Likewise.
43514         * math/w_coshl.c (__coshl): Likewise.
43515         * math/w_exp10l.c (__exp10l): Likewise.
43516         * math/w_exp2l.c (__exp2l): Likewise.
43517         * math/w_fmodl.c (__fmodl): Likewise.
43518         * math/w_hypotl.c (__hypotl): Likewise.
43519         * math/w_j0l.c (__j0l, __y0l): Likewise.
43520         * math/w_j1l.c (__j1l, __y1l): Likewise.
43521         * math/w_jnl.c (__jnl, __ynl): Likewise.
43522         * math/w_lgammal.c (__lgammal): Likewise.
43523         * math/w_log10l.c (__log10l): Likewise.
43524         * math/w_log2l.c (__log2l): Likewise.
43525         * math/w_logl.c (__logl): Likewise.
43526         * math/w_powl.c (__powl): Likewise.
43527         * math/w_remainderl.c (__remainderl): Likewise.
43528         * math/w_scalbl.c (sysv_scalbl): Likewise.
43529         * math/w_sinhl.c (__sinhl): Likewise.
43530         * math/w_sqrtl.c (__sqrtl): Likewise.
43531         * math/w_tgammal.c (__tgammal): Likewise.
43532         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43533         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43534         * math/libm-test.inc (acos_test): Add more tests.
43535         (acosh_test): Likewise.
43536         (asin_test): Likewise.
43537         (atanh_test): Likewise.
43538         (exp_test): Likewise.
43539         (exp10_test): Likewise.
43540         (exp2_test): Likewise.
43541         (expm1_test): Likewise.
43542         (lgamma_test): Likewise.
43543         (log_test): Likewise.
43544         (log10_test): Likewise.
43545         (log1p_test): Likewise.
43546         (log2_test): Likewise.
43547         (pow_test): Do not allow some spurious overflow exceptions.
43548         (sqrt_test): Add more tests.
43549         (tgamma_test): Likewise.
43550         (y0_test): Likewise.
43551         (y1_test): Likewise.
43552         (yn_test): Likewise.
43553
43554 2012-03-27  Anton Blanchard  <anton@samba.org>
43555
43556         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43557         MAP_HUGETLB.
43558         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43559         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43560         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43561
43562 2012-03-27  David S. Miller  <davem@davemloft.net>
43563
43564         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43565
43566         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43567         have-as-vis3 check.
43568
43569 2012-03-27  Andreas Jaeger  <aj@suse.de>
43570
43571         * sysdeps/x86_64/elf/configure.in: Moved to ...
43572         * sysdeps/x86_64/configure.in: ... here.
43573         * sysdeps/x86_64/elf/start.S: Moved to ...
43574         * sysdeps/x86_64/start.S: ... here.
43575         * sysdeps/x86_64/elf/configure: Delete.
43576
43577         * sysdeps/x86_64/configure.in: Merge contents from
43578         sysdeps/i386/configure.in (without i686 check).
43579
43580         * sysdeps/i386/elf/Versions: Merge into ...
43581         * sysdeps/i386/Versions: ... this.
43582         * sysdeps/i386/elf/Versions: Delete file.
43583         * sysdeps/i386/elf/start.S: Moved to ...
43584         * sysdeps/i386/start.S: ...here.
43585         * sysdeps/i386/elf/configure.in: Merge into...
43586         * sysdeps/i386/configure.in: ...here.
43587         * sysdeps/i386/elf/configure.in: Delete file.
43588         * sysdeps/i386/elf/configure: Delete file.
43589
43590         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43591         * debug/backtracesyms.c: ... here.
43592         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43593         * debug/backtracesymsfd.c: ... here.
43594         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43595         * sysdeps/generic/ifunc-sel.h: ... here.
43596
43597         * sysdeps/unix/i386/start.c: Delete file.
43598         * sysdeps/unix/sparc/start.c: Delete file.
43599         * sysdeps/unix/start.c: Delete file.
43600
43601         * sysdeps/sh/elf/configure.in: Moved to ...
43602         * sysdeps/sh/configure.in: ... here.
43603         * sysdeps/sh/elf/start.S: Moved to ...
43604         * sysdeps/sh/start.S: ... here.
43605         * sysdeps/sh/elf/configure: Delete file.
43606
43607         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43608         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43609         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43610         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43611         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43612         * sysdeps/powerpc/powerpc64/start.S: here.
43613         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43614         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43615         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43616         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43617         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43618
43619         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43620         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43621         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43622         * sysdeps/powerpc/powerpc32/start.S: ... here.
43623         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43624         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43625         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43626
43627         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43628         * sysdeps/powerpc/ifunc-sel.h: ... here.
43629         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43630         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43631
43632         * sysdeps/sparc/elf/configure.in: Moved to ...
43633         * sysdeps/sparc/configure.in: ... here.
43634         * sysdeps/sparc/elf/configure: Delete file.
43635         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43636         * sysdeps/sparc/sparc32/start.S: ... here.
43637         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43638         * sysdeps/sparc/sparc64/start.S: ... here.
43639         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43640         * sysdeps/sparc/sparc32/Makefile: ... this.
43641         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43642         * sysdeps/sparc/sparc64/Makefile: ... this.
43643
43644         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43645         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43646         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43647         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43648         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43649         * sysdeps/s390/s390-32/setjmp.S: ... here.
43650         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43651         * sysdeps/s390/s390-32/configure.in: ... here.
43652         * sysdeps/s390/s390-32/elf/configure: Delete file.
43653         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43654         * sysdeps/s390/s390-32/start.S: ... here.
43655
43656         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43657         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43658         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43659         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43660         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43661         * sysdeps/s390/s390-64/setjmp.S: ... here.
43662         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43663         * sysdeps/s390/s390-64/configure.in: ... here
43664         * sysdeps/s390/s390-64/elf/configure: Delete file.
43665         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43666         * sysdeps/s390/s390-64/start.S: ... here.
43667         * sysdeps/s390/s390-64/elf/configure: Delete.
43668
43669         * configure.in: Remove support for elf directories in sysdeps.
43670
43671         * configure: Regenerated.
43672         * sysdeps/i386/configure: Regenerated.
43673         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43674         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43675         * sysdeps/s390/s390-32/configure: Regenerated.
43676         * sysdeps/s390/s390-64/configure: Regenerated.
43677         * sysdeps/sh/configure: Regenerated.
43678         * sysdeps/sparc/configure: Regenerated.
43679         * sysdeps/x86_64/configure: Regenerated.
43680
43681 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43682
43683         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43684
43685         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43686         denormal result into account.
43687
43688 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43689
43690         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43691         Reported by Allan McRae <allan@archlinux.org>.
43692
43693 2012-03-23  Jeff Law  <law@redhat.com>
43694
43695         * nss/getnssent.c (__nss_getent): Fix typo.
43696
43697 2012-03-23  David S. Miller  <davem@davemloft.net>
43698
43699         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43700
43701 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43702
43703         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43704         to pad to uint64_t for each field.
43705         (dl_tls_index): Replace unsigned long with uint64_t.
43706
43707 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43708         Paul Pluzhnikov  <ppluzhnikov@google.com>
43709
43710         [BZ #6528]
43711         * grp/Makefile (otherlibs): Don't set it.
43712         * inet/Makefile (otherlibs): Likewise.
43713         * login/Makefile (otherlibs): Likewise.
43714         * nscd/Makefile (otherlibs): Likewise.
43715         * posix/Makefile (otherlibs): Likewise.
43716         * pwd/Makefile (otherlibs): Likewise.
43717         * rt/Makefile (otherlibs): Likewise.
43718         * sunrpc/Makefile (otherlibs): Likewise.
43719         * nss/Makefile (otherlibs): Likewise.
43720         Add libnss_files to routines and static-only-routines.
43721         ($(objpfx)getent): Remove rule.
43722         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43723         static-only-routines.
43724
43725 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43726
43727         [BZ #13892]
43728         * math/s_cexp.c: Include <float.h>.
43729         (__cexp): Handle exp result overflowing not necessarily
43730         overflowing both real and imaginary parts of result.
43731         * math/s_cexpf.c: Likewise.
43732         * math/s_cexpl.c: Likewise.
43733         * math/libm-test.inc (cexp_test): Add more tests.
43734         * sysdeps/i386/fpu/libm-test-ulps: Update.
43735         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43736
43737 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43738
43739         * include/link.h (ELFW): New macro.
43740         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43741         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43742
43743 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43744
43745         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43746         with uint64_t.
43747
43748 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43749
43750         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43751         declaration.
43752         (struct La_x32_retval): Likewise.
43753
43754 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43755
43756         * sysdeps/x86_64/preconfigure.in: New file.
43757         * sysdeps/x86_64/preconfigure: New generated file.
43758
43759 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43760
43761         [BZ #13824]
43762         * math/e_exp2l.c: Include <float.h>.
43763         (__ieee754_exp2l): Handle overflow and underflow cases
43764         separately.  Only pass fractional part of argument to
43765         __ieee754_expl.
43766         * math/libm-test.inc (exp2_test): Add more tests.
43767
43768         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43769         negating x to take absolute value.
43770         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43771         Likewise.
43772         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43773         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43774         Likewise.
43775         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43776         computing low part if x was negated.
43777         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43778
43779 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43780
43781         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43782         la_x32_gnu_pltexit.
43783         (pltexit): Cast int_retval to ptrdiff_t.
43784         * elf/tst-auditmod3b.c: Likewise.
43785         * elf/tst-auditmod4b.c: Likewise.
43786         * elf/tst-auditmod5b.c: Likewise.
43787         * elf/tst-auditmod6b.c: Likewise.
43788         * elf/tst-auditmod6c.c: Likewise.
43789         * elf/tst-auditmod7b.c: Likewise.
43790
43791         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43792         and x32_gnu_pltexit.
43793
43794         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43795         __ELF_NATIVE_CLASS.
43796         (La_x32_regs): New macro.
43797         (La_x32_retval): Likewise.
43798         (la_x32_gnu_pltenter): New function prototype.
43799         (la_x32_gnu_pltexit): Likewise.
43800
43801 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43802
43803         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43804         exponent.
43805
43806         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43807
43808         * configure.in (libc_cv_cc_nofma): Check for option to disable
43809         generation of FMA instructions.
43810         * configure: Regenerate.
43811         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43812         * sysdeps/ieee754/dbl-64/Makefile: New file.
43813         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43814         Remove brandred-fma4.
43815         (CFLAGS-brandred-fma4.c): Remove.
43816         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43817         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43818         define.
43819         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43820         define.
43821
43822 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43823
43824         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43825         LLONG_MAX != LONG_MAX.
43826         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43827         (_fitoa_word): Likewise.
43828         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43829         LLONG_MAX != LONG_MAX.
43830         * stdio-common/_itowa.h: Include <_itoa.h>.
43831         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43832         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43833         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43834         only if not defined.
43835         (_ITOA_WORD_TYPE): Likewise.
43836         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43837         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43838
43839 2012-03-21  David S. Miller  <davem@davemloft.net>
43840
43841         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43842
43843 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43844
43845         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43846         of x86_64 when setting libc_cv_slibdir, libdir and
43847         libc_cv_localedir.
43848         * sysdeps/unix/sysv/linux/configure: Regenerated.
43849
43850 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43851
43852         * manual/lang.texi (Old Varargs): Remove section.
43853         (How Variadic): Update menu.
43854         (va_start): Do not mention varargs.h.
43855
43856 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43857             Joseph Myers  <joseph@codesourcery.com>
43858
43859         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43860         link test.
43861         * configure: Regenerated.
43862
43863 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43864
43865         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43866         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43867         conformtest.pl
43868
43869 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43870
43871         * NOTES: Remove.
43872         * Makefile (files-for-dist): Remove NOTES.
43873         (NOTES): Remove rule.
43874         * README: Don't refer to NOTES.
43875         * manual/creature.texi: Don't include macros.texi.
43876         * manual/intro.texi (creature.texi): Remove comment referring to
43877         NOTES.
43878
43879         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43880         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43881         * configure: Regenerated.
43882         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43883         LIBC_TRY_CC_OPTION.
43884         (libc_cv_as_i686): Likewise.
43885         (libc_cv_cc_avx): Likewise.
43886         (libc_cv_cc_sse2avx): Likewise.
43887         (libc_cv_cc_fma4): Likewise.
43888         (libc_cv_cc_novzeroupper): Likewise.
43889         * sysdeps/i386/configure: Regenerated.
43890
43891         [BZ #13883]
43892         * sysdeps/i386/fpu/s_cexp.S: Remove.
43893         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43894         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43895         * math/libm-test.inc (cexp_test): Add more tests.
43896         * sysdeps/i386/fpu/libm-test-ulps: Update.
43897         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43898
43899 2012-03-21  Allan McRae  <allan@archlinux.org>
43900
43901         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43902
43903 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43904
43905         [BZ #13871]
43906         * math/w_exp2.c: Do not include <float.h>.
43907         (o_threshold, u_threshold): Remove.
43908         (__exp2): Calculate result before checking finiteness and calling
43909         __kernel_standard.
43910         * math/w_exp2f.c: Likewise.
43911         * math/w_exp2l.c: Likewise.
43912         * math/libm-test.inc (exp2_test): Require overflow exception for
43913         1e6 input.
43914
43915         [BZ #3866]
43916         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43917         range of signed 64-bit integers before using fistpll.  Remove
43918         checks for whether integers fit in mantissa bits.
43919         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43920         the range of signed 32-bit integers before using fistpl.  Remove
43921         checks for whether integers fit in mantissa bits.
43922         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43923         (__ieee754_powl): Test for y outside the range of signed 64-bit
43924         integers before using fistpll.  Reduce 64-bit values to 63-bit
43925         ones as needed.
43926         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43927         divide-by-zero is raised for zero to large negative powers.
43928         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43929         (__ieee754_powl): Test for y outside the range of signed 64-bit
43930         integers before using fistpll.  Reduce 64-bit values to 63-bit
43931         ones as needed.
43932         * math/libm-test.inc (pow_test): Add more tests.
43933
43934 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43935
43936         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43937         <stdio-common/_itoa.h>.
43938         * debug/segfault.c: Likewise.
43939         * elf/dl-cache.c: Likewise.
43940         * elf/dl-minimal.c: Likewise.
43941         * elf/dl-misc.c: Likewise.
43942         * elf/dl-sysdep.c: Likewise.
43943         * elf/dl-version.c: Likewise.
43944         * elf/rtld.c: Likewise.
43945         * hurd/hurdsock.c: Likewise.
43946         * hurd/lookup-retry.c: Likewise.
43947         * malloc/malloc.c: Likewise.
43948         * malloc/mtrace.c: Likewise.
43949         * nscd/nscd_getgr_r.c: Likewise.
43950         * nscd/nscd_getpw_r.c: Likewise.
43951         * nscd/nscd_getserv_r.c: Likewise.
43952         * posix/getopt_init.c: Likewise.
43953         * posix/wordexp.c: Likewise.
43954         * stdio-common/_itoa.c: Likewise.
43955         * stdio-common/printf_fphex.c: Likewise.
43956         * stdio-common/vfprintf.c: Likewise.
43957         * string/_strerror.c: Likewise.
43958         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43959         * sysdeps/i386/i686/hp-timing.h: Likewise.
43960         * sysdeps/mach/_strerror.c: Likewise.
43961         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43962         * sysdeps/mach/hurd/sethostid.c: Likewise.
43963         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43964         * sysdeps/mach/xpg-strerror.c: Likewise.
43965         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43966         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43967         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43968         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43969         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43970         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43971         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43972         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43973         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43974         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43975         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43976         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43977         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43978         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43979         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43980         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43981         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43982         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43983         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43984         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43985         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43986
43987         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43988
43989         * stdio-common/_itoa.h: Moved to ...
43990         * sysdeps/generic/_itoa.h: Here.
43991
43992         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43993
43994         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43995         instead of "_itoa.h" and "_itowa.h".
43996         * stdio-common/vfprintf.: Likewise.
43997
43998 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43999
44000         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
44001         <bits/wordsize.h>.
44002         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
44003         (__signbit): Likwise.
44004         (llrintf): Likwise.
44005         (llrint): Likwise.
44006
44007 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44008
44009         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
44010         __WORDSIZE != 64.
44011
44012 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
44013
44014         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
44015         OVERFLOW_EXCEPTION_OK.
44016         * math/libm-test.inc ("Philosophy"): Update comment about
44017         exception testing.
44018         (OVERFLOW_EXCEPTION): Define.
44019         (OVERFLOW_EXCEPTION_OK): Likewise.
44020         (INVALID_EXCEPTION_OK): Renumber.
44021         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
44022         (IGNORE_ZERO_INF_SIGN): Likewise.
44023         (test_exceptions): Handle FE_OVERFLOW.
44024         (exp10_test): Expect overflow exceptions.
44025         (exp2_test): Likewise.
44026         (expm1_test): Likewise.
44027         (nextafter_test): Likewise.
44028         (pow_test): Likewise.
44029         (scalbn_test): Likewise.
44030         (scalbln_test): Likewise.
44031
44032 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44033
44034         * sysdeps/x86_64/bits/atomic.h
44035         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
44036         64bit integer.
44037         (atomic_exchange_acq): Likewise.
44038         (__arch_exchange_and_add_body): Likewise.
44039         (__arch_add_body): Likewise.
44040         (atomic_add_negative): Likewise.
44041         (atomic_add_zero): Likewise.
44042
44043 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44044
44045         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
44046         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
44047
44048 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44049
44050         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
44051         Check __x86_64__ instead of __WORDSIZE.
44052
44053 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44054
44055         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
44056
44057 2012-03-19  David S. Miller  <davem@davemloft.net>
44058
44059         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44060
44061         * sysdeps/sparc/fpu/fenv_private.h: New file.
44062         * sysdeps/sparc/fpu/math_private.h: Use it.
44063         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
44064         Remove.
44065         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
44066         (libc_feholdexcept_setroundl): Remove.
44067         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
44068         Remove.
44069         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
44070         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
44071
44072 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44073
44074         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
44075         int64_t instead of long int.
44076         (INSERT_WORDS64): Likwise.
44077
44078 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44079
44080         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
44081         _Unwind_GetCFA return to _Unwind_Ptr first.
44082
44083 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
44084
44085         [BZ #13629]
44086         * math/s_clog.c: Include <float.h>.
44087         (__clog): Scale large or subnormal inputs.
44088         * math/s_clogf.c: Likewise.
44089         * math/s_clogl.c: Likewise.
44090         * math/s_clog10.c: Include <float.h>.
44091         (M_LOG10_2): Define.
44092         (__clog10): Scale large or subnormal inputs.
44093         * math/s_clog10f.c: Likewise.
44094         * math/s_clog10l.c: Likewise.
44095         * math/libm-test.inc (clog_test): Add more tests.
44096         (clog10_test): Likewise.
44097         * sysdeps/i386/fpu/libm-test-ulps: Update.
44098         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44099
44100         [BZ #11451]
44101         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
44102         x and y.
44103         * math/libm-test.inc (atan2_test): Add another test.
44104
44105         * Makerules (common-objdir-compile): Remove.
44106         * sysdeps/unix/Makefile (config-generated): Do not add
44107         $(unix-generated) to variable.
44108         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
44109         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
44110         Remove rule.
44111         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
44112         Likewise.
44113         [generic bits/local_lim.h] (before-compile): Do not append to
44114         variable.
44115         [generic bits/local_lim.h] (common-generated): Likewise.
44116         [generic sys/param.h] (before-compile): Do not append to variable.
44117         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
44118         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
44119         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
44120         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
44121         include.
44122         [generic sys/param.h] (sys/param.h-includes): Remove variable.
44123         [generic sys/param.h] (sys/param.h-includes): Remove rule.
44124         [generic sys/param.h] ($(addprefix
44125         $(common-objpfx),$(sys/param.h-includes))): Likewise.
44126         [generic sys/param.h] (common-generated): Do not append to
44127         variable.
44128         [generic sys/param.h] (sysdep_headers): Likewise.
44129         [generic bits/errno.h] (before-compile): Do not append to
44130         variable.
44131         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44132         rule.
44133         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44134         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44135         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44136         [generic bits/errno.h] (common-generated): Do not append to
44137         variable.
44138         [generic bits/ioctls.h] (before-compile): Do not append to
44139         variable.
44140         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44141         rule.
44142         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44143         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44144         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44145         rule.
44146         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44147         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44148         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44149         [generic bits/ioctls.h] (common-generated): Do not append to
44150         variable.
44151         [generic sys/syscall.h] (syscall.h): Remove variable.
44152         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44153         rule.
44154         [generic sys/syscall.h] (before-compile): Do not append to
44155         variable.
44156         [generic sys/syscall.h] (common-generated): Likewise.
44157         * sysdeps/unix/errnos-tmpl.c: Remove file.
44158         * sysdeps/unix/errnos.awk: Likewise.
44159         * sysdeps/unix/ioctls-tmpl.c: Likewise.
44160         * sysdeps/unix/ioctls.awk: Likewise.
44161         * sysdeps/unix/mk-local_lim.c: Likewise.
44162         * sysdeps/unix/snarf-ioctls: Likewise.
44163
44164 2012-03-19  Richard Henderson  <rth@twiddle.net>
44165
44166         * sysdeps/i386/fpu/fenv_private.h: New file.
44167         * sysdeps/i386/fpu/math_private.h: Use it.
44168         (math_opt_barrier, math_force_eval): Remove.
44169         (libc_feholdexcept_setround_53bit): Remove.
44170         (libc_feupdateenv_53bit): Remove.
44171         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44172         (math_opt_barrier, math_force_eval): Remove.
44173         (libc_feholdexcept): Remove.
44174         (libc_feholdexcept_setround): Remove.
44175         (libc_fetestexcept, libc_fesetenv): Remove.
44176         (libc_feupdateenv_test): Remove.
44177         (libc_feupdateenv, libc_feholdsetround): Remove.
44178         (libc_feresetround): Remove.
44179
44180         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44181         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44182
44183         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44184         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44185         (libc_feupdateenv_testl): New.
44186         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44187         (libc_feupdateenv_testf): New.
44188         (libc_feupdateenv): Use libc_feupdateenv_test.
44189         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44190         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44191
44192         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44193         (libc_feholdsetroundf, libc_feholdsetroundl): New.
44194         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44195         (libc_feresetround_noex): New.
44196         (libc_feresetround_noexf): New.
44197         (libc_feresetround_noexl): New.
44198         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44199         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44200         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44201         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44202         SET_RESTORE_ROUND.
44203         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44204         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44205         (__cos): Likewise.
44206         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44207         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44208         SET_RESTORE_ROUND_NOEX.
44209         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44210         SET_RESTORE_ROUND_NOEXF.
44211         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44212         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44213         (libc_feholdsetroundf): New.
44214         (libc_feresetround, libc_feresetroundf): New.
44215
44216         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44217         (libc_feholdexcept_setround_53bit): Convert from macro to function.
44218         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
44219
44220         * sysdeps/generic/math_private.h: Include <fenv.h>.
44221         (default_libc_feholdexcept): New.
44222         (default_libc_feholdexcept_setround): New.
44223         (default_libc_fesetenv, default_libc_feupdateenv): New.
44224         (libc_feholdexcept): Only define if undefined.
44225         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44226         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44227         (libc_feholdexcept_setroundl): Likewise.
44228         (libc_feholdexcept_setround_53bit): Likewise.
44229         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44230         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44231         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44232         (libc_feupdateenv_53bit): Likewise.
44233         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44234         (libc_feholdexcept): Convert from macro to inline function.
44235         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44236         (libc_fesetenv, libc_feupdateenv): Likewise.
44237
44238         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44239         not previously defined.
44240         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44241         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44242         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44243         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44244         * sysdeps/ieee754/flt-32/math_private.h: New file.
44245         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44246         math_private.h below SET_FLOAT_WORD.
44247         (__isnan, __isinf_ns, __finite): Remove.
44248         (__isnanf, __isinf_nsf, __finitef): Remove.
44249
44250 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44251
44252         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44253
44254 2012-03-17  David S. Miller  <davem@davemloft.net>
44255
44256         [BZ #6471]
44257         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44258         for 2.16.
44259
44260 2012-03-16  David S. Miller  <davem@davemloft.net>
44261
44262         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44263         warnings.
44264
44265         [BZ #6471]
44266         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44267         properly.
44268         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44269         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44270         sysdep_routines when subdir is sysvipc.
44271         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44272         __getshmlba helper.
44273
44274         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44275
44276 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44277
44278         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44279         [__LP64__].
44280
44281 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44282
44283         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44284         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44285         (__lround): Renamed to ...
44286         (__llround): This.  Replace long int with long long int.
44287         Define lround functions as aliases of llround functions.
44288         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44289
44290 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44291
44292         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44293         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44294         adresses to uintptr_t.  Replace "long int" and "unsigned long
44295         int" with "greg_t" on va_arg.
44296
44297 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44298
44299         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44300         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44301
44302         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44303         Move e_machine check before EI_CLASS check.  Handle x32
44304         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44305         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44306         SKIP_EM_IA_64 and include
44307         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44308
44309         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44310         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44311         (add_system_dir): New macro.
44312
44313         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44314         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44315
44316 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44317
44318         [BZ #2551]
44319         [BZ #2552]
44320         [BZ #2553]
44321         [BZ #2554]
44322         [BZ #2562]
44323         [BZ #2563]
44324         [BZ #2565]
44325         [BZ #2566]
44326         [BZ #2576]
44327         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44328         (y0): Likewise.
44329         * math/w_j0f.c (j0f): Likewise.
44330         (y0f): Likewise.
44331         * math/w_j0l.c (__j0l): Likewise.
44332         (__y0l): Likewise.
44333         * math/w_j1.c (j1): Likewise.
44334         (y1): Likewise.
44335         * math/w_j1f.c (j1f): Likewise.
44336         (y1f): Likewise.
44337         * math/w_j1l.c (__j1l): Likewise.
44338         (__y1l): Likewise.
44339         * math/w_jn.c (jn): Likewise.
44340         (yn): Likewise.
44341         * math/w_jnf.c (jnf): Likewise.
44342         (ynf): Likewise.
44343         * math/w_jnl.c (__jnl): Likewise.
44344         (__ynl): Likewise.
44345         * math/libm-test.inc (j0_test): Add more tests.
44346         (j1_test): Likewise.
44347         (jn_test): Likewise.  Add trailing semicolon to existing test.
44348         (y0_test): Likewise.
44349         (y1_test): Likewise.
44350         * sysdeps/i386/fpu/libm-test-ulps: Update.
44351         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44352
44353         [BZ #13851]
44354         [BZ #13854]
44355         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44356         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44357         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44358         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44359         (__tanl): Set errno for infinite argument.
44360         * sysdeps/i386/fpu/mptan.c: Remove.
44361         * sysdeps/i386/fpu/s_tan.S: Likewise.
44362         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44363         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44364         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44365         * math/libm-test.inc (tan_test): Add more tests and enable more
44366         tests for double and long double.
44367         * sysdeps/i386/fpu/libm-test-ulps: Update.
44368         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44369
44370 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44371
44372         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44373         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44374
44375 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44376
44377         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44378         * configure.in: Use it for both main tree and add-ons.
44379         * configure: Regenerated.
44380
44381 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44382
44383         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44384
44385 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44386
44387         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44388         in comment.
44389
44390         [BZ #13851]
44391         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44392         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44393         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44394         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44395         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44396         infinite argument.
44397         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44398         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44399         != 0 for prec == 2.
44400         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44401         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44402         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44403         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44404         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44405         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44406         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44407         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44408         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44409         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44410         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44411         * math/libm-test.inc (cos_test): Add more tests and enable more
44412         tests for long double.
44413         (sin_test): Likewise.
44414         (sincos_test): Likewise.
44415         * sysdeps/i386/fpu/libm-test-ulps: Update.
44416         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44417
44418 2012-03-16  David S. Miller  <davem@davemloft.net>
44419
44420         * sysdeps/sparc/fpu/math_private.h: New file.
44421
44422 2012-03-15  David S. Miller  <davem@davemloft.net>
44423
44424         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44425         file.
44426         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44427         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44428         file.
44429         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44430         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44431         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44432         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44433         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44434         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44435         sysdep routines.
44436         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44437
44438         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44439         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44440
44441         * sysdeps/sparc/sparc-ifunc.h: New file.
44442         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44443         sparc-ifunc.h
44444         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44445         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44446         Likewise.
44447         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44448         Likewise.
44449         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44450         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44451         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44452         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44453         Likewise.
44454         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44455         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44456         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44457         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44458         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44459         Likewise.
44460         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44461         Likewise.
44462         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44463         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44464         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44465         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44466         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44467         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44468         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44469         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44470         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44471         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44472         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44473         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44474         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44475         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44476         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44477         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44478         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44479         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44480         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44481         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44482         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44483         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44484         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44485         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44486
44487 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44488
44489         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44490         scaling.
44491         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44492
44493 2012-03-15  Andreas Jaeger  <aj@suse.de>
44494
44495         [BZ #13852]
44496         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44497         ieee754/flt-32 implementation for sin, cos and sincos.
44498         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44499         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44500         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44501         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44502         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44503         ieee754/flt-32 implementation for tan.
44504
44505         * math/libm-test.inc (cos_test): Enable some large input tests for
44506         float as well
44507         (sin_test): Likewise.
44508         (sincos_test): Likewise.
44509         (tan_test): Add tests for large input.
44510
44511         * sysdeps/i386/fpu/libm-test-ulps: Update.
44512
44513 2012-03-15  Andreas Jaeger  <aj@suse.de>
44514
44515         [BZ #13658]
44516         * math/libm-test.inc (cos_test): Add more test cases.
44517         (sin_test): Likewise.
44518         (sincos_test): Likewise.
44519
44520 2012-03-15  Andreas Jaeger  <aj@suse.de>
44521
44522         [BZ #13837]
44523         * math/libm-test.inc (cos_test): Add a test case for large input
44524         value.
44525         (sin_test): Likewise.
44526         (sincos_test): Likewise.
44527
44528 2012-03-15  Andreas Jaeger  <aj@suse.de>
44529             Joseph Myers  <joseph@codesourcery.com>
44530
44531         [BZ #13658]
44532         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44533         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44534         * sysdeps/i386/fpu/branred.c: Likewise.
44535         * sysdeps/i386/fpu/dosincos.c: Likewise.
44536         * sysdeps/i386/fpu/mpa.c: Likewise.
44537         * sysdeps/i386/fpu/s_cos.S: Likewise.
44538         * sysdeps/i386/fpu/s_sin.S: Likewise.
44539         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44540         * sysdeps/i386/fpu/sincos32.c: Likewise.
44541
44542         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44543         Define.
44544         (libc_feupdateenv_53bit): Define.
44545         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44546         Define.
44547         (libc_feupdateenv_53bit): Define.
44548
44549         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44550         53 bit (without extend i386 double precision).
44551
44552         * math/libm-test.inc (sincos_test): Add tests for large input.
44553         (sin): Likewise.
44554         (cos): Likewise.
44555
44556         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44557
44558 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44559
44560         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44561
44562 2012-03-15  David S. Miller  <davem@davemloft.net>
44563
44564         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44565         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44566         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44567         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44568         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44569         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44570         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44571         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44572         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44573         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44574         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44575         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44576         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44577         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44578         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44579         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44580         file.
44581         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44582         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44583         file.
44584         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44585         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44586         file.
44587         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44588         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44589         file.
44590         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44591         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44592         fmin/fmax sysdep routines.
44593         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44594
44595 2012-03-14  David S. Miller  <davem@davemloft.net>
44596
44597         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44598         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44599         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44600         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44601         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44602         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44603         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44604         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44605         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44606         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44607         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44608         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44609         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44610         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44611         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44612         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44613         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44614         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44615         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44616         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44617         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44618         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44619         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44620         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44621         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44622         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44623         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44624         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44625         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44626         routines.
44627         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44628         file.
44629         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44630         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44631         file.
44632         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44633         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44634         file.
44635         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44636         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44637         file.
44638         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44639         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44640         file.
44641         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44642         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44643         file.
44644         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44645         file.
44646         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44647         file.
44648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44649         file.
44650         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44651         New file.
44652         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44653         file.
44654         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44655         file.
44656         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44657         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44658         file.
44659         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44660         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44661         file.
44662         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44663         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44664         file.
44665         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44666         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44667         VIS3 routines.
44668
44669         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44670         New file.
44671
44672         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44673
44674         * sysdeps/sparc/configure.in: New file.
44675         * sysdeps/sparc/configure: Generate.
44676         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44677         * configure: Regenerate.
44678         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44679         * config.make.in (have-as-vis3): New.
44680         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44681         available use -Av9d instead of -Av9a.
44682         * sysdeps/sparc/sparc64/Makefile: Likewise.
44683         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44684         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44685         New file.
44686         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44687         file.
44688         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44689         New file.
44690         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44691         file.
44692         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44693         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44694         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44695         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44696         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44697
44698         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44699         fzeros/fnegs to load 0x80000000 into a float register instead of
44700         using the stack.
44701         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44702
44703 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44704
44705         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44706         bits/syscall.h.
44707         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44708         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44709         ($(inst_includedir)/bits/syscall.h): Remove rule.
44710         ($(objpfx)bits/syscall.d): Include instead of
44711         $(objpfx)syscall-list.d.
44712         (generated): Change syscall-list.h and syscall-list.d to
44713         bits/syscall.h and bits/syscall.d.
44714
44715 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44716
44717         [BZ #13846]
44718         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44719
44720 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44721
44722         [BZ #13841]
44723         * math/s_csqrt.c: Include <float.h>.
44724         (__csqrt): Scale large or subnormal inputs.
44725         * math/s_csqrtf.c: Likewise.
44726         * math/s_csqrtl.c: Likewise.
44727         * math/libm-test.inc (csqrt_test): Add more tests.
44728         * sysdeps/i386/fpu/libm-test-ulps: Update.
44729         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44730
44731         [BZ #13840]
44732         * math/libm-test.inc (hypot_test): Add more tests.
44733
44734 2012-03-13  David S. Miller  <davem@davemloft.net>
44735
44736         [BZ #13840]
44737         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44738         double-precision for the calculation instead of scaling.
44739
44740 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44741
44742         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44743         manipulate bits before adding and subtracting TWO52[sx].
44744         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44745         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44746         Likewise.
44747         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44748
44749 2012-03-13  David S. Miller  <davem@davemloft.net>
44750
44751         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44752         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44753         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44754         rtld-global-offsets.h
44755         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44756
44757         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44758         large parameters.
44759
44760         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44761
44762         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44763         'err' in the ifdef scope in which it is actually used.
44764
44765         * nss/nss_db/db-init.c: Include string.h
44766
44767 2012-03-12  David S. Miller  <davem@davemloft.net>
44768
44769         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44770         masking out of the most significant byte of random value used.
44771         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44772         Fix coding style in previous change.
44773
44774         * sysdeps/unix/sysv/linux/kernel-features.h
44775         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44776         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44777         expression.
44778         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44779         later.
44780
44781 2012-03-11  David S. Miller  <davem@davemloft.net>
44782
44783         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44784         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44785         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44786         for 'resultvar' otherwise things get truncated on 64-bit.
44787
44788         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44789         Fix masking out of the most significant byte of random value used.
44790
44791         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44792
44793 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44794
44795         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44796
44797 2012-03-09  David S. Miller  <davem@davemloft.net>
44798
44799         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44800         variables with appropriate CPP guards.
44801         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44802         from the frame pointer, not the stack pointer.  Correct layout
44803         comments.  Fix test on resulting framesize and the management of
44804         the outregs buffer for pltexit.  Preserve floating point return
44805         values across _dl_call_pltexit call.
44806         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44807         framesize and the management of the outregs buffer for pltexit.
44808         Preserve floating point return values across _dl_call_pltexit
44809         call.
44810         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44811         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44812         (la_sparc64_gnu_pltexit): New functions.
44813         (print_exit): Fix format string for return register value.
44814
44815 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44816
44817         * sunrpc/Makefile (others): Add rpcgen.
44818         ($(objpfx)rpcgen): Remove special build rule and dependency on
44819         libc.
44820         * sunrpc/rpcgen.c: New file.
44821
44822 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44823
44824         [BZ #13673]
44825         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44826         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44827         * sysdeps/i386/crti.S: Likewise.
44828         * sysdeps/i386/crtn.S: Likewise.
44829         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44830         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44831         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44832         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44833         * sysdeps/sh/crti.S: Likewise.
44834         * sysdeps/sh/crtn.S: Likewise.
44835         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44836
44837         [BZ #13673]
44838         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44839         with URL.
44840         * locale/programs/locfile-kw.gperf: Likewise.
44841         * locale/programs/charmap-kw.h: Regenerated.
44842         * locale/programs/locfile-kw.h: Likewise.
44843
44844         [BZ #13673]
44845         * intl/plural.y: Replace FSF snail mail address with URL.
44846         * intl/plural.c: Regenerated.
44847
44848 2012-03-09  Richard Henderson  <rth@twiddle.net>
44849
44850         * include/math_private.h: Remove file.
44851         * math/math_private.h: Move file ...
44852         * sysdeps/generic/math_private.h: ... here.
44853
44854         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44855         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44856         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44857
44858         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44859         and <math_private.h>.
44860         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44861         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44862         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44863         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44864         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44865         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44866         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44867         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44868         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44869         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44870         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44871         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44872         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44873         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44874         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44875         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44876         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44877         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44878         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44879         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44880         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44881         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44882         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44883         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44884         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44885         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44886         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44887         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44888         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44889         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44890         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44891         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44892         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44893         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44894         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44895         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44896         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44897         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44898         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44899         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44900         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44901         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44902         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44903         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44904         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44905         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44906         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44907         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44908         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44909         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44910         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44911         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44912         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44913         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44914         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44915         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44916         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44917         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44918         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44919         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44920         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44921         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44922         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44923         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44924         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44925         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44926         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44927         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44928         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44929         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44930         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44931         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44932         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44933         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44934         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44935         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44936         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44937         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44938         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44939         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44940         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44941         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44942         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44943         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44944         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44945         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44946         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44947         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44948         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44949         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44950         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44951         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44952         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44953         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44954         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44955         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44956         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44957         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44958         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44959         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44960         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44961         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44962         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44963         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44964         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44965         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44966         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44967         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44968         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44969         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44970         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44971         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44972         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44973         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44974         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44975         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44976         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44977         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44978         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44979         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44980         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44981         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44982         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44983         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44984         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44985         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44986         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44987         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44988         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44989         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44990         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44991         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44992         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44993         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44994         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44995         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44996         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44997         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44998         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44999         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45000         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45001         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
45002         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
45003         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
45004         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
45005         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
45006         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
45007         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
45008         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
45009         * sysdeps/ieee754/k_standard.c: Likewise.
45010         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45011         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45012         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45013         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45014         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45015         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45016         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45017         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45018         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45019         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45020         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45021         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45022         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45023         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45024         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45025         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45026         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
45027         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45028         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45029         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
45030         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
45031         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
45032         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
45033         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
45034         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
45035         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
45036         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
45037         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
45038         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
45039         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
45040         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
45041         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
45042         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
45043         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
45044         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
45045         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
45046         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
45047         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
45048         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
45049         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
45050         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
45051         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
45052         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
45053         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
45054         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
45055         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
45056         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
45057         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
45058         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
45059         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
45060         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
45061         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
45062         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
45063         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
45064         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45065         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
45066         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
45067         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
45068         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
45069         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
45070         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
45071         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
45072         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
45073         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45074         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45075         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45076         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45077         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45078         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45079         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45080         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45081         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45082         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45083         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45084         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45085         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45086         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
45087         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45088         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45089         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
45090         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
45091         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
45092         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45093         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45094         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
45095         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45096         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45097         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
45098         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
45099         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45100         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
45101         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45102         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
45103         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
45104         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45105         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45106         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
45107         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
45108         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
45109         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
45110         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45111         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45112         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45113         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45114         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
45115         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45116         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45117         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
45118         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
45119         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45120         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45121         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45122         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45123         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45124         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45125         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45126         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45127         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45128         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45129         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45130         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45131         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45132         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45133         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45134         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45135         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45136         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45137         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45138         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45139         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45140         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45141         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45142         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45143         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45144         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45145         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45146         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45147         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45148         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45149         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45150         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45151         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45152         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45153         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45154         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45155         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45156         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45157         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45158         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45159         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45160         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45161         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45162         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45163         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45164         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45165         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45166         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45167         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45168         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45169         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45170         * sysdeps/ieee754/s_lib_version.c: Likewise.
45171         * sysdeps/ieee754/s_matherr.c: Likewise.
45172         * sysdeps/ieee754/s_signgam.c: Likewise.
45173         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45174         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45175         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45176         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45177         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45178         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45179         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45180         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45181         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45182         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45183         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45184         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45185         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45186         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45187         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45188         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45189         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45190         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45191         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45192         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45193         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45194
45195 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45196
45197         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45198         * sunrpc/rpc_main.c: Likewise.
45199         * sunrpc/rpc_svcout.c: Likewise.
45200
45201 2012-03-09  David S. Miller  <davem@davemloft.net>
45202
45203         * include/math_private.h: New file.
45204
45205 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45206
45207         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45208         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45209         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45210         from <bits/socket_type.h>.
45211         (enum __socket_type): Don't define here.
45212         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45213         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45214         bits/socket_type.h.
45215
45216         [BZ #13566]
45217         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45218         checking __USE_GNU.
45219
45220         * Makerules ($(inst_includedir)/%.h): New rule.
45221         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45222         (install-others): Remove variable setting.
45223         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45224
45225 2012-03-08  Richard Henderson  <rth@twiddle.net>
45226
45227         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45228         from macro to inline function; merge with the
45229         !__LIBC_INTERNAL_MATH_INLINES version.
45230         (__ieee754_sqrtf): Likewise.
45231
45232         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45233         to inline function.
45234         (__rintf, __floor, __floorf): Likewise.
45235
45236         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45237         macro to inline function.
45238         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45239
45240         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45241         not <math/math_private.h>.
45242
45243 2012-03-08  David S. Miller  <davem@davemloft.net>
45244
45245         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45246         copyright year.
45247         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45248
45249 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45250
45251         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45252         normalization.
45253         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45254         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45255
45256 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45257
45258         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45259         be defined individually, they must be defined as a block.  Define
45260         S for printing a string instead of hidint the different by using a
45261         macro for adding the 'l'.
45262         * stdio-common/tst-fphex-wide.c: Adjust.
45263
45264 2012-03-07  Marek Polacek  <polacek@redhat.com>
45265
45266         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45267
45268 2012-03-08  Marek Polacek  <polacek@redhat.com>
45269
45270         [BZ #13806]
45271         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45272         * stdio-common/tst-fphex.c: Define a few macros to make the
45273         test reusable.  Use them.
45274         * stdio-common/tst-fphex-wide.c: New file.
45275
45276 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45277
45278         [BZ #6911]
45279         * manual/macros.texi (gnusystems): New macro.
45280         (nongnusystems): Likewise.
45281         (gnulinuxhurdsystems): Likewise.
45282         (gnuhurdsystems): Likewise..
45283         (gnulinuxsystems): Likewise.
45284         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45285         variants of the GNU system, not "GNU system".
45286         * manual/conf.texi: Likewise.
45287         * manual/errno.texi: Likewise.  Update example of errno macro
45288         expansion.
45289         * manual/filesys.texi: Likewise.
45290         (getumask): Document as specific to GNU/Hurd.
45291         * manual/install.texi: Likewise.  Reword some references to
45292         GNU/Linux.
45293         * manual/intro.texi: Likewise.
45294         * manual/io.texi: Likewise.
45295         (File Name Portability): Detail which constraints are inapplicable
45296         to all GNU systems and which are only inapplicable to GNU/Hurd.
45297         * manual/job.texi: Likewise.
45298         * manual/llio.texi: Likewise.
45299         (O_NOCTTY): Document as present on GNU/Linux.
45300         * manual/maint.texi: Likewise.
45301         * manual/memory.texi: Likewise.
45302         * manual/pattern.texi: Likewise.
45303         * manual/pipe.texi: Likewise.
45304         * manual/process.texi: Likewise.
45305         * manual/resource.texi: Likewise.
45306         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45307         child on GNU/Hurd.
45308         * manual/setjmp.texi: Likewise.
45309         * manual/signal.texi: Likewise.
45310         * manual/startup.texi: Likewise.
45311         * manual/stdio.texi: Likewise.
45312         * manual/terminal.texi: Likewise.
45313         (ONLCR): Document as POSIX.
45314         (OXTABS): Document availability on GNU/Linux as XTABS.
45315         (ONOEOT): Document availability separately from other bits.
45316         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45317         * manual/time.texi: Likewise.
45318         * manual/users.texi: Likewise.
45319         * INSTALL: Regenerated.
45320         * sysdeps/gnu/errlist.c: Regenerated.
45321
45322         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45323         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45324         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45325         puts.
45326         * configure: Regenerated.
45327
45328 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45329
45330         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45331         default includes instead of AC_HEADER_CHECK.
45332         * sysdeps/i386/configure: Regenerated.
45333
45334         [BZ #10716]
45335         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45336         * math/s_cacoshf.c (__cacoshf): Likewise.
45337         * math/s_cacoshl.c (__cacoshl): Likewise.
45338         * math/s_casinh.c (__casinh): Set signs of result from argument.
45339         * math/s_casinhf.c (__casinhf): Likewise.
45340         * math/s_casinhl.c (__casinhl): Likewise.
45341         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45342         (casinh_test): Add more tests.
45343         * sysdeps/i386/fpu/libm-test-ulps: Update.
45344         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45345
45346 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45347
45348         * po/zh_TW.po: Update from translation team.
45349
45350         * login/Makefile (distribute): Remove variable.
45351         * catgets/Makefile: Likewise.
45352         * mach/Makefile: Likewise.
45353         * malloc/Makefile: Likewise.
45354         * misc/Makefile: Likewise.
45355         * iconv/Makefile: Likewise.
45356         * nscd/Makefile: Likewise.
45357         * hurd/Makefile: Likewise.
45358         * manual/Makefile: Likewise.
45359         * locale/Makefile: Likewise.
45360         * intl/Makefile: Likewise.
45361         * conform/Makefile: Likewise.
45362         * nss/Makefile: Likewise.
45363         * time/Makefile: Likewise.
45364         * soft-fp/Makefile: Likewise.
45365         * dirent/Makefile: Likewise.
45366         * gmon/Makefile: Likewise.
45367         * po/Makefile: Likewise.
45368         * rt/Makefile: Likewise.
45369         * socket/Makefile: Likewise.
45370         * math/Makefile: Likewise.
45371         * signal/Makefile: Likewise.
45372         * debug/Makefile: Likewise.
45373         * elf/Makefile: Likewise.
45374         * timezone/Makefile: Likewise.
45375         * stdlib/Makefile: Likewise.
45376         * iconvdata/Makefile: Likewise.
45377         * sunrpc/Makefile: Likewise.
45378         * io/Makefile: Likewise.
45379         * argp/Makefile: Likewise.
45380         * inet/Makefile: Likewise.
45381         * hesiod/Makefile: Likewise.
45382         * grp/Makefile: Likewise.
45383         * csu/Makefile: Likewise.
45384         * wctype/Makefile: Likewise.
45385         * crypt/Makefile: Likewise.
45386         * libio/Makefile: Likewise.
45387         * string/Makefile: Likewise.
45388         * nis/Makefile: Likewise.
45389         * resolv/Makefile: Likewise.
45390         * stdio-common/Makefile: Likewise.
45391         * wcsmbs/Makefile: Likewise.
45392         * dlfcn/Makefile: Likewise.
45393         * posix/Makefile: Likewise.
45394
45395         [BZ #6959]
45396         * timezone/Makefile: Don't install timezone files, just the programs
45397         and scripts.
45398
45399 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45400
45401         * nss/databases.def: Add missing gshadow entry.
45402
45403         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45404
45405 2012-03-06  Marek Polacek  <polacek@redhat.com>
45406
45407         [BZ #13726]
45408         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45409         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45410         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45411         * stdio-common/tst-long-dbl-fphex.c: New file.
45412
45413 2012-03-06  David S. Miller  <davem@davemloft.net>
45414
45415         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45416         (set_obp_int): New function.
45417         (get_obp_int): New function.
45418         (__get_clockfreq_via_dev_openprom): Likewise.
45419         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45420         Avoid unused variable warnings on 'val' and use builtin_expect.
45421         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45422         __builtin_expect.
45423         (INLINE_CLONE_SYSCALL): Likewise.
45424
45425 2012-03-05  David S. Miller  <davem@davemloft.net>
45426
45427         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45428
45429 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45430
45431         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45432
45433         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45434         only for |x| >= 40.
45435         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45436
45437 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45438
45439         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45440         Replace gettimeofday with __vdso_gettimeofday.
45441
45442         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45443         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45444         __vdso_clock_gettime and __vdso_getcpu.
45445
45446         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45447         time with __vdso_time.
45448
45449 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45450
45451         * manual/lang.texi (size_t): Note types to which size_t may be
45452         equivalent with the GNU C Library, but do not describe when
45453         differences between them are significant.
45454
45455 2012-03-05  Andreas Jaeger  <aj@suse.de>
45456
45457         * sysdeps/i386/fpu/libm-test-ulps: Update.
45458
45459 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45460
45461         [BZ #3976]
45462         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45463         (__ieee754_pow): Save and restore rounding mode and use
45464         round-to-nearest for main computations.
45465         * math/libm-test.inc (pow_test_tonearest): New function.
45466         (pow_test_towardzero): Likewise.
45467         (pow_test_downward): Likewise.
45468         (pow_test_upward): Likewise.
45469         (main): Call the new functions.
45470         * sysdeps/i386/fpu/libm-test-ulps: Update.
45471         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45472
45473         [BZ #3976]
45474         * math/libm-test.inc (cosh_test_tonearest): New function.
45475         (cosh_test_towardzero): Likewise.
45476         (cosh_test_downward): Likewise.
45477         (cosh_test_upward): Likewise.
45478         (sinh_test_tonearest): Likewise.
45479         (sinh_test_towardzero): Likewise.
45480         (sinh_test_downward): Likewise.
45481         (sinh_test_upward): Likewise.
45482         (main): Call the new functions.
45483         * sysdeps/i386/fpu/libm-test-ulps: Update.
45484         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45485
45486 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45487
45488         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45489         default stack guard is set in last bytes.
45490         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45491
45492 2012-03-05  Kees Cook  <keescook@chromium.org>
45493
45494         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45495
45496         [BZ #13656]
45497         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45498         possibly allocate from heap instead of stack.
45499         * stdio-common/bug-vfprintf-nargs.c: New file.
45500         * stdio-common/Makefile (tests): Add nargs overflow test.
45501
45502 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45503
45504         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45505
45506 2012-03-03  Marek Polacek  <polacek@redhat.com>
45507
45508         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45509         * math/math_private.h: Likewise.
45510         * stdlib/tst-strtod.c: Likewise.
45511         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45512         * sysdeps/x86_64/bits/atomic.h: Likewise.
45513
45514 2012-03-02  David S. Miller  <davem@davemloft.net>
45515
45516         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45517         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45518         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45519         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45520         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45521         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45522         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45523         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45524
45525 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45526
45527         [BZ #13792]
45528         * manual/examples/README: New file, says the example source files
45529         can be used under GPL>=2.
45530         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45531         line containing just "*/".
45532         * manual/examples/add.c: Add copyright header (GPL>=2).
45533         * manual/examples/argp-ex1.c: Likewise.
45534         * manual/examples/argp-ex2.c: Likewise.
45535         * manual/examples/argp-ex3.c: Likewise.
45536         * manual/examples/argp-ex4.c: Likewise.
45537         * manual/examples/atexit.c: Likewise.
45538         * manual/examples/db.c: Likewise.
45539         * manual/examples/dir.c: Likewise.
45540         * manual/examples/dir2.c: Likewise.
45541         * manual/examples/execinfo.c: Likewise.
45542         * manual/examples/filecli.c: Likewise.
45543         * manual/examples/filesrv.c: Likewise.
45544         * manual/examples/fmtmsgexpl.c: Likewise.
45545         * manual/examples/genpass.c: Likewise.
45546         * manual/examples/inetcli.c: Likewise.
45547         * manual/examples/inetsrv.c: Likewise.
45548         * manual/examples/isockad.c: Likewise.
45549         * manual/examples/longopt.c: Likewise.
45550         * manual/examples/memopen.c: Likewise.
45551         * manual/examples/memstrm.c: Likewise.
45552         * manual/examples/mkfsock.c: Likewise.
45553         * manual/examples/mkisock.c: Likewise.
45554         * manual/examples/mygetpass.c: Likewise.
45555         * manual/examples/pipe.c: Likewise.
45556         * manual/examples/popen.c: Likewise.
45557         * manual/examples/rprintf.c: Likewise.
45558         * manual/examples/search.c: Likewise.
45559         * manual/examples/select.c: Likewise.
45560         * manual/examples/setjmp.c: Likewise.
45561         * manual/examples/sigh1.c: Likewise.
45562         * manual/examples/sigusr.c: Likewise.
45563         * manual/examples/stpcpy.c: Likewise.
45564         * manual/examples/strdupa.c: Likewise.
45565         * manual/examples/strftim.c: Likewise.
45566         * manual/examples/strncat.c: Likewise.
45567         * manual/examples/subopt.c: Likewise.
45568         * manual/examples/swapcontext.c: Likewise.
45569         * manual/examples/termios.c: Likewise.
45570         * manual/examples/testopt.c: Likewise.
45571         * manual/examples/testpass.c: Likewise.
45572         * manual/examples/timeval_subtract.c: Likewise.
45573
45574         [BZ #13792]
45575         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45576         function to ...
45577         * manual/timeval_subtract.c.texi: ... here, new file.
45578
45579 2012-03-02  David S. Miller  <davem@davemloft.net>
45580
45581         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45582
45583 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45584
45585         [BZ #3976]
45586         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45587         (__sin): Save and restore rounding mode and use round-to-nearest
45588         for all computations.
45589         (__cos): Save and restore rounding mode and use round-to-nearest
45590         for all computations.
45591         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45592         <fenv.h>.
45593         (tan): Save and restore rounding mode and use round-to-nearest for
45594         all computations.
45595         * math/libm-test.inc (cos_test_tonearest): New function.
45596         (cos_test_towardzero): Likewise.
45597         (cos_test_downward): Likewise.
45598         (cos_test_upward): Likewise.
45599         (sin_test_tonearest): Likewise.
45600         (sin_test_towardzero): Likewise.
45601         (sin_test_downward): Likewise.
45602         (sin_test_upward): Likewise.
45603         (tan_test_tonearest): Likewise.
45604         (tan_test_towardzero): Likewise.
45605         (tan_test_downward): Likewise.
45606         (tan_test_upward): Likewise.
45607         (main): Call the new functions.
45608         * sysdeps/i386/fpu/libm-test-ulps: Update.
45609         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45610
45611         [BZ #10135]
45612         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45613         small n, then large n, before computing and testing k+n.
45614         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45615         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45616         Likewise.
45617         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45618         Likewise.
45619         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45620         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45621         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45622         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45623         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45624         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45625         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45626         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45627         * math/libm-test.inc (scalbn_test): Add more tests.
45628         (scalbln_test): Likewise.
45629
45630         * manual/filesys.texi (mode_t): Describe constraints on size and
45631         signedness, not exact equivalence to a particular type.
45632         (ino_t): Likewise.
45633         (ino64_t): Likewise.
45634         (dev_t): Likewise.
45635         (nlink_t): Likewise.
45636         (blkcnt_t): Likewise.
45637         (blkcnt64_t): Likewise.
45638         * manual/llio.texi (off_t): Likewise.
45639
45640         [BZ #3976]
45641         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45642         (__ieee754_exp): Save and restore rounding mode and use
45643         round-to-nearest for all computations.
45644         * math/libm-test.inc (exp_test_tonearest): New function.
45645         (exp_test_towardzero): Likewise.
45646         (exp_test_downward): Likewise.
45647         (exp_test_upward): Likewise.
45648         (main): Call the new functions.
45649         * sysdeps/i386/fpu/libm-test-ulps: Update.
45650         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45651
45652 2012-03-01  Chris Demetriou  <cgd@google.com>
45653
45654         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45655         have predictable order.
45656
45657 2012-03-01  David S. Miller  <davem@davemloft.net>
45658
45659         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45660
45661         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45662         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45663         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45664         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45665
45666         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45667         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45668         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45669         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45670         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45671         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45672         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45673         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45674         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45675
45676         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45677
45678         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45679         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45680         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45681
45682         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45683         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45684         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45685         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45686         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45687         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45688         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45689         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45690         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45691         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45692         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45693         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45694         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45695         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45696         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45697         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45698         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45699         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45700         * sysdeps/sparc/elf/configure: Regenerated.
45701
45702 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45703
45704         * configure.in (AS, LD): Require binutils 2.20 or later.
45705         * configure: Regenerated.
45706         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45707         as required minimum version.
45708         * INSTALL: Regenerated.
45709
45710         [BZ #2541]
45711         [BZ #4108]
45712         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45713         before squaring exponent.
45714         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45715         bottom long double and 27 bits of top long double before squaring
45716         exponent.
45717         * math/libm-test.inc (erfc_test): Add more tests.
45718         * sysdeps/i386/fpu/libm-test-ulps: Update.
45719         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45720         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45721
45722 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45723
45724         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45725         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45726         containing bit-fields.
45727         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45728         * soft-fp/single.h (_FP_UNION_S): Likewise.
45729         * soft-fp/double.h (_FP_UNION_D): Likewise.
45730
45731 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45732
45733         [BZ #13786]
45734         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45735         not include ../strcmp.S.
45736         [USE_AS_STRNCASECMP_L]: Likewise.
45737         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45738         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45739         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45740         (__strncasecmp_l_ia32): Define as alias to
45741         __strncasecmp_l_nonascii.
45742
45743         [BZ #5794]
45744         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45745         * sysdeps/i386/fpu/libm-test-ulps: Update.
45746         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45747
45748         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45749         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45750
45751 2012-02-29  Jeff Law  <law@redhat.com>
45752
45753         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45754         out of bounds read.
45755
45756 2012-02-29  Marek Polacek  <polacek@redhat.com>
45757
45758         [BZ #13706]
45759         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45760         * elf/Makefile: Add rules to run tst-unused-dep.out.
45761
45762 2012-02-28  David S. Miller  <davem@davemloft.net>
45763
45764         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45765         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45766         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45767         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45768         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45769         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45770
45771 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45772
45773         * math/libm-test.inc (llround_test): Move one test from
45774         lround_test.  Use TEST_f_L in moved test.
45775         (lround_test): Move misplaced test to llround_test.  Add testcase
45776         from bug 2561.
45777
45778 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45779
45780         * sysdeps/x86_64/fpu/e_expf.S: New file.
45781         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45782
45783 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45784
45785         [BZ #13637]
45786         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45787         of remain_len that may cause incomplete multi-byte character and
45788         false match.
45789         * posix/bug-regex33.c: New file.
45790         * posix/Makefile (tests): Add bug-regex33.
45791
45792 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45793
45794         * manual/macros.texi: New file.
45795         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45796         * manual/libc.texinfo: Include macros.texi.
45797         * manual/creatute.texi: Likewise.
45798         * manual/install.texi: Likewise.
45799         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45800         @glibcadj{} in references to the GNU C Library.
45801         * manual/charset.texi: Likewise.
45802         * manual/conf.texi: Likewise.
45803         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45804         when not using those macros.
45805         * manual/creature.texi: Likewise.
45806         * manual/crypt.texi: Likewise.
45807         * manual/errno.texi: Likewise.
45808         * manual/filesys.texi: Likewise.
45809         * manual/header.texi: Likewise.
45810         * manual/install.texi: Likewise.
45811         * manual/intro.texi: Likewise.
45812         * manual/io.texi: Likewise.
45813         * manual/job.texi: Likewise.
45814         * manual/lang.texi: Likewise.
45815         * manual/libc.texiinfo: Likewise.
45816         * manual/llio.texi: Likewise.
45817         * manual/locale.texi: Likewise.
45818         * manual/maint.texi: Likewise.
45819         * manual/math.texi: Likewise.
45820         * manual/memory.texi: Likewise.
45821         * manual/message.texi: Likewise.
45822         * manual/nss.texi: Likewise.
45823         * manual/pattern.texi: Likewise.
45824         * manual/process.texi: Likewise.
45825         * manual/resource.texi: Likewise.
45826         * manual/search.texi: Likewise.
45827         * manual/setjmp.texi: Likewise.
45828         * manual/signal.texi: Likewise.
45829         * manual/socket.texi: Likewise.
45830         * manual/startup.texi: Likewise.
45831         * manual/stdio.texi: Likewise.
45832         * manual/string.texi: Likewise.
45833         * manual/sysinfo.texi: Likewise.
45834         * manual/syslog.texi: Likewise.
45835         * manual/terminal.texi: Likewise.
45836         * manual/time.texi: Likewise.
45837         * manual/users.texi: Likewise.
45838         * INSTALL: Regenerated.
45839         * NOTES: Regenerated.
45840         * sysdeps/gnu/errlist.c: Regenerated.
45841
45842 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45843
45844         * include/dirent.h: Include <dirstream.h> before
45845         <dirent/dirent.h>.
45846
45847 2012-02-28  David S. Miller  <davem@davemloft.net>
45848
45849         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45850         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45851         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45852         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45853
45854 2012-02-27  David S. Miller  <davem@davemloft.net>
45855
45856         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45857         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45858         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45859         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45860
45861         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45862         frame pointer instead of stack pointer relative arg slot.
45863         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45864         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45865         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45866
45867 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45868
45869         [BZ #3992]
45870         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45871
45872 2012-02-27  David S. Miller  <davem@davemloft.net>
45873
45874         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45875         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45876         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45877         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45878         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45879         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45880         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45881         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45882
45883 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45884
45885         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45886         later.  Allow versions 5-9.
45887         * configure: Regenerated.
45888         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45889         required minimum version and 4.6 as recommended version.  Do not
45890         mention bugs in GCC 2.7 and 2.8.
45891         * INSTALL: Regenerated.
45892
45893 2012-02-27  David S. Miller  <davem@davemloft.net>
45894
45895         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45896         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45897         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45898         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45899         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45900         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45901         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45902         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45903
45904         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45905         manipulate bits before adding and subtracting TWO112[sx].
45906         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45907
45908 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45909
45910         [BZ #13775]
45911         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45912         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45913         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45914         being in POSIX, because they are in 1003.1-2008.
45915
45916         * rt/tst-aio.c: Include <fcntl.h>.
45917         * rt/tst-aio7.c: Likewise.
45918         * rt/tst-aio64.c: Likewise.
45919
45920         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45921
45922 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45923
45924         * manual/install.texi (--with-headers): Describe headers as
45925         interface headers, not private headers.
45926         (Specific advice for GNU/Linux systems): Describe use of headers
45927         from "make headers_install", not private headers from older
45928         kernels.
45929         * INSTALL: Regenerated.
45930         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45931         Change to 2.6.19.
45932         * sysdeps/unix/sysv/linux/configure: Regenerated.
45933
45934         * manual/llio.texi (fclean): Remove documentation.
45935
45936         * manual/Makefile (libc-texi-generated): New variable.  Include
45937         version.texi.
45938         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45939         $(libc-texi-generated), not duplicated list of files.
45940         (version.texi, stamp-version): New rules.
45941         (realclean): Remove $(libc-texi-generated), not individual files
45942         from that list.  Do not remove dir-add.texinfo.
45943         * manual/libc.texinfo: Comment out uses of edition numbers and
45944         references to printed manual.  Remove last-updated dates.
45945         (EDITION): Comment out.
45946         (ISBN): Likewise.
45947         (VERSION, UPDATED): Remove.
45948         (version.texi): Include.
45949
45950 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45951
45952         * sysdeps/posix/spawni.c: Include <signal.h>.
45953         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45954         * sysdeps/pthread/aio_fsync.c: Likewise.
45955
45956 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45957
45958         * conform/Makefile (tests): Run only when not cross-compiling and
45959         when fast-check is not defined.
45960
45961         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45962         * conform/data/limits.h-data: Fixes for POSIX2008.
45963         * conform/run-conformtest.sh: Run all tests.
45964         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45965         headers.
45966         * include/bits/dlfcn.h: Likewise.
45967         * include/langinfo.h: Likewise.
45968         * include/monetary.h: Likewise.
45969         * include/sys/poll.h: Likewise.
45970
45971         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45972         for __USE_GNU.
45973         * posix/spawn.h: Define __need_sigset_t.
45974         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45975         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45976         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45977         to get sigevent_t only.
45978         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45979         only for __USE_GNU.
45980         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45981         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45982         process_vm_writev only for __USE_GNU.
45983         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45984
45985         * conform/Makefile: For now ignore errors from run-conformtest.
45986         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45987         POSIX to avoid namespace pollution.  Don't prepend headers.
45988         * conform/data/aio.h-data: Fixes for POSIX testing.
45989         * conform/data/fcntl.h-data: Likewise.
45990         * conform/data/glob.h-data: Likewise.
45991         * conform/data/grp.h-data: Likewise.
45992         * conform/data/pthread.h-data: Likewise.
45993         * conform/data/pwd.h-data: Likewise.
45994         * conform/data/signal.h-data: Likewise.
45995         * conform/data/spawn.h-data: Likewise.
45996         * conform/data/stdio.h-data: Likewise.
45997         * conform/data/stdlib.h-data: Likewise.
45998         * conform/data/stropts.h-data: Likewise.
45999         * conform/data/sys/mman.h-data: Likewise.
46000         * conform/data/sys/stat.h-data: Likewise.
46001         * conform/data/sys/types.h-data: Likewise.
46002         * conform/data/sys/wait.h-data: Likewise.
46003         * conform/data/time.h-data: Likewise.
46004         * conform/data/unistd.h-data: Likewise.
46005         * conform/data/utime.h-data: Likewise.
46006
46007         * io/sys/stat.h: fchmod was always in POSIX.
46008         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
46009         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
46010         * rt/aio.h: Define __need_timespec before including <time.h>.
46011         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
46012         struct.  Add forward declaration of pthread_attr_t and use it in
46013         sigevent.
46014         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
46015         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46016         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
46017         always remove CLK_TCK definition.
46018
46019 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
46020
46021         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
46022
46023 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
46024
46025         * conform/run-conformtest.sh: New file.
46026         * conform/Makefile: Run run-conformtest for tests.
46027         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
46028         support.
46029
46030         * conform/data/uchar.h-data: New file.
46031         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
46032         * conform/data/arpa/inet.h-data: Likewise.
46033         * conform/data/assert.h-data: Likewise.
46034         * conform/data/complex.h-data: Likewise.
46035         * conform/data/cpio.h-data: Likewise.
46036         * conform/data/ctype.h-data: Likewise.
46037         * conform/data/dirent.h-data: Likewise.
46038         * conform/data/dlfcn.h-data: Likewise.
46039         * conform/data/errno.h-data: Likewise.
46040         * conform/data/fcntl.h-data: Likewise.
46041         * conform/data/float.h-data: Likewise.
46042         * conform/data/fmtmsg.h-data: Likewise.
46043         * conform/data/fnmatch.h-data: Likewise.
46044         * conform/data/ftw.h-data: Likewise.
46045         * conform/data/glob.h-data: Likewise.
46046         * conform/data/grp.h-data: Likewise.
46047         * conform/data/iconv.h-data: Likewise.
46048         * conform/data/inttypes.h-data: Likewise.
46049         * conform/data/langinfo.h-data: Likewise.
46050         * conform/data/libgen.h-data: Likewise.
46051         * conform/data/limits.h-data: Likewise.
46052         * conform/data/locale.h-data: Likewise.
46053         * conform/data/math.h-data: Likewise.
46054         * conform/data/monetary.h-data: Likewise.
46055         * conform/data/mqueue.h-data: Likewise.
46056         * conform/data/ndbm.h-data: Likewise.
46057         * conform/data/net/if.h-data: Likewise.
46058         * conform/data/netdb.h-data: Likewise.
46059         * conform/data/netinet/in.h-data: Likewise.
46060         * conform/data/nl_types.h-data: Likewise.
46061         * conform/data/poll.h-data: Likewise.
46062         * conform/data/pthread.h-data: Likewise.
46063         * conform/data/pwd.h-data: Likewise.
46064         * conform/data/regex.h-data: Likewise.
46065         * conform/data/sched.h-data: Likewise.
46066         * conform/data/search.h-data: Likewise.
46067         * conform/data/semaphore.h-data: Likewise.
46068         * conform/data/setjmp.h-data: Likewise.
46069         * conform/data/signal.h-data: Likewise.
46070         * conform/data/spawn.h-data: Likewise.
46071         * conform/data/stdarg.h-data: Likewise.
46072         * conform/data/stdio.h-data: Likewise.
46073         * conform/data/stdlib.h-data: Likewise.
46074         * conform/data/string.h-data: Likewise.
46075         * conform/data/strings.h-data: Likewise.
46076         * conform/data/stropts.h-data: Likewise.
46077         * conform/data/sys/ipc.h-data: Likewise.
46078         * conform/data/sys/mman.h-data: Likewise.
46079         * conform/data/sys/msg.h-data: Likewise.
46080         * conform/data/sys/resource.h-data: Likewise.
46081         * conform/data/sys/select.h-data: Likewise.
46082         * conform/data/sys/sem.h-data: Likewise.
46083         * conform/data/sys/shm.h-data: Likewise.
46084         * conform/data/sys/socket.h-data: Likewise.
46085         * conform/data/sys/stat.h-data: Likewise.
46086         * conform/data/sys/statvfs.h-data: Likewise.
46087         * conform/data/sys/time.h-data: Likewise.
46088         * conform/data/sys/timeb.h-data: Likewise.
46089         * conform/data/sys/times.h-data: Likewise.
46090         * conform/data/sys/types.h-data: Likewise.
46091         * conform/data/sys/uio.h-data: Likewise.
46092         * conform/data/sys/un.h-data: Likewise.
46093         * conform/data/sys/utsname.h-data: Likewise.
46094         * conform/data/sys/wait.h-data: Likewise.
46095         * conform/data/syslog.h-data: Likewise.
46096         * conform/data/tar.h-data: Likewise.
46097         * conform/data/termios.h-data: Likewise.
46098         * conform/data/utime.h-data: Likewise.
46099         * conform/data/utmpx.h-data: Likewise.
46100         * conform/data/varargs.h-data: Likewise.
46101         * conform/data/wchar.h-data: Likewise.
46102         * conform/data/wctype.h-data: Likewise.
46103         * conform/data/wordexp.h-data: Likewise.
46104
46105         * include/stropts.h: New file.
46106         * include/uchar.h: New file.
46107         * include/aio.h: Changes to allow conformtest.pl to use the headers.
46108         * include/assert.h: Likewise.
46109         * include/ctype.h: Likewise.
46110         * include/dirent.h: Likewise.
46111         * include/dlfcn.h: Likewise.
46112         * include/fcntl.h: Likewise.
46113         * include/fnmatch.h: Likewise.
46114         * include/glob.h: Likewise.
46115         * include/grp.h: Likewise.
46116         * include/libio.h: Likewise.
46117         * include/locale.h: Likewise.
46118         * include/math.h: Likewise.
46119         * include/net/if.h: Likewise.
46120         * include/netdb.h: Likewise.
46121         * include/netinet/in.h: Likewise.
46122         * include/pthread.h: Likewise.
46123         * include/pwd.h: Likewise.
46124         * include/regex.h: Likewise.
46125         * include/sched.h: Likewise.
46126         * include/search.h: Likewise.
46127         * include/setjmp.h: Likewise.
46128         * include/signal.h: Likewise.
46129         * include/stdio.h: Likewise.
46130         * include/stdlib.h: Likewise.
46131         * include/string.h: Likewise.
46132         * include/sys/cdefs.h: Likewise.
46133         * include/sys/mman.h: Likewise.
46134         * include/sys/msg.h: Likewise.
46135         * include/sys/resource.h: Likewise.
46136         * include/sys/select.h: Likewise.
46137         * include/sys/socket.h: Likewise.
46138         * include/sys/stat.h: Likewise.
46139         * include/sys/statvfs.h: Likewise.
46140         * include/sys/time.h: Likewise.
46141         * include/sys/times.h: Likewise.
46142         * include/sys/uio.h: Likewise.
46143         * include/sys/utsname.h: Likewise.
46144         * include/sys/wait.h: Likewise.
46145         * include/termios.h: Likewise.
46146         * include/time.h: Likewise.
46147         * include/ulimit.h: Likewise.
46148         * include/unistd.h: Likewise.
46149         * include/utime.h: Likewise.
46150         * include/wchar.h: Likewise.
46151         * include/wctype.h: Likewise.
46152         * include/wordexp.h: Likewise.
46153
46154         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46155
46156         * time/time.h: TIME_UTC must be a macro.
46157         Make timespec_get available for ISO C11 only as well.
46158
46159 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
46160
46161         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46162         Reported by Peng Haitao <penght@cn.fujitsu.com>.
46163
46164 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46165
46166         * configure.in: Use -o not -a in test for unsupported multi-arch.
46167
46168 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46169
46170         * manual/texinfo.tex: Update to version 2012-01-19.16.
46171
46172 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46173
46174         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46175
46176 2012-02-24  Roland McGrath  <roland@hack.frob.com>
46177
46178         [BZ #13738]
46179         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46180         * manual/fdl-1.3.texi: New file.
46181         * manual/fdl-1.1.texi: File removed.
46182
46183         [BZ #13738]
46184         * manual/libc.texinfo (FDL_VERSION): New @set.
46185         Use it for mention of FDL in cover text.
46186         (Documentation License): Use it in @include file name.
46187
46188 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46189             Roland McGrath  <roland@hack.frob.com>
46190
46191         [BZ #5461]
46192         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46193         (not LONG_LONG_MAX and LONG_LONG_MIN.
46194         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46195         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
46196         name.
46197         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46198
46199 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46200
46201         [BZ #2547]
46202         [BZ #11365]
46203         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46204         manipulate bits before adding and subtracting TWO23[sx].
46205         * math/libm-test.inc (nearbyint_test): Add more tests.
46206
46207 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46208
46209         [BZ #2548]
46210         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46211         bits before adding and subtracting TWO23[sx].
46212         * math/libm-test.inc (rint_test): Add more tests.
46213         (rint_test_tonearest): Likewise.
46214         (rint_test_towardzero): Likewise.
46215         (rint_test_downward): Likewise.
46216         (rint_test_upward: Likewise.
46217
46218 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46219
46220         [BZ #10110]
46221         * include/stdc-predef.h: New file.  Extracted from features.h.
46222         * include/features.h: Include stdc-predef.h.
46223         * Makefile (headers): Add stdc-predef.h.
46224         * CONFORMANCE (Compiler limitations): Update.
46225
46226 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46227
46228         * manual/libc.texinfo (VERSION, UPDATED): Revert.
46229
46230 2012-02-21  David S. Miller  <davem@davemloft.net>
46231
46232         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46233         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46234
46235 2012-02-20  David S. Miller  <davem@davemloft.net>
46236
46237         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46238         using a normal save/restore sequence, rather than allocating a
46239         dummy stack frame just to store a frame pointer and restore.
46240         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46241
46242 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46243
46244         * manual/install.texi: Fix stray word in line-wrapped comment.
46245
46246 2012-02-20  David S. Miller  <davem@davemloft.net>
46247
46248         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46249         both binutils and gcc support GOTDATA.
46250
46251         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46252         "rd %pc" in the PIC register setup sequences.
46253
46254         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46255         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46256         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46257         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46258         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46259         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46260         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46261         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46262         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46263         (SYSCALL_ERROR_HANDLER): Likewise.
46264         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46265         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46266         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46267         (SYSCALL_ERROR_HANDLER): Likewise.
46268
46269         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46270         (HAVE_GCC_GOTDATA): New.
46271         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46272         relocation support in both binutils and gcc.
46273         * sysdeps/sparc/elf/configure: Regenerate.
46274
46275         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46276         * sysdeps/sparc/sparc32/elf/configure: Delete.
46277         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46278         * sysdeps/sparc/sparc64/elf/configure: Delete.
46279         * sysdeps/sparc/elf/configure.in: New file.
46280         * sysdeps/sparc/elf/configure: Generate.
46281
46282         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46283         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46284         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46285         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46286         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46287
46288 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46289
46290         * manual/install.texi: Do not mention specific glibc version
46291         numbers.
46292         * manual/libc.texinfo (VERSION, UPDATED): Update.
46293         (@copying): Use @copyright{} and range of years.
46294
46295 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46296
46297         [BZ #13695]
46298         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46299         [crti.S not in sysdirs] (generated): Do not append.
46300         [crti.S not in sysdirs] (omit-deps): Likewise.
46301         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46302         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46303         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46304         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46305         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46306         Likewise.
46307         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46308         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46309         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46310         * csu/defs.awk: Remove file.
46311         * sysdeps/generic/initfini.c: Likewise.
46312         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46313         variable.
46314         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46315         Likewise.
46316
46317 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46318
46319         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46320         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46321         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46322         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46323         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46324         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46325         <bits/epoll.h>.
46326         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46327         (__EPOLL_PACKED): Define to empty if not defined by
46328         <bits/epoll.h>.
46329         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46330         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46331         bits/epoll.h.
46332
46333 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46334
46335         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46336         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46337         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46338         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46339         <bits/timerfd.h>.
46340         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46341         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46342         bits/timerfd.h.
46343
46344 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46345
46346         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46347         in C locale.
46348         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46349         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46350         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46351         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46352
46353 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46354
46355         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46356         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46357
46358 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46359
46360         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46361         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46362         defined.
46363         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46364         Likewise.
46365         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46366         entry for 2.16.
46367
46368 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46369
46370         * math/w_acos.c: Use non-signaling floating-point comparisons.
46371         * math/w_acosf.c: Likewise.
46372         * math/w_acosh.c: Likewise.
46373         * math/w_acoshf.c: Likewise.
46374         * math/w_acoshl.c: Likewise.
46375         * math/w_acosl.c: Likewise.
46376         * math/w_asin.c: Likewise.
46377         * math/w_asinf.c: Likewise.
46378         * math/w_asinl.c: Likewise.
46379         * math/w_atanh.c: Likewise.
46380         * math/w_atanhf.c: Likewise.
46381         * math/w_atanhl.c: Likewise.
46382         * math/w_exp2.c: Likewise.
46383         * math/w_exp2f.c: Likewise.
46384         * math/w_exp2l.c: Likewise.
46385         * math/w_j0.c: Likewise.
46386         * math/w_j0f.c: Likewise.
46387         * math/w_j0l.c: Likewise.
46388         * math/w_j1.c: Likewise.
46389         * math/w_j1f.c: Likewise.
46390         * math/w_j1l.c: Likewise.
46391         * math/w_jn.c: Likewise.
46392         * math/w_jnf.c: Likewise.
46393         * math/w_log.c: Likewise.
46394         * math/w_log10.c: Likewise.
46395         * math/w_log10f.c: Likewise.
46396         * math/w_log10l.c: Likewise.
46397         * math/w_log2.c: Likewise.
46398         * math/w_log2f.c: Likewise.
46399         * math/w_log2l.c: Likewise.
46400         * math/w_logf.c: Likewise.
46401         * math/w_logl.c: Likewise.
46402         * math/w_sqrt.c: Likewise.
46403         * math/w_sqrtf.c: Likewise.
46404         * math/w_sqrtl.c: Likewise.
46405         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46406         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46407         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46408         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46409         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46410
46411 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46412
46413         [BZ #9739]
46414         * manual/string.texi (strnlen): Use correct parameter name in
46415         equivalent expression.
46416
46417 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46418
46419         [BZ #11174]
46420         * manual/users.texi (seteuid): Consistently use neweuid for
46421         argument name.
46422
46423 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46424
46425         [BZ #13704]
46426         * manual/nss.texi (Services in the NSS configuration): Correct
46427         list of services in example configuration file.
46428
46429 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46430
46431         [BZ #11322]
46432         * manual/arith.texi: Remove statements about negative zero
46433         behaving identically to zero.
46434
46435 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46436
46437         [BZ #5993]
46438         * manual/install.texi: Do not document upgrading from libc5.
46439
46440 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46441
46442         [BZ #4596]
46443         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46444
46445 2012-02-18  David S. Miller  <davem@davemloft.net>
46446
46447         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46448         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46449         %o7 across the call.
46450         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46451         instead.
46452         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46453         SETUP_PIC_REG_LEAF.
46454         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46455         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46456         * sysdeps/sparc/crtn.S: Likewise.
46457
46458 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46459
46460         * aout/Makefile: Remove.
46461
46462 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46463
46464         [BZ #13058]
46465         * manual/examples/argp-ex1.c (main): Format definition in GNU
46466         style.
46467         * manual/examples/argp-ex2.c (main): Likewise.
46468         * manual/examples/argp-ex3.c (main): Likewise.
46469         * manual/examples/argp-ex4.c (main): Likewise.
46470         * manual/examples/longopt.c (main): Use new-style prototype
46471         definition.
46472         * manual/examples/strncat.c (main): Specify return type and use
46473         (void) for arguments.
46474         * manual/examples/subopt.c (main): Use char **argv argument.
46475
46476 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46477
46478         [BZ #5077]
46479         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46480         rounding modes.
46481
46482 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46483
46484         [BZ #6907]
46485         * manual/string.texi (strchr): Change when strchrnul is
46486         recommended.
46487
46488 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46489
46490         [BZ #174]
46491         * manual/locale.texi (setlocale): Document LOCPATH.
46492
46493 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46494
46495         [BZ #10210]
46496         * manual/process.texi (execle): Move @dots{} before last argument.
46497
46498 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46499
46500         [BZ #12047]
46501         * manual/charset.texi (Generic Charset Conversion): Fix typo
46502         (LC_TYPE -> LC_CTYPE).
46503
46504 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46505
46506         [BZ #5805]
46507         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46508         (scalbnf): Likewise.
46509         (scalbnl): Likewise.
46510         (scalbln): Likewise.
46511         (scalblnf): Likewise.
46512         (scalblnl): Likewise.
46513         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46514         (vwarnx): Likewise.
46515         (verr): Likewise.
46516         (verrx): Likewise.
46517         * manual/filesys.texi (telldir): Use braces around return type.
46518         * manual/llio.texi (mmap): Add space after comma.
46519         (mmap64): Likewise.
46520         * manual/math.texi (jn): Use @var{} on parameter names.
46521         (jnf): Likewise.
46522         (jnl): Likewise.
46523         (yn): Likewise.
46524         (ynf): Likewise.
46525         (ynl): Likewise.
46526         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46527         line.
46528         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46529         "...".
46530         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46531         (sched_get_priority_max): Likewise.
46532         * manual/signal.texi (sigvec): Add space after comma.
46533         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46534         names.
46535         (if_indextoname): Likewise.
46536         (if_freenameindex): Likewise.
46537         (sendto): Use ',' instead of '.' in prototype.
46538         * manual/startup.texi (syscall): Use @dots{} instead of literal
46539         "...".
46540         * manual/stdio.texi (__fpending): Separate initial words of
46541         paragraph from @deftypefun line.
46542         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46543         "...".
46544         (vsyslog): Use @var{} on parameter names.
46545         * manual/terminal.texi (stty): Use @var{} on parameter names.
46546         * manual/users.texi (getutmp): Use @var{} on parameter names.
46547         (getutmpx): Likewise.
46548
46549 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46550
46551         [BZ #6884]
46552         * manual/stdio.texi (fopen): Fix typos in description of
46553         ",ccs=STRING".
46554
46555 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46556
46557         [BZ #4026]
46558         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46559         get clock_id definition.
46560
46561 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46562
46563         [BZ #4822]
46564         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46565         (madvise): Cast every argument to void on its own.
46566
46567 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46568
46569         [BZ #9902]
46570         * manual/startup.texi (Exit Status): Fix typo.
46571
46572 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46573
46574         [BZ #10140]
46575         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46576         * manual/examples/argp-ex2.c: Likewise.
46577         * manual/examples/argp-ex3.c: Likewise.
46578
46579 2012-02-16  Richard Henderson  <rth@redhat.com>
46580
46581         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46582         * sysdeps/s390/s390-32/initfini.c: Remove.
46583         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46584         * sysdeps/s390/s390-64/initfini.c: Remove.
46585
46586 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46587
46588         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46589         compiler output for sysdeps/generic/initfini.c.
46590         * sysdeps/sh/elf/initfini.c: Remove file.
46591
46592 2012-02-16  David S. Miller  <davem@davemloft.net>
46593
46594         [BZ #11494]
46595         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46596
46597         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46598         * sysdeps/sparc/crti.S: New file.
46599         * sysdeps/sparc/crtn.S: New file.
46600         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46601         * sysdeps/sparc/sparc64/Makefile: Likewise.
46602
46603 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46604
46605         [BZ #3335]
46606         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46607
46608 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46609
46610         [BZ #4822]
46611         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46612
46613         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46614         (write, read, close): Likewise.
46615         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46616
46617 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46618
46619         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46620         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46621         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46622         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46623         <bits/signalfd.h>.
46624         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46625         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46626         bits/signalfd.h.
46627
46628 2012-02-14  Marek Polacek  <polacek@redhat.com>
46629
46630         * sysdeps/x86_64/crti.S: New file.
46631         * sysdeps/x86_64/crtn.S: New file.
46632         * sysdeps/x86_64/elf/initfini.c: Remove file.
46633
46634 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46635
46636         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46637         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46638         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46639         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46640         <bits/inotify.h>.
46641         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46642         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46643         bits/inotify.h.
46644
46645 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46646
46647         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46648         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46649         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46650         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46651         <bits/eventfd.h>.
46652         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46653         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46654         bits/eventfd.h.
46655
46656 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46657
46658         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46659         __feraiseexcept instead of feraiseexcept.
46660
46661         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46662         nanosleep invocations.
46663         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46664         strings, and add error checking for a nanosleep invocations.
46665
46666 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46667
46668         Replace FSF snail mail address with URLs, as per GNU coding standards.
46669         Most of the snail mail addresses were wrong anyway, and omitting
46670         them makes the source code easier to maintain.  Almost all of the
46671         changes are to license notices and to locale LC_IDENTIFICATION
46672         addresses, except for this one:
46673         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46674         not its snail mail address.
46675
46676 2012-02-09  Richard Henderson  <rth@twiddle.net>
46677
46678         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46679         of kernel-features.h.
46680
46681         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46682
46683 2012-02-08  Marek Polacek  <polacek@redhat.com>
46684
46685         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46686         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46687         * sysdeps/gnu/_G_config.h: Likewise.
46688         * sysdeps/generic/_G_config.h: Likewise.
46689
46690 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46691
46692         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46693         tests.
46694         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46695
46696         * sysdeps/powerpc/powerpc32/crti.S: New file.
46697         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46698         * sysdeps/powerpc/powerpc64/crti.S: New file.
46699         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46700
46701         * Makeconfig (have-initfini): Don't set.
46702         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46703         * configure.in (nopic_initfini): Don't substitute.
46704         * config.h.in (HAVE_INITFINI): Don't #undef.
46705         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46706         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46707
46708 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46709
46710         Support crti.S and crtn.S provided directly by architectures.
46711         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46712         [crti.S in sysdirs] (omit-deps): Likewise.
46713         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46714         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46715         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46716         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46717         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46718         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46719         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46720         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46721         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46722         compiler output for sysdeps/generic/initfini.c.
46723         * sysdeps/i386/elf/Makefile: Remove file.
46724         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46725
46726 2012-02-07  Marek Polacek  <polacek@redhat.com>
46727
46728         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46729         * sysdeps/gnu/_G_config.h: Likewise.
46730         * sysdeps/mach/hurd/_G_config.h: Likewise.
46731
46732 2012-02-07  Marek Polacek  <polacek@redhat.com>
46733
46734         * math/Makefile (tests): Add tst-CMPLX2.
46735         * math/tst-CMPLX2.c: New file.
46736
46737 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46738
46739         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46740
46741         * math/libm-test.inc (jn_test): Add missing L suffix.
46742
46743 2012-02-06  Marek Polacek  <polacek@redhat.com>
46744
46745         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46746         * sysdeps/i386/fpu/e_powf.S: Likewise.
46747         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46748         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46749         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46750         * sysdeps/i386/fpu/e_pow.S: Likewise.
46751         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46752         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46753         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46754         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46755         * sysdeps/i386/fpu/e_log2.S: Likewise.
46756         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46757         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46758         * sysdeps/i386/fpu/e_powl.S: Likewise.
46759         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46760         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46761         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46762         * sysdeps/i386/fpu/e_logl.S: Likewise.
46763         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46764         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46765         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46766         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46767         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46768         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46769         * sysdeps/i386/fpu/e_log.S: Likewise.
46770         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46771         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46772         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46773         * sysdeps/i386/fpu/e_logf.S: Likewise.
46774         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46775         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46776         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46777         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46778         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46779         * sysdeps/i386/fpu/e_log10.S: Likewise.
46780         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46781         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46782         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46783         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46784         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46785         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46786         * sysdeps/i386/asm-syntax.h: Likewise.
46787         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46788         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46789         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46790         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46791         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46792         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46793         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46794         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46795         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46796         * sysdeps/powerpc/sysdep.h: Likewise.
46797         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46798         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46799
46800 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46801
46802         [BZ #411]
46803         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46804
46805 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46806
46807         * sysdeps/i386/sysdep.h: Include <features.h>.
46808         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46809         version.
46810
46811 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46812
46813         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46814         Define.
46815         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46816         LOAD_PIC_REG_STR.
46817
46818 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46819
46820         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46821         (SETUP_PIC_REG): Use GET_PC_THUNK.
46822         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46823         macro.
46824
46825 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46826
46827         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46828         for non-PIC compilation.
46829         (SETUP_PIC_REG): Add .p2align directive.
46830         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46831         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46832         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46833         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46834         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46835         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46836         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46837         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46838         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46839         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46840         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46841         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46842         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46843         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46844         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46845         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46846         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46847         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46848         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46849         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46850         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46851         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46852         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46853         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46854         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46855         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46856         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46857         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46858         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46859         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46860         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46861         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46862         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46863         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46864         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46865         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46866         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46867         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46868         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46869         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46870         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46871
46872 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46873
46874         * math/tst-CMPLX.c: Include <stdio.h>.
46875
46876 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46877
46878         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46879         float.
46880         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46881         * sysdeps/sparc/bits/mathdef.h: Likewise.
46882
46883 2012-01-31  Marek Polacek  <polacek@redhat.com>
46884
46885         * libio/libio.h: Don't define _PARAMS.
46886         * locale/programs/config.h: Don't define PARAMS.
46887         * stdlib/strtol_l.c: Likewise.
46888         (__strtol_l): Remove PARAMS from the prototype.
46889
46890 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46891
46892         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46893         names.  Just use the correct names.  Remove unnecessary wrapper
46894         functions.
46895         * malloc/arena.c: Likewise.
46896         * malloc/hooks.c: Likewise.
46897
46898         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46899         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46900         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46901
46902 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46903
46904         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46905         into tail calls.
46906         (update_get_addr): New function.
46907         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46908         GET_ADDR_MODULE parameter.
46909
46910 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46911
46912         * crypt/cert.c: Remove __STDC__ conditionals.
46913         * crypt/crypt-entry.c: Likewise.
46914         * crypt/crypt_util.c: Likewise.
46915         * libio/filedoalloc.c: Likewise.
46916         * libio/fileops.c: Likewise.
46917         * libio/genops.c: Likewise.
46918         * libio/iofclose.c: Likewise.
46919         * libio/iofdopen.c: Likewise.
46920         * libio/iofopen.c: Likewise.
46921         * libio/iofopen64.c: Likewise.
46922         * libio/iogetdelim.c: Likewise.
46923         * libio/iopopen.c: Likewise.
46924         * libio/obprintf.c: Likewise.
46925         * libio/oldfileops.c: Likewise.
46926         * libio/oldiofclose.c: Likewise.
46927         * libio/oldiofdopen.c: Likewise.
46928         * libio/oldiofopen.c: Likewise.
46929         * libio/oldiopopen.c: Likewise.
46930         * libio/wfiledoalloc.c: Likewise.
46931         * libio/wgenops.c: Likewise.
46932         * locale/programs/xmalloc.c: Likewise.
46933         * misc/syslog.c: Likewise.
46934         * stdio-common/xbug.c: Likewise.
46935         * string/memchr.c: Likewise.
46936         * string/memcmp.c: Likewise.
46937         * string/memrchr.c: Likewise.
46938         * string/rawmemchr.c: Likewise.
46939         * sysdeps/posix/getcwd.c: Likewise.
46940         * time/strftime_l.c: Likewise.
46941
46942 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46943
46944         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46945         * config.make.in (config-cflags-sse2avx): Define.
46946         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46947         Fix typo.
46948
46949 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46950
46951         * scripts/config.guess: Update from upstream config git repository.
46952         * scripts/config.sub: Likewise.
46953
46954 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46955
46956         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46957         (EM_NUM): Update.
46958         (R_TILEPRO_*, R_TILEGX_*): New macros.
46959
46960         * scripts/firstversions.awk: Fix bug in version range handling.
46961
46962         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46963
46964         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46965
46966         * include/sys/epoll.h: New file.
46967         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46968         libc_hidden_def.
46969
46970 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46971
46972         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46973         Avoid unnecessary __WORDSIZE == 64 test.
46974         (fmaxf): Use VEX format if possible.
46975         (fmax): Likewise.
46976         (fminf): Likewise.
46977         (fmin): Likewise.
46978
46979         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46980         * math/math_private.h: Remove libc_fegetround* and
46981         libc_fesetround*.
46982         * sysdeps/i386/configure.in: Check for -msse2avx.
46983         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46984         also if SSE2AVX is defined.
46985         Remove libc_fegetround* and libc_fesetround*.
46986         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46987         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46988         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46989         of HAS_YMM_USABLE.
46990         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46991         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46992         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46993         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46994         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46995
46996         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46997
46998 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46999
47000         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
47001         size is not set.
47002         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
47003
47004 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
47005
47006         [BZ #13618]
47007         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
47008         relocation.
47009         * Makeconfig (libm): Define.
47010         * elf/Makefile: Add rules to build and run tst-relsort1.
47011         * elf/tst-relsort1.c: New file.
47012         * elf/tst-relsort1mod1.c: New file.
47013         * elf/tst-relsort1mod2.c: New file.
47014
47015 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
47016
47017         * math/s_ldexp.c: Remove __STDC__ conditionals.
47018         * math/s_ldexpf.c: Likewise.
47019         * math/s_ldexpl.c: Likewise.
47020         * math/s_nextafter.c: Likewise.
47021         * math/s_nexttowardf.c: Likewise.
47022         * math/s_significand.c: Likewise.
47023         * math/s_significandf.c: Likewise.
47024         * math/s_significandl.c: Likewise.
47025         * math/w_jnl.c: Likewise.
47026         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47027         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47028         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47029         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47030         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47031         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47032         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
47033         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47034         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47035         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47036         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47037         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47038         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47039         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47040         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47041         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47042         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47043         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47044         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47045         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47046         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47047         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47048         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47049         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47050         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47051         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47052         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47053         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47054         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47055         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47056         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47057         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47058         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47059         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47060         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47061         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47062         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47063         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47064         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47065         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47066         * sysdeps/ieee754/k_standard.c: Likewise.
47067         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47068         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47069         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47070         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47071         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47072         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47073         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47074         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47075         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47076         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47077         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47078         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47079         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47080         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47081         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47082         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47083         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47084         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47085         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47086         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47087         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47088         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47089         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47090         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47091         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47092         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47093         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47094         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47095         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47096         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47097         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47098         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
47099         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47100         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47101         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47102         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47103         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
47104         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47105         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47106         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
47107         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
47108         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47109         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
47110         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
47111         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47112         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
47113         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
47114         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47115         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47116         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
47117         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
47118         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47119         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47120         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47121         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47122         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47123         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
47124         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47125         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47126         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47127         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47128         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47129         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47130         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47131         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47132         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47133         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47134         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47135         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47136         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47137         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47138         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47139         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47140         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47141         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47142         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47143         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47144         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47145         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47146         * sysdeps/ieee754/s_matherr.c: Likewise.
47147         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47148         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47149         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47150         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47151
47152 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47153
47154         * crypt/md5.h: Remove __STDC__ conditionals.
47155         * libio/libioP.h: Likewise.
47156         * locale/programs/config.h: Likewise.
47157         * sysdeps/generic/sysdep.h: Likewise.
47158         * sysdeps/i386/asm-syntax.h: Likewise.
47159         * sysdeps/s390/asm-syntax.h: Likewise.
47160         * sysdeps/unix/sysdep.h: Likewise.
47161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47163
47164 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47165
47166         * libio/libio.h: Remove __STDC__ conditionals.
47167         * malloc/obstack.h: Likewise.
47168         * math/complex.h: Likewise.
47169         * math/math.h: Likewise.
47170         * sysdeps/generic/_G_config.h: Likewise.
47171         * sysdeps/gnu/_G_config.h: Likewise.
47172         * sysdeps/mach/hurd/_G_config.h: Likewise.
47173         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47174         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47175         * sysdeps/sparc/bits/mathdef.h: Likewise.
47176
47177 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
47178
47179         [BZ #13583]
47180         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
47181         Clean up HAS_* macros.
47182         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
47183         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47184         possible.
47185         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47186         HAS_AVX.
47187         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47188         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47189         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47190         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47191         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47192
47193 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
47194
47195         * elf/tst-unique3.cc (gets): Remove declaration.
47196         * elf/tst-unique3lib.cc (gets): Likewise.
47197         * elf/tst-unique3lib2.cc (gets): Likewise.
47198         * elf/tst-unique4.cc (gets): Likewise.
47199
47200 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
47201
47202         * include/stdio.h: Add C++ protection.  Add gets declarations and
47203         definitions.
47204         * debug/tst-chk1.c: Don't declare gets here.
47205         * stdio-common/tst-gets.c: Likewise.
47206
47207 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47208
47209         * posix/glob: Remove directory.
47210
47211 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47212
47213         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47214
47215 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
47216
47217         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47218         of the non-standard EPFNOSUPPORT.
47219
47220 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47221
47222         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47223         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47224         ANYWHERE set to 1 only on KERN_NO_SPACE error.
47225
47226 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
47227
47228         * wcsmbs/uchar.h: Test __STDC_VERSION__.
47229
47230 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
47231
47232         * nscd/aicache.c (addhstaiX): Do not cache negative results of
47233         transient errors.
47234         * nscd/grpcache.c (cache_addgr): Likewise.
47235         * nscd/hstcache.c (cache_addhst): Likewise.
47236         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47237         * nscd/pwdcache.c (cache_addpw): Likewise.
47238         * nscd/servicescache.c (cache_addserv): Likewise.
47239
47240 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47241
47242         * malloc/malloc.c: Various cleanups.
47243         * malloc/hooks.c: Likewise.
47244
47245         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47246         * stdlib/bug-fmtmsg1.c: New file.
47247
47248         * stdlib/fmtmsg.c (init): Add missing unlock.
47249         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47250
47251 2012-01-12  Marek Polacek  <polacek@redhat.com>
47252
47253         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47254         and _GNU_SOURCE.
47255
47256 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47257
47258         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47259         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47260         macro to ensure uniqueness of label name.
47261         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47262         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47263
47264 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47265
47266         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47267
47268         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47269         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47270         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47271         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47272
47273 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47274
47275         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47276
47277         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47278         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47279         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47280
47281         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47282
47283         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47284         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47285         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47286         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47287
47288         * math/bits/math-finite.h: Add ldexp support.
47289
47290 2012-01-10  Marek Polacek  <polacek@redhat.com>
47291
47292         * locale/programs/localedef.h (show_archive_content): Add noreturn
47293         attribute.
47294
47295 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47296
47297         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47298
47299 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47300
47301         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47302
47303         * io/Makefile (headers): Add bits/poll2.h.
47304
47305 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47306
47307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47308         typo #include statement.
47309
47310 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47311
47312         * include/sys/cdefs.h: Define __attribute_alloc_size.
47313         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47314         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47315         * elf/pldd.c: Likewise.
47316         * iconv/iconv_charmap.c: Likewise.
47317         * iconv/iconvconfig.c: Likewise.
47318         * iconv/strtab.c: Likewise.
47319         * locale/programs/locale.c: Likewise.
47320         * locale/programs/localedef.h: Likewise.
47321         * locale/programs/simple-hash.c: Likewise.
47322         * nscd/nscd.h: Likewise.
47323         * nss/makedb.c: Likewise.
47324         * sysdeps/generic/ldconfig.h: Likewise.
47325         * locale/programs/localedef.c: Remove xmalloc prototype.
47326         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47327
47328 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47329
47330         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47331         appropriate.
47332
47333 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47334
47335         * math/Makefile (tests): Add tst-CMPLX.
47336         * math/tst-CMPLX.c: New file.
47337
47338         * math/complex.h (CMPLXL): Fix typo.
47339
47340         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47341         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47342         GLIBC_2.16.
47343         * debug/tst-chk1.c: Add poll and ppoll tests.
47344         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47345         * include/sys/poll.h: Add hidden proto for ppoll.
47346         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47347         * sysdeps/mach/hurd/ppoll.c: Likewise.
47348         * io/ppoll.c: Likewise.
47349         * debug/poll_chk.c: New file.
47350         * debug/ppoll_chk.c: New file.
47351         * include/bits/poll2.h: New file.
47352         * io/bits/poll2.h: New file.
47353
47354         [BZ #1350]
47355         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47356
47357         * configure.in: static is always set to yes.  Remove.
47358         * config.make.in: Don't set build-static.
47359         * Makeconfig: Remove use of build-static.
47360         * dlfcn/Makefile: Likewise.
47361         * elf/Makefile: Likewise.
47362         * math/Makefile: Likewise.
47363         * misc/Makefile: Likewise.
47364         * nptl/Makefile: Likewise.
47365         * sysdeps/mach/hurd/Makefile: Likewise.
47366
47367         * configure.in: PWD_P is not used anymore.
47368         * config.make.in: Remove PWD_P entry.
47369
47370         * configure.in: Remove last remnants of RANLIB.
47371         No need to check for signed size_t anymore.
47372         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47373         and IA-64.
47374         Remove __builtin_expect test because we require at least gcc 3.4.
47375         * aclocal.m4: Likewise.
47376
47377         * wcsmbs/mbrtoc16.c: Implement using towc function.
47378         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47379         * wcsmbs/wcsmbsload.c: Likewise.
47380         * iconv/gconv_simple.c: Likewise.
47381         * iconv/gconv_int.h: Likewise.
47382         * iconv/gconv_builtin.h: Likewise.
47383         * iconv/iconv_prog.c: Remove CHAR16 handling.
47384
47385         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47386
47387         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47388
47389         * configure.in: Remove --with-elf and --enable-bounded options.
47390         Dont set base_machine for ia64.  More non-ELF conditions removed.
47391         Remove testing and setting of leading underscore information.
47392         * config.make.in (build-bounded): Set to no.
47393         * config.h.in: Remove NO_UNDERSCORES entry.
47394         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47395         them.
47396         * csu/start.c: Remove !NO_UNDERSCORE code.
47397         * locale/localeinfo.h: Likewise.
47398         * sysdeps/generic/machine-gmon.h: Likewise.
47399         * sysdeps/generic/sysdep.h: Likewise.
47400         * sysdeps/i386/sysdep.h: Likewise.
47401         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47402         * sysdeps/mach/sysdep.h: Likewise.
47403         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47404         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47405         * sysdeps/sh/sysdep.h: Likewise.
47406         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47407         * sysdeps/unix/i386/sysdep.S: Likewise.
47408         * sysdeps/unix/sparc/start.c: Likewise.
47409         * sysdeps/unix/sparc/sysdep.S: Likewise.
47410         * sysdeps/unix/sparc/sysdep.h: Likewise.
47411         * sysdeps/unix/start.c: Likewise.
47412         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47413         * sysdeps/x86_64/sysdep.h: Likewise.
47414
47415 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47416
47417         [BZ #13553]
47418         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47419         for non-gcc.
47420         * argp/argp-fmtstream.h: Use const instead __const.
47421         * argp/argp.h: Likewise.
47422         * assert/assert.h: Likewise.
47423         * bits/fenv.h: Likewise.
47424         * bits/sched.h: Likewise.
47425         * bits/sigset.h: Likewise.
47426         * bits/sigthread.h: Likewise.
47427         * catgets/nl_types.h: Likewise.
47428         * conform/data/pthread.h-data: Likewise.
47429         * crypt/crypt-private.h: Likewise.
47430         * crypt/crypt.h: Likewise.
47431         * crypt/crypt_util.c: Likewise.
47432         * ctype/ctype.h: Likewise.
47433         * debug/execinfo.h: Likewise.
47434         * debug/mbsnrtowcs_chk.c: Likewise.
47435         * debug/mbsrtowcs_chk.c: Likewise.
47436         * debug/wcsnrtombs_chk.c: Likewise.
47437         * debug/wcsrtombs_chk.c: Likewise.
47438         * debug/wcstombs_chk.c: Likewise.
47439         * dirent/dirent.h: Likewise.
47440         * dlfcn/dlfcn.h: Likewise.
47441         * elf/neededtest4.c: Likewise.
47442         * grp/grp.h: Likewise.
47443         * gshadow/gshadow.h: Likewise.
47444         * iconv/gconv.h: Likewise.
47445         * iconv/gconv_int.h: Likewise.
47446         * iconv/gconv_simple.c: Likewise.
47447         * iconv/iconv.h: Likewise.
47448         * iconv/loop.c: Likewise.
47449         * iconv/skeleton.c: Likewise.
47450         * include/aio.h: Likewise.
47451         * include/aliases.h: Likewise.
47452         * include/argz.h: Likewise.
47453         * include/arpa/inet.h: Likewise.
47454         * include/assert.h: Likewise.
47455         * include/dirent.h: Likewise.
47456         * include/dlfcn.h: Likewise.
47457         * include/execinfo.h: Likewise.
47458         * include/fcntl.h: Likewise.
47459         * include/fenv.h: Likewise.
47460         * include/glob.h: Likewise.
47461         * include/grp.h: Likewise.
47462         * include/libintl.h: Likewise.
47463         * include/mntent.h: Likewise.
47464         * include/netdb.h: Likewise.
47465         * include/pwd.h: Likewise.
47466         * include/rpc/netdb.h: Likewise.
47467         * include/sched.h: Likewise.
47468         * include/search.h: Likewise.
47469         * include/shadow.h: Likewise.
47470         * include/signal.h: Likewise.
47471         * include/stdio.h: Likewise.
47472         * include/stdlib.h: Likewise.
47473         * include/string.h: Likewise.
47474         * include/sys/socket.h: Likewise.
47475         * include/sys/stat.h: Likewise.
47476         * include/sys/statfs.h: Likewise.
47477         * include/sys/statvfs.h: Likewise.
47478         * include/sys/syslog.h: Likewise.
47479         * include/sys/time.h: Likewise.
47480         * include/sys/uio.h: Likewise.
47481         * include/time.h: Likewise.
47482         * include/unistd.h: Likewise.
47483         * include/utmp.h: Likewise.
47484         * include/wchar.h: Likewise.
47485         * include/wctype.h: Likewise.
47486         * inet/aliases.h: Likewise.
47487         * inet/arpa/inet.h: Likewise.
47488         * inet/netinet/ether.h: Likewise.
47489         * inet/netinet/in.h: Likewise.
47490         * intl/libintl.h: Likewise.
47491         * io/bits/fcntl2.h: Likewise.
47492         * io/fcntl.h: Likewise.
47493         * io/ftw.h: Likewise.
47494         * io/sys/poll.h: Likewise.
47495         * io/sys/stat.h: Likewise.
47496         * io/sys/statfs.h: Likewise.
47497         * io/sys/statvfs.h: Likewise.
47498         * io/utime.h: Likewise.
47499         * libio/bits/stdio.h: Likewise.
47500         * libio/bits/stdio2.h: Likewise.
47501         * libio/libio.h: Likewise.
47502         * libio/libioP.h: Likewise.
47503         * libio/stdio.h: Likewise.
47504         * locale/lc-ctype.c: Likewise.
47505         * locale/locale.h: Likewise.
47506         * login/utmp.h: Likewise.
47507         * malloc/arena.c: Likewise.
47508         * malloc/malloc.c: Likewise.
47509         * malloc/malloc.h: Likewise.
47510         * malloc/mcheck.c: Likewise.
47511         * malloc/mtrace.c: Likewise.
47512         * math/bits/mathcalls.h: Likewise.
47513         * math/fenv.h: Likewise.
47514         * math/math_private.h: Likewise.
47515         * misc/bits/error.h: Likewise.
47516         * misc/bits/syslog.h: Likewise.
47517         * misc/err.h: Likewise.
47518         * misc/error.h: Likewise.
47519         * misc/fstab.h: Likewise.
47520         * misc/mntent.h: Likewise.
47521         * misc/regexp.h: Likewise.
47522         * misc/search.h: Likewise.
47523         * misc/sgtty.h: Likewise.
47524         * misc/sys/mman.h: Likewise.
47525         * misc/sys/syslog.h: Likewise.
47526         * misc/sys/uio.h: Likewise.
47527         * misc/sys/xattr.h: Likewise.
47528         * misc/ttyent.h: Likewise.
47529         * nis/rpcsvc/ypclnt.h: Likewise.
47530         * nss/nss.h: Likewise.
47531         * posix/bits/unistd.h: Likewise.
47532         * posix/fnmatch.h: Likewise.
47533         * posix/glob.h: Likewise.
47534         * posix/sched.h: Likewise.
47535         * posix/spawn.h: Likewise.
47536         * posix/sys/wait.h: Likewise.
47537         * posix/unistd.h: Likewise.
47538         * posix/wordexp.h: Likewise.
47539         * pwd/pwd.h: Likewise.
47540         * resolv/netdb.h: Likewise.
47541         * resource/sys/resource.h: Likewise.
47542         * rt/aio.h: Likewise.
47543         * rt/bits/mqueue2.h: Likewise.
47544         * rt/mqueue.h: Likewise.
47545         * shadow/shadow.h: Likewise.
47546         * signal/signal.h: Likewise.
47547         * socket/send.c: Likewise.
47548         * socket/sendto.c: Likewise.
47549         * socket/sys/socket.h: Likewise.
47550         * stdio-common/printf.h: Likewise.
47551         * stdlib/bits/stdlib.h: Likewise.
47552         * stdlib/fmtmsg.h: Likewise.
47553         * stdlib/monetary.h: Likewise.
47554         * stdlib/stdlib.h: Likewise.
47555         * stdlib/ucontext.h: Likewise.
47556         * streams/stropts.h: Likewise.
47557         * string/argz.h: Likewise.
47558         * string/bits/string2.h: Likewise.
47559         * string/string.h: Likewise.
47560         * string/strings.h: Likewise.
47561         * sunrpc/rpc/auth.h: Likewise.
47562         * sunrpc/rpc/auth_des.h: Likewise.
47563         * sunrpc/rpc/clnt.h: Likewise.
47564         * sunrpc/rpc/netdb.h: Likewise.
47565         * sunrpc/rpc/pmap_clnt.h: Likewise.
47566         * sunrpc/rpc/xdr.h: Likewise.
47567         * sysdeps/generic/inttypes.h: Likewise.
47568         * sysdeps/generic/net/if.h: Likewise.
47569         * sysdeps/generic/sys/swap.h: Likewise.
47570         * sysdeps/gnu/net/if.h: Likewise.
47571         * sysdeps/gnu/utmpx.h: Likewise.
47572         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47573         * sysdeps/i386/i486/bits/string.h: Likewise.
47574         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47575         * sysdeps/s390/bits/string.h: Likewise.
47576         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47577         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47578         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47579         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47580         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47581         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47582         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47583         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47584         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47585         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47586         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47587         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47588         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47589         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47590         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47591         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47592         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47593         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47594         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47595         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47596         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47597         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47598         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47599         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47600         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47601         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47602         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47603         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47604         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47605         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47606         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47607         * sysvipc/sys/ipc.h: Likewise.
47608         * sysvipc/sys/msg.h: Likewise.
47609         * sysvipc/sys/sem.h: Likewise.
47610         * sysvipc/sys/shm.h: Likewise.
47611         * termios/termios.h: Likewise.
47612         * time/sys/time.h: Likewise.
47613         * time/time.h: Likewise.
47614         * wcsmbs/bits/wchar2.h: Likewise.
47615         * wcsmbs/uchar.h: Likewise.
47616         * wcsmbs/wchar.h: Likewise.
47617         * wctype/wctype.h: Likewise.
47618
47619         [BZ #13551]
47620         * Makeconfig: Remove all but ELF support including AIX support.
47621         * Makerules: Likewise.
47622         * config.h.in: Likewise.
47623         * config.make.in: Likewise.
47624         * configure: Likewise.
47625         * configure.in: Likewise.
47626         * csu/Makefile: Likewise.
47627         * csu/version.c: Likewise.
47628         * debug/Makefile: Likewise.
47629         * dlfcn/Makefile: Likewise.
47630         * elf/Makefile: Likewise.
47631         * extra-lib.mk: Likewise.
47632         * iconv/Makefile: Likewise.
47633         * include/libc-symbols.h: Likewise.
47634         * include/shlib-compat.h: Likewise.
47635         * resolv/Makefile: Likewise.
47636         * resolv/res_libc.c: Likewise.
47637         * rt/Makefile: Likewise.
47638         * sysdeps/i386/asm-syntax.h: Likewise.
47639         * sysdeps/i386/sysdep.h: Likewise.
47640         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47641         * sysdeps/mach/sysdep.h: Likewise.
47642         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47643         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47644         * sysdeps/s390/asm-syntax.h: Likewise.
47645         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47646         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47647         * sysdeps/sh/sysdep.h: Likewise.
47648         * sysdeps/unix/sparc/sysdep.h: Likewise.
47649         * sysdeps/wordsize-32/divdi3.c: Likewise.
47650         * sysdeps/x86_64/sysdep.h: Likewise.
47651
47652         * argp/Versions: Remove _argp_unlock_xxx.
47653
47654         [BZ #13559]
47655         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47656         * abilist/libBrokenLocale.abilist: Likewise.
47657         * abilist/libanl.abilist: Likewise.
47658         * abilist/libc.abilist: Likewise.
47659         * abilist/libcrypt.abilist: Likewise.
47660         * abilist/libdl.abilist: Likewise.
47661         * abilist/libm.abilist: Likewise.
47662         * abilist/libnsl.abilist: Likewise.
47663         * abilist/libpthread.abilist: Likewise.
47664         * abilist/libresolv.abilist: Likewise.
47665         * abilist/librt.abilist: Likewise.
47666         * abilist/libthread_db.abilist: Likewise.
47667         * abilist/libutil.abilist: Likewise.
47668         * abilist/libnss_db.abilist: New file.
47669
47670         * scripts/abilist.awk: Add support for indirect functions.
47671
47672         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47673
47674         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47675
47676         * shlib-versions: Remove entries for ports architectures.
47677
47678         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47679         files in ports.
47680         * elf/stackguard-macros.h: Remove support for IA-64.
47681         * elf/tst-auditmod1.c: Likewise.
47682         * sysdeps/generic/ldsodefs.h: Likewise.
47683
47684         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47685         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47686         configure files.
47687
47688         [BZ #13552]
47689         * configure.in: Remove --enable-omitfp support.
47690         * FAQ.in: Adjust.
47691         * config.make.in: Likewise.
47692         * Makeconfig: Likewise.
47693         * manual/install.texi: Likewise.
47694
47695         In case anyone cares, the IA-64 architecture could move to ports.
47696         * sysdeps/ia64/*: Removed.
47697         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47698         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47699
47700         [BZ #13555]
47701         * configure.in: Remove entries for unsupported architectures.
47702
47703         [BZ #13533]
47704         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47705         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47706         routines.
47707         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47708         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47709         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47710         fall back to using wcrtomb.
47711         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47712         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47713         renaming.
47714         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47715         * wcsmbs/tst-c16c32-1.c: New file.
47716
47717         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47718         local variable.
47719
47720         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47721
47722         * elf/tst-unique3.cc: Add explicit declaration of gets.
47723         * elf/tst-unique3lib.cc: Likewise.
47724         * elf/tst-unique3lib2.cc: Likewise.
47725         * elf/tst-unique4.cc: Likewise.
47726
47727         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47728
47729 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47730
47731         [BZ #13566]
47732         * assert/assert.h (static_assert): Don't define for C++.
47733         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47734         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47735
47736 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47737
47738         * iconv/loop.c (single loop): Fix assertion in storing of
47739         remaining bytes.
47740
47741         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47742
47743 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47744
47745         * posix/getconf.c: Update copyright year.
47746         * nss/getent.c: Likewise.
47747         * nss/makedb.c: Likewise.
47748         * iconv/iconvconfig.c: Likewise.
47749         * iconv/iconv_prog.c: Likewise.
47750         * elf/ldconfig.c: Likewise.
47751         * elf/pldd.c: Likewise.
47752         * elf/sotruss.ksh: Likewise.
47753         * catgets/gencat.c: Likewise.
47754         * csu/version.c: Likewise.
47755         * elf/ldd.bash.in: Likewise.
47756         * elf/sprof.c (print_version): Likewise.
47757         * locale/programs/locale.c: Likewise.
47758         * locale/programs/localedef.c: Likewise.
47759         * login/programs/pt_chown.c: Likewise.
47760         * nscd/nscd.c (print_version): Likewise.
47761         * debug/xtrace.sh: Likewise.
47762         * malloc/memusage.sh: Likewise.
47763         * malloc/mtrace.pl: Likewise.
47764         * debug/catchsegv.sh: Likewise.
47765
47766 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47767
47768         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47769         pure attribute.
47770
47771 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47772
47773         [BZ #13533]
47774         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47775         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47776         transformations.
47777         * iconv/gconv_int.h: Likewise.
47778         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47779         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47780         from libc for GLIBC_2.16.
47781         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47782         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47783         * wcsmbs/uchar.h: Really define mbstate_t.
47784         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47785         * wcsmbs/c16rtomb.c: New file.
47786         * wcsmbs/mbrtoc16.c: New file.
47787         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47788         for C/POSIX locale.
47789         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47790         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47791
47792         * wcsmbs/wchar.h: Add missing __restrict.
47793
47794 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47795
47796         [BZ #13532]
47797         * time/Makefile (routines): Add timespec_get.
47798         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47799         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47800         timespec for ISO C11.
47801         * time/timespec_get.c: New file.
47802         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47803         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47804
47805         [BZ #13531]
47806         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47807         * stdlib/stdlib.h: Declare aligned_alloc.
47808         * Versions.def: Add GLIBC_2.16 for libc.
47809         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47810
47811         [BZ 13527]
47812         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47813         ISO C11.
47814
47815         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47816         code.
47817
47818         [BZ #13528]
47819         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47820
47821         [BZ #13529]
47822         * assert/assert.h (static_assert): Define.
47823
47824         * version.h: Update for 2.16 development version.
47825
47826         [BZ #13526]
47827         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47828         _ISOC11_SOURCE.
47829
47830         * version.h (RELEASE): Bump for 2.15 release.
47831         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47832
47833         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47834         Patch by Marek Polacek <mpolacek@redhat.com>.
47835
47836         * bits/byteswap.h: Protect long long constants with __extension__.
47837         * sysdeps/i386/bits/byteswap.h: Likewise.
47838         * sysdeps/ia64/bits/byteswap.h: Likewise.
47839         * sysdeps/s390/bits/byteswap.h: Likewise.
47840         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47841
47842 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47843
47844         [BZ #13540]
47845         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47846         destination buffer.
47847         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47848
47849 2011-12-23  Marek Polacek  <polacek@redhat.com>
47850
47851         * elf/dl-addr.c (determine_info): Add inline keyword.
47852         * elf/tst-auditmod4b.c (check_avx): Likewise.
47853         * elf/tst-auditmod6b.c (check_avx): Likewise.
47854         * elf/tst-auditmod6c.c (check_avx): Likewise.
47855         * elf/tst-auditmod7b.c (check_avx): Likewise.
47856
47857 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47858
47859         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47860         !__SSE_MATH__.
47861
47862 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47863
47864         [BZ #13540]
47865         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47866         processing for last bytes.
47867
47868 2011-08-06  Bruno Haible  <bruno@clisp.org>
47869
47870         [BZ #13061]
47871         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47872         U+0385, not to U+1FEE.
47873
47874         [BZ #13062]
47875         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47876         entry for U+00A5 U+0301.
47877
47878 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47879
47880         [BZ #13166]
47881         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47882         buffer for the output is too small.
47883
47884         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47885         optimization.
47886
47887         [BZ #13185]
47888         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47889         SSE flags if possible.
47890
47891 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47892
47893         [BZ #13540]
47894         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47895         processing for last bytes.
47896
47897 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47898
47899         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47900         (syscall-list-default-options, syscall-list-default-condition)
47901         (syscall-list-includes): Define.
47902         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47903         list of ABIs and options and #if conditions for each ABI.  Do not
47904         handle common syscalls between ABIs specially.
47905         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47906         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/s390/Makefile (64bit-predefine): Remove.
47911         (syscall-list-variants, syscall-list-32bit-options)
47912         (syscall-list-32bit-condition, syscall-list-64bit-options)
47913         (syscall-list-64bit-condition): Define.
47914         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47915         Remove.
47916         (syscall-list-variants, syscall-list-32bit-options)
47917         (syscall-list-32bit-condition, syscall-list-64bit-options)
47918         (syscall-list-64bit-condition): Define.
47919         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47920         Remove.
47921         (syscall-list-variants, syscall-list-32bit-options)
47922         (syscall-list-32bit-condition, syscall-list-64bit-options)
47923         (syscall-list-64bit-condition): Define.
47924
47925 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47926
47927         * locale/iso-639.def: Add brx entry.
47928
47929         [BZ #13328]
47930         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47931         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47932
47933         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47934         __feraiseexcept_renamed.
47935
47936 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47937
47938         [BZ #13538]
47939         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47940         EPOLLET with unsigned values.
47941         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47942         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47943
47944         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47945         to large cancellation.
47946         * math/s_cacoshf.c: Likewise.
47947         * math/s_cacoshl.c: Likewise.
47948
47949 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47950
47951         [BZ #13305]
47952         [BZ #12786]
47953         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47954         * math/s_cacoshf.c: Likewise.
47955         * math/s_cacoshl.c: Likewise.
47956
47957 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47958
47959         [BZ #13439]
47960         * iconv/gconv.h: Define __GCONV_SWAP.
47961         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47962         * iconvdata/utf-16.c: Likewise.
47963         * iconvdata/utf-32.c: Likewise.
47964
47965 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47966
47967         [BZ #13524]
47968         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47969         numerator after shifting it by one limb.
47970
47971 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47972
47973         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47974         under [__USE_EXTERN_INLINES].
47975
47976 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47977
47978         [BZ #13446]
47979         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47980
47981 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47982
47983         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47984         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47985         optimized code.
47986         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47987         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47988         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47989         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47990         for strncasecmp/strncasecmp_l compilation.
47991         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47992         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47993
47994 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47995
47996         [BZ #13484]
47997         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47998         of __asm__.
47999
48000 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
48001
48002         [BZ #13506]
48003         * time/tzfile.c (__tzfile_read): Check values from file header.
48004
48005 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
48006
48007         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
48008         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
48009         * powerpc/powerpc32/dl-start.S: Likewise.
48010         * powerpc/powerpc32/elf/start.S: Likewise.
48011         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
48012         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
48013         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
48014         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
48015         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
48016         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
48017         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
48018         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
48019         * powerpc/powerpc32/fpu/s_round.S: Likewise.
48020         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
48021         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
48022         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
48023         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
48024         * powerpc/powerpc32/memset.S: Likewise.
48025         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
48026         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
48027         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
48028         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
48029         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
48030         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
48031         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
48032         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
48033         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
48034         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
48035         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
48036         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48037         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48038
48039 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48040
48041         * math/libm-test.inc: Added more nearbyint tests.
48042         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
48043         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
48044         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
48045         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
48046
48047 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
48048
48049         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
48050         FD_CLOEXEC.
48051
48052 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48053
48054         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
48055         Add wcscpy-ssse3 wcscpy-c.
48056         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
48057         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
48058         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
48059         * sysdeps/x86_64/wcschr.S: New file.
48060         * sysdeps/x86_64/wcsrchr.S: New file.
48061         * string/test-strcmp.c: Remove checking of wcscmp function for
48062         wrong alignments.
48063         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
48064         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
48065         wcsrchr-sse2 wcsrchr-c.
48066         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
48067         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
48068         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
48069         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
48070         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
48071         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
48072         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
48073         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
48074         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
48075         * wcsmbc/wcschr.c (WCSCHR): New macro.
48076
48077 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48078
48079         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
48080         * wcsmbs/test-wcsrchr.c: New file.
48081         * string/test-strrchr.c: Add wcsrchr support.
48082         (WIDE): New macro.
48083         * wcsmbs/test-wcscpy.c: New file.
48084         * string/test-strcpy.c: Add wcscpy support.
48085         (WIDE): New macro.
48086
48087 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
48088
48089         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
48090         the inner loop.
48091
48092 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
48093
48094         [BZ #13472]
48095         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
48096
48097 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
48098
48099         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
48100         Minor optimizations.
48101
48102         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
48103         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
48104         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
48105
48106 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
48107
48108         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
48109         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
48110         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
48111         for gcc to avoid warnings.
48112         * inet/Makefile (tests): Add tst-checks.
48113         * inet/tst-checks.c: New file.
48114
48115         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
48116         warning.
48117
48118         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
48119         __wmemcmp_sse2.
48120
48121         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
48122         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
48123
48124         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
48125
48126 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
48127
48128         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48129         problem.
48130
48131         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48132
48133 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
48134
48135         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48136         conditional on GCC version.
48137         (__arch_compare_and_exchange_val_8_acq)
48138         (__arch_compare_and_exchange_val_16_acq)
48139         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48140         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48141         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48142
48143 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
48144
48145         * sysdeps/sh/backtrace.c: New file.
48146
48147 2011-12-02  Andreas Schwab  <schwab@redhat.com>
48148
48149         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
48150         parenthesis.
48151
48152 2011-12-01  Andreas Schwab  <schwab@redhat.com>
48153
48154         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48155         falling back to utime.
48156
48157 2011-11-30  Andreas Schwab  <schwab@redhat.com>
48158
48159         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48160         expectations for float.
48161
48162 2011-11-29  Andreas Schwab  <schwab@redhat.com>
48163
48164         * locale/weight.h (findidx): Add parameter len.
48165         * locale/weightwc.h (findidx): Likewise.
48166         * posix/fnmatch_loop.c (FCT): Adjust caller.
48167         * posix/regcomp.c (build_equiv_class): Likewise.
48168         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48169         * posix/regexec.c (check_node_accept_bytes): Likewise.
48170         * string/strcoll_l.c (STRCOLL): Likewise.
48171         * string/strxfrm_l.c (STRXFRM): Likewise.
48172
48173 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
48174
48175         * Makefile.in: Remove CVSOPT handling.
48176         * configure.in: Remove use of AC_REVISION.
48177         * iconvdata/Makefile (distribute): No need to filter out CVS.
48178         * scripts/list-sources.sh: Remove CVS, subversion and monotone
48179         handling.
48180
48181 2011-11-16  Andreas Schwab  <schwab@redhat.com>
48182
48183         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48184         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48185         [USE_AS_STRNCASECMP_L]: Likewise.
48186         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48187         NO_TLS_DIRECT_SEG_REFS.
48188         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48189         Fix argument offsets for non-PIC.
48190         [USE_AS_STRNCASECMP_L]: Likewise.
48191         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48192         NO_TLS_DIRECT_SEG_REFS.
48193
48194 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48195
48196         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
48197         O_CLOEXEC.
48198         * locale/loadlocale.c (_nl_load_locale): Likewise.
48199
48200 2011-11-15  Andreas Schwab  <schwab@redhat.com>
48201
48202         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48203         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48204         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48205         (SYSCALL_GETTIME): Set errno on error.
48206
48207         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48208         count references to noai6ai_cached.
48209
48210 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48211
48212         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48213
48214         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48215         FD_CLOEXEC for /proc/self/maps.
48216
48217         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48218         FD_CLOEXEC for /proc/meminfo.
48219
48220         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48221         gai.conf.
48222
48223         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
48224         FD_CLOEXEC for given file.
48225
48226         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48227
48228         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48229         FD_CLOEXEC for /etc/hosts.
48230         (_gethtent): Likewise.
48231
48232         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48233
48234         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48235         cancellation and set FD_CLOEXEC for /etc/netgroup.
48236
48237         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48238         reading /etc/publickey.
48239
48240         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48241         allow cancellation when reading /etc/group.
48242
48243         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48244         cancellation.
48245         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48246
48247         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48248         when using data file.
48249
48250         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48251
48252         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48253         (write_nis_obj): Use "c" and "e" in fopen.
48254
48255         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48256
48257         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48258
48259         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48260
48261         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48262
48263         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48264         locale.alias.
48265
48266         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48267
48268         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48269
48270         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48271
48272         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48273         file parsing and set FD_CLOEXEC.
48274
48275 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48276
48277         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48278
48279 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48280
48281         * malloc/arena.c (arena_get2): Don't call reused_arena when
48282         _int_new_arena failed.
48283
48284 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48285
48286         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48287         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48288         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48289         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48290         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48291         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48292         to compile strcasecmp and strncasecmp.
48293         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48294         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48295
48296         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48297
48298 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48299
48300         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48301         locale-defines.sym to gen-as-const-headers.
48302         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48303         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48304         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48305         to compile strcasecmp and strncasecmp.
48306         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48307         strcasecmp_l and strncasecmp_l.
48308         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48309         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48310         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48311         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48312         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48313         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48314         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48315         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48316         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48317         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48318         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48319
48320 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48321
48322         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48323         result of SYSDEP_GETTIME_CPU to retval.
48324         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48325         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48326
48327         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48328         variable.
48329
48330         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48331         mantissa words.
48332         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48333
48334         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48335         from unused variable.
48336
48337         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48338         DWARF definitions.
48339         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48340         for assembling.
48341
48342         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48343         over namespaces.
48344
48345         * sunrpc/rpc_prot.c (rejected): Fix case value.
48346
48347         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48348         unsigned long long int to avoid warnings in shift.
48349
48350         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48351         of use of trans.
48352         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48353         variable tmp.
48354
48355         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48356         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48357         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48358
48359         * nis/nis_table.c (nis_list): Use variable of correct type for
48360         result of __follow_path call.
48361
48362 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48363
48364         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48365         of math functions ceil, trunc, floor, round, and sqrt, when
48366         avaliable on the platform.
48367         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48368         name clash.
48369         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48370         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48371         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48372
48373 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48374
48375         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48376         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48377
48378 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48379
48380         * include/unistd.h: Fix __readlink return type.
48381         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48382
48383 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48384
48385         * stdlib/ucontext.h: Undo last change for makecontext.
48386
48387 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48388
48389         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48390
48391         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48392         * setjmp/setjmp.h: Mark functions as non-leaf.
48393         * setjmp/bits/setjmp2.h: Likewise.
48394         * stdlib/ucontext.h: Likewise.
48395
48396 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48397
48398         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48399         (reused_arena): Don't check arena limit.
48400         (arena_get2): Atomically check arena limit.
48401
48402 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48403
48404         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48405         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48406
48407         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48408         instructions.
48409
48410 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48411
48412         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48413         handler when locking.
48414
48415         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48416         Fix size of allocated buffer.
48417
48418 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48419
48420         [BZ #10103]
48421         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48422         declarations for long double functions.
48423         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48424
48425         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48426
48427 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48428
48429         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48430         installed.
48431
48432         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48433         is disabled.
48434
48435 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48436
48437         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48438
48439 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48440
48441         * include/alloca.h (stackinfo_alloca_round): Define.
48442         (extend_alloca): Use it.
48443         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48444         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48445         here.
48446
48447         * scripts/check-local-headers.sh: Ignore libaudit.h.
48448
48449         * nscd/Makefile (extra-objs): Make recursively expanded.
48450
48451 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48452
48453         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48454         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48455
48456         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48457         * posix/tst-rfc3484-2.c: Likewise.
48458         * posix/tst-rfc3484-3.c: Likewise.
48459
48460         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48461         process_vm_writev.
48462         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48463         process_vm_writev.
48464         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48465         process_vm_writev from libc using GLIBC_2.15 version.
48466
48467         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48468
48469 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48470
48471         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48472         stack usage.
48473
48474 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48475
48476         [BZ #13367]
48477         * nss/getent.c (initgroups_keys): Show error message in case no group
48478         names are given.
48479
48480         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48481         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48482         __bump_nl_timestamp.
48483         * nscd/connections (nscd_init): When host database is served open
48484         netlink socket and request notification about configuration changes.
48485         (main_loop_poll): Track netlink file descriptor and bump timestamp
48486         in case data becomes available.
48487         (main_loop_epoll): Likewise.
48488         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48489         (database_pers_head): Add extra_data fileds.
48490         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48491         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48492         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48493         Adjust caller.
48494         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48495         in6ai data, call __free_in6ai.
48496         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48497         Add -DHAVE_NETLINK.
48498         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48499         interface information.  Reuse previous data if netlink timestamp
48500         is not changed.
48501         (__bump_nl_timestamp): New function.
48502         (__free_in6ai): New function.
48503
48504 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48505
48506         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48507         close_not_cancel_no_status here.
48508         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48509
48510 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48511
48512         [BZ #13276]
48513         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48514         return value.
48515
48516         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48517         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48518         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48519
48520 2011-07-03  Andreas Jaeger  <aj@suse.de>
48521
48522         [BZ #10709]
48523         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48524         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48525         * math/libm-test.inc (sin_test): Add test case.
48526
48527 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48528
48529         [BZ #13337]
48530         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48531         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48532
48533         * elf/chroot_canon.c (chroot_canon): Cleanups.
48534
48535         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48536
48537         [BZ #13335]
48538         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48539         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48540
48541         * string/test-strchr.c: Make usable for strchrnul testing.
48542         * string/test-strchrnul.c: New file.
48543         * string/Makefile (strop-tests): Add strchrnul.
48544
48545         * po/it.po: Update from translation team.
48546         * po/es.po: Likewise.
48547
48548 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48549
48550         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48551         the three constants needed as parameters.  Drop the others.
48552         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48553         __m128i_strloadu_tolower.
48554         Create and initialize variable zero and use it in all the places
48555         where _mm_setzero_si128 was used.
48556
48557         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48558         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48559         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48560         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48561         anymore.
48562         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48563         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48564         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48565         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48566         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48567         __mpranred, __mptan.
48568         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48569         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48570         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48571         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48572         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48573         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48574         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48575         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48576         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48577
48578 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48579
48580         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48581         redefine if SHARED.
48582         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48583
48584         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48585         wide char related routines to wcsmbs subdir.
48586
48587 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48588
48589         [BZ #13344]
48590         * misc/sys/cdefs.h (__THROWNL): Define.
48591         * posix/unistd.h: Use __THREADNL instead of __THREAD
48592         for memory synchronization functions.
48593
48594 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48595
48596         [BZ #13349]
48597         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48598         doesn't exist.
48599         * manual/stdio.texi (Obstack Streams): Node removed.
48600
48601 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48602
48603         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48604         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48605         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48606
48607         * math/math_private.h (math_force_eval): Allow non-addressable
48608         arguments.
48609         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48610
48611 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48612
48613         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48614         file is not needed.
48615
48616         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48617         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48618         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48619         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48620         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48621         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48622         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48623         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48624         Add AVX variants.
48625         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48626         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48627         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48628         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48629         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48630         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48631         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48632         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48633         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48634         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48635         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48636         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48637         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48638         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48639         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48640         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48641         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48642         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48643         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48644
48645         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48646         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48647
48648         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48649         place.  Use VEX encoding when compiling for AVX.
48650
48651 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48652
48653         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48654         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48655
48656         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48657
48658 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48659
48660         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48661         useless if() expression.
48662         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48663         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48664         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48665         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48666         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48667         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48668         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48669         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48670         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48671         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48672         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48673         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48674         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48675         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48676         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48677         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48678         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48679         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48680         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48681
48682         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48683
48684 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48685
48686         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48687         condition.
48688         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48689
48690 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48691
48692         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48693         .text section.  Avoid duplicate constants.
48694         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48695         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48696         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48697         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48698         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48699         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48700         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48701         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48702         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48703         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48704         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48705         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48706         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48707         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48708         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48709         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48710         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48711         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48712         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48713         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48714         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48715         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48716         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48717         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48718         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48719         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48720         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48721         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48722         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48723         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48724         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48725         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48726         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48727         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48728         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48729         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48730         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48731         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48732         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48733         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48734         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48735         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48736         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48737         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48738         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48739
48740 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48741
48742         * sysdeps/x86_64/dla.h: Move to ...
48743         * sysdeps/x86_64/fpu/dla.h: ...here.
48744         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48745         situations.  Use __builtin_fma only for gcc 4.6 and up.
48746
48747         * config.make.in: Add have-mfma4 entry.
48748         * configure.in: Substitute libc_cv_cc_fma4.
48749         * math/Makefile (dbl-only-routines): Add sincostab.
48750         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48751         Use __sincostab not sincos.
48752         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48753         name is a macro.
48754         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48755         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48756         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48757         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48758         using __copysign.
48759         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48760         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48761         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48762         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48763         and __inv.
48764         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48765         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48766         __copysign.
48767         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48768         define aliases when function name is a macro.
48769         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48770         sysdeps/ieee754/dbl-64/sincos.tbl.
48771         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48772         fma4-enabled routines.
48773         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48774         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48775         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48776         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48777         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48778         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48779         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48780         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48781         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48782         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48783         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48784         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48785         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48786         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48787         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48788         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48789         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48790         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48791         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48792         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48793         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48794         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48795         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48796         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48797         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48798         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48799         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48800         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48801         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48802         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48803
48804         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48805         rename.
48806         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48807         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48808         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48809         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48810         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48811         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48812         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48813         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48814
48815 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48816
48817         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48818
48819 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48820
48821         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48822
48823         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48824         prediction.
48825         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48826
48827         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48828         Remove unused variable magic_bits.
48829         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48830
48831         * string/strnlen.c: Define and use STRNLEN macro.
48832         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48833         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48834         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48835         * wcsmbs/wcslen.c: Define and use WCSLEN.
48836         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48837         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48838         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48839         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48840         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48841         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48842         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48843
48844 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48845
48846         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48847         strnlen-sse2-no-bsf.
48848         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48849         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48850         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48851         Add strnlen support.
48852         (USE_AS_STRNLEN): New macro.
48853         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48854         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48855         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48856         * sysdeps/x86_64/wcslen.S: New file.
48857
48858 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48859
48860         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48861         XMM-moves are used for copying on small sizes.
48862
48863 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48864
48865         * wcsmbs/Makefile (strop-tests): Add wcschr.
48866         * wcsmbs/test-wcschr.c: New file.
48867         * string/test-strchr.c: Update.
48868         Add wcschr support.
48869         (WIDE): New macro.
48870
48871 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48872
48873         * wcsmbs/Makefile (strop-tests): Add wcslen.
48874         * wcsmbs/test-wcslen.c: New file.
48875         * string/test-strlen.c: Update.
48876         Add wcslen support.
48877         (WIDE): New macro.
48878
48879 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48880
48881         * po/it.po: Update from translation team.
48882
48883 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48884
48885         * sysdeps/x86_64/wcscmp.S: Update.
48886         Fix wrong comparison semantics.
48887         wcscmp shall use signed comparison not unsigned.
48888         Don't use substraction to avoid overflow bug.
48889         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48890         * wcsmbc/wcscmp.c: Likewise.
48891         * string/test-strcmp.c: Likewise.
48892         Add new tests to check cases with negative values.
48893
48894 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48895
48896         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48897         * sysdeps/x86_64/dla.h: ...here.  New file.
48898         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48899         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48900         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48901         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48902         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48903         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48904         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48905         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48906         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48907
48908 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48909
48910         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48911         __ynl_finite aliases.
48912
48913 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48914
48915         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48916
48917         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48918         define DLA_FMA.
48919         [DLA_FMA] (EMULV): Use DLA_FMA.
48920         [DLA_FMA] (MUL12): Use EMULV.
48921         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48922         that are not needed.
48923         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48924         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48925         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48926         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48927         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48928         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48929         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48930
48931 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48932
48933         * math/s_nan.c: Undef __nan.
48934         * math/s_nanf.c: Undef __nanf.
48935         * math/s_nanl.c: Undef __nanl.
48936         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48937         "math_private.h".
48938
48939 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48940
48941         * math/s_catan.c: Add branch predictions.
48942         * math/s_catanf.c: Likewise.
48943         * math/s_catanh.c: Likewise.
48944         * math/s_catanhf.c: Likewise.
48945         * math/s_catanhl.c: Likewise.
48946         * math/s_catanl.c: Likewise.
48947         * math/s_cexp.c: Likewise.
48948         * math/s_cexpf.c: Likewise.
48949         * math/s_cexpl.c: Likewise.
48950         * math/s_clog.c: Likewise.
48951         * math/s_clog10.c: Likewise.
48952         * math/s_clog10f.c: Likewise.
48953         * math/s_clog10l.c: Likewise.
48954         * math/s_clogf.c: Likewise.
48955         * math/s_clogl.c: Likewise.
48956         * math/s_csqrt.c: Likewise.
48957         * math/s_csqrtf.c: Likewise.
48958         * math/s_csqrtl.c: Likewise.
48959         * math/s_ctanf.c: Likewise.
48960         * math/s_ctanh.c: Likewise.
48961         * math/s_ctanhf.c: Likewise.
48962         * math/s_ctanhl.c: Likewise.
48963         * math/s_ctanl.c: Likewise.
48964
48965         * math/math_private.h: Define __nan, __nanf, __nanl.
48966         * math/s_cacosh.c: Include <math_private.h>.
48967         * math/s_cacoshl.c: Likewise.
48968         * math/s_casinh.c: Likewise.
48969         * math/s_casinhf.c: Likewise.
48970         * math/s_casinhl.c: Likewise.
48971         * math/s_ccos.c: Rely entire on ccosh.
48972         * math/s_ccosf.c: Rely entire on ccoshf.
48973         * math/s_ccosl.c: Rely entirely on ccoshl.
48974         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48975         Remove tests for FE_INVALID.
48976         * math/s_ccoshf.c: Likewise.
48977         * math/s_ccoshl.c: Likewise.
48978         * math/s_csin.c: Likewise.
48979         * math/s_csinf.c: Likewise.
48980         * math/s_csinh.c Likewise.
48981         * math/s_csinhf.c: Likewise.
48982         * math/s_csinhl.c: Likewise.
48983         * math/s_csinl.c: Likewise.
48984         * math/s_ctan.c: Likewise.
48985         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48986         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48987         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48988
48989 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48990
48991         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48992         compilation problems.
48993
48994         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48995         __builtin_expect.
48996
48997 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48998
48999         * sysdeps/i386/configure.in: Test for -mfma4 option.
49000         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
49001         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
49002         COMMON_CPUID_INDEX_80000001.
49003         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
49004         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
49005         use it if FMA3 is not supported.
49006         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
49007
49008         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
49009         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49010
49011 2011-10-20  Andreas Schwab  <schwab@redhat.com>
49012
49013         [BZ #12892]
49014         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
49015         it would create a cycle with a link time dependency.
49016
49017 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
49018
49019         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
49020         instruction.
49021         * string/Makefile (strop-tests): Add rawmemchr.
49022         * string/test-rawmemchr.c: New file.
49023
49024         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
49025         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
49026         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
49027         when compiling str{,n}casecmp and when AVX is available.  Hook up
49028         new optimized code in initializers.
49029
49030 2011-10-19  Andreas Schwab  <schwab@redhat.com>
49031
49032         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
49033         __feraiseexcept instead of feraiseexcept.
49034
49035 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
49036
49037         * math/math_private.h: Define defaults for libc_fetestexcept and
49038         libc_feupdateenv.
49039         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
49040         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
49041         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49042         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49043         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49044         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49045         libc_fetestexcept and libc_feupdateenv.
49046
49047         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
49048         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
49049         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
49050         * sysdeps/x86_64/fpu/math_private.h: Define special version of
49051         libc_feholdexcept_setround.
49052
49053         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
49054         Add s_nearbyint-c and s_nearbyintf-c.
49055         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
49056         nearbyintf inlines.
49057         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
49058         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
49059         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
49060         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
49061
49062         * math/math_private.h: Define defaults for libc_fegetround,
49063         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
49064         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
49065         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
49066         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
49067         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
49068         standard functions.
49069         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49070         Remove comments and hacks for old compiler versions.
49071         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49072         libc_fegetround, libc_fesetround, libc_feholdexcept, and
49073         libc_feholdexceptl.
49074
49075 2011-10-18  Andreas Schwab  <schwab@redhat.com>
49076
49077         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
49078         (__feraiseexcept_renamed): Add __NTH.
49079         (feraiseexcept): Add __NTH.  Rename local variables to fix
49080         namespace violations.
49081
49082 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
49083
49084         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
49085
49086         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
49087
49088         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
49089         recently added interfaces.
49090         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
49091
49092         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
49093         about macro parameter expansion.
49094
49095         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
49096         __NO_MATH_INLINES is defined.  Cleanups.
49097
49098         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
49099         and __floorf is target has SSE4.1.
49100         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
49101         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
49102         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
49103         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
49104
49105         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
49106         name.
49107         (floorf): Likewise.
49108
49109         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
49110
49111 2011-10-17  Andreas Schwab  <schwab@redhat.com>
49112
49113         * misc/sys/cdefs.h: Fix last change.
49114
49115         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
49116         database lookup.
49117
49118 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
49119
49120         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
49121
49122         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
49123         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49124         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49125         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49126         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49127         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49128         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49129         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49130         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49131         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49132         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49133         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49134         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49135         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49136         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49137         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49138         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49139         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49140         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49141         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49142         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49143         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49144
49145         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49146         ceil, ceilf, floor, floorf.
49147
49148         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49149         Perform IRELATIVE relocations last.
49150
49151         * elf/do-rel.h: Add another parameter nrelative, replacing the
49152         local variable with the same name.  Change name of the function
49153         to end in Rel or Rela (uppercase).
49154         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49155         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
49156         elf_dynamic_do_##reloc function.
49157
49158 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49159
49160         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49161         is sufficient, at least on modern CPUs.
49162
49163         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49164
49165         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49166         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49167
49168         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49169         __expl_finite.
49170         * math/bits/math-finite.h: Add entries for exp.
49171         * math/e_expl.c: Add __*_finite alias.
49172         * sysdeps/i386/fpu/e_exp.S: Likewise.
49173         * sysdeps/i386/fpu/e_expf.S: Likewise.
49174         * sysdeps/i386/fpu/e_expl.c: Likewise.
49175         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49176         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49177         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49178         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49179         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49180         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49181         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49182
49183         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49184         is sufficient, at least on modern CPUs.
49185
49186         * ctype/ctype-info.c (__ctype_init): Define.
49187         * include/ctype.h (__ctype_init): Declare.
49188         (__ctype_b_loc): The variable is always initialized.
49189         (__ctype_toupper_loc): Likewise.
49190         (__ctype_tolower_loc): Likewise.
49191         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49192         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49193
49194 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
49195
49196         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49197
49198         * configure.in: Also look in $cxxmachine/include for C++ system
49199         headers.
49200
49201 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49202
49203         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49204         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49205         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49206         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
49207         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49208         (USE_AS_WMEMCMP): New macro.
49209         Fixing indents.
49210         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49211         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49212         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49213         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49214         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49215         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49216         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49217         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49218         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49219         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49220         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49221         (USE_AS_WMEMCMP): New macro.
49222         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49223         * sysdeps/string/test-memcmp.c: Update.
49224         Fix simple_wmemcmp.
49225         Add new tests.
49226         * wcsmbs/wmemcmp.c: Update.
49227         (WMEMCMP): New macro.
49228         Fix overflow bug.
49229
49230 2011-10-12  Andreas Jaeger  <aj@suse.de>
49231
49232         [BZ #13268]
49233         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49234
49235 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49236
49237         * libio/iofwide.c (do_length): Avoid warning.
49238
49239         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49240
49241 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49242
49243         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49244
49245         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49246         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49247         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49248         * sysdeps/i386/i686/fpu/e_log.S: New file.
49249         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49250         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49251
49252         * ctype/ctype.h: Add support for inlined isXXX functions when
49253         compiling C++ code.
49254
49255 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49256
49257         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49258
49259         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49260
49261 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49262
49263         [BZ #13291]
49264         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49265
49266 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49267
49268         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49269         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49270         feraiseexcept.
49271
49272         * sysdeps/x86_64/memrchr.S: Check for zero size.
49273
49274         * string/stratcliff.c: Add memrchr tests.
49275
49276 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49277
49278         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49279         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49280         rawmemchr-sse2 rawmemchr-sse2-bsf.
49281         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49282         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49283         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49284         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49285         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49286         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49287         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49288         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49289         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49290         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49291         * string/memrchr.c (MEMRCHR): New macro.
49292
49293 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49294
49295         Add integration with gcc's -ffinite-math-only and optimize wrapper
49296         functions in libm.
49297         * Versions.def: Define GLIBC_2.15 version for libm.
49298         * math/Makefile (headers): Add bits/math-finite.h.
49299         * math/bits/math-finite.h: New file.
49300         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49301         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49302         * math/e_acoshl.c: Add __*_finite alias.
49303         * math/e_acosl.c: Likewise.
49304         * math/e_asinl.c: Likewise.
49305         * math/e_atan2l.c: Likewise.
49306         * math/e_atanhl.c: Likewise.
49307         * math/e_coshl.c: Likewise.
49308         * math/e_exp10.c: Likewise.
49309         * math/e_exp10f.c: Likewise.
49310         * math/e_exp10l.c: Likewise.
49311         * math/e_exp2l.c: Likewise.
49312         * math/e_fmodl.c: Likewise.
49313         * math/e_gammal_r.c: Likewise.
49314         * math/e_hypotl.c: Likewise.
49315         * math/e_j0l.c: Likewise.
49316         * math/e_j1l.c: Likewise.
49317         * math/e_jnl.c: Likewise.
49318         * math/e_lgammal_r.c: Likewise.
49319         * math/e_log10l.c: Likewise.
49320         * math/e_log2l.c: Likewise.
49321         * math/e_logl.c: Likewise.
49322         * math/e_powl.c: Likewise.
49323         * math/e_sinhl.c: Likewise.
49324         * math/e_sqrtl.c: Likewise.
49325         * math/e_scalb.c: Completely rewritten and optimized.
49326         * math/e_scalbf.c: Likewise.
49327         * math/e_scalbl.c: Likewise.
49328         * math/w_acos.c: Likewise.
49329         * math/w_acosf.c: Likewise.
49330         * math/w_acosl.c: Likewise.
49331         * math/w_acosh.c: Likewise.
49332         * math/w_acoshf.c: Likewise.
49333         * math/w_acoshl.c: Likewise.
49334         * math/w_asin.c: Likewise.
49335         * math/w_asinf.c: Likewise.
49336         * math/w_asinl.c: Likewise.
49337         * math/w_atan2.c: Likewise.
49338         * math/w_atan2f.c: Likewise.
49339         * math/w_atan2l.c: Likewise.
49340         * math/w_atanh.c: Likewise.
49341         * math/w_atanhf.c: Likewise.
49342         * math/w_atanhl.c: Likewise.
49343         * math/w_exp10.c: Likewise.
49344         * math/w_exp10f.c: Likewise.
49345         * math/w_exp10l.c: Likewise.
49346         * math/w_fmod.c: Likewise.
49347         * math/w_fmodf.c: Likewise.
49348         * math/w_fmodl.c: Likewise.
49349         * math/w_j0.c: Likewise.
49350         * math/w_j0f.c: Likewise.
49351         * math/w_j0l.c: Likewise.
49352         * math/w_j1.c: Likewise.
49353         * math/w_j1f.c: Likewise.
49354         * math/w_j1l.c: Likewise.
49355         * math/w_jn.c: Likewise.
49356         * math/w_jnf.c: Likewise.
49357         * math/w_log.c: Likewise.
49358         * math/w_logf.c: Likewise.
49359         * math/w_logl.c: Likewise.
49360         * math/w_log10.c: Likewise.
49361         * math/w_log10f.c: Likewise.
49362         * math/w_log10l.c: Likewise.
49363         * math/w_log2.c: Likewise.
49364         * math/w_log2f.c: Likewise.
49365         * math/w_log2l.c: Likewise.
49366         * math/w_pow.c: Likewise.
49367         * math/w_powf.c: Likewise.
49368         * math/w_powl.c: Likewise.
49369         * math/w_remainder.c: Likewise.
49370         * math/w_remainderf.c: Likewise.
49371         * math/w_remainderl.c: Likewise.
49372         * math/w_scalb.c: Likewise.
49373         * math/w_scalbf.c: Likewise.
49374         * math/w_scalbl.c: Likewise.
49375         * math/w_sqrt.c: Likewise.
49376         * math/w_sqrtf.c: Likewise.
49377         * math/w_sqrtl.c: Likewise.
49378         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49379         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49380         used.
49381         * math/math_private.h: Declare __kernel_standard_f.
49382         * math/w_cosh.c: Remove cruft and optimize a bit.
49383         * math/w_coshf.c: Likewise.
49384         * math/w_coshl.c: Likewise.
49385         * math/w_exp2.c: Likewise.
49386         * math/w_exp2f.c: Likewise.
49387         * math/w_exp2l.c: Likewise.
49388         * math/w_hypot.c: Likewise.
49389         * math/w_hypotf.c: Likewise.
49390         * math/w_hypotl.c: Likewise.
49391         * math/w_lgamma.c: Likewise.
49392         * math/w_lgamma_r.c: Likewise.
49393         * math/w_lgammaf.c: Likewise.
49394         * math/w_lgammaf_r.c: Likewise.
49395         * math/w_lgammal.c: Likewise.
49396         * math/w_lgammal_r.c: Likewise.
49397         * math/w_sinh.c: Likewise.
49398         * math/w_sinhf.c: Likewise.
49399         * math/w_sinhl.c: Likewise.
49400         * math/w_tgamma.c: Likewise.
49401         * math/w_tgammaf.c: Likewise.
49402         * math/w_tgammal.c: Likewise.
49403         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49404         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49405         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49406         Minor optimizations.  Pretty printing.  Remove cruft.
49407         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49408         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49409         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49410         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49411         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49412         * sysdeps/i386/fpu/e_asin.S: Likewise.
49413         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49414         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49415         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49416         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49417         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49418         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49419         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49420         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49421         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49422         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49423         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49424         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49425         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49426         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49427         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49428         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49429         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49430         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49431         * sysdeps/i386/fpu/e_log.S: Likewise.
49432         * sysdeps/i386/fpu/e_log10.S: Likewise.
49433         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49434         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49435         * sysdeps/i386/fpu/e_log2.S: Likewise.
49436         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49437         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49438         * sysdeps/i386/fpu/e_logf.S: Likewise.
49439         * sysdeps/i386/fpu/e_logl.S: Likewise.
49440         * sysdeps/i386/fpu/e_pow.S: Likewise.
49441         * sysdeps/i386/fpu/e_powf.S: Likewise.
49442         * sysdeps/i386/fpu/e_powl.S: Likewise.
49443         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49444         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49445         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49446         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49447         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49448         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49449         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49450         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49451         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49452         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49453         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49454         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49455         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49456         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49457         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49458         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49459         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49460         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49461         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49462         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49463         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49464         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49465         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49466         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49467         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49468         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49469         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49470         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49471         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49472         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49473         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49474         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49475         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49476         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49477         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49478         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49479         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49480         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49481         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49482         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49483         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49484         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49485         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49486         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49487         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49488         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49489         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49490         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49491         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49492         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49493         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49494         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49495         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49496         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49497         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49498         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49499         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49500         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49501         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49502         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49503         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49504         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49505         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49506         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49507         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49508         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49509         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49510         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49511         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49512         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49513         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49514         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49515         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49516         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49517         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49518         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49519         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49520         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49521         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49522         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49523         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49524         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49525         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49526         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49527         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49528         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49529         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49530         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49531         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49532         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49533         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49534         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49535         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49536         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49537         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49538         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49539         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49540         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49541         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49542         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49543         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49544         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49545         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49546         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49547         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49548         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49549         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49550         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49551         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49552         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49553         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49554         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49555         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49556         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49557         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49558         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49559         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49560         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49561         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49562         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49563         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49564         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49565         (__isnanf): Likewise.
49566         (__isinf_ns): Likewise.
49567         (__isinf_nsf): Likewise.
49568         (__finite): Likewise.
49569         (__finitef): Likewise.
49570         (__ieee754_sqrt): Define as macro.
49571         (__ieee754_sqrtf): Define as macro.
49572         (__ieee754_sqrtl): Define as macro.
49573         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49574         inlined copy.
49575         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49576         __FINITE_MATH_ONLY__ consistent.
49577         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49578
49579 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49580
49581         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49582         of rawmemchr.
49583
49584         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49585
49586 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49587
49588         * po/ja.po: Update from translation team.
49589
49590 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49591
49592         * locale/programs/locarchive.c (prepare_address_space): New function.
49593         (create_archive, enlarge_archive, open_archive): Use it.
49594
49595         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49596         inside [SHARED], where it is used.
49597
49598         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49599
49600         * nss/getent.c (netgroup_keys): Remove unused variable.
49601         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49602
49603 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49604
49605         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49606         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49607         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49608         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49609         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49610         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49611         * math/Makefile (libm-calls): Add s_isinf_ns.
49612         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49613         * math/multc3.c: Likewise.
49614         * math/s_casin.c: Likewise.
49615         * math/s_casinf.c: Likewise.
49616         * math/s_casinl.c: Likewise.
49617         * math/s_ccos.c: Likewise.
49618         * math/s_ccosf.c: Likewise.
49619         * math/s_ccosl.c: Likewise.
49620         * math/s_ctan.c: Likewise.
49621         * math/s_ctanf.c: Likewise.
49622         * math/s_ctanh.c: Likewise.
49623         * math/s_ctanhf.c: Likewise.
49624         * math/s_ctanhl.c: Likewise.
49625         * math/s_ctanl.c: Likewise.
49626         * math/w_fmod.c: Likewise.
49627         * math/w_fmodf.c: Likewise.
49628         * math/w_fmodl.c: Likewise.
49629         * math/w_remainder.c: Likewise.
49630         * math/w_remainderf.c: Likewise.
49631         * math/w_remainderl.c: Likewise.
49632         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49633         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49634         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49635         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49636         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49637         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49638         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49639         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49640
49641         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49642         of the number.
49643         * stdio-common/printf_fphex.c: Likewise.
49644         * stdio-common/printf_size.c: Likewise.
49645
49646         * math/e_exp10.c: Include math_private.h using <...> not "...".
49647         * math/e_exp10f.c: Likewise.
49648         * math/e_exp10l.c: Likewise.
49649         * math/e_exp2l.c: Likewise.
49650         * math/e_j0l.c: Likewise.
49651         * math/e_j1l.c: Likewise.
49652         * math/e_jnl.c: Likewise.
49653         * math/e_lgammal_r.c: Likewise.
49654         * math/e_rem_pio2l.c: Likewise.
49655         * math/e_scalb.c: Likewise.
49656         * math/e_scalbf.c: Likewise.
49657         * math/e_scalbl.c: Likewise.
49658         * math/k_cosl.c: Likewise.
49659         * math/k_sinl.c: Likewise.
49660         * math/k_tanl.c: Likewise.
49661         * math/s_cacoshf.c: Likewise.
49662         * math/s_catan.c: Likewise.
49663         * math/s_catanf.c: Likewise.
49664         * math/s_catanh.c: Likewise.
49665         * math/s_catanhf.c: Likewise.
49666         * math/s_catanhl.c: Likewise.
49667         * math/s_catanl.c: Likewise.
49668         * math/s_ccosh.c: Likewise.
49669         * math/s_ccoshf.c: Likewise.
49670         * math/s_ccoshl.c: Likewise.
49671         * math/s_cexp.c: Likewise.
49672         * math/s_cexpf.c: Likewise.
49673         * math/s_cexpl.c: Likewise.
49674         * math/s_clog.c: Likewise.
49675         * math/s_clog10.c: Likewise.
49676         * math/s_clog10f.c: Likewise.
49677         * math/s_clog10l.c: Likewise.
49678         * math/s_clogf.c: Likewise.
49679         * math/s_clogl.c: Likewise.
49680         * math/s_csin.c: Likewise.
49681         * math/s_csinf.c: Likewise.
49682         * math/s_csinh.c: Likewise.
49683         * math/s_csinhf.c: Likewise.
49684         * math/s_csinhl.c: Likewise.
49685         * math/s_csinl.c: Likewise.
49686         * math/s_csqrt.c: Likewise.
49687         * math/s_csqrtf.c: Likewise.
49688         * math/s_csqrtl.c: Likewise.
49689         * math/s_ctan.c: Likewise.
49690         * math/s_ctanf.c: Likewise.
49691         * math/s_ctanh.c: Likewise.
49692         * math/s_ctanhf.c: Likewise.
49693         * math/s_ctanhl.c: Likewise.
49694         * math/s_ctanl.c: Likewise.
49695         * math/s_ldexp.c: Likewise.
49696         * math/s_ldexpf.c: Likewise.
49697         * math/s_ldexpl.c: Likewise.
49698         * math/s_significand.c: Likewise.
49699         * math/s_significandf.c: Likewise.
49700         * math/s_significandl.c: Likewise.
49701         * math/w_acos.c: Likewise.
49702         * math/w_acosf.c: Likewise.
49703         * math/w_acosh.c: Likewise.
49704         * math/w_acoshf.c: Likewise.
49705         * math/w_acoshl.c: Likewise.
49706         * math/w_acosl.c: Likewise.
49707         * math/w_asin.c: Likewise.
49708         * math/w_asinf.c: Likewise.
49709         * math/w_asinl.c: Likewise.
49710         * math/w_atan2.c: Likewise.
49711         * math/w_atan2f.c: Likewise.
49712         * math/w_atan2l.c: Likewise.
49713         * math/w_atanh.c: Likewise.
49714         * math/w_atanhf.c: Likewise.
49715         * math/w_atanhl.c: Likewise.
49716         * math/w_cosh.c: Likewise.
49717         * math/w_coshf.c: Likewise.
49718         * math/w_coshl.c: Likewise.
49719         * math/w_dremf.c: Likewise.
49720         * math/w_exp10.c: Likewise.
49721         * math/w_exp10f.c: Likewise.
49722         * math/w_exp10l.c: Likewise.
49723         * math/w_exp2.c: Likewise.
49724         * math/w_exp2f.c: Likewise.
49725         * math/w_fmod.c: Likewise.
49726         * math/w_fmodf.c: Likewise.
49727         * math/w_fmodl.c: Likewise.
49728         * math/w_hypot.c: Likewise.
49729         * math/w_hypotf.c: Likewise.
49730         * math/w_hypotl.c: Likewise.
49731         * math/w_j0.c: Likewise.
49732         * math/w_j0f.c: Likewise.
49733         * math/w_j0l.c: Likewise.
49734         * math/w_j1.c: Likewise.
49735         * math/w_j1f.c: Likewise.
49736         * math/w_j1l.c: Likewise.
49737         * math/w_jn.c: Likewise.
49738         * math/w_jnf.c: Likewise.
49739         * math/w_jnl.c: Likewise.
49740         * math/w_lgamma.c: Likewise.
49741         * math/w_lgamma_r.c: Likewise.
49742         * math/w_lgammaf.c: Likewise.
49743         * math/w_lgammaf_r.c: Likewise.
49744         * math/w_lgammal.c: Likewise.
49745         * math/w_lgammal_r.c: Likewise.
49746         * math/w_log.c: Likewise.
49747         * math/w_log10.c: Likewise.
49748         * math/w_log10f.c: Likewise.
49749         * math/w_log10l.c: Likewise.
49750         * math/w_log2.c: Likewise.
49751         * math/w_log2f.c: Likewise.
49752         * math/w_log2l.c: Likewise.
49753         * math/w_logf.c: Likewise.
49754         * math/w_logl.c: Likewise.
49755         * math/w_pow.c: Likewise.
49756         * math/w_powf.c: Likewise.
49757         * math/w_powl.c: Likewise.
49758         * math/w_remainder.c: Likewise.
49759         * math/w_remainderf.c: Likewise.
49760         * math/w_remainderl.c: Likewise.
49761         * math/w_scalb.c: Likewise.
49762         * math/w_scalbf.c: Likewise.
49763         * math/w_scalbl.c: Likewise.
49764         * math/w_sinh.c: Likewise.
49765         * math/w_sinhf.c: Likewise.
49766         * math/w_sinhl.c: Likewise.
49767         * math/w_sqrt.c: Likewise.
49768         * math/w_sqrtf.c: Likewise.
49769         * math/w_sqrtl.c: Likewise.
49770         * math/w_tgamma.c: Likewise.
49771         * math/w_tgammaf.c: Likewise.
49772         * math/w_tgammal.c: Likewise.
49773
49774         * po/ja.po: Update from translation team.
49775
49776 2011-09-29  Andreas Jaeger  <aj@suse.de>
49777
49778         [BZ #13179]
49779         * sunrpc/netname.c (netname2host): Fix logic.
49780
49781         [BZ #6779]
49782         [BZ #6783]
49783         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49784         correctly.
49785         * math/w_remainder.c (__remainder): Likewise.
49786         * math/w_remainderf.c (__remainderf): Likewise.
49787         * math/libm-test.inc (remainder_test): Add test cases.
49788
49789 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49790
49791         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49792         sdiv_qrnnd.
49793
49794 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49795
49796         * string/test-memcmp.c: Avoid unncessary #defines.
49797         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49798
49799 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49800
49801         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49802         Use new sse2 version for core i3 - i7 as it's faster
49803         than sse42 version.
49804         (bit_Prefer_PMINUB_for_stringop): New.
49805         * sysdeps/x86_64/rawmemchr.S: Update.
49806         Replace with faster SSE2 version.
49807         * sysdeps/x86_64/memrchr.S: New file.
49808         * sysdeps/x86_64/memchr.S: Update.
49809         Replace with faster SSE2 version.
49810
49811 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49812
49813         * elf/dl-load.c (lose): Add cast to avoid warning.
49814
49815 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49816
49817         * po/ca.po: Update from translation team.
49818
49819         * inet/getnetgrent_r.c: Hook up nscd.
49820         * nscd/Makefile (routines): Add nscd_netgroup.
49821         (nscd-modules): Add netgroupcache.
49822         (CFLAGS-netgroupcache.c): Define.
49823         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49824         (cache_search): Add const to second parameter.
49825         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49826         INNETGR.
49827         (dbs): Add netgrdb entry.
49828         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49829         (verify_persistent_db): Handle netgrdb.
49830         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49831         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49832         GETFDNETGR.
49833         (netgroup_response_header): Define.
49834         (innetgroup_response_header): Define.
49835         (datahead): Add netgroup_response_header and innetgroup_response_header
49836         elements.
49837         * nscd/nscd.conf: Add entries for netgroup cache.
49838         * nscd/nscd.h (dbtype): Add netgrdb.
49839         (_PATH_NSCD_NETGROUP_DB): Define.
49840         (netgroup_iov_disabled): Declare.
49841         (xmalloc, xcalloc, xrealloc): Move declarations here.
49842         (cache_search): Adjust prototype.
49843         Add netgroup-related prototypes.
49844         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49845         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49846         (__nscd_innetgr): Declare.
49847         * nscd/selinux.c (perms): Use access_vector_t as element type and
49848         add netgroup-related initializers.
49849         * nscd/netgroupcache.c: New file.
49850         * nscd/nscd_netgroup.c: New file.
49851         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49852         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49853         For four parameters use innetgr.
49854         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49855         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49856         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49857         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49858
49859         * nscd/connections.c (register_traced_file): Don't register file
49860         for disabled databases.
49861
49862 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49863
49864         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49865
49866         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49867         from tree and freeing node.
49868
49869 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49870
49871         * nss/nsswitch.c (__nss_database_lookup): Handle
49872         nss_parse_service_list out of memory case.
49873
49874 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49875
49876         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49877         out of memory case.
49878
49879 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49880
49881         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49882         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49883         pass it down.
49884         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49885         elf_machine_rela, elf_machine_lazy_rel.
49886         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49887         (ELF_DYNAMIC_DO_REL): Likewise.
49888         (ELF_DYNAMIC_DO_RELA): Likewise.
49889         (ELF_DYNAMIC_RELOCATE): Likewise.
49890         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49891         to ELF_DYNAMIC_DO_REL.
49892         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49893         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49894         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49895         elf_machine_rela.
49896         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49897         skip_ifunc, don't call ifunc function if non-zero.
49898         (elf_machine_rela): Likewise.
49899         (elf_machine_lazy_rel): Likewise.
49900         (elf_machine_lazy_rela): Likewise.
49901         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49902         (elf_machine_lazy_rel): Likewise.
49903         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49904         Likewise.
49905         (elf_machine_lazy_rel): Likewise.
49906         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49907         Likewise.
49908         (elf_machine_lazy_rel): Likewise.
49909         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49910         (elf_machine_lazy_rel): Likewise.
49911         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49912         (elf_machine_lazy_rel): Likewise.
49913         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49914         (elf_machine_lazy_rel): Likewise.
49915         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49916         (elf_machine_lazy_rel): Likewise.
49917         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49918         (elf_machine_lazy_rel): Likewise.
49919         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49920         (elf_machine_lazy_rel): Likewise.
49921
49922 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49923
49924         * nss/nss_files/files-init.c (_nss_files_init): Use static
49925         initialization for all the *_traced_file variables.
49926
49927 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49928
49929         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49930
49931 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49932
49933         [BZ #13226]
49934         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49935
49936 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49937
49938         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49939         Reread the line before reparsing it.
49940
49941 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49942
49943         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49944
49945 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49946             Maxim Kuvyrkov  <maxim@codesourcery.com>
49947             Joseph Myers  <joseph@codesourcery.com>
49948
49949         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49950         if needed for __stack_chk_guard.
49951
49952 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49953
49954         * sysdeps/posix/spawni.c (script_execute): Always define it.
49955         It will be optimized away if unused.
49956         (maybe_script_execute): New function.
49957         (__spawni): Call it.
49958
49959         * Makerules: Don't include tls.make.
49960         (config-tls): Always set to thread.
49961         * tls.make.c: File removed.
49962
49963 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49964
49965         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49966         * config.make.in (CPPFLAGS-config): New substituted variable.
49967
49968 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49969
49970         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49971
49972         [BZ #13192]
49973         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49974         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49975
49976 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49977
49978         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49979         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49980         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49981         (CALL_FAIL): Likewise.
49982         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49983         (CALL_FAIL): Macro removed.
49984         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49985
49986 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49987
49988         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49989         for __FINITE_MATH_ONLY__ == 1.
49990
49991 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49992
49993         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49994         __ieee754_sqrt instead of sqrt.
49995         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49996         __ieee754_sqrtf instead of sqrtf.
49997         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49998         __floorf instead of floorf.
49999         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
50000         __floorf, __truncf instead of floorf, truncf.
50001
50002 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
50003
50004         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
50005
50006         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
50007         __extern_always_inline.
50008         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
50009         32-bit.
50010
50011 2011-09-14  Andreas Schwab  <schwab@redhat.com>
50012
50013         * elf/rtld.c (dl_main): Also relocate in dependency order when
50014         doing symbol dependency testing.
50015
50016 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
50017
50018         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50019         Always define `refsym'.
50020
50021 2011-09-13  Andreas Schwab  <schwab@redhat.com>
50022
50023         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
50024         (__FD_ELT): Renamed from __FDELT.
50025         * misc/bits/select2.h (__FD_ELT): Likewise.
50026         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
50027         __FD_MASK instead of __FDELT, __FDMASK.
50028         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50029         Likewise.
50030         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50031         Likewise.
50032
50033         * elf/Makefile (gen-ldd): Fix pattern.
50034
50035         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
50036         (init_tls): Likewise.
50037
50038 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
50039
50040         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
50041
50042 2011-09-12  Andreas Schwab  <schwab@redhat.com>
50043
50044         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
50045         `struct cmsghdr *' instead of `void *'.
50046         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
50047         Likewise.
50048
50049 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
50050
50051         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
50052         if non-absolute.
50053         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
50054         ldd_rewrite_script.
50055
50056 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
50057
50058         * configure.in: Remove --with-tls option.
50059         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
50060         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
50061         out in case it is missing.
50062         * sysdeps/ia64/elf/configure.in: Likewise.
50063         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
50064         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
50065         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
50066         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
50067         * sysdeps/sh/elf/configure.in: Likewise.
50068         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
50069         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50070         * sysdeps/x86_64/elf/configure.in: Likewise.
50071         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
50072         * sysdeps/mach/hurd/tls.h: Likewise.
50073
50074         [BZ #13067]
50075         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
50076
50077         [BZ #13090]
50078         * configure.in: Fix use of AC_INIT.
50079
50080         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
50081
50082 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
50083
50084         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
50085         __set_errno.
50086         * malloc/hooks.c: Likewise.
50087
50088         [BZ #11929]
50089         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
50090         variables statically.
50091         (narenas): Initialize.
50092         (list_lock): Initialize.
50093         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
50094         initializtion of main_arena and list_lock.  Small cleanups.
50095         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
50096         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
50097         Add initializers to main_arena and mp_.
50098         (malloc_state): Remove pagesize member.  Change all users to use
50099         GLRO(dl_pagesize).
50100
50101         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
50102         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
50103         is always initialized.
50104
50105         * malloc/malloc.c: Removed unused configurations and dead code.
50106         * malloc/arena.c: Likewise.
50107         * malloc/hooks.c: Likewise.
50108         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
50109
50110         * include/tls.h: Removed.  USE___THREAD must always be defined.
50111         * bits/libc-tsd.h: Don't handle !USE___THREAD.
50112         * elf/dl-libc.c: Likewise.
50113         * elf/dl-tsd.c: Likewise.
50114         * include/errno.h: Likewise.
50115         * include/netdb.h: Likewise.
50116         * include/resolv.h: Likewise.
50117         * inet/herrno-loc.c: Likewise.
50118         * inet/herrno.c: Likewise.
50119         * malloc/arena.c: Likewise.
50120         * malloc/hooks.c: Likewise.
50121         * malloc/malloc.c: Likewise.
50122         * resolv/res-state.c: Likewise.
50123         * resolv/res_libc.c: Likewise.
50124         * sysdeps/i386/dl-machine.h: Likewise.
50125         * sysdeps/ia64/dl-machine.h: Likewise.
50126         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50127         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50128         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50129         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50130         * sysdeps/sh/dl-machine.h: Likewise.
50131         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50132         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50133         * sysdeps/unix/i386/sysdep.S: Likewise.
50134         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50135         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50136         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50137         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50138         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50139         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50140         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50141         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50142         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50143         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50144         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50145         * sysdeps/x86_64/dl-machine.h: Likewise.
50146         * tls.make.c: Likewise.
50147
50148         * configure.in: Remove --with-__thread option.  Make tests for
50149         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50150         tls_model attribute fail if no support is available.  Remove
50151         USE_IN_LIBIO.
50152         * Makeconfig: Adjust for dropped configure option.  All features are
50153         now mandatory.
50154         * Makerules: Likewise.
50155         * Versions.def: Likewise.
50156         * argp/argp-fmtstream.c: Likewise.
50157         * argp/argp-fmtstream.h: Likewise.
50158         * argp/argp-help.c: Likewise.
50159         * assert/assert.c: Likewise.
50160         * config.h.in: Likewise.
50161         * config.make.in: Likewise.
50162         * configure: Likewise.
50163         * configure.in: Likewise.
50164         * csu/Versions: Likewise.
50165         * csu/init.c: Likewise.
50166         * elf/tst-audit2.c: Likewise.
50167         * elf/tst-tls10.c: Likewise.
50168         * elf/tst-tls10.h: Likewise.
50169         * elf/tst-tls11.c: Likewise.
50170         * elf/tst-tls12.c: Likewise.
50171         * elf/tst-tls14.c: Likewise.
50172         * elf/tst-tlsmod11.c: Likewise.
50173         * elf/tst-tlsmod12.c: Likewise.
50174         * elf/tst-tlsmod13.c: Likewise.
50175         * elf/tst-tlsmod13a.c: Likewise.
50176         * elf/tst-tlsmod14a.c: Likewise.
50177         * elf/tst-tlsmod15b.c: Likewise.
50178         * elf/tst-tlsmod16a.c: Likewise.
50179         * elf/tst-tlsmod16b.c: Likewise.
50180         * elf/tst-tlsmod7.c: Likewise.
50181         * elf/tst-tlsmod8.c: Likewise.
50182         * elf/tst-tlsmod9.c: Likewise.
50183         * gmon/gmon.c: Likewise.
50184         * grp/fgetgrent_r.c: Likewise.
50185         * grp/putgrent.c: Likewise.
50186         * hurd/fopenport.c: Likewise.
50187         * include/libc-symbols.h: Likewise.
50188         * include/tls.h: Likewise.
50189         * intl/gettextP.h: Likewise.
50190         * intl/loadinfo.h: Likewise.
50191         * locale/global-locale.c: Likewise.
50192         * locale/localeinfo.h: Likewise.
50193         * mach/devstream.c: Likewise.
50194         * malloc/arena.c: Likewise.
50195         * malloc/set-freeres.c: Likewise.
50196         * misc/err.c: Likewise.
50197         * misc/getttyent.c: Likewise.
50198         * misc/mntent_r.c: Likewise.
50199         * posix/getopt.c: Likewise.
50200         * posix/wordexp.c: Likewise.
50201         * pwd/fgetpwent_r.c: Likewise.
50202         * resolv/Versions: Likewise.
50203         * resolv/res_hconf.c: Likewise.
50204         * shadow/fgetspent_r.c: Likewise.
50205         * shadow/putspent.c: Likewise.
50206         * stdio-common/printf_fphex.c: Likewise.
50207         * stdio-common/tmpfile.c: Likewise.
50208         * stdlib/abort.c: Likewise.
50209         * stdlib/fmtmsg.c: Likewise.
50210         * sunrpc/auth_unix.c: Likewise.
50211         * sunrpc/clnt_perr.c: Likewise.
50212         * sunrpc/clnt_tcp.c: Likewise.
50213         * sunrpc/clnt_udp.c: Likewise.
50214         * sunrpc/clnt_unix.c: Likewise.
50215         * sunrpc/openchild.c: Likewise.
50216         * sunrpc/svc_simple.c: Likewise.
50217         * sunrpc/svc_tcp.c: Likewise.
50218         * sunrpc/svc_udp.c: Likewise.
50219         * sunrpc/svc_unix.c: Likewise.
50220         * sunrpc/xdr.c: Likewise.
50221         * sunrpc/xdr_array.c: Likewise.
50222         * sunrpc/xdr_rec.c: Likewise.
50223         * sunrpc/xdr_ref.c: Likewise.
50224         * sunrpc/xdr_stdio.c: Likewise.
50225
50226 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50227
50228         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50229
50230 2011-07-03  Andreas Jaeger  <aj@suse.de>
50231
50232         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50233         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50234         regenerate with gen-libm-tests.pl.
50235
50236 2010-05-12  Petr Baudis  <pasky@suse.cz>
50237
50238         [BZ #11589]
50239         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50240         around j0() zero points by switching to j1().
50241         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50242         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50243         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50244         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50245
50246 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50247
50248         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50249         instead of 0.
50250         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50251         instead of 0.
50252         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50253         Patch in part by Pavel Roskin <proski@gnu.org>.
50254
50255         [BZ #13138]
50256         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50257         realloc.
50258         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50259         Free memory block if necessary.
50260
50261         [BZ #12847]
50262         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50263         be NULL.  Don't lock in this case.
50264
50265 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50266
50267         * elf/elf.h (ELFOSABI_GNU): New macro.
50268         (ELFOSABI_LINUX): Define to that.
50269
50270 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50271
50272         * string/strncat.c (strncat): Undef the symbol in case it has been
50273         defined in bits/string.h.
50274
50275 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50276
50277         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50278
50279         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50280         link map.
50281
50282 2011-08-17  Andreas Jaeger  <aj@suse.de>
50283
50284         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50285
50286 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50287             Ian Lance Taylor  <iant@google.com>
50288
50289         * math/libm-test.inc (lround_test): New testcase.
50290         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50291
50292 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50293
50294         * Makefile: Remove support for automatic cvs check-ins.
50295         * Makerules: Likewise.
50296         * config.make.in: Likewise.
50297         * configure.in: Likewise.
50298         * intl/Makefile: Likewise.
50299         * locale/Makefile: Likewise.
50300         * po/Makefile: Likewise.
50301         * posix/Makefile: Likewise.
50302         * sysdeps/gnu/Makefile: Likewise.
50303         * sysdeps/mach/hurd/Makefile: Likewise.
50304         * sysdeps/sparc/sparc32/Makefile: Likewise.
50305
50306         [BZ #13118]
50307         * posix/Makefile (bug-regex32-ENV): Define.
50308         Patch by John Stanley <jpsinthemix@verizon.net>.
50309
50310         * misc/Makefile (headers): Add bits/select2.h.
50311         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50312         * misc/bits/select2.h: New file.
50313         * include/bits/select2.h: New file.
50314         * debug/Makefile (routines): Add fdelt_chk.
50315         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50316         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50317         FD_ISSET.
50318         * debug/fdelt_chk.c: New file.
50319
50320         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50321         * wcsmbs/test-wmemcmp.c: Likewise.
50322         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50323         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50324
50325 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50326
50327         * string/Makefile (strop-tests): Add memcmp.
50328         * string/test-wmemcmp.c: New file.
50329         * string/test-memcmp.c: Add wmemcmp support.
50330
50331 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50332
50333         [BZ #13153]
50334         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50335         2011-07-19 change.
50336
50337         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50338         garbage value in a __mach_port_mod_refs call in the cases of the
50339         task-self and thread-self ports.
50340
50341 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50342
50343         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50344
50345 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50346
50347         * elf/dl-load.c (lose): Check for non-null L.
50348
50349 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50350
50351         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50352
50353         * elf/dl-libc.c (dlerror_run): Pass back error code from
50354         dl_catch_error.
50355
50356         [BZ #13123]
50357         * elf/dl-load.c (lose): Free l_origin if it is valid.
50358
50359         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50360         names.
50361         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50362         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50363         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50364         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50365         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50366         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50367
50368 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50369
50370         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50371         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50372         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50373         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50374         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50375         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50376         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50377         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50378         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50379         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50380
50381 2011-08-15  Alan Modra  <amodra@gmail.com>
50382
50383         [BZ #13092]
50384         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50385         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50386         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50387         ppc_mcount to static-only-routines.
50388         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50389         __mcount_internal.
50390         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50391         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50392
50393 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50394
50395         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50396         for finite and infinity parameters.
50397
50398 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50399
50400         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50401         and add nop instructions for throughput optimization.
50402         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50403
50404 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50405
50406         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50407         aligned copy for power7 with vector-scalar instructions.
50408         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50409
50410 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50411
50412         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50413         AVX check.
50414
50415 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50416
50417         [BZ #13144]
50418         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50419         last change.
50420
50421 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50422
50423         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50424         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50425         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50426         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50427         clock_gettime.
50428
50429 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50430
50431         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50432         Forgot to demangle the pointer.
50433
50434         * sysdeps/i386/sysdep.h: Define atom_text_section.
50435         * sysdeps/x86_64/sysdep.h: Likewise.
50436         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50437         section with atom_text_section.
50438         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50439         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50440         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50441         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50442         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50443
50444         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50445         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50446         already be defined.  Change to take two parameters and don't assign
50447         result to variable.  Adjust all users.
50448         Define INTERNAL_GETTIME if not already defined.
50449         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50450         call.
50451         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50452         HAVE_CLOCK_GETTIME_VSYSCALL.
50453         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50454
50455         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50456         gettimeofday vsyscall, just use time.
50457
50458 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50459
50460         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50461         <errno.h>.
50462
50463 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50464
50465         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50466         syscall on x86-64.
50467         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50468         syscall.
50469         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50470         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50471         syscall if possible.
50472
50473 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50474
50475         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50476         e_ident.  Don't pass to find_mapsXX.
50477         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50478
50479 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50480
50481         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50482         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50483         * sysdeps/x86_64/multiarch/strchr.S: Update.
50484         Check bit_slow_BSF bit.
50485         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50486         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50487         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50488
50489 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50490
50491         [BZ #13134]
50492         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50493         before glibc 2.15.
50494         (tryshell): Define.
50495         (__spawni): Change last parameter to be flag.  Test
50496         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50497         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50498         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50499         * posix/spawni.c: Likewise.
50500         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50501         * posix/spawnp.c: Likewise.  Change normal version to use
50502         SPAWN_XFLAGS_USE_PATH.
50503         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50504         SPAWN_XFLAGS_TRY_SHELL.
50505
50506         [BZ #13150]
50507         * posix/glob.h: Remove gcc 1.x support.
50508
50509         [BZ #13068]
50510         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50511
50512 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50513
50514         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50515         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50516         strrchr-sse2-bsf
50517         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50518         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50519         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50520         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50521         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50522         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50523
50524 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50525
50526         * sysdeps/x86_64/wcscmp.S: New file.
50527
50528         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50529         wcscmp-c wcscmp-sse2
50530         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50531         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50532         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50533         * wcsmbs/wcscmp.c: Allow renaming.
50534
50535 2011-09-05  David S. Miller  <davem@davemloft.net>
50536
50537         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50538         stack slot, rather than the struct return pointer slot.
50539         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50540         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50541         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50542         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50543
50544 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50545
50546         * po/ja.po: Update from translation team.
50547
50548         [BZ #13144]
50549         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50550         kernel in 64-bit binaries.
50551
50552 2011-09-01  David S. Miller  <davem@davemloft.net>
50553
50554         * elf/elf.h (HWCAP_SPARC_*): Move to..
50555         * sysdeps/sparc/sysdep.h: this new file and add new values.
50556         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50557         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50558         _DL_HWCAP_COUNT to 24.
50559         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50560         entries.
50561         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50562         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50563         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50564         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50565         instead of magic constants.
50566         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50567
50568 2011-08-31  David S. Miller  <davem@davemloft.net>
50569
50570         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50571         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50572         Reimplement to do errno handling inline.
50573         (SYSCALL_ERROR_HANDLER): New macro.
50574         (__SYSCALL_STRING): Do not do errno handling in asm.
50575         (__CLONE_SYSCALL_STRING): Delete.
50576         (__INTERNAL_SYSCALL_STRING): Delete.
50577         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50578         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50579         (PSEUDO): Reimplement to do errno handling inline.
50580         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50581         (SYSCALL_ERROR_HANDLER): New macro.
50582         (__SYSCALL_STRING): Do not do errno handling in asm.
50583         (__CLONE_SYSCALL_STRING): Delete.
50584         (__INTERNAL_SYSCALL_STRING): Delete.
50585         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50586         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50587         i386.
50588         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50589         (inline_syscall*): Add 'err' argument.
50590         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50591         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50592         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50593         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50594
50595         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50596         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50597
50598 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50599
50600         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50601
50602 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50603
50604         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50605         directive.
50606
50607 2011-08-24  David S. Miller  <davem@davemloft.net>
50608
50609         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50610
50611 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50612
50613         * elf/Makefile: Add rules to build and run unload8 test.
50614         * elf/unload8.c: New file.
50615         * elf/unload8mod1.c: New file.
50616         * elf/unload8mod1x.c: New file.
50617         * elf/unload8mod2.c: New file.
50618         * elf/unload8mod3.c: New file.
50619
50620         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50621         it wasn't used.
50622
50623 2011-08-23  David S. Miller  <davem@davemloft.net>
50624
50625         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50626         subtract stack bias.
50627         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50628         %sp not %fp in calculations.
50629         (_JMPBUF_UNWINDS_ADJ): Likewise.
50630
50631         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50632         (aio_suspend): Call it to force an exception region around the
50633         AIO_MISC_WAIT() invocation.
50634
50635 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50636
50637         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50638         backslash.
50639
50640 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50641
50642         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50643         protection macro.
50644         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50645         and <dl-machine.h>.
50646         (Elf64_FuncDesc): Remove.
50647
50648 2011-08-22  David S. Miller  <davem@davemloft.net>
50649
50650         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50651         sigaltstack check, add missing cfi directives.
50652         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50653         missing cfi directives, and sigaltstack handling.
50654
50655 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50656
50657         [BZ #11724]
50658         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50659         object is seen twice.
50660         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50661
50662         * elf/Makefile (distribute): Add tst-initorder2.c.
50663         (tests): Add tst-initorder2.
50664         (modules-names): Add tst-initorder2a tst-initorder2b
50665         tst-initorder2c tst-initorder2d.  Add rules to build them.
50666         ($(objpfx)tst-initorder2.out): New rule.
50667         * elf/tst-initorder2.c: New file.
50668         * elf/tst-initorder2.exp: New file.
50669
50670 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50671
50672         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50673
50674         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50675         dependencies back to end of function.
50676
50677         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50678         $(elfobjdir)/ld.so.
50679
50680 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50681
50682         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50683         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50684         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50685         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50686         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50687         of __vdso_gettimeofday.
50688         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50689         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50690         attribute_hidden.
50691         (_libc_vdso_platform_setup): Remove initialization of
50692         __vdso_gettimeofday and __vdso_time.
50693
50694 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50695
50696         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50697         and fgetc_unlocked.
50698         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50699         getc_unlocked.
50700
50701         * elf/dl-open.c (add_to_global): Report additions to the global scope
50702         for LD_DEBUG=scopes.
50703         (dl_open_worker): Also print scope of newly loaded dependencies.
50704         (_dl_show_scope): Indicate if there is no scope.
50705
50706         [BZ #13114]
50707         * stdio-common/Makefile (tests): Add bug24.
50708         * stdio-common/bug24.c: New file.
50709
50710 2011-08-19  Andreas Jaeger  <aj@suse.de>
50711
50712         [BZ #13114]
50713         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50714         non-existant file when using close-on-exec mode.
50715
50716 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50717
50718         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50719         the very first instruction.
50720
50721         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50722         the CFI state in the end.
50723         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50724         inclusion of dl-trampoline.h.
50725         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50726
50727 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50728
50729         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50730         expectations for long double.
50731
50732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50733         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50734
50735 2011-08-14  David S. Miller  <davem@davemloft.net>
50736
50737         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50738         artificual limit depends upon the system page size.
50739
50740 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50741
50742         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50743         * resolv/Makefile: Define CFLAGS-libresolv.
50744
50745 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50746
50747         * nss/makedb.c (compute_tables): Make variables used in nested
50748         function static.
50749
50750 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50751
50752         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50753         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50754         if buffer was too small.
50755
50756         * elf/pldd.c (main): Attach to all threads in the process.
50757         Rewrite /proc handling to use *at functions.
50758
50759 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50760
50761         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50762         specifies first scope to show.
50763         (dl_open_worker): Update callers.  Move printing scope of new
50764         object to before the relocation.
50765         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50766         * sysdeps/generic/ldsodefs.h: Update declaration.
50767
50768         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50769         string for the scope number.
50770
50771 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50772
50773         * nscd/servicescache.c (cache_addserv): Make sure written is always
50774         initialized.
50775
50776 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50777
50778         * sysdeps/i386/i486/bits/atomic.h
50779         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50780         statement expression, so as to suppress "set but not used" warning.
50781         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50782
50783         * string/strncat.c (STRNCAT): Use prototype definition.
50784
50785         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50786         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50787         -Iprograms here.
50788         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50789         (localedef-modules): Add localedef.
50790         (locale-modules): Add locale.
50791
50792         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50793         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50794         to avoid a warning.
50795
50796 2011-08-14  David S. Miller  <davem@davemloft.net>
50797
50798         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50799         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50800
50801 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50802
50803         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50804         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50805         * elf/rtld.c (dl_main): Set l_name of vDSO.
50806         Call _dl_show_scope when DL_DEBUG_SCOPES.
50807         (process_dl_debug): Recognize scopes flag and also set it for all.
50808         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50809         Declare _dl_show_scope.
50810
50811         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50812         (do_dlopen): Pass caller_dlopen to dl_open.
50813         (__libc_dlopen_mode): Initialize caller_dlopen.
50814
50815         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50816         of libc.  Make tolower call locale-independent.  Optimize a bit by
50817         using isdigit instead of isalnum.
50818         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50819
50820 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50821
50822         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50823         was a dependency or dynamically loaded.
50824
50825 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50826
50827         * intl/l10nflist.c: Allow architecture-specific pop function.
50828         * sysdeps/x86_64/l10nflist.c: New file.
50829
50830         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50831         classification.
50832
50833 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50834
50835         * include/dirent.h: Add libc_hidden_proto for scandirat and
50836         scandirat64.  Don't declare __scandirat64.
50837         * dirent/scandirat.c: Add libc_hidden_def.
50838         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50839         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50840
50841 2011-08-10  David S. Miller  <davem@davemloft.net>
50842
50843         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50844         enum.
50845         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50846         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50847         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50848
50849 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50850
50851         * Versions.def [libc]: Add GLIBC_2.15.
50852         * dirent/Makefile (routines): Add scandirat and scandirat64.
50853         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50854         GLIBC_2.15.
50855         * dirent/dirent.h: Declare scandirat and scandirat64.
50856         * dirent/scandirat.c: New file.
50857         * dirent/scandirat64.c: New file.
50858         * sysdeps/wordsize-64/scandirat.c: New file.
50859         * sysdeps/wordsize-64/scandirat64.c: New file.
50860         * dirent/opendir.c: Define opendirat.
50861         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50862         using scandirat.
50863         * dirent/scandir64.c: Adjust for scandir.c change.
50864         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50865         __scandirat64, and __scandir_cancel_handler.
50866         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50867         additional parameter and use openat instead of open (outside of ld.so).
50868         Add new __opendir as wrapper around __opendirat.
50869         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50870         here without requiring old scandirat implementation.
50871
50872 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50873
50874         * dirent/scandir.c (cancel_handler): Renamed to
50875         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50876         defined.  Adjust users.
50877         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50878         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50879
50880 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50881
50882         * string/test-string.h (IMPL): Use __STRING to expand name and then
50883         stringify it.
50884
50885         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50886         of cleanups.
50887
50888 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50889
50890         * string/Makefile: Update.
50891         (strop-tests): Append strncat.
50892         * string/test-wcscmp.c: New file.
50893         New comprehensive test for wcscmp.
50894         * string/test-strcmp.c: Update.
50895         (WIDE): New define.
50896
50897 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50898
50899         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50900         line.
50901
50902 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50903
50904         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50905         encoding to ACE if AI_IDN.
50906
50907 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50908
50909         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50910         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50911
50912 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50913
50914         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50915         Fix overflow bug in strncat.
50916         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50917
50918         * string/test-strncat.c: Update.
50919         Add new tests for checking overflow bugs.
50920
50921 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50922
50923         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50924         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50925         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50926         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50927         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50928         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50929         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50930         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50931         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50932
50933         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50934         (USE_AS_STRCAT): Define.
50935         Add strcat and strncat support.
50936         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50937
50938 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50939
50940         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50941         __n bigger than INT_MAX+1.
50942         (__strncmp_g): Likewise.
50943
50944 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50945
50946         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50947         * libio/stido.h: Likewise.
50948
50949         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50950         (AF_NFC): Define.
50951         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50952         (AF_NFC): Define.
50953
50954         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50955         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50956         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50957         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50958         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50959
50960         [BZ #13021]
50961         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50962         installed.
50963
50964         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50965         typo.
50966         (_dl_x86_64_save_sse): Likewise.
50967
50968 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50969
50970         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50971         OSXSAVE.
50972         (_dl_x86_64_save_sse): Likewise.
50973
50974         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50975
50976         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50977
50978 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50979
50980         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50981         change.
50982         (_dl_x86_64_save_sse): Use correct AVX check.
50983
50984 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50985
50986         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50987         bug in strncpy/strncat.
50988         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50989
50990 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50991
50992         * string/tester.c (test_strcat): Add tests for different alignments
50993         of source and destination.
50994         (test_strncat): Likewise.
50995
50996 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50997
50998         [BZ #12852]
50999         * posix/glob.c (glob): Check passed in values before using them in
51000         expressions to avoid some overflows.
51001         (glob_in_dir): Likewise.
51002
51003         [BZ #13007]
51004         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
51005         check for AVX enablement so that we don't crash with old kernels and
51006         new hardware.
51007         * elf/tst-audit4.c: Add same checks here.
51008         * elf/tst-audit6.c: Likewise.
51009
51010         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
51011
51012 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
51013
51014         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
51015
51016 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
51017
51018         * po/cs.po: Update from translation team.
51019         * po/bg.po: Likewise.
51020
51021 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
51022
51023         * misc/sys/cdefs.h: Add support for const attribute.
51024         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
51025         to gnu_dev_{major,minor,makedev} functions.
51026
51027 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
51028
51029         * intl/dcigettext.c (get_output_charset): Add missing bracket.
51030
51031 2011-07-20  Andreas Schwab  <schwab@redhat.com>
51032
51033         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
51034         strlen results.
51035
51036 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51037
51038         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
51039         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
51040         register in order to avoid conflicts with the soft frame pointer
51041         being held in r11 when necessary.
51042         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
51043         (INTERNAL_VSYSCALL_NCS): Likewise.
51044
51045 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
51046
51047         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
51048         * elf/dl-fini.c (_dl_fini): Adjust caller.
51049         * elf/dl-close.c (_dl_close_worker): Likewise.
51050         * sysdeps/generic/ldsodefs.h: Adjust declaration.
51051
51052 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51053
51054         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
51055         "aux_cache->nlibs < 0".
51056
51057         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
51058         in the reload-count case.
51059
51060 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51061
51062         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51063         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
51064         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
51065         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
51066         * sysdeps/x86_64/multiarch/strcat.S: New file.
51067         * sysdeps/x86_64/multiarch/strncat.S: New file.
51068         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
51069         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
51070         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
51071         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
51072         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
51073         (USE_AS_STRCAT): Define.
51074         Add strcat and strncat support.
51075         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51076         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
51077         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
51078         * string/strncat.c: Update.
51079         (USE_AS_STRNCAT): Define.
51080         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51081         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
51082         and i7.
51083         * sysdeps/x86_64/multiarch/init-arch.h
51084         (bit_Prefer_PMINUB_for_stringop): New.
51085         (index_Prefer_PMINUB_for_stringop): Likewise.
51086         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
51087         bit_Prefer_PMINUB_for_stringop.
51088
51089 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51090
51091         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
51092         buffer64.
51093         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
51094         of casting of buffer.
51095         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
51096         buffer32 and buffer64.
51097         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
51098         writes instead of casting of buffer.
51099         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
51100         buffer32.
51101         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
51102         casting of buffer.
51103
51104 2011-07-19  Andreas Schwab  <schwab@redhat.com>
51105
51106         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
51107
51108 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51109
51110         * nscd/nscd.c (termination_handler): Don't do anything for a database
51111         if it has not yet been initialized.
51112
51113 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51114
51115         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51116
51117 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51118
51119         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51120
51121 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51122
51123         * po/nl.po: Update from translation team.
51124         * po/sv.po: Likewise.
51125
51126 2011-07-16  Roland McGrath  <roland@hack.frob.com>
51127
51128         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51129         now disallowed by GCC.
51130
51131         * configure.in (use-default-link): Default to yes if a test -shared
51132         link meets our qualifications.
51133         * configure: Regenerated.
51134
51135         * config.make.in (output-format): New variable.
51136         * configure.in: Check for ld --print-output-format support.
51137         * configure: Regenerated.
51138         * Makerules ($(common-objpfx)format.lds)
51139         [$(output-format) != unknown]: Just use $(output-format),
51140         instead of the linker-script munging.
51141
51142 2011-07-14  Roland McGrath  <roland@hack.frob.com>
51143
51144         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51145         of $(common-objpfx)shlib.lds.
51146         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51147
51148         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51149         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51150
51151         * configure.in (-z relro check): Adjust test code to add a large
51152         writable data section after it.
51153         * configure: Regenerated.
51154
51155 2011-07-11  Roland McGrath  <roland@hack.frob.com>
51156
51157         * configure.in (-z relro check): Fix test code to make the variable
51158         truly const.
51159         * configure: Regenerated.
51160
51161 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
51162
51163         * nscd/nscd.h (struct traced_file): Define.
51164         (struct database_dyn): Remove inotify_descr, reset_res, and filename
51165         elements.  Add traced_files.
51166         (inotify_fd): Declare.
51167         (register_traced_file): Declare.
51168         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51169         (inotify_fd): Export.
51170         (resolv_conf_descr): Remove.
51171         (nscd_init): Move inotify descriptor creation to main.
51172         Don't register files for notification here.
51173         (register_traced_file): New function.
51174         (invalidate_cache): Don't use reset_res to determine whether to call
51175         res_init, go through the list of registered files.
51176         (main_loop_poll): The inotify descriptors are now stored in the
51177         structures for the traced files.
51178         (main_loop_epoll): Likewise
51179         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
51180         to __nss_disable_nscd.
51181         * nscd/cache.c (prune_cache): There is no single inotify descriptor
51182         for a database anymore.  Check the records for all the registered
51183         files instead.
51184         * nss/Makefile (libnss_files-routines): Add files-init.
51185         (libnss_db-routines): Add db-init.
51186         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51187         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51188         * nss/nss_db/db-init.c: New file.
51189         * nss/nss_files/files-init.c: New file.
51190         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
51191         __nss_lookup_function.
51192         (__nss_lookup_function): Call nss_load_library.
51193         (nss_load_all_libraries): New function.
51194         (__nss_disable_nscd): Take parameter with callback function for files
51195         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
51196         used for the cached services.
51197         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51198         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51199         options for features to all the files in nscd.
51200
51201         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51202
51203 2011-07-10  Roland McGrath  <roland@hack.frob.com>
51204
51205         * csu/elf-init.c (__libc_csu_init): Comment typo.
51206
51207 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
51208
51209         * po/pl.po: Update from translation team.
51210         * po/ja.po: Likewise.
51211         * po/ru.po: Likewise.
51212         * po/ko.po: Likewise.
51213         * po/fr.po: Likewise.
51214
51215 2011-07-09  Roland McGrath  <roland@hack.frob.com>
51216
51217         * configure.in (.ctors/.dtors header and trailer check):
51218         Use an empirical test on a built program.
51219         * configure: Regenerated.
51220
51221         * configure.in (-z relro check): Use an empirical test on a built DSO.
51222         Detect, but do not require, on ia64.
51223         * configure: Regenerated.
51224
51225         * configure.in (READELF): Find it with AC_CHECK_TOOL.
51226         Update tests that use readelf to use $READELF instead.
51227         * configure: Regenerated.
51228
51229 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
51230
51231         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51232         if the result is not used.
51233
51234 2011-07-05  Andreas Jaeger  <aj@suse.de>
51235
51236         [BZ#9696]
51237         * stdlib/tst-strtod.c: Add testcase.
51238
51239 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51240
51241         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51242         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51243         The latter has a higher limit.  Take additional parameter to pass to
51244         the new function.
51245         (__pathconf): Pass file to __statfs_link_max.
51246         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51247         __statfs_link_max.
51248         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51249         __statfs_link_max.
51250
51251         [BZ #12868]
51252         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51253         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51254         Handle Lustre.
51255         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51256         (__statfs_filesize_max): Likewise.
51257         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51258
51259 2011-07-05  Andreas Jaeger  <aj@suse.de>
51260
51261         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51262
51263 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51264
51265         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51266         `status' variable.
51267         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51268         Likewise.
51269
51270 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51271
51272         * Makefile (strop-tests): Add strncat.
51273         * string/test-strncat.c: New file.
51274
51275 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51276
51277         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51278
51279 2011-06-21  Andreas Jaeger  <aj@suse.de>
51280
51281         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51282         Copy rule from iconvdata/Makefile.
51283
51284 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51285
51286         [BZ #12922]
51287         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51288         but no long options are defined, just return 'W'.
51289
51290 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51291
51292         [BZ #9696]
51293         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51294
51295 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51296
51297         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51298         netgroups to read.
51299         (innetgr): Likewise.
51300
51301 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51302
51303         * config.make.in (install_root): Default to $(DESTDIR).
51304
51305 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51306
51307         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51308
51309 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51310
51311         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51312
51313         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51314         containing directory rather than embedding absolute directory names.
51315
51316         * scripts/check-local-headers.sh: Rewritten using awk.
51317         Match by word, not by line.  Print error messages for matches.
51318         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51319
51320         * Makerules [shlib-lds-flags empty]:
51321         ($(common-objpfx)libc_pic.opts): New target.
51322         ($(common-objpfx)libc_pic.os.clean): New target.
51323         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51324
51325         * config.make.in (OBJCOPY): New variable.
51326         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51327         * configure: Regenerated.
51328
51329         * config.make.in (use-default-link): New variable.
51330         * configure.in (use_default_link): Grok --with-default-link to set it.
51331         * configure: Regenerated.
51332         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51333         (shlib-lds, shlib-lds-flags): Define to empty.
51334
51335         * Makerules (shlib-lds): New variable.
51336         (shlib-lds-flags): New variable.
51337         (build-shlib, build-moduile, build-module-asneeded): Use it.
51338         ($(common-objpfx)libc.so): Use $(shlib-lds).
51339         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51340         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51341
51342         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51343         DT_FLAGS/DT_FLAGS_1 with zero flags.
51344
51345         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51346         linker script munging.
51347
51348 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51349
51350         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51351         as 128-bit value.
51352         * crypt/sha512.c (sha512_process_block): Perform total addition using
51353         128-bit if possible.
51354         (__sha512_finish_ctx): Likewise.
51355         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51356         as 64-bit value.
51357         * crypt/sha256.c (SWAP64): Define.
51358         (sha256_process_block): Perform total addition using 64-bit if
51359         possible.
51360         (__sha256_finish_ctx): Likewise.
51361
51362 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51363
51364         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51365         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51366         * nscd/hstcache.c (cache_addhst): Likewise.
51367         * nscd/grpcache.c (cache_addgr): Likewise.
51368         * nscd/aicache.c (addhstaiX): Likewise
51369         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51370
51371 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51372
51373         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51374         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51375         * nscd/hstcache.c (cache_addhst): Likewise.
51376         * nscd/grpcache.c (cache_addgr): Likewise.
51377         * nscd/aicache.c (addhstaiX): Likewise
51378
51379 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51380
51381         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51382         domain only when needed.
51383
51384 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51385
51386         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51387         is always restored.
51388
51389 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51390
51391         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51392         are re-adding the entry.
51393         * nscd/servicescache.c (cache_addserv): Likewise.
51394
51395 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51396
51397         * sysdeps/generic/dl-irel.h: fix protection against multiple
51398         inclusions.
51399         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51400
51401 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51402
51403         [BZ #12935]
51404         * malloc/memusage.sh: Fix quoting in message.
51405         * debug/xtrace.sh: Likewise.
51406
51407         * configure.in: Remove support for --experimental-malloc option, make
51408         it the default.
51409         * config.make.in: Likewise.
51410         * malloc/Makefile: Likewise.
51411
51412 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51413
51414         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51415         two-byte characters.
51416
51417 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51418
51419         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51420         AC_CACHE_CHECK invocation.
51421         * configure: Regenerated.
51422
51423         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51424
51425 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51426
51427         [BZ #12350]
51428         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51429         bit from old_res_options.
51430
51431         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51432
51433         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51434         value type for setfct.
51435
51436 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51437
51438         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51439         __gettimeofday instead of gettimeofday.
51440
51441 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51442
51443         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51444
51445 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51446
51447         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51448
51449         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51450         info.
51451
51452 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51453
51454         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51455         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51456         strcpy-sse2-unaligned strncpy-sse2-unaligned
51457         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51458         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51459         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51460         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51461         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51462         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51463         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51464         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51465         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51466         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51467         (STRCPY): Support SSE2 and SSSE3 versions.
51468
51469 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51470
51471         [BZ #12874]
51472         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51473         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51474         kernels which artificially limit size of requests.
51475
51476 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51477
51478         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51479         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51480         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51481         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51482         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51483         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51484         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51485         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51486         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51487         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51488         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51489         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51490         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51491         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51492         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51493         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51494         Enable unaligned load optimization for Intel Core i3, i5 and i7
51495         processors.
51496         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51497         Define.
51498         (index_Fast_Unaligned_Load): Define.
51499         (HAS_FAST_UNALIGNED_LOAD): Define.
51500
51501 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51502
51503         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51504
51505 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51506
51507         [BZ #12907]
51508         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51509         until it is clear that the information is realy needed.
51510         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51511
51512 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51513
51514         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51515
51516 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51517
51518         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51519         /sys/devices/system/cpu/online if it is usable.
51520
51521         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51522         reading the information from the /proc filesystem to once a second.
51523
51524 2011-06-21  Andreas Jaeger  <aj@suse.de>
51525
51526         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51527         NULL after inclusion of kernel headers.
51528
51529 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51530
51531         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51532         calls to internal_setent.
51533
51534         [BZ #12885]
51535         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51536         addresses using gethostbyname4_r ignore IPv4 addresses.
51537
51538         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51539         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51540
51541         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51542
51543 2011-06-20  David S. Miller  <davem@davemloft.net>
51544
51545         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51546         inclusions.
51547         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51548
51549         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51550         (elf_irel): Use it.
51551         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51552         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51553         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51554         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51555         * sysdeps/x86_64/dl-irel.h: Likewise.
51556
51557         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51558         * elf/dl-sym.c: Likewise.
51559
51560 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51561
51562         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51563         need to dereference resplen2.
51564
51565 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51566
51567         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51568
51569 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51570
51571         * Makeconfig: Define vardbdir and inst_vardbdir.
51572         * nss/Makefile: Add rules to install db-Makefile.
51573
51574         * nss/nss_db/db-XXX.c: Cleanup.
51575
51576         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51577         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51578         GLIBC_PRIVATE.
51579         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51580         * nss/makedb.c: Implement -g option to specify that value strings
51581         are generated and should not be added to table iterated over for
51582         get*ent calls.
51583         * nss/nss_db/db-initgroups.c: New file.
51584
51585         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51586         interface.
51587
51588         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51589         (internal_getgrouplist): Adjust to name change.
51590         Update use_initgroups_entry if this is not the first call.
51591         * nss/databases.def: Add initgroups entry.
51592
51593         * nss/makedb.c (compute_tables): Check result of multiple hash table
51594         sizes to minimize maximum chain length.
51595
51596 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51597
51598         * Versions.def: Add entry for libnss_db.
51599         * shlib-versions: Likewise.
51600         * nss/Makefile: Add rules to build libnss_db.
51601         * nss/Versions: Add libnss_db information.  Organize libnss_files
51602         entries better.
51603         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51604         makedb progra.  Some minor improvements to generate smaller files.
51605         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51606         here from...
51607         * nss/makedb.c: ...here.
51608         Improve database format to be smaller and require less memory at
51609         runtime.
51610         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51611         db anymore.
51612         * nss/nss_db/db-netgrp.c: Likewise.
51613         * nss/nss_db/db-open.c: Likewise.
51614         * nss/nss_files/flies-XXX.x: Adjust comments.
51615         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51616         * nss/nss_files/files-grp.c: Likewise.
51617         * nss/nss_files/files-hosts.c: Likewise.
51618         * nss/nss_files/files-network.c: Likewise.
51619         * nss/nss_files/files-proto.c: Likewise.
51620         * nss/nss_files/files-pwd.c: Likewise.
51621         * nss/nss_files/files-rpc.c: Likewise.
51622         * nss/nss_files/files-service.c: Likewise.
51623         * nss/nss_files/files-sgrp.c: Likewise.
51624         * nss/nss_files/files-spwd.c: Likewise.
51625         * nss/nss_db/db-alias.c: Removed.
51626         * nss/nss_db/dummy-db.h: Removed.
51627
51628 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51629
51630         * nss/makedb.c: Rewritten to not use database library.
51631         * nss/Makefile: Update to build new makedb program.
51632
51633 2011-06-14  Andreas Jaeger  <aj@suse.de>
51634
51635         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51636         memset declaration.
51637
51638 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51639
51640         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51641         tmpbuf.
51642
51643 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51644
51645         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51646         * elf/Makefile ($(objpfx)ld.so): Likewise.
51647
51648         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51649         Don't list ld.so twice in dependencies.
51650
51651         * posix/bug-regex31.c: Include <stdlib.h>.
51652
51653         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51654
51655         * nis/nss_compat/compat-spwd.c
51656         (getspent_next_nss_netgr): Remove unused variable.
51657         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51658
51659         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51660         nonmembers" output to use the right array.
51661
51662         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51663
51664         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51665
51666         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51667         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51668         * catgets/gencat.c (read_input_file): Likewise.
51669         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51670
51671         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51672         variable definition inside #if's controlling its use.
51673
51674         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51675
51676         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51677
51678         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51679
51680         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51681         unreachable code.
51682
51683         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51684
51685         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51686         * configure: Regenerated.
51687
51688         * Makerules: Revert last change.
51689         * elf/Makefile: Likewise.
51690
51691 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51692
51693         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51694         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51695         (reloc-link): Likewise.
51696
51697 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51698
51699         * elf/Makefile: Add rules to build pldd.
51700         * elf/pldd.c: New file.
51701         * elf/pldd-xx.c: New file.
51702
51703 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51704
51705         * version.h: Update for 2.15 development version.
51706
51707 2011-06-07  David S. Miller  <davem@davemloft.net>
51708
51709         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51710         ifuncs.
51711         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51712         elf_machine_lazy_rel): Likewise.
51713         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51714         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51715         elf_machine_lazy_rel): Likewise.
51716         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51717         dl_hwcap via passed in argument.
51718         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51719         Likewise.
51720
51721 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51722
51723         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51724
51725 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51726
51727         [BZ #12849]
51728         * manual/fdl-1.1.texi: New file, verbatim from:
51729         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51730         * manual/lgpl-2.1.texi: New file, verbatim from:
51731         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51732         * manual/Makefile (licenses): New variable, list those new file names.
51733         (texis): Use it.
51734         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51735
51736         * manual/fdl.texi: File removed.
51737         * manual/lesser.texi: File removed.
51738         * manual/libc.texinfo (Copying, Documentation License):
51739         Use new @include file names, put @appendix directive before @include.
51740
51741 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51742
51743         [BZ #12841]
51744         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51745         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51746         (mq_open): Add __NTH.
51747
51748 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51749
51750         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51751         Assume Intel Core i3/i5/i7 processor if AVX is available.
51752
51753 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51754
51755         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51756         typo.
51757
51758 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51759
51760         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51761         memory.  Use alloca_account.  Fix memory leak when retrying.
51762
51763 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51764
51765         * version.h (RELEASE): Bump for 2.14 release.
51766         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51767
51768         * config.make.in (RANLIB): Remove entry.
51769
51770 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51771
51772         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51773         (libc.pot): Work around missing support for .ksh extension in xgettext.
51774
51775         [BZ #12684]
51776         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51777         if both request failed.
51778         (send_dg): In case of server errors clear resplen or *resplen2.
51779
51780         [BZ #12454]
51781         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51782         when there are multiple maps.
51783         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51784         (_dl_fini): Remove test here.
51785
51786         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51787
51788 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51789
51790         [BZ #12350]
51791         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51792         bit from old_res_options.
51793         (gaih_inet): Likewise.
51794
51795         [BZ #11099]
51796         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51797         as signed.
51798
51799         * resolv/res_init.c (res_setoptions): Make the code more compact.
51800
51801         [BZ #11558]
51802         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51803         set RES_USEVC.
51804
51805         [BZ #11634]
51806         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51807
51808         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51809
51810         [BZ #11781]
51811         * malloc/malloc.h: Declare malloc hook variables as volatile.
51812
51813         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51814         in last patch.
51815
51816         [BZ #11799]
51817         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51818         raise in the comment.
51819         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51820         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51821         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51822
51823 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51824
51825         [BZ #12811]
51826         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51827         grow the buffers more if it already has to be sufficient.
51828         (build_wcs_upper_buffer): Likewise.
51829         * posix/regexec.c (check_matching): Likewise.
51830         (clean_state_log_if_needed): Likewise.
51831         (extend_buffers): Don't enlarge buffers beyond size of the input
51832         buffer.
51833         Patches mostly by Emil Wojak <emil@wojak.eu>.
51834         * posix/bug-regex32.c: New file.
51835         * posix/Makefile (tests): Add bug-regex32.
51836
51837         * locale/findlocale.c (_nl_find_locale): Return right away if
51838         _nl_explode_name failed.
51839         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51840
51841         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51842
51843         * debug/xtrace.sh: Unify messages.
51844         * malloc/memusage.sh: Likewise.
51845
51846         [BZ #12813]
51847         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51848         time symbol from vDSO.  Substitute with vsyscall if not available.
51849         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51850         __vdso_time.
51851
51852         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51853         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51854         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51855         Add sendmmsg and internal_sendmmsg.
51856         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51857         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51858         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51859
51860         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51861         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51862         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51863
51864 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51865
51866         [BZ #12813]
51867         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51868         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51869         available.
51870         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51871         __vdso_getcpu.
51872
51873         [BZ #12814]
51874         * iconvdata/Makefile (tests): Add bug-iconv9.
51875         * iconvdata/bug-iconv9.c: New file.
51876
51877 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51878
51879         [BZ #12814]
51880         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51881
51882 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51883
51884         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51885         (struct user_regs_struct): Change intcs field back to cs.
51886
51887 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51888
51889         * po/ja.po: Update from translation team.
51890
51891 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51892
51893         [BZ #12795]
51894         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51895         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51896
51897 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51898
51899         * stdlib/longlong.h: Update from GCC.
51900
51901 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51902
51903         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51904         parameter name.
51905         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51906         Add parameter name.
51907         (__sysconf): Pass it down.
51908
51909 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51910
51911         [BZ #12671]
51912         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51913         some situations.
51914         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51915         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51916         add in in __libc_use_alloca calls.  Adjust callers.
51917         (glob): Use malloc in some situations.
51918
51919         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51920         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51921         pltexit.
51922
51923 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51924
51925         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51926         and CLOCK_BOOTTIME_ALARM.
51927
51928         [BZ #12782]
51929         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51930         is returned.
51931
51932         * string/_strerror.c (__strerror_r): Print negative errors as signed
51933         numbers.
51934
51935         [BZ #12777]
51936         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51937         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51938         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51939
51940         * configure.in: Fix typo in redirection and correct removal of test
51941         files in two cases.
51942
51943         [BZ #12788]
51944         * locale/setlocale.c (new_composite_name): Fix test to check for
51945         identical name of all categories.
51946
51947         [BZ #12792]
51948         * libio/filedoalloc.c (local_isatty): New function.
51949         (_IO_file_doallocate): Use local_isatty.
51950         * stdio-common/perror.c (perror): In case a new stream is used
51951         forward the stream error.
51952         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51953         error flag.
51954
51955 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51956
51957         [BZ #11869]
51958         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51959         alloca.
51960         * include/alloca.h (extend_alloca_account): Define.
51961
51962         [BZ #11857]
51963         * posix/regex.h: Fix comments with documentation of user-accessible
51964         fields after compilation and describe correct free'ing of pattern
51965         after re_compile_pattern.
51966         Patch by Reuben Thomas <rrt@sc3d.org>.
51967
51968 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51969
51970         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51971         and -mno-altivec to prevent the compiler from using Altivec and/or
51972         VSX instructions when the corresponding registers are not available.
51973
51974 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51975
51976         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51977
51978 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51979
51980         * libio/freopen.c (freopen): Use __dup2, not dup2.
51981         * libio/freopen64.c (freopen64): Likewise.
51982
51983 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51984
51985         [BZ #12775]
51986         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51987         * math/Makefile (tests): Add test-powl.
51988         (CFLAGS-test-powl.c): Define.
51989         * math/test-powl.c: New file.
51990
51991 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51992
51993         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51994
51995 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51996
51997         [BZ #11837]
51998         * iconvdata/gb18030.c: Update to GB18020-2005.
51999
52000 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
52001
52002         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
52003         RE_SYNTAX_POSIX_AWK): Update to match recent development.
52004         Patch by Aharon Robbins <arnold@skeeve.com>.
52005
52006         [BZ #11892]
52007         * stdlib/putenv.c (putenv): Don't always create copy of the variable
52008         on the stack.
52009
52010         [BZ #11895]
52011         * misc/pselect.c (__pselect): Handle timeout value errors hidden
52012         through underflows.
52013
52014         [BZ #12766]
52015         * misc/error.c (error_at_line): Ensure file_name and old_file_name
52016         point to strings before performing equality test for error_one_per_line
52017         mode.
52018
52019         [BZ #11697]
52020         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
52021
52022         [BZ #11820]
52023         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52024         (struct user_fpregs_struct): Avoid __uint*_t types.
52025
52026         [BZ #6420]
52027         * malloc/mtrace.c (tr_where): Add additional parameter to point to
52028         symbol info.  Use it instead of calling _dl_addr locally.
52029         (lock_and_info): New function.
52030         (tr_freehook): Call lock_and_info and pass symbol info as additional
52031         parameter to tr_where.
52032         (tr_mallochook): Likewise.
52033         (tr_reallochook): Likewise.
52034         (tr_memalignhook): Likewise.
52035
52036         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
52037         used and couldn't be at all thread-safe.
52038
52039 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
52040
52041         * libio/freopen.c (freopen): Don't close old file descriptor
52042         before the new one is opened.  Instead dup the new file descriptor
52043         to the old one after the new stream is created.
52044         * libio/freopen64.c (freopen64): Likewise.
52045         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
52046         * libio/fileops.c (_IO_new_file_close_it): Handle new
52047         _IO_FLAGS2_NOCLOSE flag.
52048         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
52049         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
52050         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
52051         _IO_FLAGS2_NOCLOSE flag.
52052         * include/unistd.h: Add hidden_proto for dup3.
52053         Define __have_dup3.
52054         * io/dup3.c: Define hidden symbol.
52055         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
52056
52057         [BZ #7101]
52058         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
52059         when an incomplete long option is used.
52060         * posix/tst-getopt_long1.c: New file.
52061         * posix/Makefile (tests): Add tst-getopt_long1.
52062
52063         [BZ #10138]
52064         * scripts/config.guess: Update from autoconf-2.68.
52065         * scripts/config.sub: Likewise.
52066
52067         [BZ #10157]
52068         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
52069         tests into ...
52070         (has_cpuclock): ...this.  New function.
52071         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
52072         macro here based on has_cpuclock code.
52073
52074         [BZ #10149]
52075         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52076         First byte (not low byte) is now always NUL.
52077         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
52078
52079         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52080         Use non-cancelable interfaces.
52081
52082         [BZ #9809]
52083         * locale/iso-639.def: Add entry for Sorani.
52084
52085         [BZ #11901]
52086         * include/stdlib.h: Move include protection to the right place.
52087         Define abort_msg_s.  Declare __abort_msg with it.
52088         * stdlib/abort.c (__abort_msg): Adjust type.
52089         * assert/assert.c (__assert_fail_base): New function.  Majority
52090         of code from __assert_fail.  Allocate memory for __abort_msg with
52091         mmap.
52092         (__assert_fail): Now call __assert_fail_base.
52093         * assert/assert-perr.c: Remove bulk of implementation.  Use
52094         __assert_fail_base.
52095         * include/assert.hL Declare __assert_fail_base.
52096         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
52097         mmap.
52098         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
52099
52100 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
52101
52102         [BZ #11952]
52103         [BZ #12453]
52104         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
52105         until all modules are registered in the DTV.
52106         * elf/Makefile: Add rules to build and run tst-tls19.
52107         * elf/tst-tls19.c: New file.
52108         * elf/tst-tls19mod1.c: New file.
52109         * elf/tst-tls19mod2.c: New file.
52110         * elf/tst-tls19mod3.c: New file.
52111         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
52112
52113         [BZ #12083]
52114         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
52115         correctly.
52116
52117         [BZ #12601]
52118         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
52119         two-byte sequence errors.
52120         * iconvdata/Makefile (tests): Add bug-iconv8.
52121         * iconvdata/bug-iconv8.c: New file.
52122
52123         [BZ #12626]
52124         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
52125         buf2 definition.
52126
52127         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52128
52129         [BZ #12432]
52130         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52131         (dummy_getcfa): New function.
52132         (init): Get _Unwind_GetCFA address, use dummy if not found.
52133         (backtrace_helper): In recursion check, also check whether CFA changes.
52134         (__backtrace): Completely initialize arg.
52135
52136         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
52137         storing incomplete byte sequence in state object.  Avoid testing for
52138         guaranteed too small input if we know there is enough data available.
52139
52140 2011-05-11  Andreas Schwab  <schwab@redhat.com>
52141
52142         * Makeconfig (+link-pie): Indent.
52143         * Rules (binaries-pie): Define if $(have-fpie) and
52144         $(build-shared).
52145         (binaries-shared): Also filter out $(binaries-pie).
52146         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52147         * nscd/Makefile (others-pie): Add nscd.
52148         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52149         ($(objpfx)nscd): Remove command override.
52150         * login/Makefile (others-pie): Add pt_chown.
52151         ($(objpfx)pt_chown): Remove command override.
52152         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52153         remove command overrides.
52154
52155 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
52156
52157         * libio/tst_putwc.c: Fix error messages.
52158
52159         [BZ #12724]
52160         * libio/fileops.c (_IO_new_file_close_it): Always flush when
52161         currently writing and seek to current position when not.
52162         * libio/Makefile (tests): Add bug-fclose1.
52163         * libio/bug-fclose1.c: New file.
52164
52165 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
52166
52167         [BZ #12511]
52168         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52169         don't set DF_1_NODELETE here.
52170         (do_lookup_x): When entering new entry test for copy relocation
52171         and if necessary set DF_1_NODELETE flag.
52172         * elf/tst-unique4.cc: New file.
52173         * elf/tst-unique4.h: New file.
52174         * elf/tst-unique4lib.cc: New file.
52175         * elf/Makefile: Add rules to build and run tst-unique4.
52176         Patch by Piotr Bury <pbury@goahead.com>.
52177
52178 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
52179
52180         [BZ #12052]
52181         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52182
52183         [BZ #12625]
52184         * misc/mntent_r.c (addmntent): Flush the stream after the output
52185
52186         [BZ #12393]
52187         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52188         (is_trusted_path_normalize): Skip initial colon.  Append slash
52189         to empty buffer.  Duplicate is_trusted_path code but allow
52190         constructed patch to be prefix.
52191         (is_dst): Allow $ORIGIN followed by /.
52192         (_dl_dst_substitute): Correct clearing of check_for_trusted.
52193         Correct testing of result of is_trusted_path_normalize
52194         (decompose_rpath): Fix warning.
52195
52196 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
52197
52198         [BZ #11257]
52199         * grp/initgroups.c (internal_getgrouplist): When we found the service
52200         list through the initgroups entry in nsswitch.conf do not always
52201         continue on a successful lookup.  Don't always use the
52202         __nss_group_database value if it is set.
52203         * nss/nsswitch.conf (initgroups): Change action for successful db
52204         lookup to continue for compatibility.
52205
52206 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
52207
52208         [BZ #11532]
52209         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52210         and CP774 modules.
52211         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52212         and CP774 modules.
52213         * iconvdata/tst-tables.sh: Likewise.
52214         * iconvdata/cp770.c: New file.
52215         * iconvdata/cp771.c: New file.
52216         * iconvdata/cp772.c: New file.
52217         * iconvdata/cp773.c: New file.
52218         * iconvdata/cp774.c: New file.
52219         * iconvdata/testdata/CP770: New file.
52220         * iconvdata/testdata/CP770..UTF8: New file.
52221         * iconvdata/testdata/CP771: New file.
52222         * iconvdata/testdata/CP771..UTF8: New file.
52223         * iconvdata/testdata/CP772: New file.
52224         * iconvdata/testdata/CP772..UTF8: New file.
52225         * iconvdata/testdata/CP773: New file.
52226         * iconvdata/testdata/CP773..UTF8: New file.
52227         * iconvdata/testdata/CP774: New file.
52228         * iconvdata/testdata/CP774..UTF8: New file.
52229
52230         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52231         END CHARMAP line.
52232         * iconvdata/gen-8bit-gap.sh: Likewise.
52233         * iconvdata/gen-8bit.sh: Likewise.
52234
52235         * locale/iso-639.def: Add ary entry.
52236
52237         [BZ #11258]
52238         * locale/C-translit.h.in: Add U20A1 transliteration.
52239
52240         [BZ #12178]
52241         * locale/iso-639.def: Add wae entry.
52242         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52243
52244         [BZ #12545]
52245         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52246         for n.
52247
52248         [BZ #12711]
52249         * locale/C-translit.h.in: Add entry for U20B9.
52250         Patch by pravin.d.s@gmail.com.
52251
52252 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52253
52254         [BZ #12713]
52255         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52256         ENAMETOOLONG use generic getcwd.
52257         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52258         in rtld.  Use *stat64.
52259         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52260         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52261         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52262         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52263         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52264         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52265         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52266         __fstatat64 macros.
52267         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52268         * dirent/rewinddir.c: Add libc_hidden_def.
52269         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52270         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52271
52272         * include/dirent.h (__alloc_dir): Add flags parameter.
52273         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52274         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52275         __alloc_dir.
52276         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52277         from fdopendir if O_CLOEXEC is already set.
52278
52279 2011-03-15  Alan Modra  <amodra@gmail.com>
52280
52281         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52282         l_tls_firstbyte_offset non-zero.  Save padding offset in
52283         l_tls_firstbyte_offset for later use.
52284         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52285         freeing static tls block.
52286
52287 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52288
52289         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52290         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52291         being defined by the kernel headers.
52292
52293 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52294
52295         [BZ #12734]
52296         * resolv/resolv.h: Define RES_NOTLDQUERY.
52297         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52298         no-tld-query and set RES_NOTLDQUERY.
52299         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52300         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52301         modern BIND to search name as TLD unless forbidden.
52302
52303 2011-05-07  Petr Baudis  <pasky@suse.cz>
52304             Ulrich Drepper  <drepper@gmail.com>
52305
52306         [BZ #12393]
52307         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52308         (is_trusted_path): ...to here.
52309         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52310         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52311         using is_trusted_path_normalize() in setuid scripts.
52312
52313 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52314
52315         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52316         __BEGIN/__END_DECLS.
52317
52318 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52319
52320         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52321         NSS_STATUS_NOTFOUND if no record was found.
52322
52323 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52324
52325         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52326         (headers-not-in-tirpc): Remove rpc/netdb.h
52327         * resolv/netdb.h: Revert last change.
52328
52329 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52330
52331         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52332         circular dependency between libgcc.a and libc.a.
52333
52334 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52335
52336         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52337         * nis/Makefile: Don't install rpcsvc/*.
52338         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52339         instead of <rpc/types.h>.
52340         (MAXHOSTNAMELEN): Define.
52341
52342 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52343
52344         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52345
52346 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52347
52348         [BZ #12714]
52349         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52350         gethostbyname4_r when IPv6 results are possible.
52351
52352 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52353
52354         [BZ #12723]
52355         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52356         _PC_PIPE_BUF handling.
52357
52358 2011-04-30  Bruno Haible  <bruno@clisp.org>
52359
52360         [BZ #12717]
52361         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52362         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52363         to 'int'.
52364         * inet/getnameinfo.c (getnameinfo): Likewise.
52365
52366 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52367
52368         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52369         to groups setting in database lookup.
52370         * nss/nsswitch.conf: Add initgroups entry.
52371
52372 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52373
52374         [BZ #12685]
52375         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52376         mode string.
52377         Patch by Eric Blake <eblake@redhat.com>.
52378
52379 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52380
52381         * sunrpc/Makefile (need-export-routines): Add svc_run.
52382         (routines): Remove svc_run.
52383         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52384         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52385         * sunrpc/svc_run.c (svc_run): Likewise.
52386         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52387
52388 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52389
52390         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52391         problem in reallocation in last patch.
52392
52393 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52394
52395         * sunrpc/Makefile: Move inclusion of Rules.
52396
52397 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52398
52399         * nss/nss_files/files-initgroups.c: New file.
52400         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52401         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52402         _nss_files_initgroups_dyn.
52403
52404 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52405
52406         * elf/elf.h (R_ARM_IRELATIVE): Define.
52407
52408 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52409
52410         * po/ru.po: Update from translation team.
52411
52412 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52413
52414         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52415         dependencies.
52416
52417 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52418
52419         [BZ #12653]
52420         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52421         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52422         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52423         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52424         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52425
52426 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52427
52428         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52429         differing bytes.
52430         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52431         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52432         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52433
52434 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52435
52436         [BZ #12420]
52437         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52438         storing it.
52439         * stdlib/bug-getcontext.c: New file.
52440         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52441
52442 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52443
52444         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52445         instructions into .machine "z9-109".
52446         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52447         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52448
52449 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52450
52451         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52452         between environment variables and auxiliary vector.
52453
52454 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52455
52456         * Makefile: Add rules to build linkobj/libc.so.
52457         * include/libc-symbols.h: Define libc_hidden_nolink.
52458         * include/rpc/auth.h: Mark functions which are to be hidden.
52459         * include/rpc/auth_des.h: Likewise.
52460         * include/rpc/auth_unix.h: Likewise.
52461         * include/rpc/clnt.h: Likewise.
52462         * include/rpc/des_crypt.h: Likewise.
52463         * include/rpc/key_prot.h: Likewise.
52464         * include/rpc/pmap_clnt.h: Likewise.
52465         * include/rpc/pmap_prot.h: Likewise.
52466         * include/rpc/pmap_rmt.h: Likewise.
52467         * include/rpc/rpc_msg.h: Likewise.
52468         * include/rpc/svc.h: Likewise.
52469         * include/rpc/svc_auth.h: Likewise.
52470         * include/rpc/xdr.h: Likewise.
52471         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52472         * nss/Makefile: Likewise.
52473         * sunrpc/Makefile: Don't install headers.  Build library with normal
52474         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52475         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52476         for the compat linking library.  Remove use of INTDEF/INTUSE.
52477         * sunrpc/auth_none.c: Likewise.
52478         * sunrpc/auth_unix.c: Likewise.
52479         * sunrpc/authdes_prot.c: Likewise.
52480         * sunrpc/authuxprot.c: Likewise.
52481         * sunrpc/clnt_gen.c: Likewise.
52482         * sunrpc/clnt_perr.c: Likewise.
52483         * sunrpc/clnt_raw.c: Likewise.
52484         * sunrpc/clnt_simp.c: Likewise.
52485         * sunrpc/clnt_tcp.c: Likewise.
52486         * sunrpc/clnt_udp.c: Likewise.
52487         * sunrpc/clnt_unix.c: Likewise.
52488         * sunrpc/des_crypt.c: Likewise.
52489         * sunrpc/des_soft.c: Likewise.
52490         * sunrpc/get_myaddr.c: Likewise.
52491         * sunrpc/key_call.c: Likewise.
52492         * sunrpc/key_prot.c: Likewise.
52493         * sunrpc/netname.c: Likewise.
52494         * sunrpc/pm_getmaps.c: Likewise.
52495         * sunrpc/pm_getport.c: Likewise.
52496         * sunrpc/pmap_clnt.c: Likewise.
52497         * sunrpc/pmap_prot.c: Likewise.
52498         * sunrpc/pmap_prot2.c: Likewise.
52499         * sunrpc/pmap_rmt.c: Likewise.
52500         * sunrpc/publickey.c: Likewise.
52501         * sunrpc/rpc_cmsg.c: Likewise.
52502         * sunrpc/rpc_common.c: Likewise.
52503         * sunrpc/rpc_dtable.c: Likewise.
52504         * sunrpc/rpc_prot.c: Likewise.
52505         * sunrpc/rpc_thread.c: Likewise.
52506         * sunrpc/rtime.c: Likewise.
52507         * sunrpc/svc.c: Likewise.
52508         * sunrpc/svc_auth.c: Likewise.
52509         * sunrpc/svc_authux.c: Likewise.
52510         * sunrpc/svc_raw.c: Likewise.
52511         * sunrpc/svc_run.c: Likewise.
52512         * sunrpc/svc_simple.c: Likewise.
52513         * sunrpc/svc_tcp.c: Likewise.
52514         * sunrpc/svc_udp.c: Likewise.
52515         * sunrpc/svc_unix.c: Likewise.
52516         * sunrpc/svcauth_des.c: Likewise.
52517         * sunrpc/xcrypt.c: Likewise.
52518         * sunrpc/xdr.c: Likewise.
52519         * sunrpc/xdr_array.c: Likewise.
52520         * sunrpc/xdr_float.c: Likewise.
52521         * sunrpc/xdr_intXX_t.c: Likewise.
52522         * sunrpc/xdr_mem.c: Likewise.
52523         * sunrpc/xdr_rec.c: Likewise.
52524         * sunrpc/xdr_ref.c: Likewise.
52525         * sunrpc/xdr_sizeof.c: Likewise.
52526         * sunrpc/xdr_stdio.c: Likewise.
52527
52528 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52529
52530         [BZ #12650]
52531         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52532         * sysdeps/ia64/dl-tls.h: Likewise.
52533         * sysdeps/powerpc/dl-tls.h: Likewise.
52534         * sysdeps/s390/dl-tls.h: Likewise.
52535         * sysdeps/sh/dl-tls.h: Likewise.
52536         * sysdeps/sparc/dl-tls.h: Likewise.
52537         * sysdeps/x86_64/dl-tls.h: Likewise.
52538         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52539
52540 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52541
52542         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52543         rpath element also skip the following colon.
52544         (expand_dynamic_string_token): Add is_path parameter and pass
52545         down to DL_DST_REQUIRED and _dl_dst_substitute.
52546         (decompose_rpath): Call expand_dynamic_string_token with
52547         non-zero is_path.  Ignore empty rpaths.
52548         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52549         with zero is_path.
52550
52551 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52552
52553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52554         Make cancelable.
52555
52556 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52557
52558         [BZ #12655]
52559         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52560         Patch by Filipe David Manana <fdmanana@apache.org>.
52561
52562 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52563
52564         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52565         Maintain aligned stack.
52566         (CHECK_RSP): Remove unused macro.
52567
52568 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52569
52570         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52571         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52572
52573 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52574
52575         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52576
52577         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52578
52579 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52580
52581         [BZ #12518]
52582         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52583         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52584         * sysdeps/x86_64/memmove.c: New file.
52585         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52586         (memcpy): Renamed to ...
52587         (__new_memcpy): This.
52588         (memcpy): Provide GLIBC_2_14 memcpy.
52589         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52590         (memcpy): Provide GLIBC_2_2_5 memcpy.
52591
52592 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52593
52594         [BZ #12631]
52595         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52596
52597 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52598
52599         * misc/syncfs.c: New file.
52600         * misc/Makefile (routines): Add syncfs.
52601         * posix/unistd.h: Declare syncfs.
52602         * sysdeps/unix/syscalls.list: Add syncfs.
52603
52604 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52605
52606         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52607         open_by_handle_at.
52608         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52609         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52610         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52611         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52612         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52613         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52614         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52615
52616 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52617
52618         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52619         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52620         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52621         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52622         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52623         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52624         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52625
52626         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52627         sync_file_range.c with -fexceptions.
52628         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52629         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52630         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52631         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52632         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52633         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52634         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52635         sync_file_range as cancellation point
52636         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52637         now a wrapper around __call_sync_file_range with cancellation handling.
52638         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52639         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52640         function name to __call_sync_file_range.
52641         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52642         Add call_sync_file_range.
52643
52644 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52645
52646         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52647         bits/timex.h.
52648
52649 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52650
52651         * iconv/iconv.h: Fix typo in comment.
52652         * io/fcntl.h: Likewise.
52653         * libio/stdio.h: Likewise.
52654         * posix/spawn.h: Likewise.
52655         * posix/unistd.h: Likewise.
52656         * stdlib/stdlib.h: Likewise.
52657         * time/time.h: Likewise.
52658         * wcsmbs/wchar.h: Likewise.
52659
52660         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52661         open_by_handle): Add.
52662         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52663         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52664         Augment a few comments.
52665         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52666         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52667         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52668         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52669         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52670         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52671         open_by_handle.
52672
52673         * io/fcntl.h (AT_EMPTY_PATH): Define.
52674
52675 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52676
52677         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52678         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52679         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52680         to...
52681         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52682         * Versions.def: Add GLIBC_2.14.
52683         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52684         Export.
52685
52686 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52687
52688         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52689         round counter.
52690         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52691
52692 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52693
52694         [BZ #12597]
52695         * string/test-strncmp.c (do_page_test): New function.
52696         (check2): Likewise.
52697         (test_main): Call check2.
52698         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52699
52700 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52701
52702         [BZ #12587]
52703         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52704         Handle cache information in CPU leaf 4.
52705         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52706
52707 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52708
52709         [BZ #12583]
52710         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52711         character representation.
52712         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52713
52714 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52715
52716         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52717         END(__isnan) to END(__isnanf) to match function entry point/label
52718         EALIGN(__isnanf,...).
52719
52720 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52721
52722         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52723
52724 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52725
52726         [BZ #12510]
52727         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52728         copy from the symbol referenced in the relocation to initialize the
52729         used variable.
52730         Patch by Piotr Bury <pbury@goahead.com>.
52731         * elf/Makefile: Add rules to build and tst-unique3.
52732         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52733         * elf/tst-unique3.cc: New file.
52734         * elf/tst-unique3.h: New file.
52735         * elf/tst-unique3lib.cc: New file.
52736         * elf/tst-unique3lib2.cc: New file.
52737
52738         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52739
52740 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52741
52742         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52743         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52744         to _start.
52745
52746 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52747
52748         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52749         to-be-loaded object along a path to loader is ld.so.
52750
52751 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52752             Ulrich Drepper  <drepper@gmail.com>
52753
52754         * sysdeps/x86_64/memset.S: After aligning destination, code
52755         branches to different locations depending on the value of
52756         misalignment, when multiarch is enabled. Fix this.
52757
52758 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52759
52760         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52761         Set _x86_64_preferred_memory_instruction for AMD processsors.
52762         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52763         Set bit_Prefer_SSE_for_memop for AMD processors.
52764
52765 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52766
52767         * libio/fmemopen.c (fmemopen): Optimize a bit.
52768
52769 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52770
52771         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52772
52773 2011-03-03  Roland McGrath  <roland@redhat.com>
52774
52775         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52776
52777 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52778
52779         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52780         __bzero_ultra1 instead of __memset_ultra1.
52781
52782 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52783             Ulrich Drepper  <drepper@gmail.com>
52784
52785         [BZ #12509]
52786         * include/link.h (struct link_map): Add l_orig_initfini.
52787         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52788         returning unsuccessfully.
52789         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52790         close of a file loaded at startup, restore the original l_initfini
52791         list.
52792         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52793         list, store the pointer.
52794         * elf/Makefile ($(objpfx)noload-mem): New rule.
52795         (noload-ENV): Define.
52796         (tests): Add $(objpfx)noload-mem.
52797         * elf/noload.c: Include <memcheck.h>.
52798         (main): Call mtrace.  Close all opened handles.
52799
52800 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52801
52802         [BZ #12454]
52803         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52804         dependencies are missing.
52805
52806 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52807
52808         Fix __if_freereq crash: Unlike the generic version which uses free,
52809         Hurd needs munmap.
52810         * sysdeps/mach/hurd/ifreq.h: New file.
52811
52812 2011-01-27  Petr Baudis  <pasky@suse.cz>
52813             Ulrich Drepper  <drepper@gmail.com>
52814
52815         [BZ 12445]#
52816         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52817         to extend_alloca().
52818         * stdio-common/bug23.c: New file.
52819         * stdio-common/Makefile (tests): Add bug23.
52820
52821 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52822             Ulrich Drepper  <drepper@gmail.com>
52823
52824         [BZ #12489]
52825         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52826         before performing relro protection.  At old place add assertion
52827         to make sure nothing changed.
52828
52829 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52830             Glauber de Oliveira Costa  <glommer@gmail.com>
52831
52832         * elf/elf.h: Add new ARM TLS relocs.
52833
52834 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52835
52836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52837         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52838         cast from r3.
52839         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52840         'tests' variable.
52841         * sysdeps/wordsize-64/tst-writev.c: New file.
52842
52843 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52844
52845         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52846         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52847         insns in _dl_start to prevent a TOC reference before relocs are
52848         resolved.
52849
52850 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52851
52852         [BZ #12469]
52853         * Makeconfig: Remove RANLIB definition.
52854         * Makerules: Don't use RANLIB.
52855         * aclocal.m4: Remove ranlib test.
52856         * configure.in: No need to check for ranlib.
52857         * elf/rtld-Rules: Don't use RANLIB.
52858
52859 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52860
52861         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52862         protection macro.
52863         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52864         inclusion protection macro.
52865
52866         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52867         SIGRTMIN and SIGRTMAX and print information in that case only when
52868         SIGRTMIN is defined.
52869
52870 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52871
52872         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52873         arginfo fn returning -1.
52874
52875         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52876         and thousands string is zero terminated.
52877
52878 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52879
52880         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52881         sysdeps/unix/sysv/linux/bits/socket.h.
52882
52883 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52884
52885         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52886         (__CPU_COUNT): Remove old macros.
52887         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52888         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52889         (__CPU_ALLOC, __CPU_FREE): Add macros.
52890         (__sched_cpualloc, __sched_cpufree): Add declarations.
52891
52892 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52893
52894         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52895         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52896         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52897         (readdhstai): Return value of addhstaiX call.
52898         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52899         (addgrbyX): Return value returned by cache_addgr.
52900         (readdgrbyname): Return value returned by addgrbyX.
52901         (readdgrbygid): Likewise.
52902         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52903         (addpwbyX): Return value returned by cache_addpw.
52904         (readdpwbyname): Return value returned by addhstbyX.
52905         (readdpwbyuid): Likewise.
52906         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52907         (addservbyX): Return value returned by cache_addserv.
52908         (readdservbyname): Return value returned by addservbyX:
52909         (readdservbyport): Likewise.
52910         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52911         (addhstbyX): Return value returned by cache_addhst.
52912         (readdhstbyname): Return value returned by addhstbyX.
52913         (readdhstbyaddr): Likewise.
52914         (readdhstbynamev6): Likewise.
52915         (readdhstbyaddrv6): Likewise.
52916         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52917         (readdinitgroups): Return value returned by addinitgroupsX.
52918         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52919         (prune_cache): Keep track of timeout value of re-added entries.
52920         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52921         * nscd/nscd.h: Adjust prototypes of readd* functions.
52922
52923 2011-02-04  Roland McGrath  <roland@redhat.com>
52924
52925         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52926         (nis_stats): Likewise.
52927         * nis/nis_modify.c (nis_modify): Likewise.
52928         * nis/nis_remove.c (nis_remove): Likewise.
52929         * nis/nis_add.c (nis_add): Likewise.
52930
52931         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52932
52933         * posix/fnmatch_loop.c: Add some consts.
52934
52935         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52936
52937 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52938
52939         [BZ #12460]
52940         * config.make.in (config-cflags-novzeroupper): Define.
52941         * configure.in: Substitute libc_cv_cc_novzeroupper.
52942         * elf/Makefile (AVX-CFLAGS): Define.
52943         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52944         (CFLAGS-tst-auditmod4a.c): Likewise.
52945         (CFLAGS-tst-auditmod4b.c): Likewise.
52946         (CFLAGS-tst-auditmod6b.c): Likewise.
52947         (CFLAGS-tst-auditmod6c.c): Likewise.
52948         (CFLAGS-tst-auditmod7b.c): Likewise.
52949         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52950
52951 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52952
52953         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52954         function to the callback.
52955         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52956
52957 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52958
52959         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52960         of errno.
52961
52962 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52963
52964         [BZ #11724]
52965         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52966         of constructors.
52967         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52968         of destructors.
52969         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52970
52971         [BZ #11724]
52972         * elf/Makefile: Add rules to build and run new test.
52973         * elf/tst-initorder.c: New file.
52974         * elf/tst-initorder.exp: New file.
52975         * elf/tst-initordera1.c: New file.
52976         * elf/tst-initordera2.c: New file.
52977         * elf/tst-initordera3.c: New file.
52978         * elf/tst-initordera4.c: New file.
52979         * elf/tst-initorderb1.c: New file.
52980         * elf/tst-initorderb2.c: New file.
52981         * elf/tst-order-a1.c: New file.
52982         * elf/tst-order-a2.c: New file.
52983         * elf/tst-order-a3.c: New file.
52984         * elf/tst-order-a4.c: New file.
52985         * elf/tst-order-b1.c: New file.
52986         * elf/tst-order-b2.c: New file.
52987         * elf/tst-order-main.c: New file.
52988         New test case by George Gensure <werkt0@gmail.com>.
52989
52990 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52991
52992         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52993         decoding ACE if AI_CANONIDN.
52994
52995 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52996
52997         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52998
52999 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
53000
53001         * version.h (RELEASE): Bump for 2.13 release.
53002         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
53003
53004         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
53005
53006         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
53007         MADV_NOHUGEPAGE.
53008         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
53009         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
53010         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
53011         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
53012         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
53013         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53014
53015         * posix/getconf.c: Update copyright year.
53016         * catgets/gencat.c: Likewise.
53017         * csu/version.c: Likewise.
53018         * debug/catchsegv.sh: Likewise.
53019         * debug/xtrace.sh: Likewise.
53020         * elf/ldconfig.c: Likewise.
53021         * elf/ldd.bash.in: Likewise.
53022         * elf/sprof.c (print_version): Likewise.
53023         * iconv/iconv_prog.c: Likewise.
53024         * iconv/iconvconfig.c: Likewise.
53025         * locale/programs/locale.c: Likewise.
53026         * locale/programs/localedef.c: Likewise.
53027         * malloc/memusage.sh: Likewise.
53028         * malloc/mtrace.pl: Likewise.
53029         * nscd/nscd.c (print_version): Likewise.
53030         * nss/getent.c: Likewise.
53031
53032         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
53033         PF_CAIF, and PF_ALG.
53034         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53035
53036 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
53037
53038         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
53039         (modules-names): Use them.
53040         (ifunc-test-modules, ifunc-pie-tests): Define.
53041         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
53042         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
53043         (test-extras): Likewise.
53044         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
53045         $(compile-command.c).
53046         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
53047         (all-built-dso): Define.
53048         (check-textrel.out, check-execstack.out): Depend on it.
53049
53050         * configure.in: Don't override --enable-multi-arch.
53051
53052 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
53053
53054         [BZ #6812]
53055         * nscd/hstcache.c (tryagain): Define.
53056         (cache_addhst): Return tryagain not notfound for temporary errors.
53057         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
53058         failed.
53059
53060 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
53061
53062         [BZ #10563]
53063         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
53064         to make the syscall.
53065         * sysdeps/unix/sysv/linux/setgroups.c: New file.
53066
53067         [BZ #12378]
53068         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
53069         and fall back to matching as normal character if the string ends before
53070         the matching ']' is found.  This is what POSIX requires.
53071         * posix/testfnm.c: Adjust test result.
53072         * posix/globtest.sh: Adjust test result.  Add new test.
53073         * posix/tst-fnmatch.input: Likewise.
53074         * posix/tst-fnmatch2.c: Add new test.
53075
53076 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
53077
53078         * elf/Makefile (check-execstack): Revert last change.  Depend on
53079         check-execstack.h.
53080         (check-execstack.h): New target.
53081         (generated): Add check-execstack.h.
53082         * elf/check-execstack.c: Include "check-execstack.h".
53083         (main): Revert last change.
53084         (handle_file): Return zero if GNU_STACK is absent and
53085         DEFAULT_STACK_PERMS doesn't include PF_X.
53086
53087 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
53088
53089         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
53090         in child fails because the descriptor is already closed.
53091         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
53092         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
53093         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
53094
53095         [BZ #12397]
53096         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
53097         syscall.
53098
53099         [BZ #10484]
53100         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
53101         temporary buffer used to handle multi lookups locally.
53102         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
53103
53104 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53105
53106         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
53107         loader is ld.so.
53108
53109 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
53110
53111         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
53112         alignment for SSE2.
53113
53114 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53115
53116         [BZ #12394]
53117         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
53118         characters.  When rounding increased number of integer digits recompute
53119         number of groups.
53120         * stdio-common/tst-grouping.c: New file.
53121         * stdio-common/Makefile: Add rules to build and run tst-grouping.
53122
53123 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
53124
53125         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53126         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
53127
53128         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53129         void.
53130         * bits/select.h: Likewise.
53131
53132 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
53133
53134         * po/ja.po: Update from translation team.
53135
53136 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
53137
53138         [BZ #11155]
53139         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53140         implementation just like for lxstat, fxstatat, et al.
53141
53142 2010-12-27  Jim Meyering  <meyering@redhat.com>
53143
53144         [BZ #12348]
53145         * posix/regexec.c (build_trtable): Return failure indication upon
53146         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
53147
53148 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
53149
53150         [BZ #12201]
53151         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53152         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53153         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53154         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53155
53156         [BZ #12207]
53157         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53158
53159         [BZ #12204]
53160         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53161         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53162
53163 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
53164
53165         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53166         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53167         script has SORT_BY_INIT_PRIORITY.
53168         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53169         NO_CTORS_DTORS_SECTIONS is defined.
53170         * elf/soinit.c: Likewise.
53171         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53172         NO_CTORS_DTORS_SECTIONS is defined.
53173         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53174         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53175         * sysdeps/sh/init-first.c: Likewise.
53176         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53177
53178 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
53179
53180         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53181         always use the slow path.
53182
53183 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
53184
53185         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53186         similar rule which adds the sysdep directories to the header search in
53187         order to pick up the correct platform stackinfo.h.
53188         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53189         perform test if it is, otherwise return successfully without testing.
53190         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53191         DEFAULT_STACK_PERMS define in stackinfo.h.
53192         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53193         defined in stackinfo.h.
53194         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53195         DEFAULT_STACK_PERMS defined in stackinfo.h.
53196         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53197         * sysdeps/ia64/stackinfo.h: Likewise.
53198         * sysdeps/s390/stackinfo.h: Likewise.
53199         * sysdeps/sh/stackinfo.h: Likewise.
53200         * sysdeps/sparc/stackinfo.h: Likewise.
53201         * sysdeps/x86_64/stackinfo.h: Likewise.
53202         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53203         PF_X for powerpc64.  Retain PF_X for powerpc32.
53204
53205 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
53206
53207         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53208         accurately.
53209         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53210         GETDENTS_64BIT_ALIGNED.
53211
53212 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
53213
53214         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
53215
53216 2010-12-10  Andreas Schwab  <schwab@redhat.com>
53217
53218         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53219         _GNU_SOURCE.
53220
53221         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53222         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53223         Remove __restrict.
53224         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53225         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53226
53227 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
53228
53229         [BZ #11655]
53230         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53231         are initialized.
53232
53233 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
53234
53235         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53236
53237 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53238
53239         * po/it.po: Update from translation team.
53240
53241 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53242
53243         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53244         unused codes.
53245
53246 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53247
53248         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53249
53250 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53251
53252         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53253         specially.
53254         (gaih_getanswer_slice): Likewise.
53255
53256 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53257
53258         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53259
53260 2010-05-31  Petr Baudis  <pasky@suse.cz>
53261
53262         [BZ #11149]
53263         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53264         silently even in the chroot mode.
53265
53266 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53267
53268         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53269         last patch a bit.  Pretty printing
53270
53271 2010-05-31  Petr Baudis <pasky@suse.cz>
53272
53273         [BZ #10085]
53274         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53275         initialization of skip_initgroups_dyn.
53276
53277 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53278
53279         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53280         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53281
53282 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53283
53284         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53285
53286 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53287
53288         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53289         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53290         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53291         ($(objpfx)tst-fnmatch-mem): New rule.
53292         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53293         * posix/tst-fnmatch.c (main): Call mtrace.
53294
53295 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53296
53297         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53298         Support Intel processor model 6 and model 0x2c.
53299
53300 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53301
53302         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53303           signed comparison.
53304
53305 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53306
53307         [BZ #12205]
53308         * string/test-strncasecmp.c (check_result): New function.
53309         (do_one_test): Use it.
53310         (check1): New function.
53311         (test_main): Use it.
53312         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53313         Support strcasecmp and strncasecmp.
53314
53315 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53316
53317         [BZ #12194]
53318         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53319         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53320
53321 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53322
53323         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53324         IFUNC support.
53325         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53326         memset-x86-64.
53327         * sysdeps/x86_64/multiarch/bzero.S: New file.
53328         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53329         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53330         * sysdeps/x86_64/multiarch/memset.S: New file.
53331         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53332         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53333         Set bit_Prefer_SSE_for_memop for Intel processors.
53334         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53335         Define.
53336         (index_Prefer_SSE_for_memop): Define.
53337         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53338
53339 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53340
53341         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53342         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53343
53344 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53345
53346         [BZ #12191]
53347         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53348         (__x86_64_raw_data_cache_size_half): Likewise.
53349         (__x86_64_raw_shared_cache_size): Likewise.
53350         (__x86_64_raw_shared_cache_size_half): Likewise.
53351
53352         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53353         (__x86_64_raw_data_cache_size_half): Likewise.
53354         (__x86_64_raw_shared_cache_size): Likewise.
53355         (__x86_64_raw_shared_cache_size_half): Likewise.
53356         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53357         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53358         and __x86_64_raw_shared_cache_size_half.  Round
53359         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53360         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53361         to multiple of 256 bytes.
53362
53363 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53364
53365         [BZ #12167]
53366         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53367         of inacessible symlinks.  Verify result of symlink before returning it.
53368         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53369         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53370
53371 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53372
53373         * math/math.h (isinf): Fix typo in comment.
53374
53375 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53376
53377         * po/da.po: Update from translation team.
53378
53379 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53380
53381         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53382         is added to the list.
53383
53384 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53385             Ulrich Drepper  <drepper@gmail.com>
53386
53387         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53388         the global list here.  Move code to...
53389         (_dl_add_to_namespace_list): ...here.  New function.
53390         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53391         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53392         * elf/dl-load.c (lose): Don't remove the element from the list.
53393         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53394         (_dl_map_object): Likewise.
53395
53396 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53397
53398         [BZ #12159]
53399         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53400         into all bytes of SSE register.
53401         Patch by Richard Li <richardpku@gmail.com>.
53402
53403 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53404
53405         [BZ #12140]
53406         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53407         perturbing.
53408
53409 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53410
53411         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53412         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53413         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53414         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53416         submachine.
53417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53418
53419 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53420
53421         * include/dlfcn.h (__RTLD_SECURE): Define.
53422         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53423         mode & __RTLD_SECURE instead.
53424         (open_path): Rename preloaded parameter to secure.
53425         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53426         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53427         * elf/dl-deps.c (openaux): Likewise.
53428         * elf/rtld.c (struct map_args): Remove is_preloaded.
53429         (map_doit): Don't use it.
53430         (dl_main): Likewise.
53431         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53432         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53433
53434 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53435
53436         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53437         (sysd-rules-targets): Remove duplicates.
53438         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53439         rtld-%.$o dependency.
53440
53441 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53442
53443         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53444         _dl_map_object do it.
53445
53446 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53447
53448         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53449         fast fma builtins, define the macros in the C99 standard.
53450         (FP_FAST_FMAF): Likewise.
53451         (FP_FAST_FMAL): Likewise.
53452         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53453
53454         * bits/mathdef.h: Update copyright year.
53455         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53456
53457 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53458
53459         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53460         builtins, define the macros in the C99 standard.
53461         (FP_FAST_FMAF): Likewise.
53462         (FP_FAST_FMAL): Likewise.
53463         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53464         multiply/add.
53465         (FP_FAST_FMAF): Likewise.
53466
53467 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53468
53469         [BZ #3268]
53470         * math/libm-test.inc (fma_test): Some new testcases.
53471         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53472         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53473         y and infinite z.  Do multiplication by C already in long double.
53474         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53475         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53476         y and infinite z.  Do bitwise or of inexact bit into u.d.
53477         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53478         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53479         * sysdeps/i386/fpu/s_fma.S: Removed.
53480         * sysdeps/i386/fpu/s_fmal.S: Removed.
53481
53482 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53483
53484         [BZ #3268]
53485         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53486         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53487         computation is not scheduled after fetestexcept.  Fix value
53488         of minimum denormal long double.
53489
53490 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53491
53492         [BZ #3268]
53493         * math/libm-test.inc (fma_test): Add some more tests.
53494         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53495         correctly.
53496
53497 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53498
53499         * scripts/data/localplt-s390-linux-gnu.data: New file.
53500         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53501
53502 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53503
53504         [BZ #3268]
53505         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53506         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53507         instead of dbl-64.
53508         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53509         inlines.
53510         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53511         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53512         if one of x and y is very large and the other is subnormal.
53513         * sysdeps/s390/fpu/s_fmaf.c: New file.
53514         * sysdeps/s390/fpu/s_fma.c: New file.
53515         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53516         * sysdeps/powerpc/fpu/s_fma.S: New file.
53517         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53518         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53519         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53520
53521 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53522
53523         [BZ #3268]
53524         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53525         fma tests.
53526         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53527         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53528         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53529         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53530         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53531         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53532         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53533
53534 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53535
53536         [BZ #12078]
53537         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53538         * posix/bug-regex31.input: Add test case.
53539
53540 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53541
53542         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53543         * posix/bug-regex31.input: New file.
53544
53545         [BZ #12078]
53546         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53547         (parse_sub_exp): Fix last change, use postorder.
53548
53549         * posix/bug-regex31.c: New file.
53550         * posix/Makefile: Add rules to build and run bug-regex31.
53551
53552         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53553
53554         [BZ #12078]
53555         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53556
53557         [BZ #12108]
53558         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53559         to have entries in sys_siglist.
53560
53561         [BZ #12093]
53562         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53563         be NULL.
53564
53565 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53566
53567         [BZ #3268]
53568         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53569         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53570         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53571         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53572         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53573         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53574         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53575         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53576         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53577         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53578         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53579         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53580         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53581         * math/ftestexcept.c (fetestexcept): Likewise.
53582         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53583         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53584         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53585         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53586         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53587         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53588         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53589
53590 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53591
53592         [BZ #12107]
53593         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53594         newline.
53595
53596 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53597
53598         * string/bug-strstr1.c: New file.
53599         * string/Makefile: Add rules to build and run bug-strstr1.
53600
53601 2010-10-05  Eric Blake  <eblake@redhat.com>
53602
53603         [BZ #12092]
53604         * string/str-two-way.h (two_way_long_needle): Always clear memory
53605         when skipping input due to the shift table.
53606
53607 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53608
53609         [BZ #12005]
53610         * malloc/mcheck.c: Handle large requests.
53611
53612         [BZ #12077]
53613         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53614         for strncmp and strncasecmp.
53615         * string/stratcliff.c: Add tests for strcmp and strncmp.
53616         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53617
53618 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53619
53620         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53621         __set_fpscr.
53622
53623 2010-09-30  Andreas Jaeger  <aj@suse.de>
53624
53625         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53626         (CGROUP_SUPER_MAGIC): Define.
53627         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53628         Handle btrfs and cgroup file systems.
53629         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53630         Likewise.
53631
53632 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53633
53634         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53635         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53636
53637 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53638
53639         [BZ #12067]
53640         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53641         trying to locate the ELF header.
53642
53643 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53644
53645         [BZ #11611]
53646         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53647         Mask out sign-bit copies when constructing f_fsid.
53648
53649 2010-09-24  Petr Baudis <pasky@suse.cz>
53650
53651         * debug/stack_chk_fail_local.c: Add missing licence exception.
53652         * debug/warning-nop.c: Likewise.
53653
53654 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53655
53656         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53657         implementing getdents64 using getdents syscall, set d_type if
53658         __ASSUME_GETDENTS32_D_TYPE.
53659
53660 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53661
53662         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53663         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53664
53665 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53666
53667         [BZ #12037]
53668         * posix/unistd.h: Undo change of feature selection for ftruncate from
53669         2010-01-11.
53670
53671 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53672
53673         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53674         detection.
53675
53676 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53677
53678         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53679         fanotify_mark.
53680         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53681
53682 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53683
53684         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53685         variables after CHECK_SP call.
53686         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53687
53688 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53689             Ulrich Drepper  <drepper@redhat.com>
53690
53691         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53692         re-relocationg ld.so.
53693         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53694         _dl_init_paths call.
53695         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53696         here anymore.
53697
53698 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53699
53700         * resolv/res_init.c (__res_vinit): Count the default server we added.
53701
53702 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53703             Ulrich Drepper  <drepper@redhat.com>
53704
53705         [BZ #11968]
53706         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53707         (____longjmp_chk): Use %ebx for saving value across system call.
53708         Add unwind info.
53709
53710 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53711
53712         * manual/Makefile: Don't mix pattern rules with normal rules.
53713
53714 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53715
53716         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53717         operation.
53718         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53719         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53720         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53721         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53722         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53723         Likewise.
53724
53725 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53726
53727         [BZ #11979]
53728         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53729         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53730
53731 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53732
53733         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53734         * sysdeps/x86_64/addmul_1.S: Likewise.
53735         * sysdeps/x86_64/lshift.S: Likewise.
53736         * sysdeps/x86_64/mul_1.S: Likewise.
53737         * sysdeps/x86_64/rshift.S: Likewise.
53738         * sysdeps/x86_64/sub_n.S: Likewise.
53739         * sysdeps/x86_64/submul_1.S: Likewise.
53740
53741 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53742
53743         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53744         Define __sched_param instead of SCHED_* and sched_param when
53745         <bits/sched.h> is included with __need_schedparam defined.
53746         * bits/sched.h [__need_schedparam]
53747         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53748         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53749         (__defined_schedparam): Define to 1.
53750         (__sched_param): New structure, identical to sched_param.
53751         (__need_schedparam): Undefine.
53752
53753 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53754
53755         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53756         (epoll_create1): Declare.
53757
53758         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53759
53760 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53761
53762         [BZ #7066]
53763         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53764         shifting retval into place.
53765
53766 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53767
53768         * nis/rpcsvc/nis.h: Update copyright notice.
53769         * nis/rpcsvc/nis.x: Likewise.
53770         * nis/rpcsvc/nis_callback.h: Likewise.
53771         * nis/rpcsvc/nis_callback.x: Likewise.
53772         * nis/rpcsvc/nis_object.x: Likewise.
53773         * nis/rpcsvc/nis_tags.h: Likewise.
53774         * nis/rpcsvc/yp.h: Likewise.
53775         * nis/rpcsvc/yp.x: Likewise.
53776         * nis/rpcsvc/ypupd.h: Likewise.
53777         * nis/yp_xdr.c: Likewise.
53778         * nis/ypupdate_xdr.c: Likewise.
53779
53780         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53781         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53782         (pmap_getport): Use __libc_rpc_getport.
53783         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53784         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53785         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53786
53787 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53788
53789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53790         fanotify_mark.
53791
53792 2010-08-27  Roland McGrath  <roland@redhat.com>
53793
53794         * sysdeps/i386/i686/multiarch/Makefile
53795         (CFLAGS-varshift.c): New variable.
53796
53797 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53798
53799         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53800         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53801
53802         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53803
53804         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53805
53806 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53807
53808         * sysdeps/x86_64/strlen.S: Unroll the loop.
53809         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53810         strlen-sse2 strlen-sse2-bsf.
53811         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53812         __strlen_no_bsf if bit_Slow_BSF is set.
53813         (__strlen_sse42): Removed.
53814         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53815         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53816
53817 2010-08-25  Roland McGrath  <roland@redhat.com>
53818
53819         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53820         * sysdeps/x86_64/multiarch/varshift.c: New file.
53821         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53822         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53823         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53824         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53825
53826 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53827
53828         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53829         strlen-sse2 strlen-sse2-bsf.
53830         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53831         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53832         (__strlen_sse2): Removed.
53833         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53834         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53835         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53836         bit_Slow_BSF for Atom.
53837         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53838         (index_Slow_BSF): Define.
53839         (HAS_SLOW_BSF): Define.
53840
53841 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53842
53843         [BZ #10851]
53844         * resolv/res_init.c (__res_vinit): When no server address at all
53845         is given default to loopback.
53846
53847 2010-08-24  Roland McGrath  <roland@redhat.com>
53848
53849         * configure.in: Remove config-name.h generation.
53850         * configure: Regenerated.
53851         * config-name.in: File removed.
53852         * scripts/config-uname.sh: New file.
53853         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53854         ($(objdir)config-name.h): New target.
53855
53856         * sunrpc/rpc_parse.h: Avoid nested comment.
53857
53858 2010-08-24  Richard Henderson  <rth@redhat.com>
53859             Ulrich Drepper  <drepper@redhat.com>
53860             H.J. Lu  <hongjiu.lu@intel.com>
53861
53862         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53863         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53864         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53865         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53866         _mm_alignr_epi8 with _mm_loadu_si128.
53867         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53868         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53869         (__m128i_shift_right): Removed.
53870         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53871         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53872         * sysdeps/x86_64/multiarch/varshift.h: New file.
53873         * sysdeps/x86_64/multiarch/varshift.S: New file.
53874
53875 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53876
53877         * configure.in: Move assembler checks to before sysdep dir checking.
53878
53879 2010-08-20  Petr Baudis  <pasky@suse.cz>
53880
53881         * LICENSES: Sync the sunrpc license.
53882
53883 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53884
53885         * sunrpc/auth_des.c: Update copyright notice once again.
53886         * sunrpc/auth_none.c: Likewise.
53887         * sunrpc/auth_unix.c: Likewise.
53888         * sunrpc/authdes_prot.c: Likewise.
53889         * sunrpc/authuxprot.c: Likewise.
53890         * sunrpc/bindrsvprt.c: Likewise.
53891         * sunrpc/clnt_gen.c: Likewise.
53892         * sunrpc/clnt_perr.c: Likewise.
53893         * sunrpc/clnt_raw.c: Likewise.
53894         * sunrpc/clnt_simp.c: Likewise.
53895         * sunrpc/clnt_tcp.c: Likewise.
53896         * sunrpc/clnt_udp.c: Likewise.
53897         * sunrpc/clnt_unix.c: Likewise.
53898         * sunrpc/des_crypt.c: Likewise.
53899         * sunrpc/des_soft.c: Likewise.
53900         * sunrpc/get_myaddr.c: Likewise.
53901         * sunrpc/getrpcport.c: Likewise.
53902         * sunrpc/key_call.c: Likewise.
53903         * sunrpc/key_prot.c: Likewise.
53904         * sunrpc/openchild.c: Likewise.
53905         * sunrpc/pm_getmaps.c: Likewise.
53906         * sunrpc/pm_getport.c: Likewise.
53907         * sunrpc/pmap_clnt.c: Likewise.
53908         * sunrpc/pmap_prot.c: Likewise.
53909         * sunrpc/pmap_prot2.c: Likewise.
53910         * sunrpc/pmap_rmt.c: Likewise.
53911         * sunrpc/rpc/auth.h: Likewise.
53912         * sunrpc/rpc/auth_unix.h: Likewise.
53913         * sunrpc/rpc/clnt.h: Likewise.
53914         * sunrpc/rpc/des_crypt.h: Likewise.
53915         * sunrpc/rpc/key_prot.h: Likewise.
53916         * sunrpc/rpc/netdb.h: Likewise.
53917         * sunrpc/rpc/pmap_clnt.h: Likewise.
53918         * sunrpc/rpc/pmap_prot.h: Likewise.
53919         * sunrpc/rpc/pmap_rmt.h: Likewise.
53920         * sunrpc/rpc/rpc.h: Likewise.
53921         * sunrpc/rpc/rpc_des.h: Likewise.
53922         * sunrpc/rpc/rpc_msg.h: Likewise.
53923         * sunrpc/rpc/svc.h: Likewise.
53924         * sunrpc/rpc/svc_auth.h: Likewise.
53925         * sunrpc/rpc/types.h: Likewise.
53926         * sunrpc/rpc/xdr.h: Likewise.
53927         * sunrpc/rpc_clntout.c: Likewise.
53928         * sunrpc/rpc_cmsg.c: Likewise.
53929         * sunrpc/rpc_common.c: Likewise.
53930         * sunrpc/rpc_cout.c: Likewise.
53931         * sunrpc/rpc_dtable.c: Likewise.
53932         * sunrpc/rpc_hout.c: Likewise.
53933         * sunrpc/rpc_main.c: Likewise.
53934         * sunrpc/rpc_parse.c: Likewise.
53935         * sunrpc/rpc_parse.h: Likewise.
53936         * sunrpc/rpc_prot.c: Likewise.
53937         * sunrpc/rpc_sample.c: Likewise.
53938         * sunrpc/rpc_scan.c: Likewise.
53939         * sunrpc/rpc_scan.h: Likewise.
53940         * sunrpc/rpc_svcout.c: Likewise.
53941         * sunrpc/rpc_tblout.c: Likewise.
53942         * sunrpc/rpc_util.c: Likewise.
53943         * sunrpc/rpc_util.h: Likewise.
53944         * sunrpc/rpcinfo.c: Likewise.
53945         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53946         * sunrpc/rpcsvc/key_prot.x: Likewise.
53947         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53948         * sunrpc/rpcsvc/mount.x: Likewise.
53949         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53950         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53951         * sunrpc/rpcsvc/rex.x: Likewise.
53952         * sunrpc/rpcsvc/rstat.x: Likewise.
53953         * sunrpc/rpcsvc/rusers.x: Likewise.
53954         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53955         * sunrpc/rpcsvc/spray.x: Likewise.
53956         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53957         * sunrpc/rtime.c: Likewise.
53958         * sunrpc/svc.c: Likewise.
53959         * sunrpc/svc_auth.c: Likewise.
53960         * sunrpc/svc_authux.c: Likewise.
53961         * sunrpc/svc_raw.c: Likewise.
53962         * sunrpc/svc_run.c: Likewise.
53963         * sunrpc/svc_simple.c: Likewise.
53964         * sunrpc/svc_tcp.c: Likewise.
53965         * sunrpc/svc_udp.c: Likewise.
53966         * sunrpc/svc_unix.c: Likewise.
53967         * sunrpc/svcauth_des.c: Likewise.
53968         * sunrpc/xcrypt.c: Likewise.
53969         * sunrpc/xdr.c: Likewise.
53970         * sunrpc/xdr_array.c: Likewise.
53971         * sunrpc/xdr_float.c: Likewise.
53972         * sunrpc/xdr_mem.c: Likewise.
53973         * sunrpc/xdr_rec.c: Likewise.
53974         * sunrpc/xdr_ref.c: Likewise.
53975         * sunrpc/xdr_sizeof.c: Likewise.
53976         * sunrpc/xdr_stdio.c: Likewise.
53977
53978         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53979         handling.
53980
53981 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53982
53983         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53984
53985 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53986
53987         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53988         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53989         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53990         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53991         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53992         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53993         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53994         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53995         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53996         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53997         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53998         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53999         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
54000         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
54001
54002 2010-07-26  Anton Blanchard  <anton@samba.org>
54003
54004         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
54005         * malloc/arena.c (heap_trim): Likewise.
54006
54007 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
54008
54009         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
54010         here.  Not...
54011         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
54012         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
54013
54014 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
54015
54016         * sysdeps/i386/elf/Makefile: New file.
54017
54018 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54019
54020         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
54021         from fanotify_init.
54022         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
54023         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54024
54025 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
54026
54027         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
54028         of strncasecmp_l.
54029         * sysdeps/multiarch/strcmp.S: Likewise.
54030
54031 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
54032
54033         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54034         strncase_l-nonascii.
54035         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54036         Add strncase_l-ssse3.
54037         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
54038         * sysdeps/x86_64/strcmp.S: Likewise.
54039         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
54040         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
54041         * sysdeps/x86_64/strncase.S: New file.
54042         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
54043         * sysdeps/x86_64/strncase_l.S: New file.
54044         * string/Makefile (strop-tests): Add strncasecmp.
54045         * string/test-strncasecmp.c: New file.
54046
54047         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
54048         warning.
54049
54050         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
54051         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
54052
54053 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54054
54055         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
54056
54057 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
54058
54059         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
54060         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
54061         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
54062
54063 2010-05-01  Alan Modra  <amodra@gmail.com>
54064
54065         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
54066         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
54067         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
54068         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
54069         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
54070         tidying.  Don't tail-call __sigjmp_save for static lib.
54071         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
54072         save location.
54073         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
54074         (CALL_MCOUNT): Add eh info, and nop after bl.
54075         (TAIL_CALL_SYSCALL_ERROR): New macro.
54076         (PSEUDO_RET): Use it.
54077         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
54078         Correct save location of integer regs and cr.
54079         (_dl_profile_resolve): Correct cr save location.  Delete nops
54080         after bl when SHARED.  Reduce cfi size a little by better
54081         placement of cfi directives.
54082         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
54083         make a stack frame.  Instead use parm save area as a temp.
54084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
54085         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
54086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
54087         Don't make a stack frame for parent, use parm save area.
54088         Increase child stack frame to 112 bytes.  Don't save unused reg,
54089         and adjust reg usage.  Set up cfi on error recovery and
54090         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
54091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54092         (__makecontext): Add dummy nop after jump to exit.
54093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
54094         Use correct parm save area and cr save, reduce stack frame.
54095         Correct cfi for possible PSEUDO_RET frame setup.
54096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
54097         Branch to local label emitted by PSEUDO_RET rather than
54098         __syscall_error.
54099
54100 2010-08-12  Andreas Schwab  <schwab@redhat.com>
54101
54102         [BZ #11904]
54103         * locale/programs/locale.c (print_assignment): New function.
54104         (show_locale_vars): Use it.
54105
54106 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
54107
54108         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
54109         field.
54110         (struct statfs64): Likewise.
54111         (_STATFS_F_FLAGS): Define.
54112         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
54113         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54114         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
54115         (ST_VALID): Define locally.
54116         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
54117         __statvfs_getflags, use the provided value.
54118         * sysdeps/unix/sysv/linux/kernel-features.h: Define
54119         __ASSUME_STATFS_F_FLAGS.
54120
54121         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
54122
54123         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
54124         Add sys/fanotify.h.
54125         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54126         fanotify_mask for GLIBC_2.13.
54127         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54128         fanotify_init and fanotify_mark.
54129         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54130         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54131
54132         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54133         Add prlimit.
54134         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54135         prlimit64 for GLIBC_2.13.
54136         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54137         prlimit64.
54138         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54139         syscall.
54140         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54141         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54142         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54143         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54144         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
54145         add prlimit alias.
54146         * sysdeps/unix/sysv/linux/prlimit.c: New file.
54147
54148         [BZ #11903]
54149         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54150         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54151
54152         * nss/Makefile: Add rules to build and run tst-nss-test1.
54153         * shlib-versions: Add entry for libnss_test1.
54154         * nss/nss_test1.c: New file.
54155         * nss/tst-nss-test1.c: New file.
54156
54157         * nss/nsswitch.c (__nss_database_custom): Define new variable.
54158         (__nss_configure_lookup): Set appropriate entry in
54159         __nss_configure_lookup to true.
54160         * nss/nsswitch.h: Define enum with indeces of databases in
54161         databases and __nss_database_custom arrays.  Declare
54162         __nss_database_custom.
54163         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54164         to avoid using nscd when custom rules are installed.
54165         * nss/getXXbyYY_r.c: Likewise.
54166         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54167
54168         * nss/nss_files/files-parse.c: Whitespace fixes.
54169
54170 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
54171
54172         [BZ #11883]
54173         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54174         * posix/fnmatch_loop.c: Likewise.
54175
54176 2010-07-17  Andi Kleen  <ak@linux.intel.com>
54177
54178         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54179         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54180         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54181         * Versions.def [GLIBC_2.13]: Add.
54182
54183 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
54184
54185         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54186         Also fail if tpwd after pwuid call is NULL.
54187
54188 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54189
54190         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54191         when converting to ms.
54192
54193 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54194
54195         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54196         EOPNOTSUPP errors with ENOTTY.
54197         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54198         EOPNOTSUPP errors with ENOTTY.
54199
54200 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
54201
54202         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54203         Add strcasecmp_l-ssse3.
54204         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54205         strcasecmp.
54206         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54207         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54208         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54209
54210 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
54211
54212         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54213
54214         * string/Makefile (strop-tests): Add strcasecmp.
54215         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54216         strcasecmp_l-nonascii.
54217         (gen-as-const-headers): Add locale-defines.sym.
54218         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54219         * sysdeps/x86_64/strcasecmp.S: New file.
54220         * sysdeps/x86_64/strcasecmp_l.S: New file.
54221         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54222         * sysdeps/x86_64/locale-defines.sym: New file.
54223         * string/test-strcasecmp.c: New file.
54224
54225         * string/test-strcasestr.c: Test both ends of the range of characters.
54226         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54227
54228 2010-07-29  Roland McGrath  <roland@redhat.com>
54229
54230         [BZ #11856]
54231         * manual/locale.texi (Yes-or-No Questions): Fix example code.
54232
54233 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
54234
54235         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54236         for ld.so.
54237
54238 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54239
54240         * manual/memory.texi (Malloc Tunable Parameters): Document
54241         M_PERTURB.
54242
54243 2010-07-26  Roland McGrath  <roland@redhat.com>
54244
54245         [BZ #11840]
54246         * configure.in (-fgnu89-inline check): Set and substitute
54247         gnu89_inline, not libc_cv_gnu89_inline.
54248         * configure: Regenerated.
54249         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54250
54251 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54252
54253         * string/test-strnlen.c: New file.
54254         * string/Makefile (strop-tests): Add strnlen.
54255         * string/tester.c (test_strnlen): Add a few more test cases.
54256         * string/tst-strlen.c: Better error reporting.
54257
54258         * sysdeps/x86_64/strnlen.S: New file.
54259
54260 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54261
54262         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54263         lower-latency instructions.
54264
54265 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54266
54267         * string/test-strcasestr.c: New file.
54268         * string/test-strstr.c: New file.
54269         * string/Makefile (strop-tests): Add strstr and strcasestr.
54270         * string/str-two-way.h: Don't undefine MAX.
54271         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54272
54273 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54274
54275         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54276         strcasestr-nonascii.
54277         (CFLAGS-strcasestr-nonascii.c): Define.
54278         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54279         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54280         Remove unused attribute.
54281
54282 2010-07-20  Roland McGrath  <roland@redhat.com>
54283
54284         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54285         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54286         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54287         like LD_HWCAP_MASK can disable hwcaps.
54288
54289 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54290
54291         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54292
54293 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54294
54295         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54296         call in strcasestr.
54297         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54298         __strcasestr_sse42_nonascii.
54299         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54300         strcasestr-nonascii.c.
54301         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54302
54303 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54304
54305         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54306         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54307         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54308         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54309
54310 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54311
54312         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54313         fcntl.
54314
54315 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54316
54317         [BZ #11577]
54318         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54319         dl_signal_cerror.
54320
54321 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54322
54323         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54324         _PC_PIPE_BUF using F_GETPIPE_SZ.
54325
54326 2010-07-05  Roland McGrath  <roland@redhat.com>
54327
54328         * manual/arith.texi (Rounding Functions): Fix rint description
54329         implicit in round description.
54330
54331 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54332
54333         * elf/Makefile: Fix linking for a few tests to make recent linker
54334         happy.
54335
54336 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54337
54338         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54339         $(common-objpfx)libc_nonshared.a.
54340
54341 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54342
54343         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54344         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54345         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54346         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54347         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54348         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54349         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54350         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54351         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54353         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54365         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54366         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54367         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54368         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54369         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54370         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54371         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54372         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54373         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54374         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54375         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54376         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54391
54392 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54393
54394         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54395         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54396         * string/memmove.c (memmove): Renamed to ...
54397         (MEMMOVE): ...this.  Default to memmove.
54398         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54399         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54400         (END_CHK): Define.
54401         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54402         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54403         mempcpy-ssse3-back memmove-ssse3-back.
54404         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54405         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54406         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54407         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54408         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54409         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54410         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54411         * sysdeps/x86_64/multiarch/memmove.c: New file.
54412         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54413         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54414         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54415         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54416         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54417         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54418         Define.
54419         (index_Fast_Copy_Backward): Define.
54420         (HAS_ARCH_FEATURE): Define.
54421         (HAS_FAST_REP_STRING): Define.
54422         (HAS_FAST_COPY_BACKWARD): Define.
54423
54424 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54425
54426         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54427         Restore proper fallback handling.
54428
54429 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54430
54431         [BZ #11701]
54432         * posix/group_member.c (__group_member): Correct checking loop.
54433
54434         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54435         OOM in getpwuid_r correctly.  Return error number when the caller
54436         should return, otherwise -1.
54437         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54438         call returning > 0 value.
54439         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54440
54441 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54442
54443         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54444         libc_nonshared.a from targets in modules-names.
54445
54446 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54447
54448         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54449         requires it.
54450
54451 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54452
54453         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54454         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54455         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54456         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54457
54458 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54459
54460         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54461
54462 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54463
54464         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54465         and F_GETPIPE_SZ.
54466         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54467         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54468         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54469         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54470         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54471         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54472
54473 2010-06-14  Roland McGrath  <roland@redhat.com>
54474
54475         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54476
54477 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54478
54479         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54480         __REDIRECT followed by __THROW.
54481         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54482         * posix/getopt.h (getopt): Likewise.
54483
54484 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54485
54486         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54487         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54488         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54489         in AT_FLAGS.
54490         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54491         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54492
54493 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54494
54495         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54496
54497 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54498
54499         [BZ #11640]
54500         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54501         Properly check family and model.
54502
54503 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54504
54505         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54506
54507 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54508
54509         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54510
54511 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54512
54513         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54514         symbol reference.
54515
54516 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54517
54518         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54519         symbol reference.
54520
54521 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54522
54523         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54524         and internal_recvmmsg.
54525         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54526         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54527         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54528         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54529
54530         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54531         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54532         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54533
54534 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54535
54536         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54537
54538 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54539
54540         POWER7 optimizations.
54541         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54542         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54543
54544 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54545
54546         * version.h: Update for 2.13 development version.
54547
54548 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54549
54550         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54551         exceptions.  Return 0.
54552
54553 2010-05-07  Roland McGrath  <roland@redhat.com>
54554
54555         * elf/ldconfig.c (main): Add a const.
54556
54557 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54558
54559         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54560         (args_options): Add no-idn option.
54561         (ahosts_keys_int): Add idn_flags to ai_flags.
54562         (parse_option): Handle 'i' option to clear idn_flags.
54563
54564         * malloc/malloc.c (_int_free): Possible race in the most recently
54565         added check.  Only act on the data if no current modification
54566         happened.
54567
54568 See ChangeLog.17 for earlier changes.